Skip to content

v0.9.0 (January 15th, 2021)

Pre-release
Pre-release
Compare
Choose a tag to compare
@nmuldavin nmuldavin released this 15 Jan 15:36
· 646 commits to master since this release

Changes

  • Breaking: Refactors context typing to include standardized location-specific data
  • Breaking: Replaces DASHBOARD_COG_MENU_CONTEXT with DASHBOARD_COG_MENU_CLICK event
  • Adds client.modal.open() and client.modal.close() hooks for opening modals from the SDK. Developers may provide a full modal definition, or a string key referencing a definition provided in the app manifest.
  • Adds modal feature with three new events, for modal closing (clicking outside or the "x"), cancelling, or clicking the main action button
  • Provides strong typing for event handlers subscribed with client.events.on()