Skip to content

Releases: angular-threejs/angular-three

Release 1.6.8

12 Feb 05:32
Compare
Choose a tag to compare

1.6.8 (2023-02-12)

Bug Fixes

  • use safeDetectChanges instaed (b9d5ad4)

Release 1.6.7

12 Feb 05:29
Compare
Choose a tag to compare

1.6.7 (2023-02-12)

Bug Fixes

  • run detectChanges after set (7cc72f0)

Release 1.6.6

12 Feb 05:17
Compare
Choose a tag to compare

1.6.6 (2023-02-12)

Bug Fixes

  • bind environment injector in runInContext (aa905ff)
  • compound can also be DOM (todo: need a way to exclude compoundPrefix) (ef25fc5)

Release 1.6.5

12 Feb 03:58
Compare
Choose a tag to compare

1.6.5 (2023-02-12)

Bug Fixes

  • prevent a THREE child is attached to a parent when it is already attached (66a98e3)

Release 1.6.4

09 Feb 16:21
Compare
Choose a tag to compare

1.6.4 (2023-02-09)

Bug Fixes

  • fix lostpointercapture event isn't fired (b77ae3a)

Release 1.6.3

08 Feb 22:55
Compare
Choose a tag to compare

1.6.3 (2023-02-08)

Bug Fixes

Release 1.6.2

08 Feb 22:42
Compare
Choose a tag to compare

1.6.2 (2023-02-08)

Bug Fixes

  • adjust renderer listen to listen for DOM events if target is root Scene (46f9206)
  • check for instance of Window for isDOM (4026871)

Release 1.6.1

08 Feb 22:24
Compare
Choose a tag to compare

1.6.1 (2023-02-08)

Bug Fixes

  • use null as fallback value for target CDR in listen (728f4fe)

Release 1.6.0

08 Feb 21:13
Compare
Choose a tag to compare

1.6.0 (2023-02-08)

Features

Release 1.5.1

08 Feb 18:59
Compare
Choose a tag to compare

1.5.1 (2023-02-08)

Bug Fixes

  • only attach if there's parent (9728392)