Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: bvaughn/react-resizable-panels

3.0.6

12 Sep 12:27
Compare
Choose a tag to compare
  • #517: Fixed Firefox bug that caused resizing to be interrupted unexpected

3.0.5

12 Sep 12:27
Compare
Choose a tag to compare
  • #512: Fixed size precision regression from 2.0.17

3.0.4

12 Sep 12:27
Compare
Choose a tag to compare
  • #503: Support custom cursors

3.0.3

20 Jun 15:38
Compare
Choose a tag to compare
  • #492: Fix compatibility with Cloudflare workers

3.0.2

13 May 12:01
Compare
Choose a tag to compare
  • Fallback for type of HTMLElement to better support portal edge cases

3.0.1

03 May 20:29
Compare
Choose a tag to compare
  • #479: Improve support for Cloudflare Workers and Vercel Functions
  • #480: Fixed package.json#types reference

3.0.0

03 May 20:29
Compare
Choose a tag to compare
  • #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

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