From d14944aba63a656af1cf355a7df79e26bb4ebd02 Mon Sep 17 00:00:00 2001 From: Cory LaViska Date: Fri, 28 Aug 2020 17:29:07 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92eb52fda..892069db9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ - Fixed a bug where the value wasn't updated and events weren't emitted when using `setRangeText` in `sl-input` and `sl-textarea` - Optimized `hasSlot` utility by using a simpler selector -**Form validation has been reworked and is much more powerful now!** The following changes affect `sl-input`, `sl-select`, and `sl-textarea`. +**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`