Commit 2be694d
* UI: Update @base-ui/react from 1.4.0 to 1.4.1
This upstream release contains two fixes relevant to @wordpress/ui:
- "Fix display: contents tabbability" (mui/base-ui#4642) fixes the
focus-trap regression in overlay popups that was previously patched
with a CSS workaround in #77381. That workaround is now removed from
Dialog, AlertDialog, Popover, Tooltip, and Select styles.
- "Mark date-fns peer dependencies as optional" (mui/base-ui#4639)
addresses #77395 -- consumers of @wordpress/ui no longer need to
install date-fns / @date-fns/tz to satisfy Base UI's peer deps.
Made-with: Cursor
* UI: Consolidate CHANGELOG into a single Internal entry
Since PR #77381's workaround was Unreleased and is reverted by this PR,
the net user-facing change between 0.11.0 and the next release is just
the 1.4.0 -> 1.4.1 bump. Drop the standalone Bug Fix line and fold the
focus-trap restoration into the existing Internal entry, matching the
convention used for prior base-ui bumps (0.9.0, 0.11.0).
Made-with: Cursor
* UI: Split CHANGELOG into user-facing bug fixes + generic Internal bump
Since 0.11.0 shipped with the Base UI 1.4.0 regressions, users do see
two bug fixes between 0.11.0 and the next release. Document them
explicitly:
- Bug Fix: restore focus-trap tabbability (cites #77381 + this PR).
- Bug Fix: remove transitive date-fns / @date-fns/tz peer dep
(resolves #77395).
- Internal: keep the @base-ui/react 1.4.0 -> 1.4.1 bump as a generic
line.
Made-with: Cursor
---
Unlinked contributors: Joseph-Mutua.
Co-authored-by: ciampo <mciampini@git.wordpress.org>
Co-authored-by: aduth <aduth@git.wordpress.org>
Co-authored-by: anomiex <bjorsch@git.wordpress.org>
1 parent 8c24ec9 commit 2be694d
8 files changed
Lines changed: 20 additions & 73 deletions
File tree
- packages/ui
- src
- dialog
- popover
- tooltip
- utils/css
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| 30 | + | |
29 | 31 | | |
30 | 32 | | |
31 | 33 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 3 | | |
16 | 4 | | |
17 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
| 90 | + | |
94 | 91 | | |
95 | 92 | | |
96 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 3 | | |
16 | 4 | | |
17 | 5 | | |
18 | 6 | | |
19 | 7 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 8 | + | |
31 | 9 | | |
32 | 10 | | |
33 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 3 | | |
16 | 4 | | |
17 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | 3 | | |
16 | 4 | | |
17 | 5 | | |
| |||
0 commit comments