Releases: angular-threejs/angular-three
Releases · angular-threejs/angular-three
Release 1.4.2
1.4.2 (2023-02-06)
Bug Fixes
- lift portals up to rendererFactory. all renderers share the same portals collection (c4fced4)
Release 1.4.1
1.4.1 (2023-02-06)
Bug Fixes
- attempt to fix isDOM check (c571734)
Documentations
- add link to color grading example (bfcf948)
Release 1.4.0
1.4.0 (2023-02-06)
Features
- add safe-detect-changes function (5dab828)
Documentations
- add angular-three-soba link (4ecc970)
- add soba storybook external link to nav (01d5fb4)
Release 1.3.1
1.3.1 (2023-02-06)
Bug Fixes
- ensure parent and newChild isn't the same before calling append (d1da0cd)
Documentations
Release 1.3.0
1.3.0 (2023-02-05)
Features
- up peer dep of threejs to 0.149 (7d5e144)
Release 1.2.4
1.2.4 (2023-02-02)
Bug Fixes
Release 1.2.3
1.2.3 (2023-01-31)
Bug Fixes
- check target for all DOM nodes instead of just Document object (043ddfc)
Documentations
- clean up camera demo (4553199)
- clean up more demos (728db58)
- remove GUI on destroy (animation spinning) (1104e27)
Release 1.2.2
1.2.2 (2023-01-30)
Bug Fixes
- use Document as ownerDocument for renderer node that does not have ownerDocument yet (4322bec)
- use RendererFactory2 to inject into NgtRenderer instead of using private api (4e6470d)
Documentations
- add animation with ccdiksolver (eb59ea6)
- add cameras demo (ca3d10d)
- add legacy to spinning ik (a69179a)
- clean up skinning ik (85d089a)
- clean up skinning ik demo more (d7508c8)
- clean up spinning ik more (1dd5064)
Release 1.2.1
1.2.1 (2023-01-29)
Bug Fixes
Documentations
- add vertex colors instances (7eff3e2)
- add webgl animation keyframes (fdb6b03)
Release 1.2.0
1.2.0 (2023-01-28)
Features
- adjust three peer dep version (b7bede3)
Bug Fixes