Releases: pmndrs/three-stdlib
Releases · pmndrs/three-stdlib
v1.0.2-alpha.4
Bug Fixes
- move LineGeometry methods from instance to prototype methods (#42) (fc4389a)
v1.0.2-alpha.2
Bug Fixes
- edgeSplit modifier constructor call (83d75c8)
v1.0.2-alpha.1
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
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
Bug Fixes
- hoisting (24dd59a)
- transform controls has wrong reference to this in defineProperty funciton (37b3de8)
v1.0.1-alpha.2
Bug Fixes
- constructors require new calls (7080889)
v1.0.1-alpha.1
Bug Fixes
- remove prototype.function.call because it doesn't work in classes (932021a)
v1.0.0
1.0.0 (2021-03-12)
Bug Fixes
BREAKING CHANGES