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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@
5
5
### Code Quality
6
6
7
7
- DataViews: Remove extra wrapper for GridItem. [#73665](https://github.com/WordPress/gutenberg/pull/73665)
8
+
- Field API: move validation to the field type. [#73642](https://github.com/WordPress/gutenberg/pull/73642)
9
+
- Field API: move format logic to the field type. [#73922](https://github.com/WordPress/gutenberg/pull/73922)
8
10
9
11
### Bug Fixes
10
12
@@ -14,7 +16,6 @@
14
16
### Enhancements
15
17
16
18
- Better labels for operators and deprecate the `isNotAll` operator. [#73671](https://github.com/WordPress/gutenberg/pull/73671)
17
-
- Field API: move validation to the field type. [#73642](https://github.com/WordPress/gutenberg/pull/73642)
18
19
- DataForm: add support for `min`/`max` and `minLength`/`maxLength` validation for relevant controls. [#73465](https://github.com/WordPress/gutenberg/pull/73465)
19
20
- Field API: display formats for `number` and `integer` types. [#73644](https://github.com/WordPress/gutenberg/pull/73644)
20
21
- DataViews: Update padding to 24px for consistency. [#73334](https://github.com/WordPress/gutenberg/pull/73334)
0 commit comments