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

Releases: AndrewPrifer/react-three-editable

v0.6.4

17 Nov 19:44
Compare
Choose a tag to compare

v0.6.3

17 Nov 18:47
Compare
Choose a tag to compare
  • Refactor editable.tsx 4278b57
  • Add export for EditableState to make coercing saved JSON state to the correct type easier 09d7c2d
  • Remove duplicate icon imports 427b8e6

v0.6.2...v0.6.3

v0.6.2

15 Nov 22:35
Compare
Choose a tag to compare

New features

  • Add "focus on selected" feature 7cadc1f

v0.6.1...v0.6.2

v0.6.1

15 Nov 21:48
Compare
Choose a tag to compare
  • Fix always visible scrollbars de44aa0

v0.6.0...v0.6.1

v0.6.0

15 Nov 20:42
Compare
Choose a tag to compare

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

v0.5.2

14 Nov 20:40
Compare
Choose a tag to compare

Fixes

  • Prevent unintentional selections when dragging transform controls a63c5bd
  • Add missing dependencies to TransformControls hook 510260b

Improvements

  • Remove fixed directional light in editor 27fc58a

v0.5.1...v0.5.2

v0.5.1

14 Nov 14:48
Compare
Choose a tag to compare
  • Fix reference window staying blank on first Canvas render 4149c2c
  • Fix crash when EditableManager was initialized after editables in the scene, overriding them 3e45d6c

v0.5.0...v0.5.1

v0.5.0

13 Nov 21:13
Compare
Choose a tag to compare

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

Breaking

  • Remove nil type and preserve the original type of the object when removed from the scene c566d57

v0.4.1...v0.4.2

v0.4.2

13 Nov 21:07
Compare
Choose a tag to compare

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

Breaking

  • Remove nil type and preserve the original type of the object when removed from the scene c566d57

v0.4.1...v0.4.2

v0.4.1

11 Nov 20:59
Compare
Choose a tag to compare
  • Extract common proxy logic into a hook 3a3228c
  • Remove refs from StaticSceneProxy 693b340
  • Fix a couple eslint warnings 717b03b
  • Implement properties panel 4495dc0
  • Make cursor a pointer for custom radio buttons 66065ed
  • Resolve outliner syncing issue b2b28e6

v0.4.0...v0.4.1