Sourced from @testing-library/react
's
releases.
v14.0.0
14.0.0 (2023-02-16)
Bug Fixes
Features
- Bump
@testing-library/dom
to 9.0.0 (#1177) (6653c23)- Drop support for Node.js 12.x (#1169) (9b7a1e2)
BREAKING CHANGES
- See https://github.com/testing-library/dom-testing-library/releases/tag/v9.0.0
- Minimum supported Node.js version is now 14.x
v14.0.0-alpha.3
14.0.0-alpha.3 (2023-02-16)
Bug Fixes
v14.0.0-alpha.2
14.0.0-alpha.2 (2023-02-16)
Features
BREAKING CHANGES
v14.0.0-alpha.1
14.0.0-alpha.1 (2023-01-31)
Features
... (truncated)
f78839b
fix: Prevent "missing act" warning for queued microtasks (#1137)6653c23
feat: Bump @testing-library/dom
to 9.0.0 (#1177)153a095
chore: Allow semantic-release to post updates in issues (#1176)1934bf2
Bump kcd-scripts to 13.0.0 (#1170)9b7a1e2
feat: Drop support for Node.js 12.x (#1169)c43512a
GitHub Workflows security hardening (#1162)801ad37
test: Fail on unexpected console.warn and console.error (#1139)185e314
test: Add Node.js 18.x to test matrix (#1138)4d76a4a
Update outdated LICENSE year (#1133)bca9bf8
add stephensauceda as a contributor for doc (#1132)Sourced from jest-environment-jsdom's releases.
v29.7.0
Features
[create-jest]
Addnpm init
/yarn create
initialiser for Jest projects (#14465)[jest-validate]
Allow deprecation warnings for unknown options (#14499)Fixes
[jest-resolver]
Replace unmatched capture groups inmoduleNameMapper
with empty string instead ofundefined
(#14507)[jest-snapshot]
Allow for strings as well as template literals in inline snapshots (#14465)[@jest/test-sequencer]
Calculate test runtime ifperStats.duration
is missing (#14473)Performance
[@jest/create-cache-key-function]
Cache access ofNODE_ENV
andBABEL_ENV
(#14455)Chore & Maintenance
[jest-cli]
Move internal config initialisation logic to thecreate-jest
package (#14465)New Contributors
@bawjensen
made their first contribution in jestjs/jest#14465@malaviya-parth
made their first contribution in jestjs/jest#14467@niklasholm
made their first contribution in jestjs/jest#14507Full Changelog: https://github.com/jestjs/jest/compare/v29.6.4...v29.7.0
Sourced from jest-environment-jsdom's changelog.
29.7.0
Features
[create-jest]
Addnpm init
/yarn create
initialiser for Jest projects (#14465)[jest-validate]
Allow deprecation warnings for unknown options (#14499)Fixes
[jest-resolver]
Replace unmatched capture groups inmoduleNameMapper
with empty string instead ofundefined
(#14507)[jest-snapshot]
Allow for strings as well as template literals in inline snapshots (#14465)[@jest/test-sequencer]
Calculate test runtime ifperStats.duration
is missing (#14473)Performance
[@jest/create-cache-key-function]
Cache access ofNODE_ENV
andBABEL_ENV
(#14455)Chore & Maintenance
[jest-cli]
Move internal config initialisation logic to thecreate-jest
package (#14465)
4e56991
v29.7.0