Releases: mansona/ember-cli-notifications
Releases · mansona/ember-cli-notifications
v1.2.2
- #30 [ENHANCEMENT] Added a
clearAll
helper to remove all active notifications. @thedoktor
v1.2.1
- #28 [BUGFIX] Added prefixed animation properties to relevant selectors and removed autoprefixer dependency.
v1.2.0
- #27 [ENHANCEMENT] Removing dependency for broccoli-sass in consuming application. @mansona
v1.1.4
- #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
- #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
- #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
- #5 [FEATURE] Added autoprefixer to build.
- #6 [BUGFIX] Using Ember string to format inline styling.
v1.1.0
- #4 [FEATURE] Initial implementation of a visual indicator for auto clearing messages.
v1.0.2
- #1 [BUGFIX] Bower dependencies are now correctly installed when using
ember install:addon ember-cli-notifications
.