Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Releases: nartc/angular-three

Release 2.2.0

08 Dec 04:43

Choose a tag to compare

2.2.0 (2021-12-08)

Features

  • core: add LOD (680986d)
  • soba: add Detailed (326d616), closes #26
  • soba: provide NgtSobaExtender on soba shapes (990dea2)

Bug Fixes

  • cannon: add descendants true to PhysicBodyController content children query (6397a3e)
  • core: add descendants to NgtBone content children query (eb057cc)
  • postprocessing: add descendants to NgtEffectController Content Children query (8ac560e)

Release 2.1.0

07 Dec 05:48

Choose a tag to compare

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

  • core: add ng-add to docs (e175dbf)
  • storybook: adjust installation docs about generator (0403ace)
  • storybook: change API to Core API (b6bf1ac)
  • storybook: use soba-orbit-controls (67e6fa9)

Release 2.0.6

06 Dec 19:26

Choose a tag to compare

2.0.6 (2021-12-06)

Bug Fixes

  • core: log to let consumers know to install the packages instead (31fb1d9)

Release 2.0.5

06 Dec 19:17

Choose a tag to compare

2.0.5 (2021-12-06)

Bug Fixes

  • core: move nrwl/devkit to dependencies instead (deb22fa)

Release 2.0.4

06 Dec 19:13

Choose a tag to compare

2.0.4 (2021-12-06)

Bug Fixes

  • core: add nrwl/devkit as devDependencies (ed9273c)

Release 2.0.3

06 Dec 19:08

Choose a tag to compare

2.0.3 (2021-12-06)

Bug Fixes

  • core: expose generators via schematics in packageJson (ab65903)

Release 2.0.2

06 Dec 19:02

Choose a tag to compare

2.0.2 (2021-12-06)

Bug Fixes

Documentations

Release 2.0.1

06 Dec 03:44

Choose a tag to compare

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

  • cannon: clean up body store (8ba22fd)
  • repo: rename all Effects to omit the Effect name (9dbc813)

Documentations

  • demo: use random color instead of 17 (8de3cfa)
  • repo: add CONTRIBUTING guide (d44dd00)
  • storybook: add more steps to first scene (86fa9ff)

Release 2.0.0

05 Dec 03:20

Choose a tag to compare

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)

Release 2.0.0-beta.11

04 Dec 05:55

Choose a tag to compare

Release 2.0.0-beta.11 Pre-release
Pre-release

2.0.0-beta.11 (2021-12-04)

Bug Fixes

  • cannon: expose missing api models (edb276c)