Skip to content

Commit f461e4e

Browse files
committed
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
1 parent a103828 commit f461e4e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packages/ui/CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
### Bug Fixes
1414

1515
- `Link`: Fix text decoration on the `unstyled` variant when `openInNewTab` is enabled, and simplify new-tab icon markup ([#77420](https://github.com/WordPress/gutenberg/pull/77420)).
16-
- `Dialog`, `AlertDialog`, `Popover`, `Tooltip`, `Select`: Fix broken focus-trap caused by `ThemeProvider`'s `display: contents` and Base UI's `checkVisibility()` by updating `@base-ui/react` to [`1.4.1`](https://github.com/mui/base-ui/releases/tag/v1.4.1) ([#77381](https://github.com/WordPress/gutenberg/pull/77381)).
1716
- `CollapsibleCard`: Fix missing keyboard focus ring on the header chevron icon when rendered inside wp-admin ([#77468](https://github.com/WordPress/gutenberg/pull/77468)).
1817
- `Tabs`: Fix missing keyboard focus ring on the panel in Windows High Contrast mode when rendered inside wp-admin ([#77469](https://github.com/WordPress/gutenberg/pull/77469)).
1918

@@ -25,7 +24,7 @@
2524

2625
### Internal
2726

28-
- Update `@base-ui/react` from `1.4.0` to [`1.4.1`](https://github.com/mui/base-ui/releases/tag/v1.4.1). Marks `date-fns` / `@date-fns/tz` as optional peer dependencies, resolving [#77395](https://github.com/WordPress/gutenberg/issues/77395).
27+
- Update `@base-ui/react` from `1.4.0` to [`1.4.1`](https://github.com/mui/base-ui/releases/tag/v1.4.1) ([#77520](https://github.com/WordPress/gutenberg/pull/77520)). Restores tabbability through `ThemeProvider`'s `display: contents` wrapper in `Dialog`, `AlertDialog`, `Popover`, `Tooltip`, and `Select`; and marks `date-fns` / `@date-fns/tz` as optional peer dependencies, resolving [#77395](https://github.com/WordPress/gutenberg/issues/77395).
2928
- Extract shared `useScheduleValidation` hook; refactor `Dialog`, `Popover`, and `Tabs` validation contexts to use it ([#77165](https://github.com/WordPress/gutenberg/pull/77165)).
3029
- `Tabs`: Wrap two validation timeout waits in `act(...)` to avoid intermittent test warnings ([#77319](https://github.com/WordPress/gutenberg/pull/77319)).
3130

0 commit comments

Comments
 (0)