Skip to content

Releases: bvaughn/react-resizable-panels

v0.0.12

25 Dec 19:55
Compare
Choose a tag to compare
  • Bug fix: #19: Fix initial "jump" that could occur when dragging started.
  • Bug fix: #20: Stop resize/drag operation on "contextmenu" event.
  • Bug fix: #21: Disable text selection while dragging active (Firefox only)

v0.0.11

25 Dec 02:14
Compare
Choose a tag to compare
  • Drag UX change: Reversing drag after dragging past the min/max size of a panel will no longer have an effect until the pointer overlaps with the resize handle. (Thanks @davidkpiano for the suggestion!)
  • Bug fix: Resize handles are no longer left in a "focused" state after a touch/mouse event.

v0.0.10

25 Dec 02:07
Compare
Choose a tag to compare
  • Corrupt build artifact. Don't use this version.

v0.0.9

25 Dec 02:07
Compare
Choose a tag to compare

v0.0.8

25 Dec 02:07
Compare
Choose a tag to compare
  • #7: Support "touch" events for mobile compatibility.

v0.0.7

25 Dec 02:06
Compare
Choose a tag to compare
  • Add PanelContext with activeHandleId property identifying the resize handle currently being dragged (or null). This enables more customized UI/UX when resizing is in progress.

v0.0.6

25 Dec 02:06
Compare
Choose a tag to compare
  • Removed panelBefore and panelAfter props from PanelResizeHandle. PanelGroup now infers this based on position within the group.

v0.0.5

23 Dec 18:02
Compare
Choose a tag to compare
  • TypeScript props type fix

v0.0.4

23 Dec 17:37
Compare
Choose a tag to compare
  • #8: Added optional order prop to Panel to improve conditional rendering.

v0.0.3

23 Dec 17:37
Compare
Choose a tag to compare
  • #3: Panels can be conditionally rendered within a group. PanelGroup will persist separate layouts for each combination of visible panels.