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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
### Enhancements
6
6
7
-
- Field API: introduce the `displayFormat` prop to format the `date` field type. [#72999](https://github.com/WordPress/gutenberg/pull/72999)
7
+
- Field API: introduce the `format` prop to format the `date` field type. [#72999](https://github.com/WordPress/gutenberg/pull/72999)
8
8
- DataForm: add new details layout. [#72355](https://github.com/WordPress/gutenberg/pull/72355)
9
9
- DatViews list layout: remove link variant from primary actions's button. [#72920](https://github.com/WordPress/gutenberg/pull/72920)
10
10
- DataForm: simplify form normalization. [#72848](https://github.com/WordPress/gutenberg/pull/72848)
Copy file name to clipboardExpand all lines: packages/dataviews/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1644,7 +1644,7 @@ Example:
1644
1644
}
1645
1645
```
1646
1646
1647
-
### `displayFormat`
1647
+
### `format`
1648
1648
1649
1649
Display format configuration for fields. Currently supported for date fields. This configuration affects how the field is displayed in the `render` method, the `Edit` control, and filter controls.
0 commit comments