|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## Release (2026-01-24) |
| 4 | + |
| 5 | +* @html-next/vertical-collection 5.0.0 (major) |
| 6 | + |
| 7 | +#### :boom: Breaking Change |
| 8 | +* `@html-next/vertical-collection` |
| 9 | + * [#511](https://github.com/html-next/vertical-collection/pull/511) V2 Addon Conversion ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 10 | + * [#444](https://github.com/html-next/vertical-collection/pull/444) Use co-located components instead of pods ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 11 | +* Other |
| 12 | + * [#402](https://github.com/html-next/vertical-collection/pull/402) Ember v3.28.0...v5.2.0 ([@mixonic](https://github.com/mixonic)) |
| 13 | + |
| 14 | +#### :bug: Bug Fix |
| 15 | +* `@html-next/vertical-collection` |
| 16 | + * [#479](https://github.com/html-next/vertical-collection/pull/479) Fix for #296: Insert the virtual component bound back to DOM also for the case `shouldRecycle=false` ([@johanrd](https://github.com/johanrd)) |
| 17 | + * [#491](https://github.com/html-next/vertical-collection/pull/491) Fix occluded-content height inflation from inherited line-height ([@johanrd](https://github.com/johanrd)) |
| 18 | + * [#482](https://github.com/html-next/vertical-collection/pull/482) Add defensive checks for cases where maxHeight is empty string ([@johanrd](https://github.com/johanrd)) |
| 19 | + * [#466](https://github.com/html-next/vertical-collection/pull/466) Fix incorrect polling start ([@monovertex](https://github.com/monovertex)) |
| 20 | + * [#443](https://github.com/html-next/vertical-collection/pull/443) Remove unneeded peer declaration ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 21 | + |
| 22 | +#### :house: Internal |
| 23 | +* `@html-next/vertical-collection` |
| 24 | + * [#512](https://github.com/html-next/vertical-collection/pull/512) Migrate and fix all ESLint issues. All lint configs are ESM now ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 25 | + * [#490](https://github.com/html-next/vertical-collection/pull/490) Move tests to test-app ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 26 | + * [#510](https://github.com/html-next/vertical-collection/pull/510) Upgrade some internal deps ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 27 | + * [#475](https://github.com/html-next/vertical-collection/pull/475) Convert to gjs ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 28 | + * [#459](https://github.com/html-next/vertical-collection/pull/459) Remove V1 Add complexity in the index.js ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 29 | + * [#452](https://github.com/html-next/vertical-collection/pull/452) Setup Release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 30 | + * [#451](https://github.com/html-next/vertical-collection/pull/451) Configure the prettier commands in package.json ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 31 | + * [#441](https://github.com/html-next/vertical-collection/pull/441) Convert to monorepo ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 32 | +* Other |
| 33 | + * [#489](https://github.com/html-next/vertical-collection/pull/489) test-app boilerplate ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 34 | + * [#438](https://github.com/html-next/vertical-collection/pull/438) Move to pnpm ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 35 | + * [#414](https://github.com/html-next/vertical-collection/pull/414) Vertical collection tests compatible with Ember 6 ([@mixonic](https://github.com/mixonic)) |
| 36 | + * [#408](https://github.com/html-next/vertical-collection/pull/408) Bump dev Node to v18, reroll lockfile ([@mixonic](https://github.com/mixonic)) |
| 37 | + * [#407](https://github.com/html-next/vertical-collection/pull/407) Add dependabot ([@mixonic](https://github.com/mixonic)) |
| 38 | + * [#402](https://github.com/html-next/vertical-collection/pull/402) Ember v3.28.0...v5.2.0 ([@mixonic](https://github.com/mixonic)) |
| 39 | + |
| 40 | +#### Committers: 4 |
| 41 | +- Cosmin Stamate ([@monovertex](https://github.com/monovertex)) |
| 42 | +- Matthew Beale ([@mixonic](https://github.com/mixonic)) |
| 43 | +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) |
| 44 | +- [@johanrd](https://github.com/johanrd) |
| 45 | + |
3 | 46 | Changelog |
4 | 47 | ========= |
5 | 48 |
|
|
0 commit comments