From 29363c76e22d35e6b21ca0058ce2a09327525177 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kaiser Date: Fri, 5 Jan 2024 17:05:20 +0100 Subject: [PATCH] changelog for v4.16.5 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 462aac1a0d2..36ecc1c9310 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## v4.16.5 + +* Fix `` should keep working when passing custom `InputProps` ([#9559](https://github.com/marmelab/react-admin/pull/9559)) ([adguernier](https://github.com/adguernier)) +* Fix `usePreference` should throw an error when used outside a `` context ([#9537](https://github.com/marmelab/react-admin/pull/9537)) ([arimet](https://github.com/arimet)) +* Revert "Fix `` does not use `recordRepresentation`" ([#9563](https://github.com/marmelab/react-admin/pull/9563)) ([slax57](https://github.com/slax57)) +* [TypeScript] Fix error when using typed args in `` function ([#9552](https://github.com/marmelab/react-admin/pull/9552)) ([seongwon-privatenote](https://github.com/seongwon-privatenote)) +* [TypeScript] Fix `` prop type should omit `placeholder` ([#9555](https://github.com/marmelab/react-admin/pull/9555)) ([smeng9](https://github.com/smeng9)) +* [Doc] Improve `` doc ([#9557](https://github.com/marmelab/react-admin/pull/9557)) ([adguernier](https://github.com/adguernier)) +* [Doc] Better document `` prop ([#9562](https://github.com/marmelab/react-admin/pull/9562)) ([slax57](https://github.com/slax57)) + ## v4.16.4 * Fix `` does not use `recordRepresentation` ([#9532](https://github.com/marmelab/react-admin/pull/9532)) ([adguernier](https://github.com/adguernier))