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: packages/dataviews/CHANGELOG.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@
6
6
7
7
- Introduce a new `DataViewsPicker` component. [#70971](https://github.com/WordPress/gutenberg/pull/70971)
8
8
9
+
### Internal
10
+
11
+
- DataForm: add a textarea field type and support for passing in custom editProps to named field types' Edit components ([#71495](https://github.com/WordPress/gutenberg/pull/71495))
12
+
9
13
## 8.0.0 (2025-09-03)
10
14
11
15
### Breaking changes
@@ -16,7 +20,6 @@
16
20
17
21
- DataForm: add description support for the combined fields and show the description in the Card layout ([#71380](https://github.com/WordPress/gutenberg/pull/71380)).
18
22
- Add support for hiding the `title` in Grid layouts, with the actions menu rendered over the media preview. [#71369](https://github.com/WordPress/gutenberg/pull/71369)
19
-
- DataForm: add a textarea field type and support for passing in custom editProps to named field types' Edit components ([#71495](https://github.com/WordPress/gutenberg/pull/71495))
0 commit comments