# React Testing Library changelog > React DOM testing utilities that encourage testing through user-visible behaviour. - Vendor: Testing Library - Category: Developer Tools - Official site: https://testing-library.com/docs/react-testing-library/intro/ - Tracked by: What's New (https://whatsnew.fyi/product/react-testing-library) - Harvested from: GitHub (testing-library/react-testing-library) - Entries below: 10 (newest first) 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. ## Releases ### v16.3.2 - Date: 2026-01-19 - Version: v16.3.2 - Original notes: https://github.com/testing-library/react-testing-library/releases/tag/v16.3.2 - Permalink: https://whatsnew.fyi/product/react-testing-library/releases/v16.3.2 ##### [16.3.2](https://github.com/testing-library/react-testing-library/compare/v16.3.1...v16.3.2) (2026-01-19) ###### Bug Fixes * Update 'onCaughtError' type inference in 'RenderOptions' to work with React v19 ([#1438](https://github.com/testing-library/react-testing-library/issues/1438)) ([f32bd1b](https://github.com/testing-library/react-testing-library/commit/f32bd1b033d5e3989ae1cb490d515ce389c54e53)) ### v16.3.1 - Date: 2025-12-15 - Version: v16.3.1 - Original notes: https://github.com/testing-library/react-testing-library/releases/tag/v16.3.1 - Permalink: https://whatsnew.fyi/product/react-testing-library/releases/v16.3.1 ##### [16.3.1](https://github.com/testing-library/react-testing-library/compare/v16.3.0...v16.3.1) (2025-12-15) ###### Bug Fixes * Switch to trusted publishing ([#1437](https://github.com/testing-library/react-testing-library/issues/1437)) ([a2d37ff](https://github.com/testing-library/react-testing-library/commit/a2d37ffa09d85b10485f29b79cf7cb4f8ec943db)) ### v16.3.0 - Date: 2025-04-02 - Version: v16.3.0 - Original notes: https://github.com/testing-library/react-testing-library/releases/tag/v16.3.0 - Permalink: https://whatsnew.fyi/product/react-testing-library/releases/v16.3.0 #### [16.3.0](https://github.com/testing-library/react-testing-library/compare/v16.2.0...v16.3.0) (2025-04-02) ###### Features * add bernardobelchior as a contributor for code, and doc ([#1391](https://github.com/testing-library/react-testing-library/issues/1391)) ([9fc6a75](https://github.com/testing-library/react-testing-library/commit/9fc6a75d74bb8e03a48d3339efde4dd83cd5328b)) ### v16.2.0 - Date: 2025-01-15 - Version: v16.2.0 - Original notes: https://github.com/testing-library/react-testing-library/releases/tag/v16.2.0 - Permalink: https://whatsnew.fyi/product/react-testing-library/releases/v16.2.0 #### [16.2.0](https://github.com/testing-library/react-testing-library/compare/v16.1.0...v16.2.0) (2025-01-15) ###### Features * Add support for React error handlers ([#1354](https://github.com/testing-library/react-testing-library/issues/1354)) ([9618c51](https://github.com/testing-library/react-testing-library/commit/9618c5133706ec964f649e60a777cc384db58a3f)) ### v16.1.0 - Date: 2024-12-05 - Version: v16.1.0 - Original notes: https://github.com/testing-library/react-testing-library/releases/tag/v16.1.0 - Permalink: https://whatsnew.fyi/product/react-testing-library/releases/v16.1.0 #### [16.1.0](https://github.com/testing-library/react-testing-library/compare/v16.0.1...v16.1.0) (2024-12-05) ###### Features * Add support for React 19 ([#1367](https://github.com/testing-library/react-testing-library/issues/1367)) ([85ac253](https://github.com/testing-library/react-testing-library/commit/85ac2534a59abd38880011e77da4bb8c716eba84)) ### v16.0.1 - Date: 2024-08-29 - Version: v16.0.1 - Original notes: https://github.com/testing-library/react-testing-library/releases/tag/v16.0.1 - Permalink: https://whatsnew.fyi/product/react-testing-library/releases/v16.0.1 ##### [16.0.1](https://github.com/testing-library/react-testing-library/compare/v16.0.0...v16.0.1) (2024-08-29) ###### Bug Fixes * Add support for exactOptionalPropertyTypes in TypeScript ([#1351](https://github.com/testing-library/react-testing-library/issues/1351)) ([3dcd8a9](https://github.com/testing-library/react-testing-library/commit/3dcd8a9649e25054c0e650d95fca2317b7008576)) ### v16.0.0 - Date: 2024-06-03 - Version: v16.0.0 - Original notes: https://github.com/testing-library/react-testing-library/releases/tag/v16.0.0 - Permalink: https://whatsnew.fyi/product/react-testing-library/releases/v16.0.0 #### [16.0.0](https://github.com/testing-library/react-testing-library/compare/v15.0.7...v16.0.0) (2024-06-03) ###### Features * Move `@testing-library/dom` and `@types/react-dom` to peer dependencies ([#1305](https://github.com/testing-library/react-testing-library/issues/1305)) ([a4744fa](https://github.com/testing-library/react-testing-library/commit/a4744fa904bf11812c92093226c3805450472636)) ###### BREAKING CHANGES * `@testing-library/dom` was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of `@testing-library/dom` installed that frequently caused bugs when used with `@testing-library/user-event`. We will also be able to allow new versions of `@testing-library/dom` being used without a SemVer major release of `@testing-library/react` by just widening the peer dependency. `@types/react-dom` needs to be installed if you're typechecking files using `@testing-library/react`. ### v15.0.7 - Date: 2024-05-07 - Version: v15.0.7 - Original notes: https://github.com/testing-library/react-testing-library/releases/tag/v15.0.7 - Permalink: https://whatsnew.fyi/product/react-testing-library/releases/v15.0.7 ##### [15.0.7](https://github.com/testing-library/react-testing-library/compare/v15.0.6...v15.0.7) (2024-05-07) ###### Bug Fixes * Ensure `act` is not `any` when `React.act` is not declared ([#1323](https://github.com/testing-library/react-testing-library/issues/1323)) ([c1f2957](https://github.com/testing-library/react-testing-library/commit/c1f2957a219ec7e6a6159a57c5d0717655c515cd)) ### v15.0.6 - Date: 2024-05-01 - Version: v15.0.6 - Original notes: https://github.com/testing-library/react-testing-library/releases/tag/v15.0.6 - Permalink: https://whatsnew.fyi/product/react-testing-library/releases/v15.0.6 ##### [15.0.6](https://github.com/testing-library/react-testing-library/compare/v15.0.5...v15.0.6) (2024-05-01) ###### Bug Fixes * export new act when available ([#1319](https://github.com/testing-library/react-testing-library/issues/1319)) ([b6e59f7](https://github.com/testing-library/react-testing-library/commit/b6e59f7d58c69f617cc9854d8c3e6f86c2dfb0e9)) ### v15.0.5 - Date: 2024-04-26 - Version: v15.0.5 - Original notes: https://github.com/testing-library/react-testing-library/releases/tag/v15.0.5 - Permalink: https://whatsnew.fyi/product/react-testing-library/releases/v15.0.5 ##### [15.0.5](https://github.com/testing-library/react-testing-library/compare/v15.0.4...v15.0.5) (2024-04-26) ###### Bug Fixes * Stop restricting `container` option based on `hydrate` ([#1313](https://github.com/testing-library/react-testing-library/issues/1313)) ([d143f46](https://github.com/testing-library/react-testing-library/commit/d143f46b39cbc750630a5cf2863182b4036d35ac))