Skip to content

Latest commit

 

History

History
121 lines (82 loc) · 5.18 KB

CHANGELOG.md

File metadata and controls

121 lines (82 loc) · 5.18 KB

Changelog

The noteworthy changes made to Ember-CLI-Flash are included here. For a complete changelog, see the git history.

npm page

[1.6.4]

  • Add aria-label attr-binding and other accessibility attrs to flash components 269

[1.6.3]

  • Update test-helper blueprint for ember versions >= 2.17 263
  • Allow flash messages without text when preventDuplicates is false 260

[1.6.2]

  • extendTimeout on sticky message 254

[1.6.1]

[1.6.0]

  • Upgrade to Ember 2.16 & new modules api 249
  • extendTimeout on sticky message 240
  • Add base class flash-message to flash component 210
  • Remove the rest of bower

[1.5.0]

  • Upgrade to Ember 2.15 243 & 236
  • Prevent early destruction from mouse events 241
  • Minor typo errors 238
  • Remove bower
  • Fix deprecation warnings related to outdate dependencies

[1.4.3]

  • Pass 'close' as closure action 233

[1.4.2]

  • Add onDestroy callback method for flash object destroy 211

[1.4.1]

  • Remove Usage of Deprecated Ember.K Method 224
  • Add check on mouseover for sticky messages 223

[1.4.0]

  • Add changelog for release notes 220
  • Fix failing tests 218
  • Update Acceptance test example in README to fail appropriately 217
  • Add ability to return flash object 214
  • Defer removal of flash message on mouse over 209

[1.3.17]

  • Fixed deprecation warnings from Ember 2.8.0 205
  • Small updates to README 186
  • Update Ember-CLI to 2.7.0 201

[1.3.16]

  • Update Ember-CLI to 2.6.1 169
  • Add destroyOnClick option 157
  • Clarify documentation on integration tests 165
  • Update Travis to use Trust builds

[1.3.15]

  • Test against Ember 2.4 and 2.5

[1.3.14]

  • Compute guid on .toString() version of the message 149

[1.3.13]

  • Fix calling set on destroyed object error 148
  • Add demo app 147

[1.3.12]

  • Fix for apps with no defaults defined 145
  • Minor fix for exports 144

[1.3.11]

  • Fix iteration of wrong array initializer 143
  • Update README with remove of injectionFactories 137

[1.3.10]

  • Update ember-cli 135
  • Deprecate use of injectionFactories 134

[1.3.9]

  • Update ember-cli 130
  • Add active class in run.next 129
  • Minor JSCS fixes 129

[1.3.8]

  • Fix acceptance test bug due to old blueprint 119

[1.3.7]

  • Implement fluent API to support chaining 118

[1.3.6]

  • Fix syntax error in README for custom messages example 110
  • Update ember-new-computed for flexibility 109

[1.3.5]

  • Add CircleCI badge to README
  • General cleanup of flash object and component 108
  • General cleanup for flash service 107
  • Update to remove Ember 2.1 deprecation warning 105