React Resizable Panels Versions Save

2.0.17

1 month ago
  • Prevent pointer events handled by resize handles from triggering elements behind/underneath (#338)

2.0.16

1 month ago
  • Replaced .toPrecision() with .toFixed() to avoid undesirable layout shift (#323)

2.0.15

1 month ago
  • Better account for high-precision sizes with onCollapse and onExpand callbacks (#325)

2.0.14

1 month ago
  • Better account for high-precision collapsedSize values (#325)

2.0.13

2 months ago
  • Fix potential cycle in stacking-order logic for an unmounted node (#317)

2.0.12

2 months ago
  • 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

2 months ago
  • Fix resize handle cursor hit detection when when viewport is scrolled (#305)

2.0.10

2 months ago
  • Fix conditional layout edge case (#309)

2.0.9

3 months ago
  • Fix Flex stacking context bug (#301)
  • Fix case where pointer event listeners were sometimes added to the document unnecessarily

2.0.7

3 months ago
  • Group default layouts use toPrecision to avoid small layout shifts due to floating point precision differences between initial server rendering and client hydration (#295)