All Versions
20
Latest Version
Avg Release Cycle
79 days
Latest Release
1625 days ago

Changelog History
Page 2

  • v0.2.7 Changes

    April 11, 2016

    ๐Ÿ‘ React 15 support:

    • ๐Ÿ”– Version 0.2.x now supports React 15 too.
  • v0.2.6 Changes

    November 20, 2015

    ๐Ÿ›  Bugfix from PR:

    • ๐Ÿ›  Fix wrapper styles override.
  • v0.2.5 Changes

    October 16, 2015

    Implemented enhancements:

    • Action property no longer needs a callback, just a label.
  • v0.2.4 Changes

    October 13, 2015

    Implemented enhancements:

    • โž• Added React and ReactDOM as peerDependencies and devDependencies to help on component development.
  • v0.2.3 Changes

    October 11, 2015

    Implemented enhancements:

    • ๐Ÿšš Possibility to remove notification by uid.
    • โž• Added onAdd property to notification object.
    • ๐Ÿ‘Œ Improved styles.
  • v0.2.2 Changes

    October 10, 2015

    ** โœ‚ Removed unused code**

    • ๐Ÿ”Š Some unnecessary console.logs was left behind.
  • v0.2.1 Changes

    October 09, 2015

    Implemented enhancements:

    • ๐Ÿ‘Œ Improved function to get specific style based on element.
    • ๐Ÿ‘Œ Improved notification styles.
    • โž• Added ESLint and linted all src files.
  • v0.2.0 Changes

    October 09, 2015

    Implemented enhancements:

    • ๐Ÿ‘ Now supports React 0.14!
  • v0.1.17 Changes

    October 09, 2015

    ๐Ÿ”€ Implemented enhancements, merged pull requrests:

    • ๐Ÿ›  Fix dismissible false to not require an action.
    • โž• Added CHANGELOG and LICENSE files.
  • v0.1.15 Changes

    October 01, 2015

    Implemented enhancements:

    • addNotification() method now returns the notification object.
    • โž• Added method removeNotification() to remove a notification programmatically based on returned notification object.