v0.8.0
Release Notes
@window-splitter/solid (#54)
The second framework adapter for window-splitter is live!
Things of note:
react-window-splitteris deprecated in favor of@window-splitter/react@window-splitter/solidis feature complete and passes the test full test suite@window-splitter/interfacewas created to house the shared component types and some help functions
In creating the solid adapter we had to make vanilla JS versions of some functions we previously got from a dependency. This resulted in a 7.4% bundle size reduction for the react package 🎉
Breaking Change
The API for registering panel handles changed a little bit. If you're using the @window-splitter/state package directly you will have to update your code (if you exist send me a message!)
🚀 Enhancement
@window-splitter/interface,@window-splitter/react,@window-splitter/solid,@window-splitter/state@window-splitter/solid#54 (@hipstersmoothie)
🐛 Bug Fix
- simplify unmount logic #53 (@hipstersmoothie)
⚠️ Pushed to main
@window-splitter/react,@window-splitter/solid- add missing publish configs (@hipstersmoothie)
Authors: 1
- Andrew Lisowski (@hipstersmoothie)