Releases: bvaughn/react-resizable-panels
Releases Β· bvaughn/react-resizable-panels
0.0.50
- Improved panel size validation in
PanelGroup
.
0.0.49
- Improved development warnings and props validation checks in
PanelGroup
.
0.0.48
- 148: Build release bundle with Preconstruct
0.0.47
- Mimic VS Code behavior; collapse a panel if it's smaller than half of its min-size
0.0.46
- Improved SSR support: Avoid accessing default storage (localStorage) during initialization; avoid throwing error in browsers that have 3rd party cookies/storage disabled.
0.0.45
- SSR: Avoid layout shift by using
defaultSize
to set initial flex-grow
style
- SSR: Warn if
Panel
is server-rendered without a defaultSize
prop
- #135: Support RTL layouts
0.0.44
- #142: Avoid re-registering Panel when props change. (Hopefully this will avoid cases where Panels without "order" props subtly break.)
0.0.43
- Add imperative
getLayout
API to PanelGroup
- #139: Fix edge case bug where simultaneous
localStorage
updates to multiple saved groups would drop some values
0.0.42
- Change cursor style from
col-resize
/row-resize
to ew-resize
/ns-resize
to better match cursor style at edges of a panel.
0.0.41
- Add imperative
setLayout
API for PanelGroup
.