All Versions
15
Latest Version
Avg Release Cycle
1 days
Latest Release
2115 days ago
Changelog History
Page 1
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.
- ๐
All styling now done via
-
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.