# jest-dom v7.0.0 - Product: jest-dom (https://whatsnew.fyi/product/testing-library-jest-dom) - Vendor: Testing Library - Date: 2026-07-20 - Version: v7.0.0 - Original notes: https://github.com/testing-library/jest-dom/releases/tag/v7.0.0 - Permalink: https://whatsnew.fyi/product/testing-library-jest-dom/releases/v7.0.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — add toContainAnyBy* and toContainOneBy* query matchers - **changed** — @testing-library/dom is now a required peer dependency - **changed** — The minimum supported Node.js version is now 22 #### [7.0.0](https://github.com/testing-library/jest-dom/compare/v6.10.0...v7.0.0) (2026-07-20) ###### Features * add toContainAnyBy* and toContainOneBy* query matchers ([1e39089](https://github.com/testing-library/jest-dom/commit/1e39089d850408a583c83495d00d8aa27078933f)) ###### BREAKING CHANGES * @testing-library/dom is now a required peer dependency. The minimum supported Node.js version is now 22. Repaired release for https://github.com/testing-library/jest-dom/pull/731