diff --git a/docs/docs/resources/changelog.md b/docs/docs/resources/changelog.md index 160007b89..9aa09e14b 100644 --- a/docs/docs/resources/changelog.md +++ b/docs/docs/resources/changelog.md @@ -29,7 +29,8 @@ New versions of Web Awesome are released as-needed and generally occur when a cr - Changed the `sl` prefix to `wa` for Web Awesome, including tags, events, etc. - Changed `primary` variants to `brand` in all components - Changed the internal structure of `` so that the internal checkbox now takes up the full height and width of its wrapping container. -- Changed `` to implement a "roving tabindex" and `` is no longer tabbable by default. This aligns closer to the APG pattern for tabs. [#2041] +- Changed `` to implement a "roving tabindex" and `` is no longer tabbable by default. This aligns closer to the APG pattern for tabs. [#2041] +- Changed `` to no longer wrap content due to accessibility and styling issues. Tooltips are now associated using the `for` attribute + an `id` on the trigger [#123] - Fixed a bug in `` that caused it to display incorrectly when zooming in Safari - Improved submenu selection by implementing the [safe triangle](https://www.smashingmagazine.com/2023/08/better-context-menus-safe-triangles/) method [#1550] - Improved tabbing in `` so it uses a roving tab index instead of being able to cycle through each tab