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

0 commit comments

Comments
 (0)