This commit is contained in:
Cory LaViska
2022-06-29 08:09:25 -04:00
parent 30a45f1d14
commit 3b3cb6d61d
3 changed files with 26 additions and 27 deletions

View File

@@ -6,6 +6,11 @@ Components with the <sl-badge variant="warning" pill>Experimental</sl-badge> bad
_During the beta period, these restrictions may be relaxed in the event of a mission-critical bug._ 🐛
## Next
- Moved the `checked-icon` and `indeterminate-icon` parts from a wrapper `<span>` to the `<svg>` in `<sl-checkbox>` [#786](https://github.com/shoelace-style/shoelace/issues/786)
- Moved the `checked-icon` part from a wrapper `<span>` to the `<svg>` in `<sl-radio>` [#786](https://github.com/shoelace-style/shoelace/issues/786)
## 2.0.0-beta.77
- Added styles to required form controls so they show an asterisk next to the label by default