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
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
3
+
## v3.19.12
4
+
5
+
**This release contains a security fix.** You must upgrade to this version if you use `<RichTextField>` with rich text data that isn't sanitized server-side.
6
+
7
+
*[Security] Fix XSS vulnerability in `<RichTextField>` ([#8645](https://github.com/marmelab/react-admin/pull/8645)) ([fzaninotto](https://github.com/fzaninotto))
8
+
* Fix `<Pagination>` cannot be used outside a `ListContext` ([#7957](https://github.com/marmelab/react-admin/pull/7957)) ([schirrel](https://github.com/schirrel))
9
+
* Fix `<ArrayField fullWidth>` throws DOM error ([#7549](https://github.com/marmelab/react-admin/pull/7549)) ([WiXSL](https://github.com/WiXSL))
10
+
* Fix `useSimpleFormIterator` is not exported ([#7515](https://github.com/marmelab/react-admin/pull/7515)) ([WiXSL](https://github.com/WiXSL))
11
+
*[TypeScript] Fix `useRecordContext` may return `undefined` ([#7495](https://github.com/marmelab/react-admin/pull/7495)) ([KoltesDigital](https://github.com/KoltesDigital))
12
+
*[Doc] Fix Fields doc reference to `getMany` usage ([#7773](https://github.com/marmelab/react-admin/pull/7773)) ([mfaywu](https://github.com/mfaywu))
13
+
* Bump moment from 2.24.0 to 2.29.2 ([#7512](https://github.com/marmelab/react-admin/pull/7512)) ([dependabot](https://github.com/dependabot))
0 commit comments