diff --git a/packages/react-resizable-panels/CHANGELOG.md b/packages/react-resizable-panels/CHANGELOG.md index 6e57a932a..0793a9fc3 100644 --- a/packages/react-resizable-panels/CHANGELOG.md +++ b/packages/react-resizable-panels/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.0.12 + +- Improve resize for edge cases with collapsed panels; intermediate resize states should now fall back to the most recent valid layout rather than the initial layout (#311) + ## 2.0.11 - Fix resize handle cursor hit detection when when viewport is scrolled (#305) diff --git a/packages/react-resizable-panels/package.json b/packages/react-resizable-panels/package.json index aa50c186b..7d64a951a 100644 --- a/packages/react-resizable-panels/package.json +++ b/packages/react-resizable-panels/package.json @@ -1,6 +1,6 @@ { "name": "react-resizable-panels", - "version": "2.0.11", + "version": "2.0.12", "description": "React components for resizable panel groups/layouts", "author": "Brian Vaughn ", "license": "MIT",