Releases: angular-threejs/angular-three
Releases · angular-threejs/angular-three
Release 2.0.0-beta.13
Release 2.0.0-beta.12
Release 2.0.0-beta.11
2.0.0-beta.11 (2023-08-15)
Features
- core: upgrade nx (c3bbc46)
Bug Fixes
- core: only proceed with append logic for DOMs if render state is available (5a56e6d)
Release 2.0.0-beta.10
2.0.0-beta.10 (2023-08-15)
Bug Fixes
- core: make sure renderer work correctly for two DOMs elements that might contain THREE children (b1987ba)
Release 2.0.0-beta.8
Release 2.0.0-beta.7
2.0.0-beta.7 (2023-05-27)
Bug Fixes
Release 2.0.0-beta.6
2.0.0-beta.6 (2023-05-27)
Features
- soba: add keyEvents to OrbitControls to match with drei (8382c06)
Bug Fixes
- cannon: return early in effect after assigning dummy object3d to body (a0d44cc)
- core: remove createSignal and use signal directly. queue all signal updates in renderer in microtask (9315c30)
- core: rename requestAnimationInInjectionContext to requestAnimationFrameInInjectionContext (af45513)
- soba: ensure effect that emit centered output allow signal writes (3ef325d)
- soba: update controls (8ea354c)
Release 2.0.0-beta.5
2.0.0-beta.5 (2023-05-23)
Bug Fixes
- cannon: expose worker as signal so it is reactive (37edaa3)
- core: adjust apply props and diff props to take into account of r152 change to color space (27d401f)
- core: adjust caching mechanism in loader (16ed946)
- core: ensure to notify change detection on pointermissed (ab7a619)
- soba: null check shadow.map in spotlight mesh (3106b79)
Documentations
- add demo analogjs app (f6f544c)
- migrate camera sandbox (cfaf85e)
- migrate color grading (9a697f2)
- migrate cube heap (774c70f)
- migrate height field (343fd8f)
- migrate keen (00d276e)
- migrate kinematic (8e66e23)
- migrate lod (d7b342e)
- remove colorKeyword type (fc4d962)
- remove test setup for sandbox app (27e8b72)
- setup analog app (8e7bd63)
Release 2.0.0-beta.4
2.0.0-beta.4 (2023-05-22)
Features
Bug Fixes
- core: call safeDetectChanges in CommonDirective instead of calling detectChanges() (d88ca49)
- core: trigger cdr in an animation frame after setting nativeElement on ref (f65807c)
- soba: adjust ngtsAnimations (3cb63a5)
- soba: catch up with latest fix with mesh refraction material from r3f (51b5062)
- soba: fix args type in grid (995b568)
- soba: init plugin with all dependencies (5942477)