You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# [3.0.0](v2.0.9...v3.0.0) (2022-05-30)
### chore
* switch to ember-modifier for glint support ([3007196](3007196))
* Merge pull request #142 from NullVoxPopuli/addon-v2 ([12f6259](12f6259)), closes [#142](#142)
### Features
* convert to v2 format ([8a660aa](8a660aa))
### BREAKING CHANGES
* support / requirements have changed
- ember-3.27 dropped, minimum Ember is now 3.28. 3.25+ should work but is not tested against
- ember-modifier is now a requirement (via peer dependency), due to Glint support
- minimum versions of the following dependencies have been bumped:
- "@embroider/addon-shim": "^1.7.1",(dep)
- "@popperjs/core": "^2.11.1" (dep)
- "ember-modifier": ">= 3.2.7" (peer)
* previously, this addon could be used without
ember-modifier, but in order to provide a better experience for glint,
ember-modifier is the *only* modifier approach supported...
* switch to ember-modifier for glint support ([3007196](https://github.com/NullVoxPopuli/ember-popperjs/commit/3007196dfa7eb51c26e39547fc600641e1a73f32))
7
+
8
+
9
+
* Merge pull request #142 from NullVoxPopuli/addon-v2 ([12f6259](https://github.com/NullVoxPopuli/ember-popperjs/commit/12f6259abf0a4ab5b083303864d0d14ece467831)), closes [#142](https://github.com/NullVoxPopuli/ember-popperjs/issues/142)
10
+
11
+
12
+
### Features
13
+
14
+
* convert to v2 format ([8a660aa](https://github.com/NullVoxPopuli/ember-popperjs/commit/8a660aa04c3e6e01b4e497ad473a00637a8f8d1b))
15
+
16
+
17
+
### BREAKING CHANGES
18
+
19
+
* support / requirements have changed
20
+
- ember-3.27 dropped, minimum Ember is now 3.28. 3.25+ should work but is not tested against
21
+
- ember-modifier is now a requirement (via peer dependency), due to Glint support
22
+
- minimum versions of the following dependencies have been bumped:
23
+
- "@embroider/addon-shim": "^1.7.1",(dep)
24
+
- "@popperjs/core": "^2.11.1" (dep)
25
+
- "ember-modifier": ">= 3.2.7" (peer)
26
+
* previously, this addon could be used without
27
+
ember-modifier, but in order to provide a better experience for glint,
28
+
ember-modifier is the *only* modifier approach supported...
0 commit comments