From dcb900d78222a60b177443e37490beaaeb328342 Mon Sep 17 00:00:00 2001 From: konnorrogers Date: Wed, 16 Oct 2024 10:54:03 -0400 Subject: [PATCH 1/2] add changelog entry --- docs/pages/resources/changelog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/pages/resources/changelog.md b/docs/pages/resources/changelog.md index eb379acff..861adca8c 100644 --- a/docs/pages/resources/changelog.md +++ b/docs/pages/resources/changelog.md @@ -17,7 +17,8 @@ New versions of Shoelace are released as-needed and generally occur when a criti - 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 with with `` not respecting its initial value. [#2204] +- Fixed a bug in `` when removed from the DOM too quickly. [#2218] +- Fixed a bug with `` not respecting its initial value. [#2204] - Fixed a bug with certain bundlers when using dynamic imports [#2210] - 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] @@ -1793,4 +1794,4 @@ The following pages demonstrate why this change was necessary. ## 2.0.0-beta.1 -- Initial release +- Initial release \ No newline at end of file From 3745e014d3b6641b2e568cd987da4c73ef009684 Mon Sep 17 00:00:00 2001 From: konnorrogers Date: Wed, 16 Oct 2024 10:54:24 -0400 Subject: [PATCH 2/2] prettier --- 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 861adca8c..9db3e7bac 100644 --- a/docs/pages/resources/changelog.md +++ b/docs/pages/resources/changelog.md @@ -1794,4 +1794,4 @@ The following pages demonstrate why this change was necessary. ## 2.0.0-beta.1 -- Initial release \ No newline at end of file +- Initial release