Releases: bvaughn/react-resizable-panels
Releases Β· bvaughn/react-resizable-panels
2.1.7
- #427: Stacking order checks also check for
SVGElement
s (bug fix)
- #433: Exclude
src
directory from NPM package
2.1.6
- Removed
"engines"
block and replaced with "packageManager"
- Don't read
document.direction
for RTL detection; use inherited style instead
2.1.5
- Add react v19 to peer deps
2.1.4
- 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
- Edge case bug fix for a resize handle unmounting while being dragged (#402)
2.1.2
- Suppress invalid layout warning for empty panel groups (#396)
2.1.1
- Fix
onDragging
regression (#391)
- Fix cursor icon behavior in nested panels (#390)
2.1.0
- Add opt-in support for setting the
"nonce"
attribute for the global cursor style (#386)
- Support disabling global cursor styles (#387)
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)