reapop v2.0.0 Release Notes

Release Date: 2018-07-14 // almost 6 years ago
  • 💥 Breaking changes

    Notifications with buttons

    0️⃣ Notifications with a least one button are not marked as not dismissible by default anymore.

    ⬆️ Guidelines to upgrade from vx.x.x to v2.x.x

    You need to set the dismissible property to false to make them not dismissible.

    Notifications with images

    0️⃣ The status of notifications with images are not set to default anymore. It will give you more possibilities.

    ⬆️ Guidelines to upgrade from vx.x.x to v2.x.x

    You need to define the status for notifications with images.

    👌 Improvements

    • 👌 Support Redux 4 (#78)
    • Simpler Object value mapping (#73) by @stevieoj
    • ➕ Add redux-devtools support to the demo website (#70) by @5achinJani

    🔄 Changelog

    • 0️⃣ The status of notifications with images are not set to default anymore (7f5aadb)
    • 0️⃣ Notifications with a least one button are not marked as not dismissible by default anymore (9448cba)
    • 👌 Support Redux 4 (21b4c1e)
    • Simpler Object value mapping (524fce1) by @stevieoj
    • ➕ Add redux-devtools support to the demo website (16a2448) by @5achinJani