Files
coopgo/node_modules/redux-notifications/CHANGELOG.md
sgauthier 6e64e138e2
All checks were successful
Publish To Prod / deploy_and_publish (push) Successful in 35s
planning
2024-10-14 09:15:30 +02:00

52 lines
1.9 KiB
Markdown

# Redux-Notifications Changelog
### 4.0.1 (June 27 2017)
- Fix dependencies & add peerdependencies [#63](https://github.com/indexiatech/re-notif/pull/63)
### 4.0.0 (June 27 2017)
- Remove import of styles.css [#56](https://github.com/indexiatech/re-notif/pull/56)
### 3.2.1 (June 27 2017)
- Fix dependencies & add peerdependencies [#63](https://github.com/indexiatech/re-notif/pull/63)
### 3.2.0 (June 27 2017)
- Migrate from React.PropTypes [#59](https://github.com/indexiatech/re-notif/pull/59)
- Moving to new transition group method [#58](https://github.com/indexiatech/re-notif/pull/58)
- Allow HTML/React elements in message content [#53](https://github.com/indexiatech/re-notif/pull/53)
- Use Object-assign to support IE [#54](https://github.com/indexiatech/re-notif/pull/54/)
### 3.1.0 (December 14 2016)
- Give CustomComponent access to notification data [#51](https://github.com/indexiatech/re-notif/pull/51)
### 3.0.0 (October 15 2016)
- Remove CSS from Notifs component, let user optionally import [#47](https://github.com/indexiatech/re-notif/pull/47)
- Use stateless components for Notifs
- Improve `CustomComponent` API [#41](https://github.com/indexiatech/re-notif/pull/41)
- Do not display notifications with the same ID [#45](https://github.com/indexiatech/re-notif/pull/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.