@shopify/app-bridge
Advanced tools
Comparing version 1.3.1-next.0 to 1.3.1-next.1
@@ -34,3 +34,4 @@ import { ClientApplication } from '../../client'; | ||
export interface FullscreenAction extends MetaAction { | ||
readonly group: typeof Group.Toast; | ||
readonly group: typeof Group.Fullscreen; | ||
readonly type: ActionType; | ||
payload?: Payload; | ||
@@ -37,0 +38,0 @@ } |
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="1.3.1-next.1"></a> | ||
## [1.3.1-next.1](https://github.com/Shopify/app-bridge/compare/v1.3.1-next.0...v1.3.1-next.1) (2019-05-02) | ||
### Features | ||
* **fullscreen:** fix wrong group for fullscreen action interface ([b230791](https://github.com/Shopify/app-bridge/commit/b230791)) | ||
<a name="1.3.1-next.0"></a> | ||
@@ -8,0 +19,0 @@ ## [1.3.1-next.0](https://github.com/Shopify/app-bridge/compare/v1.3.0...v1.3.1-next.0) (2019-05-02) |
{ | ||
"name": "@shopify/app-bridge", | ||
"version": "1.3.1-next.0", | ||
"version": "1.3.1-next.1", | ||
"types": "index.d.ts", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
425364
6547