From fc1ab67a34503f7c7e960834a360f99e22beac4c Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 12 Nov 2024 11:03:56 -0500 Subject: [PATCH] update changelog --- cspell.json | 1 + docs/pages/resources/changelog.md | 1 + 2 files changed, 2 insertions(+) diff --git a/cspell.json b/cspell.json index ba7ba2e8..a969d686 100644 --- a/cspell.json +++ b/cspell.json @@ -14,6 +14,7 @@ "autoloading", "autoplay", "bezier", + "Bokmål", "boxicons", "CACHEABLE", "callout", diff --git a/docs/pages/resources/changelog.md b/docs/pages/resources/changelog.md index a0d39a5d..5020bdae 100644 --- a/docs/pages/resources/changelog.md +++ b/docs/pages/resources/changelog.md @@ -14,6 +14,7 @@ New versions of Shoelace are released as-needed and generally occur when a criti ## Next +- Added Norwegian translations for Bokmål and Nynorsk [#2268] - Added support for Enter to `` to align with ARIA APG's [window splitter pattern](https://www.w3.org/WAI/ARIA/apg/patterns/windowsplitter/) [#2234] - Fixed a bug in `` that caused the navigation icons to be reversed - Fixed a bug in `` that prevented label changes in `` from updating the controller [#1971]