From c626706e278fd4be33f6785ac6ef317fd0ed378e Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Wed, 9 Nov 2022 11:54:51 -0500 Subject: [PATCH] update changelog --- docs/resources/changelog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index c3a785eb8..1f527884b 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -22,6 +22,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - Fixed a bug in `` where the `keydown` event erroneously propagated to ancestors when pressing Escape [#990](https://github.com/shoelace-style/shoelace/issues/990) - Fixed a bug that prevented arrow keys from scrolling content within `` and `` [#925](https://github.com/shoelace-style/shoelace/issues/925) - Fixed a bug that prevented Escape from closing `` and `` in some cases +- Fixed a bug that caused forms to submit unexpectedly when selecting certain characters [#988](https://github.com/shoelace-style/shoelace/pull/988) - Improved `` to improve padding and render relative to the current font size - Updated Lit to 2.4.1 - Updated TypeScript to 4.8.4