All Versions
55
Latest Version
Avg Release Cycle
16 days
Latest Release
-

Changelog History
Page 6

  • v0.4.1 Changes

    Dec 10, 2018

    Thanks to all contributers who improved notistack by opening an issue/PR.

    @james-cordeiro @steinbergh @sethduncan @martinmckenna

    • ๐Ÿ‘ Allow snackbar messages of type node to be passed in enqueueSnackbar #34
    • ๐Ÿ‘ Allow snackbars with different heights to be stacked without overlapping on others #35
    • ๐Ÿ‘Œ Improve typings #37
  • v0.4.0 Changes

    Nov 29, 2018
    • ๐Ÿ›  Fix issue where we couldn't add custom variant icon of type string (like emojies).
  • v0.3.9 Changes

    Nov 20, 2018

    Thanks to all contributers who improved notistack by opening an issue/PR.

    @nowaalex @nocksapp @nijk @ysgk

    • โž• Add support for onExited and onClose props. #21
    • โž• Add support to pass children via enqueueSnackbar. #23
    • ๐Ÿ‘Œ Support for enqueueing multiple snackbars at once. #14
    • ๐Ÿ›  Fix bug "Uncaught Error". #26
  • v0.3.8 Changes

    Nov 19, 2018

    Thanks to all contributers who improved notistack by opening an issue/PR.

    @BornaP @pantharshit00

    • ๐Ÿ›  Fix bug where user couldn't apply css classes to mui-Snackbar classes.root. #11
    • 0๏ธโƒฃ Smaller default icon variants so they don't make snackbars larger in height.
    • โœ‚ Remove material-ui Typography v2 warnings. #19
  • v0.3.7 Changes

    Oct 22, 2018
    • More customisation:

      • New prop hideIconVariant to hide iconVariant.
      • Set variant of a snackbar to default, (which is the default value) and you'll have a naked snackbar ready to be customised.
      • Using classes property, specify the styles applied to snackbars when variant is set to success, error, warning or info,
    • ๐Ÿ‘Œ Support for actions:

      • Add action to all of the snackbars, or an individual snackbar.
    • ๐Ÿ†• New feature:

      • Customise snackbars individually, by options parameter of enqueueSnackbar method.