Skip to content

Commit 5a2be71

Browse files
committed
Release 4.0.0
1 parent c458725 commit 5a2be71

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ All notable changes to this project will be documented in this file. See [standa
44

55
### [2.0.1](https://github.com/alexlafroscia/ember-popper-modifier/compare/v2.0.0...v2.0.1) (2022-02-05)
66

7+
## v4.0.0 (2023-11-05)
8+
9+
#### :boom: Breaking Change
10+
11+
- [#772](https://github.com/adopted-ember-addons/ember-popper-modifier/pull/772) Drop support for Ember < 4.8 ([@jelhan](https://github.com/jelhan))
12+
- [#771](https://github.com/adopted-ember-addons/ember-popper-modifier/pull/771) drop support for node 14 and 16 ([@jelhan](https://github.com/jelhan))
13+
- [#774](https://github.com/adopted-ember-addons/ember-popper-modifier/pull/774) drop support for ember-modifier v3 ([@jelhan](https://github.com/jelhan))
14+
- [#775](https://github.com/adopted-ember-addons/ember-popper-modifier/pull/775) drop support for Ember classic optional feature flags ([@jelhan](https://github.com/jelhan))
15+
16+
#### :rocket: Enhancement
17+
18+
- [#770](https://github.com/adopted-ember-addons/ember-popper-modifier/pull/770) Support Ember v5 ([@timmorey](https://github.com/timmorey))
19+
20+
#### :house: Internal
21+
22+
- [#777](https://github.com/adopted-ember-addons/ember-popper-modifier/pull/777) upgrade with Ember CLI v5.4 blueprints ([@jelhan](https://github.com/jelhan))
23+
- [#610](https://github.com/adopted-ember-addons/ember-popper-modifier/pull/610) Add '@ember/string' dev dependency to avoid deprecation warning ([@pzubar](https://github.com/pzubar))
24+
25+
#### Committers: 3
26+
27+
- Jeldrik Hanschke ([@jelhan](https://github.com/jelhan))
28+
- Petro Zubar ([@pzubar](https://github.com/pzubar))
29+
- Timothy Morey ([@timmorey](https://github.com/timmorey))
30+
731
## v3.0.0 (2023-01-17)
832

933
#### :boom: Breaking Change

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-popper-modifier",
3-
"version": "3.0.0",
3+
"version": "4.0.0",
44
"description": "An Ember modifier for working with Popper.js.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)