This repository was archived by the owner on Feb 10, 2023. It is now read-only.
Releases: nartc/angular-three
Releases Β· nartc/angular-three
Release 2.2.0
Release 2.1.0
2.1.0 (2021-12-07)
Features
- soba: add Billboard (95024a3), closes #28
- soba: add billboard and text to controller generator (a2ae80a)
- soba: add Environment (aec9f0a), closes #29
- soba: add Performances#preload ref #26 (22960aa)
- soba: add Text (10d2e65), closes #28
Bug Fixes
- core: return the correct value for generator (ea1acad)
- core: run installPackagesTask for ng add generator (d3637b2)
- core: url should be string | string[] for loader (7a0af0e)
- soba: null assertion on ngtGroup.group for Billboard (0cafd46)
Documentations
Release 2.0.6
Release 2.0.5
Release 2.0.4
Release 2.0.3
Release 2.0.2
Release 2.0.1
2.0.1 (2021-12-06)
Bug Fixes
- cannon: call the correct function (84a8377)
- cannon: initialize object with a new Object3D because it still can be constrained (63d5d03)
- cannon: initialize Physics world as soon as possible instead of AfterContentInit (afe1847)
- core: make ContentGeometry static. Geometry needs to be statically available for the mesh (f7197d1)
- core: move OBJECT_TYPE token back into its controller. fix Line import (40878d2)
- core: remove faulty DI token in InstancedMesh (fc9b096)
- core: remove faulty DI token in Mesh (09e8834)
- core: rename Canvas's pointermissed to pointerMissed (999dfad)
- core: revert static on ContentChild NgtGeometry (db09f8b)
- core: use AfterContentInit for NgtSkeleton instead of OnInit for consistency (523573b)
- postprocessing: initialize EffectComposer in ngOnInit instead of AfterContentInit (3816207)
- postprocessing: move NGT_EFFECT_TYPE token to beginning of file (83fb115)
Cleanup
Documentations
Release 2.0.0
2.0.0 (2021-12-05)
Features
- repo: add missing GENERATED comment to some generators (c90bea9)
Bug Fixes
- cannon: fix DI token (4154797)
- core: adjust DI token (remove null) (ed5277c)
- core: ensure clear method is available before invoking (e9694e7)
- core: handle vr by setAnimationLoop on the renderer if it's true (694255f)
- core: misplace return statement, and frames start out at 1 (6682f52)
- core: remove InjectionToken from material-geometry-controller template (c8930af)
- postprocessing: move InjectionToken to beginnig of file (3e2742f)
- soba: return the correct controls for Orbitcontrols (4e5f4fb)
Documentations
- demo: clean up (73ed59c)
- repo: add peerDeps to soba and postprocessing README (aa7a8ab)
- storybook: add meta tags to manager-head (bc1effa)
- storybook: adjust the examples to show story mode on activated (7a715af)
- storybook: make simple cube more interesting with lights (d578651)
- storybook: reorganize and add examples from demo to storybook as Examples (6a50c80)