From 6e1ccdeb9a91637449ee7cb716301634b70c0538 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 28 Aug 2020 17:34:58 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 892069db9..317763d4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ **Form validation has been reworked and is much more powerful now!** - The `invalid` prop now reflects the control's validity as determined by the browser's constraint validation API -- Added `required` to `sl-checkbox`, `sl-radio`, and `sl-switch` +- Added `required` to `sl-checkbox`, `sl-select`, and `sl-switch` - Added `reportValidity()` and `setCustomValidity()` methods to all form controls - Removed the `valid` prop from all form controls - Removed valid and invalid design tokens and related styles (you can use your own custom styles to achieve this)