Skip to content

Commit

Permalink
0.0.59 -> 0.0.60
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Nov 20, 2023
1 parent 018a5bd commit 4f4e007
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/react-resizable-panels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.0.60

- Better support imperative API usage from mount effects.
- Better support strict effects mode.
- Better checks not to call `onResize` or `onLayout` more than once.

## 0.0.59

- Support imperative panel API usage on-mount.
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.59",
"version": "0.0.60",
"description": "React components for resizable panel groups/layouts",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
"license": "MIT",
Expand Down

1 comment on commit 4f4e007

@vercel
Copy link

@vercel vercel bot commented on 4f4e007 Nov 20, 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.