Skip to content

Releases: pmndrs/drei

v3.8.0

15 Feb 09:57
76ee844
Compare
Choose a tag to compare

3.8.0 (2021-02-15)

Features

v3.7.0

13 Feb 09:52
362812b
Compare
Choose a tag to compare

3.7.0 (2021-02-13)

Features

v3.6.0

12 Feb 22:29
ea89c75
Compare
Choose a tag to compare

3.6.0 (2021-02-12)

Features

  • Adds normal & distortion maps support to Reflector (#301) (ea89c75)

v3.5.1

11 Feb 15:07
c68fc50
Compare
Choose a tag to compare

3.5.1 (2021-02-11)

Bug Fixes

  • updates meshBounds for three.js r124 (#299) (c68fc50)

v3.5.0

10 Feb 17:41
0350c35
Compare
Choose a tag to compare

3.5.0 (2021-02-10)

Features

  • reflector: adds debug prop and improves depth blurring (#288) (0350c35)

v3.4.1

07 Feb 09:51
ba70694
Compare
Choose a tag to compare

3.4.1 (2021-02-07)

Bug Fixes

v3.4.0

05 Feb 16:04
214ee27
Compare
Choose a tag to compare

3.4.0 (2021-02-05)

Bug Fixes

Features

  • Create a new instance for each new useProgress instance (#289) (214ee27)

v3.3.0

03 Feb 19:34
Compare
Choose a tag to compare

3.3.0 (2021-02-03)

Bug Fixes

  • esm-modules break because Buffer is not available (#287) (e6d3a5c)
  • Makes Loader go from 0 to 100 instead of 0 to 1 (#280) (683adaa)
  • shadermaterial: adds uniform clone preventing the use of the same instance (#283) (7a4e72a)
  • remove global use for ESM bundlers (1dc2ebb)
  • remove target prop type in controls where it isn't applicable (#286) (dcd7fe9)

Features

  • add support for click element selector to PointerLockControls (#285) (ad42f1f)

v3.3.0-beta.3

03 Feb 19:22
Compare
Choose a tag to compare
v3.3.0-beta.3 Pre-release
Pre-release

3.3.0-beta.3 (2021-02-03)

Bug Fixes

v3.3.0-beta.2

03 Feb 19:00
e6d3a5c
Compare
Choose a tag to compare
v3.3.0-beta.2 Pre-release
Pre-release

3.3.0-beta.2 (2021-02-03)

Bug Fixes

  • esm-modules break because Buffer is not available (#287) (e6d3a5c)