We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea2424 commit 030795aCopy full SHA for 030795a
packages/react-resizable-panels/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+# 2.1.6
4
+
5
+- Removed `"engines"` block and replaced with `"packageManager"`
6
+- Don't read `document.direction` for RTL detection; use inherited style instead
7
8
## 2.1.5
9
10
- Add react v19 to peer deps
packages/react-resizable-panels/package.json
@@ -1,6 +1,6 @@
{
"name": "react-resizable-panels",
- "version": "2.1.5",
+ "version": "2.1.6",
"description": "React components for resizable panel groups/layouts",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
"license": "MIT",
0 commit comments