From 615da18dc972d5e579f79f58ff7549f637e4a3cd Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 28 Jun 2022 18:08:35 -0400 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 1506ed644..681df1204 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -13,6 +13,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis - Added the `required` attribute to `` and fixed constraint validation logic to support custom validation - Added the `checked-icon` part to `` - Added the `no-spin-buttons` attribute to `` [#798](https://github.com/shoelace-style/shoelace/issues/798) +- Added support for resetting forms using `` [#799](https://github.com/shoelace-style/shoelace/pull/799) - Fixed a bug where a duplicate clear button showed in Firefox [#791](https://github.com/shoelace-style/shoelace/issues/791) - Fixed a bug where setting `valueAsDate` or `valueAsNumber` too early on `` would throw an error [#796](https://github.com/shoelace-style/shoelace/issues/796) - Fixed a bug in `` where empty values weren't properly supported [#797](https://github.com/shoelace-style/shoelace/issues/797)