You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,11 @@
1
1
## Changelog (master)
2
2
3
+
### v7.0.0
4
+
3
5
#### Features
4
6
* (**BREAKING**): Upgrade ts-jest to ^23.10.4 and use ast-transformer instead of processor ([#204](https://github.com/thymikee/jest-preset-angular/pull/204))
5
-
*Compatible with Jest 24 ([#224](https://github.com/thymikee/jest-preset-angular/pull/224))
6
-
* Use test environment JSDOM v13 by default ([#229](https://github.com/thymikee/jest-preset-angular/pull/229))
7
+
*Upgrade Jest to 24 ([#224](https://github.com/thymikee/jest-preset-angular/pull/224))
8
+
* Use test environment JSDOM v13 by default (drops Node below 8) ([#229](https://github.com/thymikee/jest-preset-angular/pull/229))
7
9
* Embed `jest-zone-patch` into this preset ([#214](https://github.com/thymikee/jest-preset-angular/pull/214))
8
10
9
11
#### Chore & Maintenance
@@ -17,7 +19,7 @@
17
19
#### Migration Guide
18
20
19
21
* If `global` and `transform` are not set in your configuration in `jest.config.json`, `jest.config.js` or `package.json`, you are done.
20
-
* If the `global` value of the configuration was overriden, adjust
22
+
* If the `global` value of the configuration was overriden, adjust
21
23
* The option `"__TRANSFORM_HTML__": true` is not required anymore. Instead the `"stringifyContentPathRegex": "\\.html$"` should be used inside the `ts-jest`-configuration.
22
24
* Change the assignment identifier from `tsConfigFile` to `tsConfig`.
23
25
* Add the `astTransformer: [ require.resolve('jest-preset-angular/InlineHtmlStripStylesTransformer')]` so Jest can work with `templateUrl`-assignments in Component decorators.
0 commit comments