Releases: mansona/ember-cli-notifications
Releases · mansona/ember-cli-notifications
v4.0.11
- #116 🐛 Squashing a style attribute deprecation warning
v4.0.10
- #109 ✨Export notifications service to allow for extension
- #112 ✨Remove Basscss dependency for component CSS
v4.0.6
- #97 [BUGFIX] Fixing import issues.
v4.0.0
- #87 [ENHANCEMENT] Use PostCSS for CSS build.
- #84 [ENHANCEMENT] Update service initializer. @AmilKey
As of 4.0.0 the addon is now service based. You will need to inject the service in your consuming app.
notifications: Ember.inject.service('notification-messages')
v3.3.1
- #83 [ENHANCEMENT] New demo, interactive docs.
v3.3.0
- #82 [ENHANCEMENT] Optional component property for notification container positioning.
- #81 [ENHANCEMENT] Updating to ember-cli 2.4.3.
- #78 [ENHANCEMENT] Basic HTML code in notification messages.
- #77 [ENHANCEMENT] Notification specific
autoClear
setting should take precedence over default value.
v3.2.0
- #73 [ENHANCEMENT] Added ability to provide a click handler to the notification. @sethwebster
- #75 [ENHANCEMENT] Updating ember-cli to 1.13.15.
v3.1.1
- #71 [ENHANCEMENT] Allow global auto clear option for notification messages. @adrianricardo
v3.1.0
- #69 [ENHANCEMENT] Adding helper methods for each notification type.