Skip to content

Releases: mansona/ember-cli-notifications

v1.2.2

23 Apr 14:45
Compare
Choose a tag to compare
  • #30 [ENHANCEMENT] Added a clearAll helper to remove all active notifications. @thedoktor

v1.2.1

17 Apr 14:33
Compare
Choose a tag to compare
  • #28 [BUGFIX] Added prefixed animation properties to relevant selectors and removed autoprefixer dependency.

v1.2.0

16 Apr 15:45
Compare
Choose a tag to compare
  • #27 [ENHANCEMENT] Removing dependency for broccoli-sass in consuming application. @mansona

v1.1.4

08 Apr 20:47
Compare
Choose a tag to compare
  • #12 [ENHANCEMENT] Using different glyph for error messages to prevent conflicts with dismiss button. @griffind
  • #19 [ENHANCEMENT] Prevent the dismiss button from being hidden on auto clearing messages.
  • #21 [DOCS] Added npm package badge and link to README. @lolmaus
  • #25 [BUGFIX] Fixing instances where the message animations wouldn't trigger.

v.1.1.3

07 Mar 21:57
Compare
Choose a tag to compare
  • #13, #16 [BUGFIX] Fixing the use of a deprecated implementation of {{each}}. @lolmaus
  • #14 [ENHANCEMENT] Import of Font Awesome is now set by consuming application config. See documentation.

v1.1.2

04 Mar 15:16
Compare
Choose a tag to compare
  • #9 [BUGFIX] Fixed an interpolated variable issue that prevented CSS from compiling correctly in some instances. @lolmaus
  • #10 [DOCS] Added the required .notifications-container for templating to the README. @lolmaus

v1.1.1

18 Feb 13:05
Compare
Choose a tag to compare
  • #5 [FEATURE] Added autoprefixer to build.
  • #6 [BUGFIX] Using Ember string to format inline styling.

v1.1.0

18 Feb 11:21
Compare
Choose a tag to compare
  • #4 [FEATURE] Initial implementation of a visual indicator for auto clearing messages.

v1.0.2

11 Feb 15:32
Compare
Choose a tag to compare
  • #1 [BUGFIX] Bower dependencies are now correctly installed when using ember install:addon ember-cli-notifications.