@shopify/app-bridge-host
Advanced tools
Comparing version 1.6.2-alpha.0 to 1.6.3
@@ -6,2 +6,21 @@ # Change Log | ||
## [1.6.3](https://github.com/Shopify/app-bridge/compare/v1.6.2...v1.6.3) (2019-06-10) | ||
**Note:** Version bump only for package @shopify/app-bridge-host | ||
## [1.6.2](https://github.com/Shopify/app-bridge/compare/v1.6.2-alpha.0...v1.6.2) (2019-06-10) | ||
### Features | ||
* **host:** expose title bar update action ([8e9afb4](https://github.com/Shopify/app-bridge/commit/8e9afb4)) | ||
## [1.6.2-alpha.0](https://github.com/Shopify/app-bridge/compare/v1.6.1...v1.6.2-alpha.0) (2019-06-06) | ||
@@ -8,0 +27,0 @@ |
{ | ||
"name": "@shopify/app-bridge-host", | ||
"version": "1.6.2-alpha.0", | ||
"version": "1.6.3", | ||
"types": "index.d.ts", | ||
@@ -57,3 +57,3 @@ "main": "index.js", | ||
"dependencies": { | ||
"@shopify/app-bridge": "^1.6.2-alpha.0", | ||
"@shopify/app-bridge": "^1.6.3", | ||
"@shopify/javascript-utilities": "^2.3.0", | ||
@@ -67,3 +67,3 @@ "hoist-non-react-statics": "^3.1.0", | ||
}, | ||
"gitHead": "badbcc0282676a8ddb745c82b6678c0a9fae396b" | ||
"gitHead": "bc6ec8f692908d1a34085f49b8cd2e16b683102a" | ||
} |
import { ActionCreatorsMapObject } from 'redux'; | ||
import { TitleBar } from '@shopify/app-bridge/actions'; | ||
import { setPagination, setAppInfo } from './actions'; | ||
/** | ||
* The interface for the mapped Title Bar actions dispatcher | ||
* @internal | ||
* */ | ||
export interface TitleBarActionCreatorsMap extends ActionCreatorsMapObject { | ||
@@ -9,3 +13,8 @@ clickActionButton: typeof TitleBar.clickActionButton; | ||
setAppInfo: typeof setAppInfo; | ||
update: typeof TitleBar.update; | ||
} | ||
/** | ||
* Returns a mapped object with methods for dispatching Title Bar actions | ||
* @internal | ||
* */ | ||
export declare const titleBarActionCreatorsMap: TitleBarActionCreatorsMap; |
@@ -5,2 +5,6 @@ "use strict"; | ||
var actions_2 = require("./actions"); | ||
/** | ||
* Returns a mapped object with methods for dispatching Title Bar actions | ||
* @internal | ||
* */ | ||
exports.titleBarActionCreatorsMap = { | ||
@@ -11,2 +15,3 @@ clickActionButton: actions_1.TitleBar.clickActionButton, | ||
setAppInfo: actions_2.setAppInfo, | ||
update: actions_1.TitleBar.update, | ||
}; |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
130721
2902
1
Updated@shopify/app-bridge@^1.6.3