Releases: bvaughn/react-resizable-panels
Releases · bvaughn/react-resizable-panels
3.0.2
- Fallback for type of
HTMLElement
to better support portal edge cases
3.0.1
- #479: Improve support for Cloudflare Workers and Vercel Functions
- #480: Fixed
package.json#types
reference
3.0.0
- #478: Module is ESM-only in order to better work with modern tooling.
- #475:
"pointerup"
and "pointercancel"
listeners are now attached to the ownerDocument
body to better support edge cases like portals being rendered into a child window.
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)