8000 chore(icons): update Bootstrap Icons to v1.3.0 (#6298) · siberfx/bootstrap-vue@5deaad0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5deaad0

Browse files
authored
chore(icons): update Bootstrap Icons to v1.3.0 (bootstrap-vue#6298)
* chore(icons): update Bootstrap Icons to v1.3.0 * Update README.md * Update .bundlewatch.config.json
1 parent 671ef4e commit 5deaad0

File tree

8 files changed

+6337
-2240
lines changed

8 files changed

+6337
-2240
lines changed

.bundlewatch.config.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
"files": [
33
{
44
"path": "./dist/bootstrap-vue-icons.js",
5-
"maxSize": "130 kB"
5+
"maxSize": "140 kB"
66
},
77
{
88
"path": "./dist/bootstrap-vue-icons.min.js",
9-
"maxSize": "120 kB"
9+
"maxSize": "130 kB"
1010
},
1111
{
1212
"path": "./dist/bootstrap-vue-icons.common.js",
13-
"maxSize": "130 kB"
13+
"maxSize": "140 kB"
1414
},
1515
{
1616
"path": "./dist/ 8000 bootstrap-vue-icons.common.min.js",
17-
"maxSize": "120 kB"
17+
"maxSize": "130 kB"
1818
},
1919
{
2020
"path": "./dist/bootstrap-vue-icons.esm.js",
21-
"maxSize": "130 kB"
21+
"maxSize": "140 kB"
2222
},
2323
{
2424
"path": "./dist/bootstrap-vue-icons.esm.min.js",
25-
"maxSize": "120 kB"
25+
"maxSize": "130 kB"
2626
},
2727
{
2828
"path": "./dist/bootstrap-vue-icons.css",
@@ -42,19 +42,19 @@
4242
},
4343
{
4444
"path": "./dist/bootstrap-vue.common.js",
45-
"maxSize": "330 kB"
45+
"maxSize": "340 kB"
4646
},
4747
{
4848
"path": "./dist/bootstrap-vue.common.min.js",
49-
"maxSize": "205 kB"
49+
"maxSize": "220 kB"
5050
},
5151
{
5252
"path": "./dist/bootstrap-vue.esm.js",
53-
"maxSize": "330 kB"
53+
"maxSize": "340 kB"
5454
},
5555
{
5656
"path": "./dist/bootstrap-vue.esm.min.js",
57-
"maxSize": "205 kB"
57+
"maxSize": "220 kB"
5858
},
5959
{
6060
"path": "./dist/bootstrap-vue.css",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
"@babel/standalone": "^7.12.12",
100100
"@nuxt/content": "^1.11.1",
101101
"@nuxtjs/google-analytics": "^2.4.0",
102-
"@nuxtjs/pwa": "^3.3.3",
102+
"@nuxtjs/pwa": "^3.3.4",
103103
"@nuxtjs/robots": "^2.4.2",
104104
"@nuxtjs/sitemap": "^2.4.0",
105105
"@testing-library/jest-dom": "^5.11.8",
@@ -109,7 +109,7 @@
109109
"babel-eslint": "^10.1.0",
110110
"babel-jest": "^26.6.3",
111111
"babel-plugin-istanbul": "^6.0.0",
112-
"bootstrap-icons": "^1.2.2",
112+
"bootstrap-icons": "^1.3.0",
113113
"bundlewatch": "^0.3.1",
114114
"clean-css-cli": "^4.3.0",
115115
"codemirror": "^5.59.1",
@@ -139,7 +139,7 @@
139139
"lodash": "^4.17.20",
140140
"marked": "^1.2.7",
141141
"nuxt": "^2.14.12",
142-
"postcss": "^8.2.2",
142+
"postcss": "^8.2.3",
143143
"postcss-cli": "^8.3.1",
144144
"prettier": "1.14.3",
145145
"require-context": "^1.1.0",

src/icons/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ installed by default. You do not need `bootstrap-icons` as a dependency.
2323
added in BootstrapVue `v2.19.0`.
2424
- [Bootstrap Icons `v1.2.0`](https://blog.getbootstrap.com/2020/12/11/bootstrap-icons-1-2-0/) were
2525
added in BootstrapVue `v2.21.0`.
26+
- [Bootstrap Icons `v1.3.0`](https://blog.getbootstrap.com/2021/01/07/bootstrap-icons-1-3-0/) were
27+
added in BootstrapVue `v2.22.0`.
2628

2729
## Usage
2830

@@ -859,8 +861,7 @@ SVGs are awesome to work with, but they do have some known quirks to work around
859861

860862
## Icons
861863

862-
The library includes over {{ bootstrapIconsCount }} icons. Use the explorer below to search and
863-
browse the available icons.
864+
Use the explorer below to search and browse the available icons.
864865

865866
<!-- Component rendered by `docs/pages/docs/icons.index.js` -->
866867
<!-- We use a `<div is="...">` to prevent marked loader from mangling the unknown tag -->

0 commit comments

Comments
 (0)
0