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
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,10 @@
2
2
3
3
## Unreleased
4
4
5
+
### Bug Fixes
6
+
7
+
- Fix focus loss when removing all filters or resetting ([#67003](https://github.com/WordPress/gutenberg/pull/67003)).
8
+
5
9
## 4.7.0 (2024-10-30)
6
10
7
11
## 4.6.0 (2024-10-16)
@@ -23,8 +27,7 @@
23
27
## Internal
24
28
25
29
- The "move left/move right" controls in the table layout (popup displayed on cliking header) are always visible. ([#64646](https://github.com/WordPress/gutenberg/pull/64646)). Before this, its visibility depending on filters, enableSorting, and enableHiding.
26
-
- Filters no longer display the elements' description. ([#64674](https://github.com/WordPress/gutenberg/pull/64674))
27
-
30
+
- Filters no longer display the elements' description. ([#64674](https://github.com/WordPress/gutenberg/pull/64674))
0 commit comments