Skip to content

Releases: bvaughn/react-resizable-panels

4.9.0

03 Apr 12:32

Choose a tag to compare

  • 702: Add disableDoubleClick prop to Separator to enable turning off the double-click size reset behavior.

4.8.0

28 Mar 16:08

Choose a tag to compare

  • 699: useDefaultLayout hook automatically migrates legacy layouts to version 4 format; see issue 605 or PR 699 for details on how this works.

4.7.6

24 Mar 22:23

Choose a tag to compare

  • 698: Replace Panel aria-disabled attribute with data-disabled

4.7.5

22 Mar 14:29

Choose a tag to compare

  • 696: Improved server rendering support for defaultSize prop

4.7.4

20 Mar 22:20

Choose a tag to compare

  • 689: Fix edge case bug with pointer event capture

4.7.3

14 Mar 15:41

Choose a tag to compare

  • 690: Imperative Panel API supports non-percentage sizes

4.7.2

07 Mar 23:34

Choose a tag to compare

  • 683: Don't scroll separator when setting focus

4.7.1

04 Mar 00:26

Choose a tag to compare

  • 678: Change default overflow styles to support shadows

4.7.0

04 Mar 00:26

Choose a tag to compare

  • 677: Add groupResizeBehavior prop to Panel, enabling panels to retain their current size (pixels) size when the parent Group is resized.

4.6.5

21 Feb 14:20

Choose a tag to compare

  • 670: Check for undefined adoptedStyleSheets (to better support environments like jsdom)
  • 671: Bug-fix: Update in-memory layout cache when group is resized by double-clicking on a separator