You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,15 @@
1
1
# Changelog
2
2
3
+
## 5.4.4
4
+
5
+
* Fix `useUpdate` ignores `meta` when populating the query cache in pessimistic mode ([#10422](https://github.com/marmelab/react-admin/pull/10422)) ([slax57](https://github.com/slax57))
6
+
* Fix `<ArrayInput>` makes the form dirty in strict mode ([#10421](https://github.com/marmelab/react-admin/pull/10421)) ([djhi](https://github.com/djhi))
7
+
*[Doc] Add video to the Getting Started tutorial ([#10438](https://github.com/marmelab/react-admin/pull/10438)) ([fzaninotto](https://github.com/fzaninotto))
8
+
*[Doc] Fix invalid code example in Writing Your Own Field Component tutorial ([#10428](https://github.com/marmelab/react-admin/pull/10428)) ([Aikain](https://github.com/Aikain))
9
+
*[Doc] Backport `ReferenceManyToMany`'s error support documentation ([#10426](https://github.com/marmelab/react-admin/pull/10426)) ([erwanMarmelab](https://github.com/erwanMarmelab))
10
+
*[Chore] Add a check for videos format in CI ([#10441](https://github.com/marmelab/react-admin/pull/10441)) ([djhi](https://github.com/djhi))
11
+
*[Storybook] Fix `<ArrayField>` Story ([#10436](https://github.com/marmelab/react-admin/pull/10436)) ([djhi](https://github.com/djhi))
12
+
3
13
## 5.4.3
4
14
5
15
* Fix `<FormDataConsumer>` causes its children to flicker ([#10417](https://github.com/marmelab/react-admin/pull/10417)) ([djhi](https://github.com/djhi))
0 commit comments