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
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# Changelog
2
2
3
+
## 5.14.2
4
+
5
+
* Fix `<ReferenceFieldBase>` does not work offline ([#11163](https://github.com/marmelab/react-admin/pull/11163)) ([fzaninotto](https://github.com/fzaninotto))
6
+
* Fix `<Confirm>` button hover background transparency when type is warning ([#11160](https://github.com/marmelab/react-admin/pull/11160)) ([mjsarfatti](https://github.com/mjsarfatti))
* [Doc] Update RA Core EE documentation ([#11148](https://github.com/marmelab/react-admin/pull/11148)) ([jonathanarnault](https://github.com/jonathanarnault))
13
+
* [Doc] Add Spring Boot (REST) data provider to `DataProviderList.md` ([#11141](https://github.com/marmelab/react-admin/pull/11141)) ([femrek](https://github.com/femrek))
14
+
* [TypeScript] Add generic type parameters to `getSimpleValidationResolver` ([#11150](https://github.com/marmelab/react-admin/pull/11150)) ([Gabriel-Malenowitch](https://github.com/Gabriel-Malenowitch))
15
+
* [Demo] Fix vite configuration for tutorial example ([#11154](https://github.com/marmelab/react-admin/pull/11154)) ([Madeorsk](https://github.com/Madeorsk))
16
+
* [chore] Upgrade to vite 7 ([#11153](https://github.com/marmelab/react-admin/pull/11153)) ([WiXSL](https://github.com/WiXSL))
17
+
* Bump qs from 6.14.1 to 6.14.2 ([#11164](https://github.com/marmelab/react-admin/pull/11164)) ([dependabot[bot]](https://github.com/apps/dependabot))
18
+
* Bump webpack from 5.94.0 to 5.105.0 ([#11155](https://github.com/marmelab/react-admin/pull/11155)) ([dependabot[bot]](https://github.com/apps/dependabot))
19
+
3
20
## 5.14.1
4
21
5
22
* Fix `onSettled` call when provided in hook time options ([#11139](https://github.com/marmelab/react-admin/pull/11139)) ([Madeorsk](https://github.com/Madeorsk))
0 commit comments