Skip to content

Commit 28f0d51

Browse files
committed
Upgrade to bootstrap-icons v1.3.0
1 parent e0e3bc3 commit 28f0d51

File tree

4 files changed

+329
-73
lines changed

4 files changed

+329
-73
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.2.2-blueviolet" alt="Bootstrap Icons">
9+
<img src="https://img.shields.io/badge/Bootstrap%20Icons-1.3.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.2.2. **Requires Vue 3.**
20+
Built from Bootstrap Icons v1.3.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.4"></script>
101-
<script src="https://unpkg.com/bootstrap-icons-vue@0.4.1"></script>
100+
<script src="https://unpkg.com/vue@3.0.5"></script>
101+
<script src="https://unpkg.com/bootstrap-icons-vue@0.5.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:

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-icons-vue",
3-
"version": "0.4.1",
3+
"version": "0.5.0",
44
"description": "Bootstrap icons as Vue components.",
55
"author": "Thomas Ip <thomas@ipthomas.com>",
66
"license": "MIT",
@@ -31,13 +31,13 @@
3131
"dev:cdn": "http-server -o dev-cdn"
3232
},
3333
"devDependencies": {
34-
"bootstrap-icons": "1.2.2",
34+
"bootstrap-icons": "1.3.0",
3535
"http-server": "^0.12.3",
36-
"rollup": "^2.35.1",
36+
"rollup": "^2.36.1",
3737
"rollup-plugin-terser": "^7.0.2",
3838
"rollup-plugin-typescript2": "^0.29.0",
3939
"typescript": "^4.1.3",
40-
"vue": "^3.0.0"
40+
"vue": "3.x"
4141
},
4242
"files": [
4343
"/dist"

0 commit comments

Comments
 (0)