@atlaskit/tree
Advanced tools
Comparing version 3.0.0 to 3.0.1
# @atlaskit/tree | ||
## 3.0.1 | ||
- [patch] Adds sideEffects: false to allow proper tree shaking [b5d6d04](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b5d6d04) | ||
## 3.0.0 | ||
@@ -4,0 +7,0 @@ - [major] Horizontal movement to disambiguate the case when the user is dropping at end of subtree [9ee9657](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9ee9657) |
{ | ||
"name": "@atlaskit/tree", | ||
"version": "3.0.0" | ||
"version": "3.0.0", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/tree", | ||
"version": "3.0.0", | ||
"version": "3.0.1", | ||
"description": "A React Component for displaying expandable and sortable tree hierarchies", | ||
@@ -9,2 +9,3 @@ "license": "Apache-2.0", | ||
"atlaskit:src": "src/index.js", | ||
"sideEffects": false, | ||
"files": [ | ||
@@ -26,7 +27,7 @@ "dist" | ||
"@atlaskit/docs": "^5.0.6", | ||
"@atlaskit/icon": "^13.3.1", | ||
"@atlaskit/navigation": "^33.1.6", | ||
"@atlaskit/section-message": "^1.0.6", | ||
"@atlaskit/spinner": "^9.0.7", | ||
"@atlaskit/theme": "^6.0.1", | ||
"@atlaskit/icon": "^13.6.1", | ||
"@atlaskit/navigation": "^33.1.8", | ||
"@atlaskit/section-message": "^1.0.7", | ||
"@atlaskit/spinner": "^9.0.8", | ||
"@atlaskit/theme": "^6.0.2", | ||
"enzyme": "https://registry.npmjs.org/@pgleeson/enzyme/-/enzyme-3.3.7.tgz", | ||
@@ -42,2 +43,2 @@ "enzyme-adapter-react-16": "https://registry.npmjs.org/@pgleeson/enzyme-adapter-react-16/-/enzyme-adapter-react-16-1.1.7.tgz", | ||
] | ||
} | ||
} |
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
104111