Skip to content

Commit

Permalink
v0.0.10 - v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed Dec 25, 2022
1 parent d702b45 commit adfe083
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion packages/react-resizable-panels/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Changelog

## 0.0.10
## 0.0.11
* Drag UX change: Reversing drag after dragging past the min/max size of a panel will no longer have an effect until the pointer overlaps with the resize handle. (Thanks @davidkpiano for the suggestion!)
* Bug fix: Resize handles are no longer left in a "focused" state after a touch/mouse event.

## 0.0.10
* Corrupt build artifact. Don't use this version.

## 0.0.9
* [#13](https://github.com/bvaughn/react-resizable-panels/issues/13): `PanelResizeHandle` should declare "separator" role and implement the recommended ["Window Splitter" pattern](https://www.w3.org/WAI/ARIA/apg/patterns/windowsplitter/)

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.10",
"version": "0.0.11",
"description": "React components for resizable panel groups/layouts",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
"license": "MIT",
Expand Down

1 comment on commit adfe083

@vercel
Copy link

@vercel vercel bot commented on adfe083 Dec 25, 2022

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.