Skip to content

Latest commit

 

History

History
384 lines (269 loc) · 19.3 KB

CHANGELOG.md

File metadata and controls

384 lines (269 loc) · 19.3 KB

Changelog

Release (2024-02-29)

ember-cli-flash 5.1.0 (minor)

🚀 Enhancement

🐛 Bug Fix

🏠 Internal

Committers: 3

Release (2024-02-02)

ember-cli-flash 5.0.1 (patch)

🐛 Bug Fix

🏠 Internal

Committers: 2

Release (2024-02-02)

ember-cli-flash 5.0.0 (major)

💥 Breaking Change

  • ember-cli-flash
  • ember-cli-flash, test-app

🚀 Enhancement

🐛 Bug Fix

  • ember-cli-flash
    • #398 Add missing files entry to addon package (@gilest)

📝 Documentation

  • #396 Correct test helper blueprint guide (@gilest)
  • #393 Update Contributing and Releasing with pnpm and monorepo paths (@gilest)

🏠 Internal

Committers: 3

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

npm page

v4.0.0 (2022-06-20)

💥 Breaking Change

🐛 Bug Fix

📝 Documentation

🏠 Internal

Committers: 15

2.1.3 (2021-05-14)

🐛 Bug Fix

2.1.2 (2021-04-20)

🐛 Bug Fix

2.1.1 (2021-02-26)

🚀 Enhancement

📝 Documentation

2.1.0 (2020-12-18)

🚀 Enhancement

🐛 Bug Fix

📝 Documentation

Committers: 1

2.0.0 (2020-11-15)

🚀 Enhancement

Committers: 1

1.9.1 (2020-11-15)

🐛 Deprecations

Committers: 1

1.9.0 (2020-06-15)

🚀 Enhancement

Committers: 1

1.8.1 (2020-02-26)

🏠 Internal

🐛 Bug Fix

Committers: 2

1.8.0 (2019-11-22)

🐛 Bug Fixes

Committers: 3

1.7.2 (2019-05-16)

🐛 Bug Fix

Committers: 1

1.7.1 (2019-01-08)

📝 Documentation

Committers: 3

1.7.0 (2018-12-12)

🚀 Enhancement

  • #284 provide default config/overrides to FlashMessageService w/o injections (@fivetanley)

🏠 Internal

Committers: 4

1.6.4 (2018-06-06)

🚀 Enhancement

  • #269 add aria-label and others to flash message attrs (@sbatson5)
  • #263 update blueprint to handle newer test-helper.js (@bgentry)
  • #260 remove requirement for providing a message (@st-h)

📝 Documentation

🏠 Internal

Committers: 6

show (2017-12-07)

🚀 Enhancement

Committers: 1

1.6.2 (2017-12-07)

🚀 Enhancement

Committers: 1

1.6.0 (2017-11-27)

🏠 Internal

Committers: 4

[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