Skip to content

Releases: bvaughn/react-resizable-panels

2.1.7

17 Nov 21:03
Compare
Choose a tag to compare
  • #427: Stacking order checks also check for SVGElements (bug fix)
  • #433: Exclude src directory from NPM package

2.1.6

17 Nov 21:03
Compare
Choose a tag to compare
  • Removed "engines" block and replaced with "packageManager"
  • Don't read document.direction for RTL detection; use inherited style instead

2.1.5

17 Nov 21:03
Compare
Choose a tag to compare
  • Add react v19 to peer deps

2.1.4

17 Nov 21:03
Compare
Choose a tag to compare
  • Improve TypeScript HTML tag type generics (#407)
  • Edge case check to make sure resize handle hasn't been unmounted while dragging (#410)

2.1.3

17 Nov 21:02
Compare
Choose a tag to compare
  • Edge case bug fix for a resize handle unmounting while being dragged (#402)

2.1.2

17 Nov 21:02
Compare
Choose a tag to compare
  • Suppress invalid layout warning for empty panel groups (#396)

2.1.1

17 Nov 21:02
Compare
Choose a tag to compare
  • Fix onDragging regression (#391)
  • Fix cursor icon behavior in nested panels (#390)

2.1.0

17 Nov 21:02
Compare
Choose a tag to compare
  • Add opt-in support for setting the "nonce" attribute for the global cursor style (#386)
  • Support disabling global cursor styles (#387)

2.0.23

08 Aug 14:01
Compare
Choose a tag to compare
  • Improve obfuscation for React.useId references (#382)

2.0.17

15 Apr 15:12
Compare
Choose a tag to compare
  • Prevent pointer events handled by resize handles from triggering elements behind/underneath (#338)