Skip to content

Commit

Permalink
1.0.5 -> 1.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Dec 30, 2023
1 parent e64fe95 commit 0abbbee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions packages/react-resizable-panels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 1.0.6

- Export internal DOM helper methods.

## 1.0.5

- Fix server rendering regression (#240); Panels will now render with their `defaultSize` during initial mount (if one is specified). This allows server-rendered components to store the most recent size in a cookie and use that value as the default for subsequent page visits.
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": "1.0.5",
"version": "1.0.6",
"description": "React components for resizable panel groups/layouts",
"author": "Brian Vaughn <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 0abbbee

Please sign in to comment.