First Release
- Docs updated with useful information
- Updated some modules to the latest version
- personalised notification enabled
- breaking change avatar is now passed as url image instead of element
- overflowText is now string
- minWidth of the container changed to 325px as default
- Fixed npm build issues
- Fixed left icon prop being passed empty resulted in an error
- Fixed left icon padding
- Changed max notification count to infinity and allowed values are natural numbers or Infinity
- changed the way props are handled internally for react css transition group
- added a demo for react css transition group
- added license to package json
- added transitionAppear and other related props
Note Major breaking changes!
- removed children prop in favor of static showNotification method
- you can now only use one ReactMaterialUiNotifications component per app, so try to put it in a common spot, this was done to solve the problem of incorrect notifications getting displayed and to introduce the dismiss action in a future release
- Bumped versions of dependencies to newer versions