Update bootstrap-icons

pull/261/head
Cory LaViska 2020-10-29 08:03:13 -04:00
rodzic 1aa0710fc5
commit b5c92a1713
3 zmienionych plików z 6 dodań i 5 usunięć

Wyświetl plik

@ -11,6 +11,7 @@ _During the beta period, these restrictions may be relaxed in the event of a mis
- Added `sl-theme` utility and updated theming documentation
- Fixed a bug where `sl-menu-item` wouldn't render properly in the dark theme
- Improved placeholder contrast in dark theme
- Updated Boostrap Icons to 1.1.0
## 2.0.0-beta.22
@ -111,7 +112,7 @@ The following pages demonstrate why this change was necessary.
- 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`
- Optimized `hasSlot` utility by using a simpler selector
- Updated `bootstrap-icons` to 1.0.0 with many icons redrawn and improved
- Updated Bootstrap Icons to 1.0.0 with many icons redrawn and improved
- Updated contribution guidelines
**Form validation has been reworked and is much more powerful now!**

6
package-lock.json wygenerowano
Wyświetl plik

@ -807,9 +807,9 @@
}
},
"bootstrap-icons": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.0.0.tgz",
"integrity": "sha512-PaQm3VtSqbUnWuyqGmFJG5iF9UMieDuk8raPOmKOtKeyWyiVshgLoKa+9EWGolGU/nvyBLEBWhZoQqhu9ccNBg==",
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/bootstrap-icons/-/bootstrap-icons-1.1.0.tgz",
"integrity": "sha512-z5wWjw+SGLdDdP9R5qqEYSi+yRJOeOwlGW83VNftMO+jIgW/rtxHk3LI8sRxPYZEB0G+btJaEiUKLKsx3Mlycg==",
"dev": true
},
"brace-expansion": {

Wyświetl plik

@ -44,7 +44,7 @@
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"bluebird": "^3.7.2",
"bootstrap-icons": "^1.0.0",
"bootstrap-icons": "^1.1.0",
"browser-sync": "^2.26.13",
"chalk": "^4.0.0",
"concurrently": "^5.1.0",