1.0.0-beta.2 (2021-04-19)
Features
- core: add remove effects to InstancesStore (wip) (a042820)
- core: return a cleanup function from registerAnimation (e3020eb)
- postprocessing: add ready output to EffectComposer (c66c4dd)
Bug Fixes
- controls: initialize OrbitControls outsideOfAngular (f87c17c)
- core: clean up and make Attributes consistent with the rest (9d6e434)
- core: clean up and make Geometries consistent with the rest (5b9a749)
- core: clean up and make Lights consistent with the rests (b7c24c3)
- core: clean up and make Materials consistent with the rest (650977a)
- core: ensure to clean up properly on object3d destroy (a37d0cc)
- core: rename UnknownConstructor to AnyConstructor with any[] instead of unknown[] (494f18d)
- core: use AnyConstructor for Mesh abstract (6857a71)
Documentations
- demo: adjust demo to use (ready) instead of ViewChild. Seems more consistent (b4578ba)