v0.9.7
This patch release addresses the InlineNotification and ToastNotification components in PR#235 (thanks @Overbryd!).
Enhancements
- Allow
InlineNotificationto be closed after a timeout (consistent behavior withToastNotification)
Bug fixes
- Dispatch "close" event in
ToastNotificationif closing using timeout (e.g.timeout={2000})
Documentation
- Fix JSDoc comment for
timeoutprop