2022-11-17 changelog

New feature Miro Web SDK 2.0 supports board notifications

What's new

New feature Miro Web SDK 2.0 notifications

Miro apps that use the Miro Web SDK 2.0 now can trigger notification messages to be displayed on the board UI:

  • showinfo and showError are convenience methods that make it easier to configure notifications when either an informative or an error message, respectively, is the expected notification type that the app should produce.
  • show enables setting the notification type to either info or error.

To display the notification message content, you can use either a string or a template literal.