From f238fca436042bc261a39ea947ea0768016fe948 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 23 Oct 2024 16:07:27 -0400 Subject: [PATCH] update changelog --- docs/pages/resources/changelog.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pages/resources/changelog.md b/docs/pages/resources/changelog.md index 9db3e7ba..e1a904fb 100644 --- a/docs/pages/resources/changelog.md +++ b/docs/pages/resources/changelog.md @@ -14,7 +14,6 @@ New versions of Shoelace are released as-needed and generally occur when a criti ## Next -- Updated all checks for directionality to use `this.localize.dir()` instead of `el.matches(:dir(rtl))` so older browsers don't error out [#2188] - Added Finnish translations [#2211] - Added the `.focus` function to `` [#2192] - Fixed a bug in `` when removed from the DOM too quickly. [#2218] @@ -23,6 +22,8 @@ New versions of Shoelace are released as-needed and generally occur when a criti - Fixed a bug in `` causing scroll jumping when using `resize="auto"` [#2182] - Fixed a bug in `` where the title attribute would show with redundant info [#2184] - Fixed a bug in `` that caused multi-selects without placeholders to have the wrong padding [#2194] +- Fixed a bug in `` that caused a memory leak in disconnected elements [#2226] +- Updated all checks for directionality to use `this.localize.dir()` instead of `el.matches(:dir(rtl))` so older browsers don't error out [#2188] ## 2.17.1