From 9840891cdc0918960005f2bd6be3d56befb49d50 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Tue, 21 Jun 2022 09:21:36 -0400 Subject: [PATCH] update changelog --- docs/resources/changelog.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/resources/changelog.md b/docs/resources/changelog.md index 27ca25a73..8f7d7fac9 100644 --- a/docs/resources/changelog.md +++ b/docs/resources/changelog.md @@ -6,6 +6,13 @@ Components with the Experimental bad _During the beta period, these restrictions may be relaxed in the event of a mission-critical bug._ 🐛 +## Next + +- Added styles to required form controls so they show an asterisk next to the label by default +- Added the `--sl-input-required-content` design token +- Added the `required` attribute to `` and fixed constraint validation logic to support custom validation +- Updated the `fieldset` attribute so it reflects in `` + ## 2.0.0-beta.76 - Added support for RTL animations in the Animation Registry