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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Changelog
2
2
3
+
## 5.12.3
4
+
5
+
* 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))
6
+
* Fix: Shift+Click deselection range not working properly in Datagrid ([#11012](https://github.com/marmelab/react-admin/pull/11012)) ([Jszigeti](https://github.com/Jszigeti))
7
+
*[Doc] Document how to support line-breaks in notifications ([#11014](https://github.com/marmelab/react-admin/pull/11014)) ([slax57](https://github.com/slax57))
8
+
*[Chore] Add Agents.md to help coding agents ([#11005](https://github.com/marmelab/react-admin/pull/11005)) ([fzaninotto](https://github.com/fzaninotto))
9
+
3
10
## 5.12.2
4
11
5
12
* 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))
0 commit comments