update changelog

This commit is contained in:
Cory LaViska
2024-11-12 11:03:56 -05:00
parent 4580c5bc7c
commit fc1ab67a34
2 changed files with 2 additions and 0 deletions

View File

@@ -14,6 +14,7 @@
"autoloading",
"autoplay",
"bezier",
"Bokmål",
"boxicons",
"CACHEABLE",
"callout",

View File

@@ -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 <kbd>Enter</kbd> to `<sl-split-panel>` to align with ARIA APG's [window splitter pattern](https://www.w3.org/WAI/ARIA/apg/patterns/windowsplitter/) [#2234]
- Fixed a bug in `<sl-carousel>` that caused the navigation icons to be reversed
- Fixed a bug in `<sl-select>` that prevented label changes in `<sl-option>` from updating the controller [#1971]