All Versions
24
Latest Version
Avg Release Cycle
26 days
Latest Release
1225 days ago

Changelog History
Page 2

  • v6.0.1 Changes

    May 11, 2020

    πŸš€ Release notes

    πŸ› Bug fix

    • πŸ›  fix #468 regression. Aria-label was missing on close button
  • v6.0.0 Changes

    May 10, 2020

    πŸš€ 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 Changes

    May 09, 2020

    πŸš€ Release notes

    πŸ”‹ Features

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

    Chore

    • βž• add tests...
  • v5.5.0 Changes

    December 30, 2019

    πŸ”„ Changelog

    🍱 πŸš€Feature

    • toast.onChange pass the containerId as second argument. Useful when working with multiple containers #403

    πŸ›  🐞 Bugfix

    πŸ› Misc

    • ✏️ Correct some typos in the readme [@BrianDV]
    • ⬆️ bump dependencies

    πŸš€ Thanks to all contributors for this release!

    🍱 πŸŽ‰ Happy new year ! πŸŽ‰

  • v5.4.1 Changes

    November 10, 2019

    πŸ”„ 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 Changes

    September 23, 2019

    πŸ”„ 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 Changes

    July 15, 2019

    πŸ”„ Changelog

    πŸ› Misc

    • πŸ›  Fix in documentation thanks to contributor
    • πŸ”’ Lodash security fix
  • v5.3.1 Changes

    June 20, 2019

    πŸ”„ Changelog

    πŸ› Misc

    • ⚑️ Update typescript definition to include onClick
    • πŸ“š Update documentation to include onClick

    πŸš€ Special thanks to @GLuchtenberg for this release

  • v5.3.0 Changes

    June 18, 2019

    πŸ”„ 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 Changes

    May 30, 2019

    πŸ”„ Changelog

    πŸ›  Misc

    • πŸ‘ Allow toast update to be called without passing options. #354