Skip to content

v0.0.15

Compare
Choose a tag to compare
@bvaughn bvaughn released this 27 Dec 13:49
· 413 commits to main since this release
  • #30: PanelGroup uses display: flex rather than absolute positioning. This provides several benefits: (a) more responsive resizing for nested groups, (b) no explicit width/height props, and (c) PanelResizeHandle components can now be rendered directly within PanelGroup (rather than as children of Panels).