Skip to content

Releases: pmndrs/three-stdlib

v1.0.2-alpha.4

21 Mar 17:48
fc4389a
Compare
Choose a tag to compare
v1.0.2-alpha.4 Pre-release
Pre-release

1.0.2-alpha.4 (2021-03-21)

Bug Fixes

  • move LineGeometry methods from instance to prototype methods (#42) (fc4389a)

v1.0.2-alpha.3

21 Mar 12:16
Compare
Choose a tag to compare
v1.0.2-alpha.3 Pre-release
Pre-release

1.0.2-alpha.3 (2021-03-21)

Bug Fixes

v1.0.2-alpha.2

20 Mar 16:03
Compare
Choose a tag to compare
v1.0.2-alpha.2 Pre-release
Pre-release

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

Bug Fixes

  • edgeSplit modifier constructor call (83d75c8)

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