Skip to content

Commit cbfa8f5

Browse files
committed
Upgrade bootstrap-icons to v1.4.0
Fixes #2
1 parent a4972f1 commit cbfa8f5

File tree

5 files changed

+471
-300
lines changed

5 files changed

+471
-300
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<img src="https://img.shields.io/npm/v/bootstrap-icons-vue?color=blue" alt="NPM">
77
</a>
88
<a href="https://icons.getbootstrap.com/">
9-
<img src="https://img.shields.io/badge/Bootstrap%20Icons-1.3.0-blueviolet" alt="Bootstrap Icons">
9+
<img src="https://img.shields.io/badge/Bootstrap%20Icons-1.4.0-blueviolet" alt="Bootstrap Icons">
1010
</a>
1111
<a href="https://github.com/vuejs/vue-next">
1212
<img src="https://img.shields.io/badge/Vue.js-3.x-success" alt="Vue JS">
@@ -17,7 +17,7 @@
1717
1818
This package provides bootstrap icons as Vue components.
1919

20-
Built from Bootstrap Icons v1.3.0. **Requires Vue 3.**
20+
Built from Bootstrap Icons v1.4.0. **Requires Vue 3.**
2121

2222
## Usage
2323

@@ -97,8 +97,8 @@ Note that this registers all icon components to the app instance, unused icons w
9797
Include the scripts from CDN as follows:
9898

9999
```html
100-
<script src="https://unpkg.com/vue@3.0.5"></script>
101-
<script src="https://unpkg.com/bootstrap-icons-vue@0.5.0"></script>
100+
<script src="https://unpkg.com/vue@3.0.6"></script>
101+
<script src="https://unpkg.com/bootstrap-icons-vue@0.6.0"></script>
102102
```
103103

104104
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:

0 commit comments

Comments
 (0)