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

Release 5.0.0-beta.14

Pre-release
Pre-release
Compare
Choose a tag to compare
@nartc nartc released this 22 Apr 02:59
· 341 commits to main since this release

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

Features

  • core: add object pass through directive (edce727)
  • soba: implement all Lines (38a22b4)

Bug Fixes

  • billboard: ensure billboard is a wrapper to Angular Three (4a39e1b)
  • core: add shouldPassThroughRef state to object inputs (f096280)
  • core: also provide ngtObject when provide object host ref (66dda10)
  • core: check for instance.value before destroy. if it's null, no need to destroy anything (9686e5a)
  • core: clean up rootStateMap (0e08255)
  • core: move createLoop outside of Canvas component so that it only creates once (cbd98ea)
  • core: only pass ref if shouldPassThroughRef is true (which is the default) (7d50750)
  • soba: adjust image (a119f8d)
  • soba: fix text (de1d47d)
  • soba: fix type of line geometry (0e9f836)
  • soba: use object pass through (ad86ebc)

Documentations

  • add text story (remove custom material example) (b822d54)
  • setup build storybook (c90930f)
  • update line stories (a07d7fe)