File tree Expand file tree Collapse file tree 5 files changed +159
-35
lines changed Expand file tree Collapse file tree 5 files changed +159
-35
lines changed Original file line number Diff line number Diff line change 6
6
<img src="https://img.shields.io/npm/v/bootstrap-icons-vue?color=blue" alt="NPM">
7
7
</a >
8
8
<a href =" https://icons.getbootstrap.com/ " >
9
- <img src="https://img.shields.io/badge/Bootstrap%20Icons-1.0 .0-blueviolet" alt="Bootstrap Icons">
9
+ <img src="https://img.shields.io/badge/Bootstrap%20Icons-1.1 .0-blueviolet" alt="Bootstrap Icons">
10
10
</a >
11
11
<a href =" https://github.com/vuejs/vue-next " >
12
12
<img src="https://img.shields.io/badge/Vue.js-3.x-success" alt="Vue JS">
17
17
18
18
This package provides bootstrap icons as Vue components.
19
19
20
- Built from Bootstrap Icons v1.0 .0. ** Requires Vue 3.**
20
+ Built from Bootstrap Icons v1.1 .0. ** Requires Vue 3.**
21
21
22
22
## Usage
23
23
@@ -98,7 +98,7 @@ Include the scripts from CDN as follows:
98
98
99
99
``` html
100
100
<script src =" https://unpkg.com/vue@3.0.0" ></script >
101
- <script src =" https://unpkg.com/bootstrap-icons-vue@0.2 .0" ></script >
101
+ <script src =" https://unpkg.com/bootstrap-icons-vue@0.3 .0" ></script >
102
102
```
103
103
104
104
Vue 3 does not have a global application instance, so it is not possible to install the icons components automatically. Instead the browser build exports a plugin ` BootstrapIconsVue ` to be installed:
Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ bluebird@^3.1.1, bluebird@^3.7.2:
482
482
integrity sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==
483
483
484
484
" bootstrap-icons-vue@file:.. " :
485
- version "0.1.2 "
485
+ version "0.2.0 "
486
486
487
487
brace-expansion@^1.1.7 :
488
488
version "1.1.11"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bootstrap-icons-vue" ,
3
- "version" : " 0.2 .0" ,
3
+ "version" : " 0.3 .0" ,
4
4
"description" : " Bootstrap icons as Vue components." ,
5
5
"author" : " Thomas Ip <thomas@ipthomas.com>" ,
6
6
"license" : " MIT" ,
31
31
"dev:cdn" : " http-server -o dev-cdn"
32
32
},
33
33
"devDependencies" : {
34
- "bootstrap-icons" : " 1.0 .0" ,
34
+ "bootstrap-icons" : " 1.1 .0" ,
35
35
"http-server" : " ^0.12.3" ,
36
36
"rollup" : " ^2.26.9" ,
37
37
"rollup-plugin-terser" : " ^7.0.2" ,
You can’t perform that action at this time.
0 commit comments