Skip to content

Commit ca9e56a

Browse files
committed
release(ionic-portals): 1.0.3
1 parent 31afc54 commit ca9e56a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

packages/ionic-portals/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/ionic-portals",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Ionic Portals - Supercharged Web Views for iOS and Android",
55
"main": "index",
66
"typings": "index.d.ts",

packages/ionic-portals/typings/objc!IonicPortals.d.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ declare class PortalBuilder extends NSObject {
2525

2626
setInitialContext(initialContext: NSDictionary<string, any>): PortalBuilder;
2727

28+
setLiveUpdateConfigWithLiveUpdateConfigUpdateOnAppLoad(liveUpdateConfig: IONLiveUpdate, updateOnAppLoad: boolean): PortalBuilder;
29+
2830
setStartDir(startDir: string): PortalBuilder;
2931
}
3032

@@ -63,9 +65,13 @@ declare class PortalWebView extends UIView {
6365

6466
static new(): PortalWebView; // inherited from NSObject
6567

68+
readonly bridge: CAPBridgeProtocol;
69+
6670
constructor(o: { portal: Portal });
6771

6872
initWithPortal(portal: Portal): this;
73+
74+
reload(): void;
6975
}
7076

7177
declare class PortalsPlugin extends CAPPlugin {

0 commit comments

Comments
 (0)