This repository has been archived by the owner on Dec 24, 2019. It is now read-only.
Version 6.6.0
Changes to dismissAfter
on notification
Perviously, if dismissAfter
was set to false
, it was impossible to switch the value back to a number and automatically dismiss the notification after timeout. Now, it is possible to set dismissAfter
to a number after it was set to false
.
Thanks to @kof for implementing this feature in #108. 🎉
onClick
can be added to notification stack
Previously, onClick
could only be fired locally for each component. Now, it is possible to have one global onClick
handler on the notification stack itself. This handler will be called for each clicked notification.
Thanks to @Gargron for writing the initial code for this feature in #97. 🎉