@atlaskit/pragmatic-drag-and-drop
Advanced tools
Comparing version 1.1.3 to 1.1.4
# @atlaskit/pragmatic-drag-and-drop | ||
## 1.1.4 | ||
### Patch Changes | ||
- [#94302](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/94302) [`66ca9d1d1602`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/66ca9d1d1602) - Improving jsdoc for the drop target `canDrop` function | ||
## 1.1.3 | ||
@@ -4,0 +10,0 @@ |
@@ -310,2 +310,7 @@ export type CleanupFn = () => void; | ||
* | ||
* Blocking dropping on a drop target will not block | ||
* dropping on child or parent drop targets. | ||
* If you want child or parent drop targets to block dropping, | ||
* then they will need to return `false` from their `canDrop()` | ||
* | ||
* `canDrop()` is called _repeatedly_ while a drop target | ||
@@ -312,0 +317,0 @@ * is being dragged over to allow you to dynamically |
@@ -310,2 +310,7 @@ export type CleanupFn = () => void; | ||
* | ||
* Blocking dropping on a drop target will not block | ||
* dropping on child or parent drop targets. | ||
* If you want child or parent drop targets to block dropping, | ||
* then they will need to return `false` from their `canDrop()` | ||
* | ||
* `canDrop()` is called _repeatedly_ while a drop target | ||
@@ -312,0 +317,0 @@ * is being dragged over to allow you to dynamically |
{ | ||
"name": "@atlaskit/pragmatic-drag-and-drop", | ||
"version": "1.1.3", | ||
"version": "1.1.4", | ||
"description": "The core package for Pragmatic drag and drop - enabling fast drag and drop for any experience on any tech stack", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/atlassian/pragmatic-drag-and-drop", |
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
398710
9238