Skip to content

Commit 6f476c4

Browse files
authored
Merge pull request #11045 from marmelab/5.13-changelog
[Doc] Update 5.13.0 changelog to mention RHF bump and impact on Jest config
2 parents fdc02a7 + ea93d6b commit 6f476c4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,16 @@
2424
* Bump vite from 6.3.6 to 6.4.1 ([#11026](https://github.com/marmelab/react-admin/pull/11026)) ([dependabot[bot]](https://github.com/apps/dependabot))
2525
* Bump astro from 5.13.7 to 5.14.3 ([#11025](https://github.com/marmelab/react-admin/pull/11025)) ([dependabot[bot]](https://github.com/apps/dependabot))
2626

27+
### React-hook-form version bump
28+
29+
This release bumps the minimum required version of `react-hook-form` to `7.65.0`.
30+
31+
### Jest configuration update
32+
33+
This release changed the way react-admin exports its modules to be fully compatible with ESM (PR [#10995](https://github.com/marmelab/react-admin/pull/10995)). This may require you to update your Jest configuration if you are using Jest in CJS mode (the default).
34+
35+
See https://marmelab.com/react-admin/UnitTesting.html#working-with-jest for more details.
36+
2737
## 5.12.3
2838

2939
* Fix optimistic query invalidation and avoid invalidating the same query twice ([#11017](https://github.com/marmelab/react-admin/pull/11017)) ([slax57](https://github.com/slax57))

0 commit comments

Comments
 (0)