Skip to content

Releases: bvaughn/react-resizable-panels

1.0.6

27 Jan 19:57
Compare
Choose a tag to compare
  • Export internal DOM helper methods.

1.0.5

27 Jan 19:57
Compare
Choose a tag to compare
  • Fix server rendering regression (#240); Panels will now render with their defaultSize during initial mount (if one is specified). This allows server-rendered components to store the most recent size in a cookie and use that value as the default for subsequent page visits.

1.0.4

27 Jan 19:57
Compare
Choose a tag to compare
  • Edge case bug fix for isCollapsed panel method; previously an uninitialized collapsedSize value was not being initialized to 0, which caused isCollapsed to incorrectly report false in some cases.

1.0.3

27 Jan 19:57
Compare
Choose a tag to compare
  • Remember most recently expanded panel size in local storage (#234)

1.0.2

27 Jan 19:57
Compare
Choose a tag to compare
  • Change local storage key for persisted sizes to avoid restoring pixel-based sizes (#233)

1.0.1

27 Jan 19:56
Compare
Choose a tag to compare
  • Small bug fix to guard against saving an incorrect panel layout to local storage

1.0.0

27 Jan 19:56
bce573c
Compare
Choose a tag to compare
  • Remove support for pixel-based Panel constraints; (props like defaultSizePercentage should now be defaultSize)
  • Replaced dataAttributes prop with ...rest prop that supports all HTML attributes

0.0.63

27 Jan 19:56
Compare
Choose a tag to compare
  • Change default (not-yet-registered) Panel flex-grow style from 0 to 1

0.0.62

27 Jan 19:56
Compare
Choose a tag to compare
  • Edge case expand/collapse invalid size guard (#220)

0.0.61

27 Jan 19:56
Compare
Choose a tag to compare
  • Better unstable Offscreen/Activity API.