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.