Skip to content

Releases: fkhadra/react-toastify

v7.0.3

01 Feb 13:53
Compare
Choose a tag to compare

Release notes

πŸ› Bugfix

  • fix #561 missing declaration file

v7.0.2

28 Jan 19:26
Compare
Choose a tag to compare

Release note

πŸ› Bugfix

  • fix #560 when using limit, new toast is displayed only when exit animation is done.

v7.0.1

27 Jan 10:10
Compare
Choose a tag to compare

Release notes

πŸ› Bugfix

  • Closing animation showing twice if dismiss is called after a very short time after showing the toast #559

v7.0.0

25 Jan 14:48
Compare
Choose a tag to compare

Release Notes

πŸ’₯ Breaking changes

  • dependency to react-transition-group has been removed #514
  • the duration parameter has been removed from cssTransition. Css animations just works now out of the box. Check the codesanbox below
  • the border-radius has been increased a bit

πŸš€ Features

  • Css animation just works!
    View

  • add a way to load the CSS without a CSS loader
    Edit react-toastify-inject-style

  • specify swipe direction, close #512 . Thanks to @denydavy
    Edit react-toastify-drag-y

  • 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

v6.2.0

08 Dec 09:54
Compare
Choose a tag to compare

Release notes

πŸš€ Features

  • Add toast props to content callback #517

πŸ› Bug fixes

  • Fix notification stuck on dragging #543
  • Fix Inline styles passed to toast function disappear after a second #536

Thanks to @martinadamec, @sergeycw and @thomasjm for this release πŸ™

v6.1.0

06 Nov 08:07
Compare
Choose a tag to compare

Release notes

πŸš€ Features

  • className support functional form. Useful for things like tailwind #533
  • replace classnames by clsx

Thanks to @rhdeck and @NeoLegends for this release

v6.0.9

05 Oct 18:41
Compare
Choose a tag to compare

Release notes

  • bump dependencies
  • fix circular dependency issue

v6.0.8

02 Jul 17:44
Compare
Choose a tag to compare

Release note

  • fix broken import

v6.0.7

02 Jul 17:30
Compare
Choose a tag to compare

Release Notes

Bugfix

v6.0.6

21 Jun 17:12
Compare
Choose a tag to compare

Release Note

πŸ› Bugfix