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
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,16 @@
1
1
# Changelog
2
2
3
+
## 5.12.2
4
+
5
+
* Fix middlewares might not be applied in `optimistic` and `undoable` modes when they are unregistered before the actual mutation is called ([#11007](https://github.com/marmelab/react-admin/pull/11007)) ([djhi](https://github.com/djhi))
6
+
* Fix `<AutocompleteArrayInput>` does not apply `ChipProps` nor `slotProps.chip` in `renderTags` ([#11003](https://github.com/marmelab/react-admin/pull/11003)) ([djhi](https://github.com/djhi))
7
+
* Fix `<SaveButton>` form dirty status check ([#10997](https://github.com/marmelab/react-admin/pull/10997)) ([djhi](https://github.com/djhi))
8
+
*[Doc] Add missing Enterprise ribbon to some `ra-core-ee` modules ([#11001](https://github.com/marmelab/react-admin/pull/11001)) ([jonathanarnault](https://github.com/jonathanarnault))
9
+
*[Doc] Mention Soft Delete in Buttons documentation ([#11000](https://github.com/marmelab/react-admin/pull/11000)) ([djhi](https://github.com/djhi))
10
+
*[Doc] Add `<FormDataConsumer>` and `useSourceContext` headless documentation ([#10991](https://github.com/marmelab/react-admin/pull/10991)) ([jonathanarnault](https://github.com/jonathanarnault))
*[chore] Bump vite from 6.3.6 to 6.4.1 ([#10999](https://github.com/marmelab/react-admin/pull/10999)) ([dependabot[bot]](https://github.com/apps/dependabot))
13
+
3
14
## 5.12.1
4
15
5
16
* Fix `<ColumnsSelector>` reset button is not translatable ([#10984](https://github.com/marmelab/react-admin/pull/10984)) ([yarkovaleksei](https://github.com/yarkovaleksei))
0 commit comments