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

Releases: nartc/angular-three

Release 5.0.0-beta.28

29 Apr 20:42

Choose a tag to compare

Release 5.0.0-beta.28 Pre-release
Pre-release

5.0.0-beta.28 (2022-04-29)

Bug Fixes

  • schematics: adjust how version is determined (f7f5e5f)

Release 5.0.0-beta.27

29 Apr 20:31

Choose a tag to compare

Release 5.0.0-beta.27 Pre-release
Pre-release

5.0.0-beta.27 (2022-04-29)

Bug Fixes

  • schematics: update schematics to support v5 (6638339)

Documentations

  • add examples to docs (eb5485d)
  • adjust how to compute netlify urls (681b762)
  • remove uneccessary const (0a93137)

Release 5.0.0-beta.26

29 Apr 16:28

Choose a tag to compare

Release 5.0.0-beta.26 Pre-release
Pre-release

5.0.0-beta.26 (2022-04-29)

Features

  • core: allow to pass in Ref for primitive as well (a855e1f)
  • soba: support material for text (7f4eb1a)

Bug Fixes

  • core: check for null before accessing objects (16ed4d1)
  • core: check on Reflect before assign empty object in mutate (22a057d)
  • soba: adjust textMesh instance (853be0e)

Documentations

Release 5.0.0-beta.25

29 Apr 05:12

Choose a tag to compare

Release 5.0.0-beta.25 Pre-release
Pre-release

5.0.0-beta.25 (2022-04-29)

Features

Bug Fixes

  • core: adjust how raw value is attached to the parent (838a53c)
  • core: rename value attribute selector (dd0aafc)
  • core: typo on objectHostRef (29c8f20)
  • repo: adjust value attribute selector (2673039)
  • soba: ensure instance is ready before effect for Bounds (e65593c)

Release 5.0.0-beta.24

28 Apr 05:09

Choose a tag to compare

Release 5.0.0-beta.24 Pre-release
Pre-release

5.0.0-beta.24 (2022-04-28)

Features

  • soba: add Backdrop; add Spotlight (be9937c)

Release 5.0.0-beta.23

27 Apr 16:08

Choose a tag to compare

Release 5.0.0-beta.23 Pre-release
Pre-release

5.0.0-beta.23 (2022-04-27)

Features

  • soba: add Contact Shadows (e6f795a)

Release 5.0.0-beta.22

27 Apr 13:18

Choose a tag to compare

Release 5.0.0-beta.22 Pre-release
Pre-release

5.0.0-beta.22 (2022-04-27)

Bug Fixes

  • soba: use different syntax for rawloader (36e86a4)
  • soba: use inline glsl for now (ca2d6ec)

Documentations

  • adjust storybook config to include raw-loader (b244b4d)

Release 5.0.0-beta.21

27 Apr 05:00

Choose a tag to compare

Release 5.0.0-beta.21 Pre-release
Pre-release

5.0.0-beta.21 (2022-04-27)

Features

Bug Fixes

  • core: add explicit states to have knowledge if an input is explicitly set on the host element (b2aa965)
  • core: add type guard to is.obj (c93ae5c)
  • core: adjust object passthrough to respect host Inputs if they're set explicitly (38f2eea)
  • core: make sure object pass through react to changes (65fad4b)
  • environment: fix environment background not changing (0a59c68)
  • soba: adjust OrbitControls (11f6059)
  • soba: adjust the "use" API to be more reactive (7afb377)
  • soba: adjust typings in environment (4724b32)
  • soba: make sure gizmo passthroughs react to changes (aa59906)

Release 5.0.0-beta.20

26 Apr 12:37

Choose a tag to compare

Release 5.0.0-beta.20 Pre-release
Pre-release

5.0.0-beta.20 (2022-04-26)

Features

Bug Fixes

  • core: material geometry object should ref instead of factory token (3b8ff7d)

Release 5.0.0-beta.19

25 Apr 21:53

Choose a tag to compare

Release 5.0.0-beta.19 Pre-release
Pre-release

5.0.0-beta.19 (2022-04-25)

Features

Bug Fixes

  • core: adjust attributes import list (f011544)
  • core: setOptionsTriggers should be an Observable of {} (a6d8368)
  • soba: orthographic camera clean up (9099d6b)
  • soba: rework FBO and DepthBuffer to use Ref instead of returning Observable (5b41119)

Documentations

  • add first person controls story (1bee9a2)
  • add HTML stories (68bed08)
  • add orbit controls stories (acc4c99)