|
| 1 | +## [14.6.2](https://github.com/thymikee/jest-preset-angular/compare/v14.6.1...v14.6.2) (2025-10-17) |
| 2 | + |
| 3 | + |
| 4 | +### Bug Fixes |
| 5 | + |
| 6 | +* handle `processWithEsbuild` transform option ([6779107](https://github.com/thymikee/jest-preset-angular/commit/67791077ea20b3a7f3dcf237ecbe35f2f9decd3f)) |
| 7 | + |
| 8 | + |
| 9 | + |
1 | 10 | ## [14.6.1](https://github.com/thymikee/jest-preset-angular/compare/v14.6.0...v14.6.1) (2025-07-21) |
2 | 11 |
|
3 | 12 |
|
4 | 13 | ### Bug Fixes |
5 | 14 |
|
6 | | -* fix: add `@angular/common/locales` to CJS preset (#3190) ([4234520](https://github.com/thymikee/jest-preset-angular/commit/4234520)), closes [#3190](https://github.com/thymikee/jest-preset-angular/issues/3190) [#3182](https://github.com/thymikee/jest-preset-angular/issues/3182) |
| 15 | +* fix: add `@angular/common/locales` to CJS preset [#3190](https://github.com/thymikee/jest-preset-angular/issues/3190) ([4234520](https://github.com/thymikee/jest-preset-angular/commit/4234520)), closes [#3182](https://github.com/thymikee/jest-preset-angular/issues/3182) |
7 | 16 |
|
8 | 17 |
|
9 | 18 |
|
|
25 | 34 |
|
26 | 35 |
|
27 | 36 |
|
| 37 | +# [15.0.0-next.0](https://github.com/thymikee/jest-preset-angular/compare/v14.5.4...v15.0.0-next.0) (2025-02-28) |
| 38 | + |
| 39 | + |
| 40 | +### Bug Fixes |
| 41 | + |
| 42 | +* fix(serializers): generated `id="root{n}"` should be removed ([a6b908f](https://github.com/thymikee/jest-preset-angular/commit/a6b908f)) |
| 43 | + |
| 44 | + |
| 45 | +### Code Refactoring |
| 46 | + |
| 47 | +* refactor: drop support for `jsdom` <22 ([da9cb15](https://github.com/thymikee/jest-preset-angular/commit/da9cb15)) |
| 48 | +* refactor: drop support for `typescript` <5.4 ([873ab73](https://github.com/thymikee/jest-preset-angular/commit/873ab73)) |
| 49 | +* refactor: drop support for Angular <17 ([3a60492](https://github.com/thymikee/jest-preset-angular/commit/3a60492)) |
| 50 | +* refactor: drop support for Node.js <18 ([aeef774](https://github.com/thymikee/jest-preset-angular/commit/aeef774)) |
| 51 | +* refactor: remove `defaults` and `defaults-esm` presets ([94dd3b1](https://github.com/thymikee/jest-preset-angular/commit/94dd3b1)) |
| 52 | +* refactor: remove `setup-jest` files ([6bf89a4](https://github.com/thymikee/jest-preset-angular/commit/6bf89a4)) |
| 53 | +* refactor: remove global setup script with `ngcc` ([35819c9](https://github.com/thymikee/jest-preset-angular/commit/35819c9)) |
| 54 | + |
| 55 | + |
| 56 | +### BREAKING CHANGES |
| 57 | + |
| 58 | +* Snapshot generation is affected by ([a6b908f](https://github.com/thymikee/jest-preset-angular/commit/a6b908f)). One should update component snapshots via `-u` Jest CLI option. Since this change only removes the root `id`, it shouldn't affect the quality of snapshots in general. |
| 59 | +* The supported `NodeJs` versions are `^18.19.1 || ^20.11.1 || >=22.0.0`. |
| 60 | +* The minimum supported version for Angular is **18** following Angular support policy https://angular.dev/reference/releases#actively-supported-versions |
| 61 | +* The minimum supported version for `jsdom` is **22** |
| 62 | +* The minimum supported version of `TypeScript` is **5.5** following the support version from Angular **18** |
| 63 | +* Running `ngcc` is not required for Angular **16**+ project |
| 64 | +* Use `createCjsPreset` as a replacement for `defaults` preset |
| 65 | +* Use `createEsmPreset` as a replacement for `defaults-esm` preset |
| 66 | +* Use `setupZoneTestEnv` as a replacement for zone test environment setup |
| 67 | +* Use `setupZonelessTestEnv` as a replacement for zoneless test environment setup |
| 68 | + |
| 69 | + |
| 70 | + |
28 | 71 | ## [14.5.4](https://github.com/thymikee/jest-preset-angular/compare/v14.5.3...v14.5.4) (2025-03-31) |
29 | 72 |
|
30 | 73 |
|
31 | 74 | ### Bug Fixes |
32 | 75 |
|
33 | | -* fix: warn when using both `isolatedModules` and `emitDecoratorMetadata` (#3029) ([51db8f4](https://github.com/thymikee/jest-preset-angular/commit/51db8f4)), closes [#3029](https://github.com/thymikee/jest-preset-angular/issues/3029) |
| 76 | +* fix: warn when using both `isolatedModules` and `emitDecoratorMetadata` [#3029](https://github.com/thymikee/jest-preset-angular/issues/3029) ([51db8f4](https://github.com/thymikee/jest-preset-angular/commit/51db8f4)) |
34 | 77 | * update dependency ts-jest to v29.3.0 ([1d8415d](https://github.com/thymikee/jest-preset-angular/commit/1d8415d)) |
35 | 78 |
|
36 | 79 |
|
|
58 | 101 |
|
59 | 102 | ### Bug Fixes |
60 | 103 |
|
61 | | -* fix: properly handle types for presets module (#2945) ([e0323bd](https://github.com/thymikee/jest-preset-angular/commit/e0323bd)), closes [#2945](https://github.com/thymikee/jest-preset-angular/issues/2945) |
| 104 | +* fix: properly handle types for presets module [#2945](https://github.com/thymikee/jest-preset-angular/issues/2945) ([e0323bd](https://github.com/thymikee/jest-preset-angular/commit/e0323bd)) |
62 | 105 |
|
63 | 106 |
|
64 | 107 |
|
|
0 commit comments