Skip to content

Latest commit

 

History

History
51 lines (41 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

51 lines (41 loc) · 1.88 KB

Redux-Notifications Changelog

4.0.1 (June 27 2017)

  • Fix dependencies & add peerdependencies #63

4.0.0 (June 27 2017)

  • Remove import of styles.css #56

3.2.1 (June 27 2017)

  • Fix dependencies & add peerdependencies #63

3.2.0 (June 27 2017)

  • Migrate from React.PropTypes #59
  • Moving to new transition group method #58
  • Allow HTML/React elements in message content #53
  • Use Object-assign to support IE #54

3.1.0 (December 14 2016)

  • Give CustomComponent access to notification data #51

3.0.0 (October 15 2016)

  • Remove CSS from Notifs component, let user optionally import #47
  • Use stateless components for Notifs
  • Improve CustomComponent API #41
  • Do not display notifications with the same ID #45
  • Drop peerDependencies
  • Update devDependencies

2.1.0 (June 28 2016)

  • Fixed custom component rendering
  • Pass ID to notif component
  • Fix notifDismiss(id) method

2.0.0 (June 28 2016)

  • MARJOR: Renamed package to redux-notifications on NPM
  • Proper linting
  • Removed unused code
  • #9 Support for React 15
  • Document API changes
  • Remove unused props
  • Add default styles
  • #3 Support for manual closing

1.0.1 (October 25 2015)

  • Version Bump

1.0.0 (October 21 2015)

  • React 0.14 support.
  • Better demo env structure.
  • Express instead of Webpack dev server.
  • Demo with Bootstrap instead of PureCss.