Releases: bvaughn/react-resizable-panels
Releases · bvaughn/react-resizable-panels
v0.0.12
- 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
- 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
- Corrupt build artifact. Don't use this version.
v0.0.8
- #7: Support "touch" events for mobile compatibility.
v0.0.7
- 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
- Removed panelBefore and panelAfter props from PanelResizeHandle. PanelGroup now infers this based on position within the group.
v0.0.5
- TypeScript props type fix
v0.0.4
- #8: Added optional
order
prop to Panel
to improve conditional rendering.
v0.0.3
- #3:
Panel
s can be conditionally rendered within a group. PanelGroup
will persist separate layouts for each combination of visible panels.