Skip to content

Commit 1214405

Browse files
committed
update changelog for v7
1 parent 558fd9c commit 1214405

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
## Changelog (master)
22

3+
### v7.0.0
4+
35
#### Features
46
* (**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))
79
* Embed `jest-zone-patch` into this preset ([#214](https://github.com/thymikee/jest-preset-angular/pull/214))
810

911
#### Chore & Maintenance
@@ -17,7 +19,7 @@
1719
#### Migration Guide
1820

1921
* 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
2123
* The option `"__TRANSFORM_HTML__": true` is not required anymore. Instead the `"stringifyContentPathRegex": "\\.html$"` should be used inside the `ts-jest`-configuration.
2224
* Change the assignment identifier from `tsConfigFile` to `tsConfig`.
2325
* Add the `astTransformer: [ require.resolve('jest-preset-angular/InlineHtmlStripStylesTransformer')]` so Jest can work with `templateUrl`-assignments in Component decorators.

0 commit comments

Comments
 (0)