@open-pioneer/notifier@2.4.0
·
5 commits
to main
since this release
Minor Changes
-
e4ba048: Introduce new convenience methods on the
NotificationService
in addition to the existingnotify()
method:const notifier = ...; // injected notifier.success(/* ... */) notifier.info(/* ... */) notifier.warning(/* ... */) notifier.error(/* ... */)