Skip to content

Releases: pmndrs/three-stdlib

v1.0.2-alpha.1

20 Mar 15:51
Compare
Choose a tag to compare
v1.0.2-alpha.1 Pre-release
Pre-release

1.0.2-alpha.1 (2021-03-20)

Bug Fixes

  • constructors require new calls (7080889)
  • hoisting (24dd59a)
  • remove prototype.function.call because it doesn't work in classes (932021a)
  • transform controls has wrong reference to this in defineProperty funciton (37b3de8)

v1.0.1

20 Mar 15:50
633e73d
Compare
Choose a tag to compare

1.0.1 (2021-03-20)

Bug Fixes

  • babel-runtime should be dep when using plugin-transform-runtime (#39) (633e73d)

v1.0.1-alpha.3

19 Mar 10:09
Compare
Choose a tag to compare
v1.0.1-alpha.3 Pre-release
Pre-release

1.0.1-alpha.3 (2021-03-19)

Bug Fixes

  • hoisting (24dd59a)
  • transform controls has wrong reference to this in defineProperty funciton (37b3de8)

v1.0.1-alpha.2

19 Mar 09:48
Compare
Choose a tag to compare
v1.0.1-alpha.2 Pre-release
Pre-release

1.0.1-alpha.2 (2021-03-19)

Bug Fixes

  • constructors require new calls (7080889)

v1.0.1-alpha.1

19 Mar 09:34
Compare
Choose a tag to compare
v1.0.1-alpha.1 Pre-release
Pre-release

1.0.1-alpha.1 (2021-03-19)

Bug Fixes

  • remove prototype.function.call because it doesn't work in classes (932021a)

v1.0.0

12 Mar 09:33
Compare
Choose a tag to compare

1.0.0 (2021-03-12)

Bug Fixes

BREAKING CHANGES

  • this is the start of v1 beta

  • remove new TextureLoader from top level import

  • run prettier

v1.0.0-beta.2

09 Mar 19:24
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

1.0.0-beta.2 (2021-03-09)

Bug Fixes

v1.0.0-beta.1

08 Mar 21:29
95fd039
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2021-03-08)

BREAKING CHANGES

  • this is the start of v1 beta

  • remove new TextureLoader from top level import

  • run prettier

v0.1.1

08 Mar 19:35
Compare
Choose a tag to compare

0.1.1 (2021-03-08)

Bug Fixes

  • build steps so we get the declaration files (2dce5f5)

v0.1.0

04 Mar 10:06
Compare
Choose a tag to compare

0.1.0 (2021-03-04)

Bug Fixes

  • cannot append to UniformsLib (1d08c90)
  • domElement can be null, add checkers (b9ceb5a)
  • update shaders (b70a1ca)

Refactors to Typescript

Reverts

  • Revert "removes unused interface + CameraControl.js" (f366596)