Skip to content

Releases: mansona/ember-cli-notifications

v4.0.13

07 Nov 22:27
Compare
Choose a tag to compare

v4.0.11

28 Oct 09:02
Compare
Choose a tag to compare
  • #116 🐛 Squashing a style attribute deprecation warning

v4.0.10

19 Oct 19:07
Compare
Choose a tag to compare
  • #109 ✨Export notifications service to allow for extension
  • #112 ✨Remove Basscss dependency for component CSS

v4.0.6

31 Aug 15:16
Compare
Choose a tag to compare
  • #97 [BUGFIX] Fixing import issues.

v4.0.0

23 Aug 13:48
Compare
Choose a tag to compare
  • #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

06 Apr 08:33
Compare
Choose a tag to compare
  • #83 [ENHANCEMENT] New demo, interactive docs.

v3.3.0

01 Apr 15:42
Compare
Choose a tag to compare
  • #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

22 Jan 15:02
Compare
Choose a tag to compare
  • #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

05 Jan 17:19
Compare
Choose a tag to compare
  • #71 [ENHANCEMENT] Allow global auto clear option for notification messages. @adrianricardo

v3.1.0

17 Dec 12:59
Compare
Choose a tag to compare
  • #69 [ENHANCEMENT] Adding helper methods for each notification type.