Skip to content

v0.0.29

Compare
Choose a tag to compare
@bvaughn bvaughn released this 05 Jan 15:13
· 330 commits to main since this release
bbb7b80
  • #58: Add imperative collapse, expand, and resize methods to Panel.
  • #64: Disable pointer-events inside of Panels during resize. This avoid edge cases like nested iframes.
  • #57: Improve server rendering check to include window.document. This more closely matches React's own check and avoids false positives for environments that alias window to some global object.