Skip to content

Commit a3c99a7

Browse files
committed
chore: 3.0.0-beta.8 release:
- update dependencies, readme, snapshots, build files and license
1 parent 3ee6adf commit a3c99a7

14 files changed

+1170
-1103
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019 Łukasz Holeczek
1+
Copyright (c) 2020 Łukasz Holeczek
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
44

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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]
77
[![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]
8+
[![Coverage](https://img.shields.io/badge/test%20coverage%203.0.0--beta.8%20version-100%25-yellowgreen)][coreui]
99

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

dist/coreui-vue.common.js

Lines changed: 186 additions & 166 deletions
Large diffs are not rendered by default.

dist/coreui-vue.common.js.map

Lines 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

Lines changed: 186 additions & 166 deletions
Large diffs are not rendered by default.

dist/coreui-vue.umd.js.map

Lines 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

Lines 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

Lines 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

Lines changed: 4 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,22 +2551,6 @@
25512551
"description": "For API documentation please visit https://coreui.io/vue/docs",
25522552
"type": "boolean"
25532553
},
2554-
"c-modal/add-modal-classes": {
2555-
"description": "For API documentation please visit https://coreui.io/vue/docs",
2556-
"type": "[string, Array<any>, object]"
2557-
},
2558-
"CModal/add-modal-classes": {
2559-
"description": "For API documentation please visit https://coreui.io/vue/docs",
2560-
"type": "[string, Array<any>, object]"
2561-
},
2562-
"c-modal/add-dialog-classes": {
2563-
"description": "For API documentation please visit https://coreui.io/vue/docs",
2564-
"type": "[string, Array<any>, object]"
2565-
},
2566-
"CModal/add-dialog-classes": {
2567-
"description": "For API documentation please visit https://coreui.io/vue/docs",
2568-
"type": "[string, Array<any>, object]"
2569-
},
25702554
"c-modal/add-content-classes": {
25712555
"description": "For API documentation please visit https://coreui.io/vue/docs",
25722556
"type": "[string, Array<any>, object]"
@@ -3705,19 +3689,19 @@
37053689
},
37063690
"c-data-table/sorter": {
37073691
"description": "For API documentation please visit https://coreui.io/vue/docs",
3708-
"type": "[boolean, string]"
3692+
"type": "[boolean, object]"
37093693
},
37103694
"CDataTable/sorter": {
37113695
"description": "For API documentation please visit https://coreui.io/vue/docs",
3712-
"type": "[boolean, string]"
3696+
"type": "[boolean, object]"
37133697
},
37143698
"c-data-table/column-filter": {
37153699
"description": "For API documentation please visit https://coreui.io/vue/docs",
3716-
"type": "[boolean, string]"
3700+
"type": "[boolean, object]"
37173701
},
37183702
"CDataTable/column-filter": {
37193703
"description": "For API documentation please visit https://coreui.io/vue/docs",
3720-
"type": "[boolean, string]"
3704+
"type": "[boolean, object]"
37213705
},
37223706
"c-data-table/table-filter": {
37233707
"description": "For API documentation please visit https://coreui.io/vue/docs",

dist/vetur/coreui-tags.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,8 +1144,6 @@
11441144
"fade",
11451145
"backdrop",
11461146
"close-on-backdrop",
1147-
"add-modal-classes",
1148-
"add-dialog-classes",
11491147
"add-content-classes"
11501148
],
11511149
"description": ""
@@ -1161,8 +1159,6 @@
11611159
"fade",
11621160
"backdrop",
11631161
"close-on-backdrop",
1164-
"add-modal-classes",
1165-
"add-dialog-classes",
11661162
"add-content-classes"
11671163
],
11681164
"description": ""

package-lock.json

Lines changed: 777 additions & 724 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines 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.7",
4+
"version": "3.0.0-beta.8",
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.1.1",
71+
"@coreui/icons-vue": "^1.1.2",
7272
"@coreui/utils": "^1.0.0",
7373
"lodash.clonedeep": "^4.5.0",
7474
"perfect-scrollbar": "^1.4.0",
@@ -87,7 +87,7 @@
8787
"auto-changelog": "^1.16.2",
8888
"babel-eslint": "^10.0.3",
8989
"babel-jest": "^24.9",
90-
"core-js": "^3.6.3",
90+
"core-js": "^3.6.4",
9191
"eslint": "^6.8.0",
9292
"eslint-plugin-vue": "^6.1.2",
9393
"node-sass": "^4.13.0",
@@ -104,8 +104,8 @@
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.1",
108-
"vue-router": "^3.1.3",
107+
"sass-loader": "^8.0.2",
108+
"vue-router": "^3.1.4",
109109
"vue-template-compiler": "^2.6.11"
110110
},
111111
"eslintConfig": {

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ exports[`CSidebarNavDropdown renders correctly 1`] = `
99
>
1010
<svg
1111
class="c-sidebar-nav-icon"
12+
role="img"
1213
viewBox="0 0 64 64"
1314
xmlns="http://www.w3.org/2000/svg"
1415
>
15-
<title>
16-
Cui Settings
17-
</title>
1816
undefined
1917
</svg>
2018

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

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ exports[`CSidebarNavItem.vue renders correctly 1`] = `
1212
>
1313
<svg
1414
class="c-sidebar-nav-icon"
15+
role="img"
1516
viewBox="0 0 64 64"
1617
xmlns="http://www.w3.org/2000/svg"
1718
>
18-
<title>
19-
Cui Settings
20-
</title>
2119
undefined
2220
</svg>
2321
@@ -48,12 +46,10 @@ exports[`CSidebarNavItem.vue renders correctly in label mode 1`] = `
4846
>
4947
<svg
5048
class="c-sidebar-nav-icon"
49+
role="img"
5150
viewBox="0 0 64 64"
5251
xmlns="http://www.w3.org/2000/svg"
5352
>
54-
<title>
55-
Cui Settings
56-
</title>
5753
undefined
5854
</svg>
5955

0 commit comments

Comments
 (0)