Skip to content

Commit e0b3f06

Browse files
Release 4.0.0
1 parent 425e6a7 commit e0b3f06

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

CHANGELOG.md

+41
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,47 @@ changelog, see the git history.
55

66
[npm page](https://www.npmjs.com/package/ember-cli-flash)
77

8+
9+
## v4.0.0 (2022-06-20)
10+
11+
#### :boom: Breaking Change
12+
* [#382](https://github.com/adopted-ember-addons/ember-cli-flash/pull/382) Convert `flash-message` to Glimmer component ([@charlesfries](https://github.com/charlesfries))
13+
* [#383](https://github.com/adopted-ember-addons/ember-cli-flash/pull/383) ember-cli 4.4.0, remove auto service injection ([@rwwagner90](https://github.com/rwwagner90))
14+
15+
#### :bug: Bug Fix
16+
* [#366](https://github.com/adopted-ember-addons/ember-cli-flash/pull/366) Fix types for service ([@wagenet](https://github.com/wagenet))
17+
* [#384](https://github.com/adopted-ember-addons/ember-cli-flash/pull/384) Allow arbitrary properties in `MessageOptions` interface ([@charlesfries](https://github.com/charlesfries))
18+
* [#363](https://github.com/adopted-ember-addons/ember-cli-flash/pull/363) Change hasBlock to has-block to avoid deprecation ([@wagenet](https://github.com/wagenet))
19+
* [#358](https://github.com/adopted-ember-addons/ember-cli-flash/pull/358) Fix missing modifier error in consuming apps ([@sandydoo](https://github.com/sandydoo))
20+
* [#355](https://github.com/adopted-ember-addons/ember-cli-flash/pull/355) Fix `this-property-fallback` deprecation warnings ([@aoumiri](https://github.com/aoumiri))
21+
* [#350](https://github.com/adopted-ember-addons/ember-cli-flash/pull/350) Update htmlSafe imports ([@rwwagner90](https://github.com/rwwagner90))
22+
23+
#### :memo: Documentation
24+
* [#377](https://github.com/adopted-ember-addons/ember-cli-flash/pull/377) Update README.md formatting ([@charlesfries](https://github.com/charlesfries))
25+
* [#362](https://github.com/adopted-ember-addons/ember-cli-flash/pull/362) Correct compatibility in README ([@kategengler](https://github.com/kategengler))
26+
* [#343](https://github.com/adopted-ember-addons/ember-cli-flash/pull/343) Fix typo in changelog ([@HeroicEric](https://github.com/HeroicEric))
27+
28+
#### :house: Internal
29+
* [#373](https://github.com/adopted-ember-addons/ember-cli-flash/pull/373) Upgrade ember to v4 ([@stukalin](https://github.com/stukalin))
30+
* [#334](https://github.com/adopted-ember-addons/ember-cli-flash/pull/334) Remove unnecessary `ember-decorators` dependency ([@Turbo87](https://github.com/Turbo87))
31+
32+
#### Committers: 15
33+
- Anass OUMIRI ([@aoumiri](https://github.com/aoumiri))
34+
- Andrey Stukalin ([@stukalin](https://github.com/stukalin))
35+
- Brad Overton ([@Techn1x](https://github.com/Techn1x))
36+
- Charles Fries ([@charlesfries](https://github.com/charlesfries))
37+
- Christian ([@makepanic](https://github.com/makepanic))
38+
- Eric Kelly ([@HeroicEric](https://github.com/HeroicEric))
39+
- Joshua Lawrence ([@jwlawrence](https://github.com/jwlawrence))
40+
- Katie Gengler ([@kategengler](https://github.com/kategengler))
41+
- Peter Wagenet ([@wagenet](https://github.com/wagenet))
42+
- Robert Wagner ([@rwwagner90](https://github.com/rwwagner90))
43+
- Sander ([@sandydoo](https://github.com/sandydoo))
44+
- Scott Batson ([@sbatson5](https://github.com/sbatson5))
45+
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
46+
- [@MrChocolatine](https://github.com/MrChocolatine)
47+
- [@vlascik](https://github.com/vlascik)
48+
849
## 2.1.3 (2021-05-14)
950

1051
#### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-flash",
3-
"version": "2.2.1",
3+
"version": "4.0.0",
44
"description": "Simple, highly configurable flash messages for ember-cli",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)