Skip to content

Commit

Permalink
0.0.43 -> 0.0.44
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed May 14, 2023
1 parent e9a9d4b commit a5108d9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions packages/react-resizable-panels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.0.44
* [#142](https://github.com/bvaughn/react-resizable-panels/issues/142): Avoid re-registering `Panel` when props change

## 0.0.43
* Add imperative `getLayout` API to `PanelGroup`
* [#139](https://github.com/bvaughn/react-resizable-panels/pull/139): Fix edge case bug where simultaneous `localStorage` updates to multiple saved groups would drop some values
Expand Down
2 changes: 1 addition & 1 deletion packages/react-resizable-panels/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-resizable-panels",
"version": "0.0.43",
"version": "0.0.44",
"description": "React components for resizable panel groups/layouts",
"author": "Brian Vaughn <[email protected]>",
"license": "MIT",
Expand Down

1 comment on commit a5108d9

@vercel
Copy link

@vercel vercel bot commented on a5108d9 May 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.