@html-next/vertical-collection 4.0.0-beta.2 → 4.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,18 @@ Changelog
|
|
|
2
2
|
=========
|
|
3
3
|
|
|
4
4
|
|
|
5
|
+
## v4.0.0 (2022-09-12)
|
|
6
|
+
|
|
7
|
+
* Drops support for Ember < 3.12-LTS.
|
|
8
|
+
* Drops support for Ember CLI 2.x. https://github.com/html-next/vertical-collection/pull/379
|
|
9
|
+
* No change in Node support.
|
|
10
|
+
* Drop the positional param for `items` on the vertical collection component.
|
|
11
|
+
* Drop ember-compatibility-helpers https://github.com/html-next/vertical-collection/pull/375
|
|
12
|
+
* Refactor a bunch of debug code to DEBUG https://github.com/html-next/vertical-collection/pull/388
|
|
13
|
+
* Adopt angle bracket invocation
|
|
14
|
+
* Adopt native getters
|
|
15
|
+
|
|
16
|
+
|
|
5
17
|
## v4.0.0-beta.2 (2022-09-08)
|
|
6
18
|
|
|
7
19
|
|