Releases: bvaughn/react-resizable-panels
Releases Β· bvaughn/react-resizable-panels
2.0.16
- Replaced
.toPrecision()
with .toFixed()
to avoid undesirable layout shift (#323)
2.0.15
- Better account for high-precision sizes with
onCollapse
and onExpand
callbacks (#325)
2.0.14
- Better account for high-precision
collapsedSize
values (#325)
2.0.13
- Fix potential cycle in stacking-order logic for an unmounted node (#317)
2.0.12
- Improve resize for edge cases with collapsed panels; intermediate resize states should now fall back to the most recent valid layout rather than the initial layout (#311)
2.0.11
- Fix resize handle cursor hit detection when when viewport is scrolled (#305)
2.0.10
- Fix conditional layout edge case (#309)
2.0.9
- Fix Flex stacking context bug (#301)
- Fix case where pointer event listeners were sometimes added to the document unnecessarily
2.0.7
- Group default layouts use
toPrecision
to avoid small layout shifts due to floating point precision differences between initial server rendering and client hydration (#295)
2.0.6
- Replace
useLayoutEffect
usage with SSR-safe wrapper hook (#294)