@shopify/app-bridge-host
Advanced tools
Comparing version 1.3.1-next.2 to 1.4.1
112
CHANGELOG.md
@@ -6,2 +6,114 @@ # Change Log | ||
## [1.4.1](https://github.com/Shopify/app-bridge/compare/v1.4.0...v1.4.1) (2019-05-23) | ||
**Note:** Version bump only for package @shopify/app-bridge-host | ||
# [1.4.0](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.8...v1.4.0) (2019-05-23) | ||
**Note:** Version bump only for package @shopify/app-bridge-host | ||
## [1.3.1-alpha.8](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.7...v1.3.1-alpha.8) (2019-05-22) | ||
### Bug Fixes | ||
* **store:** fix typecheck in Web ([ce8f610](https://github.com/Shopify/app-bridge/commit/ce8f610)) | ||
## [1.3.1-alpha.7](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.6...v1.3.1-alpha.7) (2019-05-22) | ||
### Bug Fixes | ||
* **store:** fix type definition ([f5a0983](https://github.com/Shopify/app-bridge/commit/f5a0983)) | ||
## [1.3.1-alpha.6](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.5...v1.3.1-alpha.6) (2019-05-21) | ||
**Note:** Version bump only for package @shopify/app-bridge-host | ||
## [1.3.1-alpha.5](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.4...v1.3.1-alpha.5) (2019-05-21) | ||
### Bug Fixes | ||
* **store:** fix reducers export in store ([6ce3c87](https://github.com/Shopify/app-bridge/commit/6ce3c87)) | ||
## [1.3.1-alpha.4](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.3...v1.3.1-alpha.4) (2019-05-17) | ||
### Bug Fixes | ||
* **message-transport:** add `frameWindow` to identify source of dispatch ([#885](https://github.com/Shopify/app-bridge/issues/885)) ([4558215](https://github.com/Shopify/app-bridge/commit/4558215)) | ||
* **reducers:** fixed default values for feature detection actions ([#924](https://github.com/Shopify/app-bridge/issues/924)) ([03c81ae](https://github.com/Shopify/app-bridge/commit/03c81ae)) | ||
### Features | ||
* **fullscreen:** add reducer to app-bridge-host ([163213c](https://github.com/Shopify/app-bridge/commit/163213c)) | ||
## [1.3.1-alpha.3](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.2...v1.3.1-alpha.3) (2019-05-15) | ||
**Note:** Version bump only for package @shopify/app-bridge-host | ||
## [1.3.1-alpha.2](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.1...v1.3.1-alpha.2) (2019-05-10) | ||
### Bug Fixes | ||
* **store:** fix staffMember reducer ([#899](https://github.com/Shopify/app-bridge/issues/899)) ([b53dd56](https://github.com/Shopify/app-bridge/commit/b53dd56)) | ||
## [1.3.1-alpha.1](https://github.com/Shopify/app-bridge/compare/v1.3.1-alpha.0...v1.3.1-alpha.1) (2019-05-10) | ||
### Features | ||
* **store:** add reducers and middleware to app bridge host ([#876](https://github.com/Shopify/app-bridge/issues/876)) ([849e62d](https://github.com/Shopify/app-bridge/commit/849e62d)) | ||
## [1.3.1-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.3.1-next.2...v1.3.1-alpha.0) (2019-05-03) | ||
**Note:** Version bump only for package @shopify/app-bridge-host | ||
## [1.3.1-next.2](https://github.com/Shopify/app-bridge/compare/v1.3.1-next.1...v1.3.1-next.2) (2019-05-03) | ||
@@ -8,0 +120,0 @@ |
@@ -12,1 +12,2 @@ /** | ||
export { Provider } from './Provider'; | ||
export { default as createStore } from './store'; |
@@ -24,1 +24,3 @@ "use strict"; | ||
exports.Provider = Provider_1.Provider; | ||
var store_1 = require("./store"); | ||
exports.createStore = store_1.default; |
@@ -63,2 +63,5 @@ "use strict"; | ||
} | ||
if (to.frameWindow !== event.source) { | ||
return; | ||
} | ||
for (var _i = 0, subscribers_1 = subscribers; _i < subscribers_1.length; _i++) { | ||
@@ -65,0 +68,0 @@ var listener = subscribers_1[_i]; |
{ | ||
"name": "@shopify/app-bridge-host", | ||
"version": "1.3.1-next.2", | ||
"version": "1.4.1", | ||
"types": "index.d.ts", | ||
"main": "index.js", | ||
"files": [ | ||
"/store/", | ||
"/actions.d.ts", | ||
@@ -52,9 +53,11 @@ "/actions.js", | ||
"@types/react": "^16.7.3", | ||
"@types/redux": "^3.6.0", | ||
"typescript": "3.2.1" | ||
}, | ||
"dependencies": { | ||
"@shopify/app-bridge": "^1.3.1-next.2", | ||
"@shopify/app-bridge": "^1.4.1", | ||
"@shopify/javascript-utilities": "^2.3.0", | ||
"hoist-non-react-statics": "^3.1.0", | ||
"react": "^16.6.1" | ||
"react": "^16.6.1", | ||
"redux": "^4.0.0" | ||
}, | ||
@@ -64,3 +67,3 @@ "resolutions": { | ||
}, | ||
"gitHead": "713a1f559fb05482a94581263a0a4f91c7caba2a" | ||
"gitHead": "270fbe5b4dec2b32e4f0c14447e5c1b02c9fbb70" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
123608
154
2811
1
5
4
1
+ Addedredux@^4.0.0
+ Added@babel/runtime@7.26.0(transitive)
+ Addedredux@4.2.1(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
Updated@shopify/app-bridge@^1.4.1