diff --git a/packages/react-resizable-panels/CHANGELOG.md b/packages/react-resizable-panels/CHANGELOG.md index 19a5c3de2..91c7f87b3 100644 --- a/packages/react-resizable-panels/CHANGELOG.md +++ b/packages/react-resizable-panels/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.0.53 +* Fix edge case race condition for `onResize` callbacks during initial mount + ## 0.0.52 * [162](https://github.com/bvaughn/react-resizable-panels/issues/162): Add `Panel.collapsedSize` property to allow panels to be collapsed to custom, non-0 sizes * [161](https://github.com/bvaughn/react-resizable-panels/pull/161): Bug fix: `onResize` should be called for the initial `Panel` size regardless of the `onLayout` prop diff --git a/packages/react-resizable-panels/package.json b/packages/react-resizable-panels/package.json index 8c125d714..1b4773f14 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.52", + "version": "0.0.53", "description": "React components for resizable panel groups/layouts", "author": "Brian Vaughn ", "license": "MIT",