Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 131550e

Browse filesBrowse files
committed
chore: 3.0.0-beta.7 release
- update build files and dependencies - update snapshots - update vetur files - update README.md
1 parent a9654d5 commit 131550e
Copy full SHA for 131550e
Expand file treeCollapse file tree

14 files changed

+6469
-285
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
[![NPM][npm-coreui-vue-badge-latest]][npm-coreui-vue]
55
[![Downloads](https://img.shields.io/npm/dm/@coreui/vue.svg?style=flat-square)][coreui]
66
[![Build](https://img.shields.io/github/workflow/status/coreui/coreui-vue/Node%20CI/v3-next?style=flat-square)][coreui]
7+
[![License](https://img.shields.io/npm/l/@coreui/vue?style=flat-square)][coreui]
8+
[![Coverage](https://img.shields.io/badge/test%20coverage%203.0.0--beta.7%20version-100%25-yellowgreen)][coreui]
79

810
[npm-coreui-vue]: https://www.npmjs.com/package/@coreui/vue
911
[npm-coreui-vue-badge-latest]: https://img.shields.io/npm/v/@coreui/vue/latest?style=flat-square&color=brightgreen

‎build/buildVscodeHints.js

Copy file name to clipboardExpand all lines: build/buildVscodeHints.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function generateTags (content) {
7575
description: ''
7676
}
7777
})
78-
return JSON.stringify(tags)
78+
return JSON.stringify(tags, null, 2)
7979
}
8080

8181
function generateAttributes (content) {
@@ -100,7 +100,7 @@ function generateAttributes (content) {
100100
})
101101
}
102102
})
103-
return JSON.stringify(attributes)
103+
return JSON.stringify(attributes, null, 2)
104104
}
105105

106106
function toKebabCase (str) {

‎dist/coreui-vue.common.js

Copy file name to clipboardExpand all lines: dist/coreui-vue.common.js
+123-122Lines changed: 123 additions & 122 deletions
Large diffs are not rendered by default.

‎dist/coreui-vue.common.js.map

Copy file name to clipboardExpand all lines: dist/coreui-vue.common.js.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/coreui-vue.umd.js

Copy file name to clipboardExpand all lines: dist/coreui-vue.umd.js
+123-122Lines changed: 123 additions & 122 deletions
Large diffs are not rendered by default.

‎dist/coreui-vue.umd.js.map

Copy file name to clipboardExpand all lines: dist/coreui-vue.umd.js.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/coreui-vue.umd.min.js

Copy file name to clipboardExpand all lines: dist/coreui-vue.umd.min.js
+4-4Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/coreui-vue.umd.min.js.map

Copy file name to clipboardExpand all lines: dist/coreui-vue.umd.min.js.map
+1-1Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎dist/vetur/coreui-attributes.json

Copy file name to clipboardExpand all lines: dist/vetur/coreui-attributes.json
+4,226-1Lines changed: 4226 additions & 1 deletion
Large diffs are not rendered by default.

‎dist/vetur/coreui-tags.json

Copy file name to clipboardExpand all lines: dist/vetur/coreui-tags.json
+1,956-1Lines changed: 1956 additions & 1 deletion
Large diffs are not rendered by default.

‎package-lock.json

Copy file name to clipboardExpand all lines: package-lock.json
+22-22Lines changed: 22 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Copy file name to clipboardExpand all lines: package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@coreui/vue",
33
"description": "CoreUI Vue Bootstrap 4 layout components",
4-
"version": "3.0.0-beta.6",
4+
"version": "3.0.0-beta.7",
55
"license": "MIT",
66
"main": "dist/coreui-vue.common.js",
77
"types": "src/index.d.ts",
@@ -68,7 +68,7 @@
6868
},
6969
"dependencies": {
7070
"@coreui/icons": "^1.0.0",
71-
"@coreui/icons-vue": "^1.0.2",
71+
"@coreui/icons-vue": "^1.1.1",
7272
"@coreui/utils": "^1.0.0",
7373
"lodash.clonedeep": "^4.5.0",
7474
"perfect-scrollbar": "^1.4.0",
@@ -87,13 +87,13 @@
8787
"auto-changelog": "^1.16.2",
8888
"babel-eslint": "^10.0.3",
8989
"babel-jest": "^24.9",
90-
"core-js": "^3.6.1",
90+
"core-js": "^3.6.3",
9191
"eslint": "^6.8.0",
9292
"eslint-plugin-vue": "^6.1.2",
9393
"node-sass": "^4.13.0",
9494
"node-sass-magic-importer": "^5.3.2",
9595
"npm-run-all": "^4.1.5",
96-
"rollup": "^1.27.14",
96+
"rollup": "^1.29.0",
9797
"rollup-plugin-babel": "^4.3.3",
9898
"rollup-plugin-commonjs": "^10.1.0",
9999
"rollup-plugin-filesize": "^6.2.1",
@@ -104,7 +104,7 @@
104104
"rollup-plugin-replace": "^2.2.0",
105105
"rollup-plugin-uglify": "^6.0.4",
106106
"rollup-plugin-vue": "4.7.2",
107-
"sass-loader": "^8.0.0",
107+
"sass-loader": "^8.0.1",
108108
"vue-router": "^3.1.3",
109109
"vue-template-compiler": "^2.6.11"
110110
},

‎src/components/sidebar/tests/__snapshots__/CSidebarNavDropdown.spec.js.snap

Copy file name to clipboardExpand all lines: src/components/sidebar/tests/__snapshots__/CSidebarNavDropdown.spec.js.snap
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ exports[`CSidebarNavDropdown renders correctly 1`] = `
1313
xmlns="http://www.w3.org/2000/svg"
1414
>
1515
<title>
16-
cuiSettings
16+
Cui Settings
1717
</title>
1818
undefined
1919
</svg>

‎src/components/sidebar/tests/__snapshots__/CSidebarNavItem.spec.js.snap

Copy file name to clipboardExpand all lines: src/components/sidebar/tests/__snapshots__/CSidebarNavItem.spec.js.snap
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ exports[`CSidebarNavItem.vue renders correctly 1`] = `
1616
xmlns="http://www.w3.org/2000/svg"
1717
>
1818
<title>
19-
cuiSettings
19+
Cui Settings
2020
</title>
2121
undefined
2222
</svg>
@@ -52,7 +52,7 @@ exports[`CSidebarNavItem.vue renders correctly in label mode 1`] = `
5252
xmlns="http://www.w3.org/2000/svg"
5353
>
5454
<title>
55-
cuiSettings
55+
Cui Settings
5656
</title>
5757
undefined
5858
</svg>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.