UNPKG

759 BMarkdownView Raw
1## 1.0.1 (2019-11-29)
2
3#### :bug: Bug Fix
4
5- [f891deb](https://github.com/ianschmitz/jest-environment-jsdom-fourteen/commit/f891deb17863dfeb5b7a096e33daf569cda64736) Revert `userAgent` bug fix as it unintentionally caused resources to be requested over the network ([@ianschmitz](https://github.com/ianschmitz))
6
7## 1.0.0 (2019-11-27)
8
9#### :bug: Bug Fix
10
11- [be76406](https://github.com/ianschmitz/jest-environment-jsdom-fourteen/commit/be76406469cac705999391ba701e0d8b4b8ea3d7) Support `userAgent` specified in `testEnvironmentOptions`. Fix ported from https://github.com/ianschmitz/jest-environment-jsdom-fifteen/pull/4 ([@ianschmitz](https://github.com/ianschmitz))
12
13## 0.1.0 (2019-03-15)
14
15v0.1.0 is the initial release of jest-environment-jsdom-fourteen.