react-resizable-panels
Advanced tools
Comparing version 2.0.8 to 2.0.9
# Changelog | ||
## 2.0.9 | ||
- Fix Flex stacking context bug (#301) | ||
- Fix case where pointer event listeners were sometimes added to the document unnecessarily | ||
## 2.0.8 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "react-resizable-panels", | ||
"version": "2.0.8", | ||
"version": "2.0.9", | ||
"description": "React components for resizable panel groups/layouts", | ||
@@ -69,5 +69,2 @@ "author": "Brian Vaughn <brian.david.vaughn@gmail.com>", | ||
}, | ||
"dependencies": { | ||
"stacking-order": "^1" | ||
}, | ||
"devDependencies": { | ||
@@ -74,0 +71,0 @@ "@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6", |
@@ -1,2 +0,1 @@ | ||
import { compare } from "stacking-order"; | ||
import { Direction, ResizeEvent } from "./types"; | ||
@@ -7,2 +6,3 @@ import { resetGlobalCursorStyle, setGlobalCursorStyle } from "./utils/cursor"; | ||
import { intersects } from "./utils/rects/intersects"; | ||
import { compare } from "./vendor/stacking-order"; | ||
@@ -273,3 +273,3 @@ export type ResizeHandlerAction = "down" | "move" | "up"; | ||
if (registerResizeHandle.length > 0) { | ||
if (registeredResizeHandlers.size > 0) { | ||
if (isPointerDown) { | ||
@@ -276,0 +276,0 @@ if (intersectingHandles.length > 0) { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1180970
2
113
34162
- Removedstacking-order@^1
- Removedstacking-order@1.0.1(transitive)