Releases: bvaughn/react-resizable-panels
Releases Β· bvaughn/react-resizable-panels
2.0.23
- Improve obfuscation for
React.useId
references (#382)
2.0.17
- Prevent pointer events handled by resize handles from triggering elements behind/underneath (#338)
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