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

v0.6.0

Compare
Choose a tag to compare
@AndrewPrifer AndrewPrifer released this 15 Nov 20:42
· 107 commits to main since this release

New features

  • Implement implicit instancing a868b5f

Improvements

  • Improve warning for mismatched object types f172e34

Breaking changes

  • Since it was previously possible as well to do implicit instancing, although with glitches, it is technically a breaking change that you now have to opt in through EditableManager's allowImplicitInstancing prop.
  • The undocumented useEditableManager() hook now accepts an object of the same type as EditableManager's props.

v0.5.2...v0.6.0