Skip to content

Latest commit

 

History

History
70 lines (41 loc) · 3.46 KB

CHANGELOG.md

File metadata and controls

70 lines (41 loc) · 3.46 KB

2.1.2

  • #56 [ENHANCEMENT] Allow injection into services.

2.1.1

  • #53 [ENHANCEMENT] Make inclusion of the font-awesome assets in project configurable.

2.1.0

  • #48 [ENHANCEMENT] Set global clear duration for all notification messages.
  • #50 [ENHANCEMENT] Allow use of Bootstrap icons in place of Font Awesome.

1.3.1 / 2015-07-07

  • 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

1.3.0

  • #42 [ENHANCEMENT] CSS improvements, including less generic class names.

1.2.3

  • #38 [BUGFIX] Fixing Sass build errors.

1.2.2

  • #30 [ENHANCEMENT] Added a clearAll helper to remove all active notifications.

1.2.1

  • #28 [BUGFIX] Added prefixed animation properties to relevant selectors and removed autoprefixer dependency.

1.2.0

  • #27 [ENHANCEMENT] Removing dependency for broccoli-sass in consuming application.

1.1.4

  • #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.

1.1.3

  • #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.

1.1.2

  • #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.

1.1.1

  • #5 [FEATURE] Added autoprefixer to build.
  • #6 [BUGFIX] Using Ember string to format inline styling.

1.1.0

  • #4 [FEATURE] Initial implementation of a visual indicator for auto clearing messages.

1.0.2

  • #1 [BUGFIX] Bower dependencies are now correctly installed when using ember install:addon ember-cli-notifications.