Skip to content

@open-pioneer/[email protected]

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Dec 15:12
· 3 commits to main since this release
46550b3

Minor Changes

  • e4ba048: Introduce new convenience methods on the NotificationService in addition to the existing notify() method:

    const notifier = ...; // injected
    notifier.success(/* ... */)
    notifier.info(/* ... */)
    notifier.warning(/* ... */)
    notifier.error(/* ... */)

Patch Changes