Releases: bvaughn/react-resizable-panels
Releases · bvaughn/react-resizable-panels
1.0.6
- Export internal DOM helper methods.
1.0.5
- 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
- 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
- Remember most recently expanded panel size in local storage (#234)
1.0.2
- Change local storage key for persisted sizes to avoid restoring pixel-based sizes (#233)
1.0.1
- Small bug fix to guard against saving an incorrect panel layout to local storage
1.0.0
- 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
- Change default (not-yet-registered) Panel flex-grow style from 0 to 1
0.0.62
- Edge case expand/collapse invalid size guard (#220)
0.0.61
- Better unstable Offscreen/Activity API.