Skip to content

v0.8.0

Choose a tag to compare

@hipstersmoothie hipstersmoothie released this 29 Apr 06:03

Release Notes

@window-splitter/solid (#54)

The second framework adapter for window-splitter is live!

Things of note:

  • react-window-splitter is deprecated in favor of @window-splitter/react
  • @window-splitter/solid is feature complete and passes the test full test suite
  • @window-splitter/interface was 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

🐛 Bug Fix

⚠️ Pushed to main

  • @window-splitter/react, @window-splitter/solid

Authors: 1