Update icons info

pull/200/head
Cory LaViska 2020-08-31 08:28:31 -04:00
rodzic 91196f3577
commit a5417c16a7
2 zmienionych plików z 2 dodań i 1 usunięć
docs/components

Wyświetl plik

@ -9,6 +9,7 @@
- Fixed a bug where `role` was on the wrong element and aria attribute weren't explicit in `sl-checkbox`, `sl-switch`, and `sl-radio`
- Fixed a bug where dynamically adding/removing a slot wouldn't work as expected in `sl-card`, `sl-dialog`, and `sl-drawer`
- Fixed a bug where the value wasn't updated and events weren't emitted when using `setRangeText` in `sl-input` and `sl-textarea`
- Updated `bootstrap-icons` to 1.0.0 with many icons redrawn and improved
- Optimized `hasSlot` utility by using a simpler selector
**Form validation has been reworked and is much more powerful now!**

Wyświetl plik

@ -4,7 +4,7 @@
Icons are symbols that can be used to represent or provide context to various options and actions within an application.
Shoelace comes bundled with over 1,000 icons courtesy of the [Bootstrap Icons](https://icons.getbootstrap.com/) project. Click or tap on an icon below to copy the name and use it like this.
Shoelace comes bundled with over 1,100 icons courtesy of the [Bootstrap Icons](https://icons.getbootstrap.com/) project. Click or tap on an icon below to copy the name and use it like this.
```html
<sl-icon name="icon-name-here"></sl-icon>