Skip to content

Commit 7c8daad

Browse files
committed
2.1.2 -> 2.1.3
1 parent 6ae417f commit 7c8daad

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

packages/react-resizable-panels/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

3+
## 2.1.3
4+
5+
- Edge case bug fix for a resize handle unmounting while being dragged (#402)
6+
37
## 2.1.2
8+
49
- Suppress invalid layout warning for empty panel groups (#396)
510

611
## 2.1.1

packages/react-resizable-panels/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-resizable-panels",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
44
"description": "React components for resizable panel groups/layouts",
55
"author": "Brian Vaughn <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)