Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
twokul committed Sep 12, 2022
1 parent 591bcba commit ee37c72
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@ Changelog
=========


## v4.0.0 (2022-09-12)

* Drops support for Ember < 3.12-LTS.
* Drops support for Ember CLI 2.x. https://github.com/html-next/vertical-collection/pull/379
* No change in Node support.
* Drop the positional param for `items` on the vertical collection component.
* Drop ember-compatibility-helpers https://github.com/html-next/vertical-collection/pull/375
* Refactor a bunch of debug code to DEBUG https://github.com/html-next/vertical-collection/pull/388
* Adopt angle bracket invocation
* Adopt native getters


## v4.0.0-beta.2 (2022-09-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@html-next/vertical-collection",
"version": "4.0.0-beta.2",
"version": "4.0.0",
"description": "infinite-scroll, done right. done.",
"keywords": [
"occlusion",
Expand Down

0 comments on commit ee37c72

Please sign in to comment.