This repository has been archived by the owner on Feb 15, 2022. It is now read-only.
Releases: AndrewPrifer/react-three-editable
Releases · AndrewPrifer/react-three-editable
v0.6.4
- Update README 5dab9b7
v0.6.3
v0.6.2
v0.6.1
- Fix always visible scrollbars de44aa0
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.
v0.5.2
v0.5.1
v0.5.0
Bumping version number since previous release was actually a major release. Since editable types are serialized now, you'll get warnings for old files that there is a mismatch between the serialized type and the one set in the code.
Fixes
- Fix "Cannot read property 'hasOwnProperty' of undefined" when syncing editor with flat or phong shading selected b04d99d
- Change the architecture to take proper snapshots and not rely at all on the original scene 6dcba4f
New features
- Add editor sync button 10f9bec
Breaking
- Remove nil type and preserve the original type of the object when removed from the scene c566d57
v0.4.2
Fixes
- Fix "Cannot read property 'hasOwnProperty' of undefined" when syncing editor with flat or phong shading selected b04d99d
- Change the architecture to take proper snapshots and not rely at all on the original scene 6dcba4f
New features
- Add editor sync button 10f9bec
Breaking
- Remove nil type and preserve the original type of the object when removed from the scene c566d57