From 138ff3f8a9fad992f368e5212578f1c05e269a34 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Wed, 21 Aug 2024 09:30:34 -0400 Subject: [PATCH] 2.1.0 -> 2.1.1 --- packages/react-resizable-panels/CHANGELOG.md | 7 ++++++- packages/react-resizable-panels/package.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/packages/react-resizable-panels/CHANGELOG.md b/packages/react-resizable-panels/CHANGELOG.md index 9e1b405c..f5db3320 100644 --- a/packages/react-resizable-panels/CHANGELOG.md +++ b/packages/react-resizable-panels/CHANGELOG.md @@ -1,8 +1,13 @@ # Changelog +## 2.1.1 + +- Fix `onDragging` regression (#391) +- Fix cursor icon behavior in nested panels (#390) + ## 2.1.0 -* 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) +- 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) - Support disabling global cursor styles (#387) ## 2.0.23 diff --git a/packages/react-resizable-panels/package.json b/packages/react-resizable-panels/package.json index 97c6f3f2..20faf174 100644 --- a/packages/react-resizable-panels/package.json +++ b/packages/react-resizable-panels/package.json @@ -1,6 +1,6 @@ { "name": "react-resizable-panels", - "version": "2.1.0", + "version": "2.1.1", "description": "React components for resizable panel groups/layouts", "author": "Brian Vaughn ", "license": "MIT",