diff --git a/apps/ui/content/docs/(root)/changelog.mdx b/apps/ui/content/docs/(root)/changelog.mdx index 650b81ec5..e1262673d 100644 --- a/apps/ui/content/docs/(root)/changelog.mdx +++ b/apps/ui/content/docs/(root)/changelog.mdx @@ -3,6 +3,14 @@ title: Changelog description: Breaking changes, migration guides, and notable updates. --- +## August 31, 2026 + +### Existing component fixes + +**`Sidebar`** now writes its state cookie through `document.cookie` — the previous Cookie Store API call is unavailable in Firefox, Safari, and non-secure contexts — and its mobile breakpoint now matches Tailwind's `md` (768px) instead of 800px. **`ToggleGroup`** no longer forces `variant="default"` / `size="default"` into item context, so per-item `variant` and `size` props are honored. **`Menu`** and **`Context Menu`** items no longer emit `data-inset="false"`, which matched Tailwind's presence selector and incorrectly applied inset padding. + +Also in this batch: `AlertDialog`'s popup no longer shows a focus outline and its Header/Footer support the `render` prop; `ComboboxInput` merges consumer `className` from `triggerProps`/`clearProps` instead of letting the spread drop its positioning classes; `Toolbar` stacks vertically with `orientation="vertical"`; `Button` keeps `type="button"` when `render={