From 10c4ab0cc13e69b4469bf62e00386987da0128a5 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Sat, 1 Apr 2023 23:41:07 -0400 Subject: [PATCH] 0.0.37 -> 0.0.38 --- packages/react-resizable-panels/CHANGELOG.md | 5 +++++ packages/react-resizable-panels/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/packages/react-resizable-panels/CHANGELOG.md b/packages/react-resizable-panels/CHANGELOG.md index e50fbd19e..2c1dd6a65 100644 --- a/packages/react-resizable-panels/CHANGELOG.md +++ b/packages/react-resizable-panels/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.0.38 +* [#117](https://github.com/bvaughn/react-resizable-panels/issues/117): `Panel` collapse behavior works better near viewport edges. +* [#115](https://github.com/bvaughn/react-resizable-panels/pull/115): `PanelResizeHandle` logic calls `event.preventDefault` for events it handles. +* [#82](https://github.com/bvaughn/react-resizable-panels/issues/82): `useId` import changed to avoid triggering errors with older versions of React. (Note this may have an impact on tree-shaking though it is presumed to be minimal, given the small `"react"` package size.) + ## 0.0.37 * [#94](https://github.com/bvaughn/react-resizable-panels/issues/94): Add `onDragging` prop to `PanelResizeHandle` to be notified of when dragging starts/stops. diff --git a/packages/react-resizable-panels/package.json b/packages/react-resizable-panels/package.json index 90255ac56..7f6b1b184 100644 --- a/packages/react-resizable-panels/package.json +++ b/packages/react-resizable-panels/package.json @@ -1,6 +1,6 @@ { "name": "react-resizable-panels", - "version": "0.0.37", + "version": "0.0.38", "description": "React components for resizable panel groups/layouts", "author": "Brian Vaughn ", "license": "MIT",