Skip to content

Releases: fkhadra/react-toastify

v5.4.1

10 Nov 07:19
Compare
Choose a tag to compare

Changelog

🐞 Bugfix

  • Cleanup events when no containers left #378
  • toast.isActive now works with multi containers #379

πŸ› Misc

  • Add a monospace font stack and slightly modified styles for the code blocks
  • bump dependencies

Before:

Screenshot 2019-10-09 12 35 53

After:

Screenshot 2019-10-09 12 36 47

Special thanks to @kennethormandy and @seanparmelee for this release

v5.4.0

23 Sep 11:04
Compare
Choose a tag to compare

Changelog

πŸš€ Features

  • Add RT_Namespace support for customize css selectors namespace #385 @

🐞 Bugfix

  • Fix use closeButton from props when toastClose is true #377

πŸ› Misc

  • Upgrade dependencies

Special thanks to @alireza-mh and @dozoisch for this release

v5.3.2

15 Jul 10:32
Compare
Choose a tag to compare

Changelog

πŸ› Misc

  • Fix in documentation thanks to contributor
  • Lodash security fix

v5.3.1

20 Jun 09:11
Compare
Choose a tag to compare

Changelog

πŸ› Misc

  • Update typescript definition to include onClick
  • Update documentation to include onClick

Special thanks to @GLuchtenberg for this release

v5.3.0

18 Jun 08:32
Compare
Choose a tag to compare

Changelog

πŸš€ Features

  • Include the bare minimun stylesheet. #359
  • Add onClick event handler to toast and ToastContainer #253

🐞 Bugfix

  • Ensure only one container is mounted when using lazy mounting #364
  • Make toast.update with multi-containers #362

Special thanks to @alexluong, @ramospedro and @nicolasletoublon for this release

v5.2.1

30 May 13:08
Compare
Choose a tag to compare

Changelog

πŸ›  Misc

  • Allow toast update to be called without passing options. #354

v5.2.0

29 May 20:09
Compare
Choose a tag to compare

Changelog

πŸš€ Features

  • Allow user to override default ARIA role #348. Thanks to @ameem91
  • Prevent duplicate toast when same id is used

🐞 Bugfix

  • Prevent duplicate toast when same id is used FOR REAL 😭
  • toast.update({progress: 1}) will close the toast a la nprogress. #347

πŸ’₯ Breaking Changes

  • It's no more possible to define the progress percentage when calling toast.done. This was inconsistent

v5.1.1

22 May 15:45
Compare
Choose a tag to compare

Changelog

🐞 Bugfix

  • Fix typescript definition for multi-container. Issue #351
  • Fix z-index in safari thanks to @micalgenus. PR #339

πŸ›  Misc

  • Upgrade packages

v5.1.0

16 Apr 19:32
Compare
Choose a tag to compare

Changelog

πŸ”₯Features

v5.0.1

11 Apr 15:49
Compare
Choose a tag to compare

Changelog

  • fix issue regarding webpack side effects. #334