@blackbaud/skyux-builder-plugin-addin-client
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -22,7 +22,8 @@ const preload = (content, resourcePath) => { | ||
const bootstrapPromise = new Promise((resolve, reject) => { | ||
let client: AddinClient; | ||
try { | ||
const client = new AddinClient({ | ||
client = new AddinClient({ | ||
callbacks: { | ||
init: (args) => { | ||
const url = SkyAppBootstrapper.getUrl(); | ||
const url = window.location.href; | ||
@@ -45,2 +46,3 @@ history.replaceState( | ||
return bootstrapPromise; | ||
}; | ||
@@ -47,0 +49,0 @@ /* tslint:enable:max-line-length */ |
@@ -0,1 +1,6 @@ | ||
# 1.0.2 (2018-7-30) | ||
- Fixed bug with url in plugin. | ||
- Fixed typo in plugin template. | ||
- Fixed bug with error handler. | ||
# 1.0.1 (2018-7-30) | ||
@@ -2,0 +7,0 @@ |
{ | ||
"name": "@blackbaud/skyux-builder-plugin-addin-client", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "A SKY UX Builder plugin that supports the skyux 2 addin client.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,2 +0,2 @@ | ||
# Auth Email Whitelist | ||
# Addin Client Plugin | ||
@@ -3,0 +3,0 @@ [![npm](https://img.shields.io/npm/v/@blackbaud/skyux-builder-plugin-addin-client.svg)](https://www.npmjs.com/package/@blackbaud/skyux-builder-plugin-addin-client) |
3288
46