@blackbaud/sky-addin-client
Advanced tools
Changelog
1.0.20 (2020-07-28)
Changelog
1.0.19 (2020-07-07)
allowedOrigins
to support Luminate OnlineChangelog
1.0.18 (2020-06-04)
Changelog
1.0.17 (2020-05-06)
updateContext
callback to notify add-in when context information has been updated.Changelog
1.0.16 (2020-04-22)
showWait
and hideWait
methods to allow developers to show/hide a page-blocking-wait, respectively.Changelog
1.0.15 (2020-04-02)
devDependencies
and instructions for consuming from CDN.Changelog
1.0.14 (2020-03-04)
AddinModalConfig
with optional fullPage
property (Default: false) to indicate if a modal add-in will be
displayed full page.Changelog
1.0.13 (2019-10-04)
removeInset
property to AddinTileConfig
to specify whether the tile content inset should be removed
which allows the content to extend all the way to the edge of the tile container (Default: false)Changelog
1.0.12 (2019-05-14)
showConfirm
method to allow developers to show a confirm dialog with a title, description body,
and button configuration containing custom actions to return when the dialog closes.showError
method to allow developers to show an error dialog with a title, error description, and
text for the close button.Changelog
1.0.11 (2019-05-03)
closeFlyout
method to allow developers to close a flyout panel.showFlyout
method will now return a Promise which will resolve when the flyout is closed.