Skip to content

Tags: rbackman/drei

Tags

v9.13.2

Toggle v9.13.2's commit message
fix: remove log

v9.13.1

Toggle v9.13.1's commit message
fix: html crashes if event target is exchanged, needs to re-create th…

…e root

v9.13.0

Toggle v9.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Bump stdlib; Add reset to transfromControls story (pmndrs#928)

v9.12.0

Toggle v9.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(useHelper): allow ref value to be null (pmndrs#919)

v9.11.4

Toggle v9.11.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: allow <Effects> children to be null (pmndrs#936)

v9.11.3

Toggle v9.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Reconnect events if controls change (pmndrs#878)

When the camera changed, new controls were created but the corresponding
event callbacks weren't added back to the new controls thus not firing
the event callbacks given by the user or not invalidating the frame.

Applies to: OrbitControls, TrackballControls, TransformControls

Closes pmndrs#873 pmndrs#886

v9.11.2

Toggle v9.11.2's commit message
fix: mask id dependency

v9.11.1

Toggle v9.11.1's commit message
Merge branch 'master' of https://github.com/pmndrs/drei

v9.11.0

Toggle v9.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: adds range clamps to Float (pmndrs#897)

* feat: added range to Float position

* fix: fixed default Float range

* fix: apflied floatIntensity to Float after remapping range to be more intuitve

* refactor: replaced minPosition maxPosition props with floatingRange array

* fix: cleanup typescript for floatingRange

* chore: added prop in README, adjust default floatingRange to [-0.1,0.1]

v9.10.0

Toggle v9.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add `<BBAnchor />` (pmndrs#899)

* feat: add BBoxOffset component with corresponding storybook and README entry

* fix: typo when specifying parameters

* feat: add new story

* fix: change bounding box calculation

* fix: reuse objects across reernders, change imports

* fix: positions not in sync

* fix: replace useState with useRef, change anchor multiplier

* fix: rename to BBAnchor

* fix: update README.md