This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
v0.6.0
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
'sallowImplicitInstancing
prop. - The undocumented
useEditableManager()
hook now accepts an object of the same type asEditableManager
's props.