Skip to content

Releases: angular-threejs/angular-three

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

Release 1.1.0

25 Jan 20:04
Compare
Choose a tag to compare

1.1.0 (2023-01-25)

Features

  • confirm rawValue to work as attribute binding (b133670)

Release 1.0.2

24 Jan 19:09
Compare
Choose a tag to compare

1.0.2 (2023-01-24)

Bug Fixes

Documentations

  • add demo link (ab10fe0)
  • adjust documentations and fill out some TBD that can be filled (e98b040)
  • disable eslint on host metadata (1187a54)
  • get docs home page in (dd043f7)

Release 1.0.1

24 Jan 03:42
Compare
Choose a tag to compare

1.0.1 (2023-01-24)

Bug Fixes

  • add nrwl/devkit to deps (df526b2)

Release 1.0.0

24 Jan 03:34
Compare
Choose a tag to compare

1.0.0 (2023-01-24)

Features

Bug Fixes

  • adjust how children of portal store gets the portalStore instance (04fffae)
  • allow prepare to accept a synchronous function to calculate the instance (cdf0637)
  • dedupe when adding new object to instance local state (e2fb313)
  • primitive element should not dispose underlying object (a091aca)

Documentations

  • add some advanced topics (513c9da)
  • add view-cube to showcase portal (3db1aeb)
  • finish current API (c8c3079)
  • setup documentation for deploy (8a2e2e5)
  • update angular three readme (6e7e365)

Release 1.0.0-beta.11

23 Jan 06:27
Compare
Choose a tag to compare
Release 1.0.0-beta.11 Pre-release
Pre-release

1.0.0-beta.11 (2023-01-23)

Features

  • add createAttachFunction for aid with attach input as function (882f7d9)

Documentations

  • almost finish custom renderer docs (d2c329b)