All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.2 (2025-05-08)
- make react peer dependency optional (7cef157)
3.0.1 (2025-04-28)
- fix package.json file (eb05b48)
3.0.0 (2025-04-27)
- Add support for React 19
- react 19 support (fd7af60)
2.1.1 (2023-09-28)
2.1.0 (2023-09-28)
2.0.2 (2023-05-09)
2.0.1 (2022-06-27)
2.0.0 (2022-06-19)
- The package now exports ESM only and a named export.
Before:
import mergeRefs from "react-merge-refs";After:
import { mergeRefs } from "react-merge-refs";- ESM only & named export (a928d61)
1.1.0 (2020-07-27)
- add typescript mappings (53480d2)
- first version (f8d7132)