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.8.0-3
- Fix missing checkbox styles cfc07db
v0.8.0-2
v0.8.0-1
- Update README 99b27a7
v0.8.0-0
- Make configure and bind options parameter optional 9c3babe
- Update README 391bbc6
- Remove focus outline from CompactModeSelect settings button f281a89
- Add viewport settings panel and option to toggle overlay icons a41da9d
- Show bounding box on hover acd51d0
- Update drei 6e7c157
- Add overlay icons for editable objects 064a324
- Replace EditableManager with bind() for registering canvases 25771c5
- Remove wrapper group and instead use code properties as initial values 1f74c97
v0.7.4-1
- Implement viewport settings panel and environment switcher 4aad9f6
v0.7.4-0
- Make reference window react to canvas size changes 8ea6f2f
- Make reference window absolutely positioned to allow it to slide under the viewport buttons if necessary 6df73b0
- Add "align object to view" action 8a30668
- Improve architecture and fix "focus on selected" 786aa7c
- Respect vertexColors property when using viewport shading 7d480a2
v0.7.3
v0.7.2
Improvements
- Remove Chakra UI and rewrite UI with Tailwind and Reakit 1a03d9c (which means it will no longer break in emotion projects, or any projects 🚀)
- Reduce production bundle size to 2.9 KB 5e8da0c (that's a factor of 50 compared to the previous size 📦)
- Limit decimal length in property editor to 2 11256d9
Fixes
- Add react-dom to peer deps 2031c98
Other
- Remove hot reloading workarounds 821e920