- #71 [ENHANCEMENT] Allow global auto clear option for notification messages.
- #69 [ENHANCEMENT] Adding helper methods for each notification type.
- #67 [BUGFIX] Fixing asset issues with demo/dummy app.
- #67 [ENHANCEMENT] Always default to Font Awesome icons, unless Bootstrap specified.
- #67 [ENHANCEMENT] Bumping ember-cli-sass.
- #64 [ENHANCEMENT] Using ES6 syntax.
- #65 [ENHANCEMENT] Pause auto clearing notifications on hover.
- #66 [ENHANCEMENT] New component helper for simplifying installs.
- #63 [BUGFIX] Adding close icon for when Bootstrap theme used.
- #59 [BUGFIX] Fixing initializer deprecation.
- #56 [ENHANCEMENT] Allow injection into services.
- #53 [ENHANCEMENT] Make inclusion of the font-awesome assets in project configurable.
- #48 [ENHANCEMENT] Set global clear duration for all notification messages.
- #50 [ENHANCEMENT] Allow use of Bootstrap icons in place of Font Awesome.
- Revert "Merge pull request #42 from Blooie/better-css"
- Undo SemVer breaking change
- Merge pull request #44 from briancollins/master
- Replace bind-attr with new handlebars attribute syntax
- #42 [ENHANCEMENT] CSS improvements, including less generic class names.
- #38 [BUGFIX] Fixing Sass build errors.
- #30 [ENHANCEMENT] Added a
clearAllhelper to remove all active notifications.
- #28 [BUGFIX] Added prefixed animation properties to relevant selectors and removed autoprefixer dependency.
- #27 [ENHANCEMENT] Removing dependency for broccoli-sass in consuming application.
- #12 [ENHANCEMENT] Using different glyph for error messages to prevent conflicts with dismiss button.
- #19 [ENHANCEMENT] Prevent the dismiss button from being hidden on auto clearing messages.
- #21 [DOCS] Added npm package badge and link to README.
- #25 [BUGFIX] Fixing instances where the message animations wouldn't trigger.
- #13, #16 [BUGFIX] Fixing the use of a deprecated implementation of
{{each}}. - #14 [ENHANCEMENT] Import of Font Awesome is now set by consuming application config. See documentation.
- #9 [BUGFIX] Fixed an interpolated variable issue that prevented CSS from compiling correctly in some instances.
- #10 [DOCS] Added the required
.notifications-containerfor templating to the README.
- #4 [FEATURE] Initial implementation of a visual indicator for auto clearing messages.
- #1 [BUGFIX] Bower dependencies are now correctly installed when using
ember install:addon ember-cli-notifications.