@shopify/app-bridge
Advanced tools
Comparing version 1.3.0 to 1.3.1-next.0
@@ -8,2 +8,3 @@ import * as Button from './Button'; | ||
import * as Features from './Features'; | ||
import * as Fullscreen from './Fullscreen'; | ||
import * as Loading from './Loading'; | ||
@@ -18,3 +19,3 @@ import * as Modal from './Modal'; | ||
export { isAppBridgeAction } from './validator'; | ||
export { Button, ButtonGroup, Camera, Cart, Error, Flash, Features, Toast, History, Loading, Modal, Print, Redirect, ResourcePicker, TitleBar, }; | ||
export { Button, ButtonGroup, Camera, Cart, Error, Flash, Features, Fullscreen, Toast, History, Loading, Modal, Print, Redirect, ResourcePicker, TitleBar, }; | ||
export * from './types'; |
@@ -27,2 +27,4 @@ "use strict"; | ||
exports.Features = Features; | ||
var Fullscreen = __importStar(require("./Fullscreen")); | ||
exports.Fullscreen = Fullscreen; | ||
var Loading = __importStar(require("./Loading")); | ||
@@ -29,0 +31,0 @@ exports.Loading = Loading; |
@@ -15,2 +15,3 @@ import { ClientApplication } from '../client'; | ||
Features = "Features", | ||
Fullscreen = "Fullscreen", | ||
Toast = "Toast", | ||
@@ -17,0 +18,0 @@ Loading = "Loading", |
@@ -15,2 +15,3 @@ "use strict"; | ||
Group["Features"] = "Features"; | ||
Group["Fullscreen"] = "Fullscreen"; | ||
Group["Toast"] = "Toast"; | ||
@@ -17,0 +18,0 @@ Group["Loading"] = "Loading"; |
@@ -6,2 +6,13 @@ # Change Log | ||
<a name="1.3.1-next.0"></a> | ||
## [1.3.1-next.0](https://github.com/Shopify/app-bridge/compare/v1.3.0...v1.3.1-next.0) (2019-05-02) | ||
### Features | ||
* **fullscreen:** add fullscreen action ([1e1cf27](https://github.com/Shopify/app-bridge/commit/1e1cf27)) | ||
<a name="1.3.0"></a> | ||
@@ -8,0 +19,0 @@ # [1.3.0](https://github.com/Shopify/app-bridge/compare/v1.3.0-next.0...v1.3.0) (2019-04-23) |
{ | ||
"name": "@shopify/app-bridge", | ||
"version": "1.3.0", | ||
"version": "1.3.1-next.0", | ||
"types": "index.d.ts", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
import * as Button from './button'; | ||
import * as Camera from './camera'; | ||
import * as Cart from './cart'; | ||
import * as Fullscreen from './fullscreen'; | ||
import * as Loading from './loading'; | ||
@@ -9,5 +10,5 @@ import * as Modal from './modal'; | ||
import * as ButtonGroup from './buttonGroup'; | ||
import * as TitleBar from './titleBar'; | ||
import * as ResourcePicker from './resourcePicker'; | ||
import * as Toast from './toast'; | ||
export { Button, ButtonGroup, Camera, Cart, TitleBar, Loading, Modal, Navigation, Print, ResourcePicker, Toast, }; | ||
import * as TitleBar from './titleBar'; | ||
export { Button, ButtonGroup, Camera, Cart, Fullscreen, Loading, Modal, Navigation, Print, ResourcePicker, Toast, TitleBar, }; |
@@ -16,2 +16,4 @@ "use strict"; | ||
exports.Cart = Cart; | ||
var Fullscreen = __importStar(require("./fullscreen")); | ||
exports.Fullscreen = Fullscreen; | ||
var Loading = __importStar(require("./loading")); | ||
@@ -27,4 +29,2 @@ exports.Loading = Loading; | ||
exports.ButtonGroup = ButtonGroup; | ||
var TitleBar = __importStar(require("./titleBar")); | ||
exports.TitleBar = TitleBar; | ||
var ResourcePicker = __importStar(require("./resourcePicker")); | ||
@@ -34,1 +34,3 @@ exports.ResourcePicker = ResourcePicker; | ||
exports.Toast = Toast; | ||
var TitleBar = __importStar(require("./titleBar")); | ||
exports.TitleBar = TitleBar; |
@@ -50,2 +50,4 @@ "use strict"; | ||
return actions_2.Camera.validateAction(action); | ||
case actions_1.Group.Fullscreen: | ||
return actions_2.Fullscreen.validateAction(action); | ||
} | ||
@@ -52,0 +54,0 @@ } |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
425040
175
6546
2