Skip to content

Releases: angular-threejs/angular-three

Release 1.4.2

06 Feb 21:16
Compare
Choose a tag to compare

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

06 Feb 20:43
Compare
Choose a tag to compare

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

06 Feb 17:23
Compare
Choose a tag to compare

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

06 Feb 04:06
Compare
Choose a tag to compare

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

05 Feb 19:44
Compare
Choose a tag to compare

1.3.0 (2023-02-05)

Features

  • up peer dep of threejs to 0.149 (7d5e144)

Release 1.2.4

02 Feb 19:15
Compare
Choose a tag to compare

1.2.4 (2023-02-02)

Bug Fixes

Release 1.2.3

31 Jan 05:14
Compare
Choose a tag to compare

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

30 Jan 05:16
Compare
Choose a tag to compare

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

29 Jan 04:27
Compare
Choose a tag to compare

1.2.1 (2023-01-29)

Bug Fixes

  • adjust type of ngtloader (2e99442)

Documentations

  • add vertex colors instances (7eff3e2)
  • add webgl animation keyframes (fdb6b03)

Release 1.2.0

28 Jan 20:49
Compare
Choose a tag to compare

1.2.0 (2023-01-28)

Features

  • adjust three peer dep version (b7bede3)

Bug Fixes