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 479c3cb commit b661519Copy full SHA for b661519
packages/react-resizable-panels/CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+# 2.1.7
4
+
5
+- [#427](https://github.com/bvaughn/react-resizable-panels/pull/427): Stacking order checks also check for `SVGElement`s (bug fix)
6
+- [#433](https://github.com/bvaughn/react-resizable-panels/pull/433): Exclude `src` directory from NPM package
7
8
# 2.1.6
9
10
- Removed `"engines"` block and replaced with `"packageManager"`
packages/react-resizable-panels/package.json
@@ -1,6 +1,6 @@
{
"name": "react-resizable-panels",
- "version": "2.1.6",
+ "version": "2.1.7",
"description": "React components for resizable panel groups/layouts",
"author": "Brian Vaughn <brian.david.vaughn@gmail.com>",
"license": "MIT",
0 commit comments