Skip to content

Commit b323a26

Browse files
committed
chore: 1.1.1 version, update README file and package.json
1 parent c8a16e1 commit b323a26

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

README.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,20 @@
11
# CoreUI Icons Vue
22

33
![NPM](https://img.shields.io/npm/v/@coreui/icons-vue/latest?style=flat&color=brightgreen)
4-
![Downloads](https://img.shields.io/npm/dm/@coreui/icons.svg?style=flat-square)
5-
![Vue](https://img.shields.io/badge/Vue-^2.6.10-brightgreen.svg)
4+
![Downloads](https://img.shields.io/npm/dm/@coreui/icons-vue.svg?style=flat-square)
5+
![Vue](https://img.shields.io/npm/v/vue/latest?style=flat&color=brightgreen)
66

77
## CIcon component
88

99
Dedicated component used to implement [CoreUI Icons SVG set](https://coreui.io/icons/) in Vue.js.
1010

1111
### Features
1212

13-
- Can load icons stored globally, directly passed or by source link,
14-
- Can significantly reduce bundle size due to JavaScript named icons import,
13+
- Can load icons in three ways:
14+
- stored globally in Vue root object,
15+
- directly passed SVG tag content,
16+
- source link to SVG file
17+
- Greatly reduce icons bundle size, when imported as single icons,
1518
- Full functionality of 'svg' html tag,
1619
- Clean API
1720

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/icons-vue",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"license": "MIT",
55
"sideEffects": "src/CIcon.vue",
66
"main": "dist/coreui-icons-vue.common.js",

0 commit comments

Comments
 (0)