diff --git a/packages/react-resizable-panels/CHANGELOG.md b/packages/react-resizable-panels/CHANGELOG.md index 0edaf826..9e1b405c 100644 --- a/packages/react-resizable-panels/CHANGELOG.md +++ b/packages/react-resizable-panels/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 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) +- Support disabling global cursor styles (#387) + ## 2.0.23 - Improve obfuscation for `React.useId` references (#382) diff --git a/packages/react-resizable-panels/package.json b/packages/react-resizable-panels/package.json index 1bb4cc61..97c6f3f2 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.0.23", + "version": "2.1.0", "description": "React components for resizable panel groups/layouts", "author": "Brian Vaughn ", "license": "MIT",