All Versions
18
Latest Version
Avg Release Cycle
51 days
Latest Release
-

Changelog History
Page 1

  • v4.0.1 Changes

    ๐Ÿ”„ Changes

    • ๐Ÿ”€ Merged PR #156 on preventing onTransitionEnd to run multiple times
    • ๐Ÿ›  Fixed full-bottom / full-top not being set width to 100%
    • ๐Ÿ›  Fixed animated__ classes for a few examples on GH pages
  • v4.0.0 Changes

    ๐Ÿ”„ Changes

    • ๐Ÿ‘‰ Use React 18.0.1
  • v3.4.1 Changes

    ๐Ÿ”„ Changes

    • Set rnc__notification class on the rendered notification
  • v3.4.0 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed webpack self export
    • ๐Ÿ›  Fixed Store removal functions not triggering DOM removal #140

    ๐Ÿ”„ Changes

    • Pass notificationConfig as parameter when using custom component
  • v3.3.0 Changes

    ๐Ÿ”„ Changes

    • โœ‚ Removed default export - You now need to import ReactNotifications (and Store) instead of the default import
    • All typescript declarations are now included in the dist folder
  • v3.2.0 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fixed TS declarations #124
    • Namespaced CSS modules under rnc_* #123
    • Custom width for center containers #108

    ๐Ÿ’ฅ Breaking Changes

    • Namespaced CSS modules
  • v3.0.5 Changes

    ๐Ÿ›  Fixes

    • ๐Ÿ›  Fix TS not exporting all interfaces
    • โฌ†๏ธ Bump React to 17.0.1
  • v3.0.0 Changes

    November 12, 2020

    ๐Ÿ”„ Changes

    • ๐Ÿ‘ TS support
    • โž• Added full-sized containers for top and bottom
    • ๐Ÿ’ฅ Changed SASS style to match BEM - breaking change
    • Limit center containers to 350px
    • ๐Ÿ‘ Allow dynamic expansion of containers based on each notification's width
    • ๐Ÿšš Adedd new API call removeAllNotifications
    • โœ‚ Removed prop-types package, props are now defaulted internally

    ๐Ÿ›  Fixes

  • v2.4.1 Changes

    ๐Ÿ”„ Changes

    • ๐Ÿ”€ Merged pull request #76 - Add option to override default values
    • โšก๏ธ Updated packages
  • v2.4.0 Changes

    March 14, 2020
    • ๐Ÿ›  Fixed issue #56 - Removed random generator for id, instead rely on counter property from store as id
    • ๐Ÿ›  Fixed #52 - Swipe was not working properly
    • Implemented #46 - Added center container. Did some changes to top and bottom containers as Chrome blurred content at the beginning of the animation due to the transform property.
    • ๐Ÿ”„ Changed notifications to take 100% width of the container instead of auto.