Releases: bvaughn/react-resizable-panels
Releases Β· bvaughn/react-resizable-panels
3.0.6
- #517: Fixed Firefox bug that caused resizing to be interrupted unexpected
3.0.5
- #512: Fixed size precision regression from 2.0.17
3.0.4
- #503: Support custom cursors
3.0.3
- #492: Fix compatibility with Cloudflare workers
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