Release Notes
💥 Breaking changes
- dependency to react-transition-group has been removed #514
- the
duration
parameter has been removed fromcssTransition
. Css animations just works now out of the box. Check the codesanbox below - the border-radius has been increased a bit
🚀 Features
-
bundle size reduced from ~7k to ~5k!
-
remove the dependency on prop-types.
🐛 Bugfix
- fix #541 apply pauseOnFocusLoss on first render
- fix #538 react-dom should be a peer dep
- fix #530 change id generation
- fix #534 #483 toastId cannot be reused
- fix #511 by removing react-transition-group
- fix #550 Unable to select text inside inputs when a toast is open
- fix #555 The toast timer starts after you click on the toast