Skip to content

Releases: bvaughn/react-resizable-panels

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.

v0.0.2

23 Dec 15:25
Compare
Choose a tag to compare
  • Documentation-only update.

v0.0.1

23 Dec 15:25
Compare
Choose a tag to compare
  • Initial release.