From 5ca390b97d3d8993d413683d56892dba0e84b82f Mon Sep 17 00:00:00 2001 From: konnorrogers Date: Tue, 23 Jul 2024 12:33:38 -0400 Subject: [PATCH] add pull # --- docs/pages/resources/changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/resources/changelog.md b/docs/pages/resources/changelog.md index 955f9651..1b82cc25 100644 --- a/docs/pages/resources/changelog.md +++ b/docs/pages/resources/changelog.md @@ -18,7 +18,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti - Added the `base__popup` part to `` [#2078] - `` `closable` property now reflects. [#2041] - `` now implements a proper "roving tabindex" and `` is no longer tabbable by default. This aligns closer to the APG pattern for tabs. [#2041] -- Fixed a bug in `` / `` that was accidentally detecting overflows and showing a scrollbar. [#] +- Fixed a bug in `` / `` that was accidentally detecting overflows and showing a scrollbar. [#2121] - Fixed a bug in the submenu controller that prevented submenus from rendering in RTL without explicitly setting `dir` on the parent menu item [#1992] - Fixed a bug where `` would announce the full time instead of the relative time in screen readers - When calling `customElements.define` we no longer register with anonymous classes by default [#2079]