Skip to content

Commit 138ff3f

Browse files
committed
2.1.0 -> 2.1.1
1 parent adc9038 commit 138ff3f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

packages/react-resizable-panels/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
# Changelog
22

3+
## 2.1.1
4+
5+
- Fix `onDragging` regression (#391)
6+
- Fix cursor icon behavior in nested panels (#390)
7+
38
## 2.1.0
49

5-
* Add opt-in support for setting the [`"nonce"` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/nonce) for the global cursor style (#386)
10+
- Add opt-in support for setting the [`"nonce"` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/nonce) for the global cursor style (#386)
611
- Support disabling global cursor styles (#387)
712

813
## 2.0.23

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.0",
3+
"version": "2.1.1",
44
"description": "React components for resizable panel groups/layouts",
55
"author": "Brian Vaughn <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)