Skip to content

Commit

Permalink
Prepare changelog for v5.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
fzaninotto committed Jul 2, 2024
1 parent 631e2ff commit af58d0e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v5.0.3

* Fix npm install error due to outdated peer dependencies ([#9964](https://github.com/marmelab/react-admin/pull/9964)) ([fzaninotto](https://github.com/fzaninotto))
* Fix `<SimpleShowLayout>` uses a wrong translation key for field labels ([#9966](https://github.com/marmelab/react-admin/pull/9966)) ([fzaninotto](https://github.com/fzaninotto))
* Fix `ra-data-fakerest` log of queries ([#9960](https://github.com/marmelab/react-admin/pull/9960)) ([fzaninotto](https://github.com/fzaninotto))
* [TypeScript] Fix `useGetManyReference` return type ([#9963](https://github.com/marmelab/react-admin/pull/9963)) ([fzaninotto](https://github.com/fzaninotto))
* [Demo] Fix `ReviewList` scrolls to top when editing a review ([#9958](https://github.com/marmelab/react-admin/pull/9958)) ([djhi](https://github.com/djhi))

## v5.0.2

* Fix `useUpdate` throws an error when record id is a valid falsy value such as zero ([#9957](https://github.com/marmelab/react-admin/pull/9957)) ([djhi](https://github.com/djhi))
Expand Down

0 comments on commit af58d0e

Please sign in to comment.