All Versions
15
Latest Version
Avg Release Cycle
1 days
Latest Release
2115 days ago

Changelog History
Page 1

  • v2.1.0 Changes

    June 09, 2019

    โž• Added

    • ๐Ÿ‘Œ Support for themes
  • v2.0.1 Changes

    June 07, 2019
    • ๐Ÿ›  Fixed how the library was bundled, now bundled as a UMD module with needed dependencies.
  • v2.0.0 Changes

    June 07, 2019

    ๐Ÿ”„ Changed

    • All-new implementation that uses the React Context API instead of refs
  • v1.9.0 Changes

    June 03, 2019

    โž• Added

    • ๐Ÿ‘Œ Support for Internet Explorer 11
  • v1.8.0 Changes

    June 01, 2019

    โž• Added

    • ๐Ÿ‘Œ Support for changing the position of the snackbars on screen
  • v1.7.1 Changes

    June 01, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ›  Fixed progress bar having the wrong duration when using a custom timeout
  • v1.7.0 Changes

    June 01, 2019

    ๐Ÿ”„ Changed

    • ๐Ÿ’… All styling now done via styled-components - no longer need to import CSS. To prevent broken imports, the CSS file will remain in place for now, but will be removed at a later date.
  • v1.6.0 Changes

    May 31, 2019

    โž• Added

    • ๐Ÿ‘Œ Support for pause on hover - a snackbar's timeout can be paused by hovering over it (disabled by default)
  • v1.5.0 Changes

    May 29, 2019

    โž• Added

    • ๐Ÿšš Optional animated progress bar indicating the time before a snackbar is removed
    • ๐Ÿ‘Œ Support for sticky snackbars - no automatic removal

    ๐Ÿ”„ Changed

    • Custom snackbar components now will have the show and hide animations applied.
  • v1.4.1 Changes

    May 29, 2019
    • ๐Ÿ“ฆ Stopped including the test files when publishing the package to npm.