react-toastify v6.2.0 Release Notes

Release Date: 2020-12-08 // over 3 years ago
  • ๐Ÿš€ 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 ๐Ÿ™


Previous changes from v6.1.0

  • ๐Ÿš€ 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