- #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
clearAll
helper 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-container
for 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
.