Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: pmndrs/drei

Tags

v11.0.0-alpha.4

Toggle v11.0.0-alpha.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: updated release checker (#2617)

* fix: bundle requires browser output in platform (#2608)

* fix: bundle requires browser output in platform

* fix: rolldown issues

* fix: finalize rollup

* chore: prettier

* chore: prettier

* fix: adjust root name for better local linking. Dist folder package confused pnpm

* fix: update lockfile for ci

* fix: update tests for unbuild

* fix: simplified canary

* fix: package name copying

* feat: cleaned up docs, please god trigger a push

* feat: actual push, I hate git

* feat: prettier changes

* feat: proper file endings (#2615)

* feat: add case-insensitive commit type handling to semantic-release

The commit analyzer was rejecting commits with capitalized types (Feat, Fix)
which caused releases to silently fail. This adds explicit release rules for
common case variations to prevent future release failures.

Co-Authored-By: Claude Opus 4.5 <[email protected]>

---------

Co-authored-by: Claude Opus 4.5 <[email protected]>

v11.0.0-alpha.3

Toggle v11.0.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: smart commits blocked, also fixed doc generation (#2614)

* fix: bundle requires browser output in platform (#2608)

* fix: bundle requires browser output in platform

* fix: rolldown issues

* fix: finalize rollup

* chore: prettier

* chore: prettier

* fix: adjust root name for better local linking. Dist folder package confused pnpm

* fix: update lockfile for ci

* fix: update tests for unbuild

* fix: simplified canary

* fix: package name copying

* feat: cleaned up docs, please god trigger a push

* feat: actual push, I hate git

* feat: prettier changes

v11.0.0-alpha.2

Toggle v11.0.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: V11 Node Fixes and Simplified Canary

* fix: bundle requires browser output in platform (#2608)

* fix: bundle requires browser output in platform

* fix: rolldown issues

* fix: finalize rollup

* chore: prettier

* chore: prettier

* fix: adjust root name for better local linking. Dist folder package confused pnpm

* fix: update lockfile for ci

* fix: update tests for unbuild

* fix: simplified canary

v11.0.0-alpha.1

Toggle v11.0.0-alpha.1's commit message
feat!: v11 release

BREAKING CHANGE: upgrade to R3F v9

v10.8.0-alpha.1

Toggle v10.8.0-alpha.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: unbundle r3f now its on npm (#2606)

v10.7.7

Toggle v10.7.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(docs): @v2.19.0

v10.7.6

Toggle v10.7.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(types): fix usage of ambient THREE namespace (#2517)

Co-authored-by: Gianmarco <[email protected]>

v10.7.5

Toggle v10.7.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: missing suspend badges to the docs (#2530)

v10.7.4

Toggle v10.7.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: sb link in Grid

v10.7.3

Toggle v10.7.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: add renderOrder to AxisRotator (#2504)

* add renderOrder to AxisRotator

* add renderOrder property to PivotControls (defaults to 500)

---------

Co-authored-by: Roman <[email protected]>