Skip to content

v0.0.23

Compare
Choose a tag to compare
@bvaughn bvaughn released this 29 Dec 21:32
· 369 commits to main since this release
  • #40: Add optional maxSize prop to Panel.
  • #41: Add optional onResize prop to Panel. This prop can be used (along with defaultSize) to persistence layouts somewhere externally.
  • #42: Don't cancel resize operations when exiting the window. Only cancel when a "mouseup" (or "touchend") event is fired.