Skip to content

Releases: angular-threejs/angular-three

v4.0.0-next.126

06 Jan 05:55

Choose a tag to compare

v4.0.0-next.126 Pre-release
Pre-release

4.0.0-next.126 (2026-01-06)

🚀 Features

  • plugin: update versions for v4 release (422b902d)
  • plugin: add angular-three-theatre to aux generator (e79608bd)

❤️ Thank You

v4.0.0-next.125

04 Jan 15:59

Choose a tag to compare

v4.0.0-next.125 Pre-release
Pre-release

4.0.0-next.125 (2026-01-04)

This was a version bump only, there were no code changes.

v4.0.0-next.124

04 Jan 15:39

Choose a tag to compare

v4.0.0-next.124 Pre-release
Pre-release

4.0.0-next.124 (2026-01-04)

🚀 Features

  • core: new generate json script (cb3a6834)

❤️ Thank You

v4.0.0-next.123

04 Jan 08:49

Choose a tag to compare

v4.0.0-next.123 Pre-release
Pre-release

4.0.0-next.123 (2026-01-04)

🚀 Features

  • cannon: allow Angular v21 as peer dependency (67f27003)
  • core: allow Angular v21 as peer dependency (0cb56440)
  • postprocessing: allow Angular v21 as peer dependency (d58d8b93)
  • rapier: allow Angular v21 as peer dependency (f3debc55)
  • soba: allow Angular v21 as peer dependency (cbdcec20)
  • theatre: allow Angular v21 as peer dependency (9eebc8a8)
  • tweakpane: allow Angular v21 as peer dependency (c01cde83)

❤️ Thank You

v4.0.0-next.122

04 Jan 08:38

Choose a tag to compare

v4.0.0-next.122 Pre-release
Pre-release

4.0.0-next.122 (2026-01-04)

💅 Refactors

  • core: rewrite web-types and metadata generators (dd82e329)

❤️ Thank You

v4.0.0-next.121

03 Jan 11:06

Choose a tag to compare

v4.0.0-next.121 Pre-release
Pre-release

4.0.0-next.121 (2026-01-03)

🚀 Features

  • postprocessing: expose effect instances publicly (f821f977)

❤️ Thank You

v4.0.0-next.120

01 Jan 12:03

Choose a tag to compare

v4.0.0-next.120 Pre-release
Pre-release

4.0.0-next.120 (2026-01-01)

🚀 Features

  • ⚠️ rapier: add alias 'attractor' to NgtrAttractor options input (787baf12)

⚠️ Breaking Changes

  • rapier: add alias 'attractor' to NgtrAttractor options input (787baf12)
    NgtrAttractor now uses [attractor] instead of [options]
    Before:
    <ngt-object3D attractor [options]="{ strength: 10 }" />
    After:
    <ngt-object3D [attractor]="{ strength: 10 }" />

❤️ Thank You

v4.0.0-next.119

31 Dec 11:03

Choose a tag to compare

v4.0.0-next.119 Pre-release
Pre-release

4.0.0-next.119 (2025-12-31)

This was a version bump only, there were no code changes.

v4.0.0-next.118

31 Dec 05:41

Choose a tag to compare

v4.0.0-next.118 Pre-release
Pre-release

4.0.0-next.118 (2025-12-31)

🩹 Fixes

  • core: rename ngtObjectEvents/ngtElementEvents to objectEvents/elementEvents (14dec47f)

❤️ Thank You

v4.0.0-next.117

31 Dec 03:11

Choose a tag to compare

v4.0.0-next.117 Pre-release
Pre-release

4.0.0-next.117 (2025-12-31)

🚀 Features

  • rapier: add filterContactPair and filterIntersectionPair hooks (216f9a93)
  • tweakpane: add tweaks() function for declarative control creation (ec3d7e23)

❤️ Thank You