|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## Release (2024-11-19) |
| 4 | + |
| 5 | +@ember/test-helpers 5.0.0 (major) |
| 6 | + |
| 7 | +#### :boom: Breaking Change |
| 8 | +* `@ember/test-helpers`, `test-app` |
| 9 | + * [#1511](https://github.com/emberjs/ember-test-helpers/pull/1511) Make test context reusable during a test ([@eliasdawson](https://github.com/eliasdawson)) |
| 10 | +* Other |
| 11 | + * [#1474](https://github.com/emberjs/ember-test-helpers/pull/1474) Drop support for TS < 5 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 12 | +* `@ember/test-helpers` |
| 13 | + * [#1472](https://github.com/emberjs/ember-test-helpers/pull/1472) Remove require usage, dropping support for automatic ember-data/setup-container inclusion ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 14 | + |
| 15 | +#### :rocket: Enhancement |
| 16 | +* `@ember/test-helpers`, `test-app` |
| 17 | + * [#1471](https://github.com/emberjs/ember-test-helpers/pull/1471) V2 Addon Conversion ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 18 | +* `@ember/test-helpers` |
| 19 | + * [#1472](https://github.com/emberjs/ember-test-helpers/pull/1472) Remove require usage, dropping support for automatic ember-data/setup-container inclusion ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 20 | + |
| 21 | +#### :bug: Bug Fix |
| 22 | +* `@ember/test-helpers` |
| 23 | + * [#1503](https://github.com/emberjs/ember-test-helpers/pull/1503) Don't export checkWaiters ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 24 | + * [#1487](https://github.com/emberjs/ember-test-helpers/pull/1487) Add @ember/renderer to externals ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 25 | + * [#1464](https://github.com/emberjs/ember-test-helpers/pull/1464) Use the right attribute - `maxlength` instead of `maxLength` ([@shubham88fru](https://github.com/shubham88fru)) |
| 26 | + * [#1449](https://github.com/emberjs/ember-test-helpers/pull/1449) this change makes it so strict package managers installing duplicate … ([@void-mAlex](https://github.com/void-mAlex)) |
| 27 | +* `@ember/test-helpers`, `test-app`, `type-tests` |
| 28 | + * [#1486](https://github.com/emberjs/ember-test-helpers/pull/1486) Remove old code that existed for now unsupported ember-sources (2.4, etc) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 29 | +* `@ember/test-helpers`, `test-app` |
| 30 | + * [#1482](https://github.com/emberjs/ember-test-helpers/pull/1482) Resolve Error: @ember/test-helpers is trying to import from @ember/-internals but that is not one of its explicit dependencies ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 31 | + |
| 32 | +#### :memo: Documentation |
| 33 | +* [#1483](https://github.com/emberjs/ember-test-helpers/pull/1483) Update README.md to reflect TS support ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 34 | +* [#1462](https://github.com/emberjs/ember-test-helpers/pull/1462) correct git clone url for the repo ([@shubham88fru](https://github.com/shubham88fru)) |
| 35 | +* [#1451](https://github.com/emberjs/ember-test-helpers/pull/1451) Update `git clone` command in README.md under contribution ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 36 | + |
| 37 | +#### :house: Internal |
| 38 | +* `@ember/test-helpers` |
| 39 | + * [#1504](https://github.com/emberjs/ember-test-helpers/pull/1504) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) |
| 40 | + * [#1503](https://github.com/emberjs/ember-test-helpers/pull/1503) Don't export checkWaiters ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 41 | + * [#1501](https://github.com/emberjs/ember-test-helpers/pull/1501) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) |
| 42 | + * [#1488](https://github.com/emberjs/ember-test-helpers/pull/1488) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) |
| 43 | + * [#1485](https://github.com/emberjs/ember-test-helpers/pull/1485) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) |
| 44 | + * [#1469](https://github.com/emberjs/ember-test-helpers/pull/1469) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) |
| 45 | + * [#1477](https://github.com/emberjs/ember-test-helpers/pull/1477) Add Docs-Generation to CI -- will error if docs get out of sync and provides actionable information towards resolution. ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 46 | + * [#1466](https://github.com/emberjs/ember-test-helpers/pull/1466) Prepare Release ([@github-actions[bot]](https://github.com/apps/github-actions)) |
| 47 | + * [#1460](https://github.com/emberjs/ember-test-helpers/pull/1460) Setup release plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 48 | + * [#1453](https://github.com/emberjs/ember-test-helpers/pull/1453) Switch to pnpm, upgrade ember-cli-babel to 8.2 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 49 | + * [#1456](https://github.com/emberjs/ember-test-helpers/pull/1456) Fix: You attempted to render a path ({{model.post_id}}), but model was not in scope: ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 50 | + * [#1454](https://github.com/emberjs/ember-test-helpers/pull/1454) Test against ember LTS 5.4, and, 5.8 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 51 | +* `@ember/test-helpers`, `test-app`, `type-tests` |
| 52 | + * [#1486](https://github.com/emberjs/ember-test-helpers/pull/1486) Remove old code that existed for now unsupported ember-sources (2.4, etc) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 53 | + * [#1476](https://github.com/emberjs/ember-test-helpers/pull/1476) Don't use a shared lockfile ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 54 | +* `test-app` |
| 55 | + * [#1484](https://github.com/emberjs/ember-test-helpers/pull/1484) Update tests to be compatible with Ember v6 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 56 | + * [#1473](https://github.com/emberjs/ember-test-helpers/pull/1473) Get tests passing w/ Chrome's new selectionchange event behavior ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 57 | +* Other |
| 58 | + * [#1475](https://github.com/emberjs/ember-test-helpers/pull/1475) Use strict .npmrc ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 59 | + * [#1470](https://github.com/emberjs/ember-test-helpers/pull/1470) Re-enable try scenarios against 5.10, 5.11-beta and 5.12-canary ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 60 | + * [#1457](https://github.com/emberjs/ember-test-helpers/pull/1457) Expand TypeScript test matrix to v5.5 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 61 | + * [#1455](https://github.com/emberjs/ember-test-helpers/pull/1455) Pin isbinaryfile (a sub-sub dependency) so we can keep node support ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 62 | +* `@ember/test-helpers`, `test-app` |
| 63 | + * [#1468](https://github.com/emberjs/ember-test-helpers/pull/1468) Move tests to new test-app ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 64 | +* `@ember/test-helpers`, `type-tests` |
| 65 | + * [#1467](https://github.com/emberjs/ember-test-helpers/pull/1467) Fix import type via upgrading @tsconfig/ember ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) |
| 66 | + |
| 67 | +#### Committers: 6 |
| 68 | +- Alex ([@void-mAlex](https://github.com/void-mAlex)) |
| 69 | +- Elias Dawson ([@eliasdawson](https://github.com/eliasdawson)) |
| 70 | +- IAmAPro ([@shubham88fru](https://github.com/shubham88fru)) |
| 71 | +- Sergey Astapov ([@SergeAstapov](https://github.com/SergeAstapov)) |
| 72 | +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) |
| 73 | +- [@github-actions[bot]](https://github.com/apps/github-actions) |
| 74 | + |
3 | 75 | ## Release (2024-09-04) |
4 | 76 |
|
5 | 77 | @ember/test-helpers 4.0.4 (patch) |
|
0 commit comments