Update changelog

pull/200/head
Cory LaViska 2020-08-28 17:39:56 -04:00
rodzic ba7242367a
commit 61689a63a3
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -16,6 +16,7 @@
- The `invalid` prop now reflects the control's validity as determined by the browser's constraint validation API
- Added `required` to `sl-checkbox`, `sl-select`, and `sl-switch`
- Added `reportValidity()` and `setCustomValidity()` methods to all form controls
- Added validation checking for custom and native form controls to `sl-form`
- 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)