Skip to content

Releases: fkhadra/react-toastify

v6.1.0

06 Nov 08:07

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

Choose a tag to compare

Release notes

  • bump dependencies
  • fix circular dependency issue

v6.0.8

02 Jul 17:44

Choose a tag to compare

Release note

  • fix broken import

v6.0.7

02 Jul 17:30

Choose a tag to compare

Release Notes

Bugfix

v6.0.6

21 Jun 17:12

Choose a tag to compare

Release Note

πŸ› Bugfix

v6.0.5

20 May 06:08

Choose a tag to compare

Release note

Bugfix

  • fix onClose was not called. #476

v6.0.1

11 May 12:51

Choose a tag to compare

Release notes

Bug fix

  • fix #468 regression. Aria-label was missing on close button

v6.0.0

10 May 15:21

Choose a tag to compare

Release notes

πŸš€ Features

  • possibility to limit the number of toast displayed #298
  • support strict mode πŸ’ͺ
  • can define inline style on toast
  • HTML ids can be set for ToastContainer and Toast components(containerId, toastId are used as id)
  • better close button icon
  • possibility to unsubscribe to onChange event #450
  • dark toast πŸ’…
    darl-theme
  • expose hook to create your own ToastContainer(not documented yet)
  • expose hook to create your own Toast (not documented yet)
  • new documentation powered by docusaurus2 and algolia search πŸ”₯

πŸ•·Bug fixes

  • progress style from toast not being used
  • fix some tests

πŸ’₯ Breaking changes

  • className only support string now.
  • πŸ”₯ require react v16.8 due to the introduction of hook
  • calculate center position using transform instead of using margin-left = toast size /2
  • upgrade to latest react-transition-group to support strictmode. This impact your custom transition

🧐 Internal

  • fully rewritten in typescript
  • switch from enzyme to react-testing-library
  • bundled by tsdx
  • smaller bundle size πŸ‘Œ

v6.0.0-rc.3

09 May 20:59

Choose a tag to compare

v6.0.0-rc.3 Pre-release
Pre-release

Release notes

Features

  • extend cssTransition api, 2 new parameters have been added, collapse, collapseDuration

Chore

  • add tests...

v6.0.0-rc.2-1

09 May 20:49

Choose a tag to compare

v6.0.0-rc.2-1 Pre-release
Pre-release

Release notes

Bugfix

  • bump react-transition-group to latest version, they broke SSR πŸ’©
  • monkey patch exit transition for single toast. It was broken...