@shopify/app-bridge-host
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -6,2 +6,14 @@ # Change Log | ||
## [1.5.3](https://github.com/Shopify/app-bridge/compare/v1.5.2...v1.5.3) (2019-05-24) | ||
### Features | ||
* modal auto sizing ([b1b21a1](https://github.com/Shopify/app-bridge/commit/b1b21a1)) | ||
* modal auto sizing ([#892](https://github.com/Shopify/app-bridge/issues/892)) ([4620eec](https://github.com/Shopify/app-bridge/commit/4620eec)) | ||
## [1.5.2](https://github.com/Shopify/app-bridge/compare/v1.5.1...v1.5.2) (2019-05-24) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@shopify/app-bridge-host", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"types": "index.d.ts", | ||
@@ -57,3 +57,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@shopify/app-bridge": "^1.5.2", | ||
"@shopify/app-bridge": "^1.5.3", | ||
"@shopify/javascript-utilities": "^2.3.0", | ||
@@ -67,3 +67,3 @@ "hoist-non-react-statics": "^3.1.0", | ||
}, | ||
"gitHead": "60bb826c1184062605522bb44d188fcb9cfb9e67" | ||
"gitHead": "430d518a0de6a6307a058005424b1c93ca5ae2c4" | ||
} |
@@ -50,4 +50,8 @@ "use strict"; | ||
} | ||
case actions_2.LEGACY_MODAL_SET_HEIGHT: | ||
case actions_2.LEGACY_MODAL_SET_HEIGHT: { | ||
return __assign({}, state, { height: action.payload }); | ||
} | ||
case actions_1.Modal.ActionType.UPDATE_SIZE: { | ||
return __assign({}, state, { height: action.payload.height }); | ||
} | ||
default: | ||
@@ -54,0 +58,0 @@ return state; |
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
127756
2868
Updated@shopify/app-bridge@^1.5.3