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