@blackbaud/sky-addin-client
Advanced tools
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.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.Changelog
1.0.10 (2019-04-16)
showFlyout
method to allow developers to display supplementary information in a flyout panel.Changelog
1.0.9 (2019-03-01)
showToast
method to allow developers to show a toast with a provided message and toast style.Changelog
1.0.8 (2019-02-13)
To remove confusion and clarify the intent, we've added a new method named getUserIdentityToken
. This method is
used to obtain a user identity token from the host application and replaces the getAuthToken
method (which is still
functional but marked as deprecated).
Added tile config options to allow developers to provide additional metadata, such as tile summary details and whether to show a tile's help or settings icons.
Added helpClick
and settingsClick
callbacks to allow developers to take action when the tile help and settings
icons (respectfully) are clicked.
Changelog
1.0.7 (2019-02-01)
Added a buttonClick
callback for Button Add-ins to allow developers to take action when buttons are clicked.
Added button config options to support Button Add-ins. This allows developers to provide style
metadata -
essentially, the button's intent as it relates to CRUD operations (add, edit, delete). We will add more "styles" as
requested.