Releases: bvaughn/react-resizable-panels
Releases · bvaughn/react-resizable-panels
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.
v0.0.2
- Documentation-only update.