@atlaskit/layer-manager
Advanced tools
Comparing version 6.0.1 to 6.0.2
# @atlaskit/layer-manager | ||
## 6.0.2 | ||
- Updated dependencies [1e826b2966](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/1e826b2966): | ||
- @atlaskit/docs@7.0.2 | ||
- @atlaskit/analytics-next@4.0.3 | ||
- @atlaskit/icon@16.0.8 | ||
- @atlaskit/modal-dialog@8.0.6 | ||
- @atlaskit/onboarding@7.0.3 | ||
- @atlaskit/section-message@2.0.2 | ||
- @atlaskit/theme@8.1.6 | ||
- @atlaskit/tooltip@13.0.3 | ||
- @atlaskit/button@12.0.0 | ||
## 6.0.1 | ||
@@ -4,0 +16,0 @@ - Updated dependencies [9d5cc39394](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/9d5cc39394): |
@@ -48,3 +48,5 @@ import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties"; | ||
return React.createElement(BaseComponent, null, this.props.children); | ||
} else if (React.Children.count(children) === 1) { | ||
} | ||
if (React.Children.count(children) === 1) { | ||
var onlyChild = children; // Hacky fix to work with TransitionGroup in withRenderTarget | ||
@@ -51,0 +53,0 @@ |
{ | ||
"name": "@atlaskit/layer-manager", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"sideEffects": false | ||
} |
{ | ||
"name": "@atlaskit/layer-manager", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "A React Component for managing layers", | ||
@@ -30,13 +30,13 @@ "license": "Apache-2.0", | ||
"devDependencies": { | ||
"@atlaskit/analytics-next": "^4.0.1", | ||
"@atlaskit/analytics-next": "^4.0.3", | ||
"@atlaskit/build-utils": "^2.0.0", | ||
"@atlaskit/button": "^11.0.0", | ||
"@atlaskit/docs": "^7.0.1", | ||
"@atlaskit/icon": "^16.0.5", | ||
"@atlaskit/modal-dialog": "^8.0.2", | ||
"@atlaskit/onboarding": "^7.0.1", | ||
"@atlaskit/section-message": "^2.0.1", | ||
"@atlaskit/button": "^12.0.0", | ||
"@atlaskit/docs": "^7.0.2", | ||
"@atlaskit/icon": "^16.0.8", | ||
"@atlaskit/modal-dialog": "^8.0.6", | ||
"@atlaskit/onboarding": "^7.0.3", | ||
"@atlaskit/section-message": "^2.0.2", | ||
"@atlaskit/ssr": "^0.0.1", | ||
"@atlaskit/theme": "^8.0.1", | ||
"@atlaskit/tooltip": "^13.0.1", | ||
"@atlaskit/theme": "^8.1.6", | ||
"@atlaskit/tooltip": "^13.0.3", | ||
"@atlaskit/webdriver-runner": "^0.1.0", | ||
@@ -43,0 +43,0 @@ "enzyme": "^3.7.0", |
{ | ||
"name": "@atlaskit/layer-manager", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"sideEffects": false | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
73630
30
887