Skip to content

Commit 3c8c082

Browse files
committed
chore: 3.1.2 version release
1 parent f2c6ebe commit 3c8c082

File tree

5 files changed

+110
-38
lines changed

5 files changed

+110
-38
lines changed

CHANGELOG.md

+69-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
# Changelog
22

3+
## [v3.1.2](https://github.com/coreui/coreui-vue/compare/3.1.1...v3.1.2)
4+
5+
> 24 July 2020
6+
7+
### Changed
8+
9+
- fix: CDataTable disable auto removing columnFilter #113 [`f2c6ebe`](https://github.com/coreui/coreui-vue/commit/f2c6ebe6fccbf9de9667351aabec76a3f04de0bd)
10+
311
## [3.1.1](https://github.com/coreui/coreui-vue/compare/3.1.0...3.1.1)
412

513
> 8 July 2020
614
715
### Changed
816

17+
- chore: 3.1.1 version release: update dependencies and changelog [`4fff8d2`](https://github.com/coreui/coreui-vue/commit/4fff8d27eb00382856f5a195f95da48c7ac62be3)
918
- chore: update changelog to 3.1.0 [`a504c71`](https://github.com/coreui/coreui-vue/commit/a504c71c8649bd9fd2241717ce55e17faf9aa323)
1019
- fix: CModal: 'update:show' event - add third argument 'accept' #92 [`a91e4fd`](https://github.com/coreui/coreui-vue/commit/a91e4fdcfce3d0f88e239526f81b50699b2900f1)
1120

@@ -161,23 +170,80 @@
161170
- fix: do not emit update:value in case of 'multiple' attribute #64 [`73d2b3f`](https://github.com/coreui/coreui-vue/commit/73d2b3f874dad7bb4e350da997dcb9de9af5e4bc)
162171
- refactor: change CDropdown closing event name [`26c2f7d`](https://github.com/coreui/coreui-vue/commit/26c2f7d4c492e5861716dbc48c1e8d3b31f85aa8)
163172

164-
## [3.0.1](https://github.com/coreui/coreui-vue/compare/3.0.0...3.0.1)
173+
## [3.0.1](https://github.com/coreui/coreui-vue/compare/v3.0.0...3.0.1)
165174

166175
> 28 February 2020
167176
168177
### Changed
169178

179+
- chore: 3.0.0 release: update build files and dependencies, small fixes [`ea3731a`](https://github.com/coreui/coreui-vue/commit/ea3731ac1bc4634e35a9826ef783bc3fac4b75a8)
180+
- chore: 3.0.0-beta.9 release [`5f970c8`](https://github.com/coreui/coreui-vue/commit/5f970c8eb7eb62502371ddd4c42e3756b882c369)
181+
- chore: 3.0.0-beta.7 release [`131550e`](https://github.com/coreui/coreui-vue/commit/131550ec8cff2845617e1000bdbfa424e6b3d426)
182+
- chore: 3.0.0-beta.11 release: update build files and readme [`f185194`](https://github.com/coreui/coreui-vue/commit/f185194bed2665b9293731c15228d1b6303b5e08)
183+
- chore: 3.0.0-beta.8 release: [`a3c99a7`](https://github.com/coreui/coreui-vue/commit/a3c99a7e8c1de215abd6c8f96d13250410bb0fe3)
184+
- chore: change dependencies update rules, update dependencies [`7386b50`](https://github.com/coreui/coreui-vue/commit/7386b504d2145a970906d8049dac528b7b7224b9)
170185
- chore: 3.0.1 release - update dependencies and build files [`b6f44c9`](https://github.com/coreui/coreui-vue/commit/b6f44c9dbb140d39cba89529962fdc399082e9c7)
186+
- chore: 3.0.0-beta.6 release [`01c98cf`](https://github.com/coreui/coreui-vue/commit/01c98cf649fcc7abd049691f904d207a48e7296b)
187+
- refactor: move utilities to external library @coreui/utils [`ab0ca35`](https://github.com/coreui/coreui-vue/commit/ab0ca359ef7e54aa9dd8e80bbe274a7a6ae25646)
188+
- feat: add CTabs activeTab prop, change animation logic [`2db4629`](https://github.com/coreui/coreui-vue/commit/2db46295acf31b7e6f98500531d025385614519e)
189+
- feat: CDataTable new functionalities: [`3ee6adf`](https://github.com/coreui/coreui-vue/commit/3ee6adfb47bcb376e114e40df0bbe94ca59e9611)
190+
- chore: 3.0.0-beta.10 release [`79d22d7`](https://github.com/coreui/coreui-vue/commit/79d22d732ea163ddc8c63e7680f4b5f28245c4e7)
191+
- feat: add CElementCover component [`a81f3bc`](https://github.com/coreui/coreui-vue/commit/a81f3bcd54b6c6d91cfeb43dc9626a0aec625f4a)
192+
- chore: update build files [`0b341bf`](https://github.com/coreui/coreui-vue/commit/0b341bf566851c7906b0cb19eb04d105b1708000)
193+
- fix: CDataTable: fix 'columnFilterValue' prop updating [`cc66554`](https://github.com/coreui/coreui-vue/commit/cc66554a44e1b40a4158c93914fbeb37b544a4f2)
194+
- fix: fix component typings [`a68b5ce`](https://github.com/coreui/coreui-vue/commit/a68b5ce5d04f3b395482fa074b8ae571320327c9)
195+
- refactor: CHeaderBrand, CSidebarBrand - tag render mechanism change [`657d0e9`](https://github.com/coreui/coreui-vue/commit/657d0e94984a7ed7826ce6508eebf4c1dd22e3b4)
196+
- feat: add VSCode intellisense hints [`64b229e`](https://github.com/coreui/coreui-vue/commit/64b229e5f9bb94427d54a6d7207999834de61959)
171197
- refactor: CDropdown: optimize dropdown hiding, update tests [`b295f71`](https://github.com/coreui/coreui-vue/commit/b295f7188742240bda3d1d86afa17ff13a34414d)
172198
- feat: CDataTable row-clicked event modification #59 [`2a89938`](https://github.com/coreui/coreui-vue/commit/2a899387e95fffeff47291fb3aff2b14d480e945)
199+
- feat: CDataTable - table filter custom label and placeholder possibility [`a9654d5`](https://github.com/coreui/coreui-vue/commit/a9654d5b8f5f5188346e4e1c458d35515efd15ca)
200+
- refactor: update popper to 2.0.0 version [`8df70d0`](https://github.com/coreui/coreui-vue/commit/8df70d017ab8697d1126960a837728b9a89fc090)
201+
- chore: update build files (cache issue) [`4b6a780`](https://github.com/coreui/coreui-vue/commit/4b6a780a3309e4c3b88b5708ea346e025c9f40fd)
202+
- fix: CSidebar: fix closing sidebar onBackdropClick [`0f6689a`](https://github.com/coreui/coreui-vue/commit/0f6689a44fa435b08d9ec3ae6f65568f86417866)
203+
- feat: add CWrapper template component [`2a2333d`](https://github.com/coreui/coreui-vue/commit/2a2333d6dd31ed611b3128fab894da0777f99afd)
204+
- fix: CDataTable - fix sorting function and items watcher [`32363a4`](https://github.com/coreui/coreui-vue/commit/32363a4a7fbeb54d1859299208672b568fddc73d)
205+
- feat: add event listeners to all wrapped form components [`97085df`](https://github.com/coreui/coreui-vue/commit/97085df370e609c57334866c079956885749a2a9)
206+
- chore: update dependencies, small refactors [`8228f2e`](https://github.com/coreui/coreui-vue/commit/8228f2ed764c299f14f9f6eb91b5fffa50dd56d0)
207+
- refactor: move all template components to 'template' folder [`93be1b4`](https://github.com/coreui/coreui-vue/commit/93be1b4ea110c58459f3225536efa3ccd5b84cce)
173208
- fix: always close overlaid sidebar on outside click [`1b43afa`](https://github.com/coreui/coreui-vue/commit/1b43afa0908b9e3a19f66ff85664db4c06261e62)
209+
- feat: CNav, CNavItem refactor: [`521325c`](https://github.com/coreui/coreui-vue/commit/521325c669faccc8e3de43f0e01411ea06ecdea4)
210+
- chore: CSidebar - update tests [`815ad60`](https://github.com/coreui/coreui-vue/commit/815ad60e1c1d0f312f28ecf69b68e6708eadc9b4)
174211
- feat: add CClickaway directive [`a78fd14`](https://github.com/coreui/coreui-vue/commit/a78fd1476e0c3ee4005131527e5c0bac5b65f11a)
212+
- chore: refactor workflows [`30abab4`](https://github.com/coreui/coreui-vue/commit/30abab4e3203d320b0f980ecd230ab7ad08fa4b5)
213+
- feat: CDataTable: add header prop and itemsPerPageSelect options [`6a27fb5`](https://github.com/coreui/coreui-vue/commit/6a27fb514c400b13456c6ca60d4ed6658b888abe)
214+
- refactor: CElementCover - change boundaries API [`60edfe9`](https://github.com/coreui/coreui-vue/commit/60edfe93b20a0bd37b0967a47553cd0a64bf8a2a)
215+
- fix: CDataTable: fix value props usage: [`5dc6003`](https://github.com/coreui/coreui-vue/commit/5dc6003f9a273dc01751e4b67f2201e4a78acc0c)
216+
- chore: update README file [`7fa3831`](https://github.com/coreui/coreui-vue/commit/7fa3831ef6e7f50519c48ac476d2bd8ddf7d8cd5)
217+
- fix: CDataTable - fix table styles, support dark mode [`8d934c3`](https://github.com/coreui/coreui-vue/commit/8d934c33e0e7947c5f71464a0c2d1f7f068771b0)
175218
- refactor: remove listners function from form-mixins [`149c6c6`](https://github.com/coreui/coreui-vue/commit/149c6c6c7a9fc79ad81a69b5e890f28aa529f6f8)
219+
- feat: CDataTable - add filtered-items-change event [`ea92ae7`](https://github.com/coreui/coreui-vue/commit/ea92ae74bacdf2ca2d09f3cdf09bb8933ab79d48)
220+
- fix: CTabs - unable posibility of undefined active tab [`2ced24b`](https://github.com/coreui/coreui-vue/commit/2ced24b5588e00d7e8c9ecdd42436f21868b4de1)
221+
- fix: CTooltip, CPopover: fix wrong default behavior on overflow [`041d345`](https://github.com/coreui/coreui-vue/commit/041d34542df737212287d70ccffb0e28d2bd6a9c)
222+
- chore: delete PR greetings [`0538188`](https://github.com/coreui/coreui-vue/commit/053818812f8a62397c8b1cec7c81a80ce855a2c3)
223+
- refactor: CModal: delete addModalClasses, addDialogClasses props [`cf69e75`](https://github.com/coreui/coreui-vue/commit/cf69e752ddf56d9d7f0ee622dfa5e2a72495eb4a)
224+
- chore: update contributing guide [`8e16845`](https://github.com/coreui/coreui-vue/commit/8e16845ee1f084097ec7c125f26320d06bbe0939)
225+
- refactor: CSidebarNavItem: remove item-clicked event [`8da5ef6`](https://github.com/coreui/coreui-vue/commit/8da5ef6502d1c26707ac2a8ef8153890ee4652e9)
226+
- refactor: add docs link to prop hints, add package.json script [`dc380d4`](https://github.com/coreui/coreui-vue/commit/dc380d4b6de6146b9efb0eea00e43810080584b3)
227+
- fix: CSidebar - fix checking if user clicked on sidebar nav link [`3296517`](https://github.com/coreui/coreui-vue/commit/32965170ef2030c738ea0f0d1c6f4fe9ba5afd1f)
176228
- fix: form components - add missing events [`7eaec17`](https://github.com/coreui/coreui-vue/commit/7eaec170d95e030e4bf29c338fbe5d3f7dcb03b8)
177229
- feat: CDataTable: add page-change event [`9161fd6`](https://github.com/coreui/coreui-vue/commit/9161fd601930766221949c255154b454c42e47a0)
230+
- refactor: change CElementCover component prop name, add export [`d1aeb80`](https://github.com/coreui/coreui-vue/commit/d1aeb809e3fb9c847a88df5280f2b81dd838308a)
231+
- fix: CDataTable: make item sorting case insensitive [`04930e0`](https://github.com/coreui/coreui-vue/commit/04930e0f0f1d96ebca465b92720b84e6d90056b3)
178232
- chore: update readme and issue template [`9779c01`](https://github.com/coreui/coreui-vue/commit/9779c01224f56b45fb5e92706debf86f08c5fa6f)
233+
- refactor: CElementCover - rename centered prop to center [`98ff7be`](https://github.com/coreui/coreui-vue/commit/98ff7bee59a53a64d761a2599a6dbcc2d317423a)
234+
- fix: add external libraries transpilations [`405ea5f`](https://github.com/coreui/coreui-vue/commit/405ea5fe1a3e059f168e459dcf1725e3cfcd47ac)
235+
- chore: merge user pull request [`31315c6`](https://github.com/coreui/coreui-vue/commit/31315c667e99e4631a1d25890a51c44d4c9e074a)
179236
- chore: update typings [`bdb4b64`](https://github.com/coreui/coreui-vue/commit/bdb4b643ca01b474be8a78c2e47c77c877f0cb74)
180-
- chore: update build worklow shield in README [`7aad5d4`](https://github.com/coreui/coreui-vue/commit/7aad5d4f18762dad5d936bbd395cc2d0973ddf78)
237+
- fix: CDataTable - fix sorterValue watcher [`babc461`](https://github.com/coreui/coreui-vue/commit/babc461bcf84f9726b5e63a80f4d0da0453b94ed)
238+
- chore: delete greeting on first user issue/post [`0c57392`](https://github.com/coreui/coreui-vue/commit/0c57392a03d25545fa352e7a841553de3609e1b2)
239+
- chore: fix wrong version in package.json [`216f023`](https://github.com/coreui/coreui-vue/commit/216f02357078502af8310331ee89b58c1ebdf5a3)
240+
- refactor: CLink - change default activeClass and exactActiveClass values [`84aa264`](https://github.com/coreui/coreui-vue/commit/84aa2649cc3d5c224379d4e0dcef2003763441eb)
241+
- chore: update readme file [`5695826`](https://github.com/coreui/coreui-vue/commit/5695826e87ae50844b01f4294e0177b3c3c1f12e)
242+
- fix: register used CLink component in CDropdown [`e3fcf96`](https://github.com/coreui/coreui-vue/commit/e3fcf96c3f8e349651f05f13d7519bf381835f2e)
243+
- fix: fix vetur build script [`f2fa024`](https://github.com/coreui/coreui-vue/commit/f2fa02434e297adfbbd627708b22dcf410fbdcb5)
244+
- fix: add itemsPerPage prop watcher [`034696c`](https://github.com/coreui/coreui-vue/commit/034696cfb186f7154a4952c0e3f67b0febcc59ad)
181245
- chore: update README [`ad9f36c`](https://github.com/coreui/coreui-vue/commit/ad9f36c5bff5f9466bf1ebc8653228d1af659eef)
182-
- chore: merge user pull request [`31315c6`](https://github.com/coreui/coreui-vue/commit/31315c667e99e4631a1d25890a51c44d4c9e074a)
246+
- chore: update build worklow shield in README [`7aad5d4`](https://github.com/coreui/coreui-vue/commit/7aad5d4f18762dad5d936bbd395cc2d0973ddf78)
247+
- chore: add template gif to README [`8a7b836`](https://github.com/coreui/coreui-vue/commit/8a7b836440756bde39c00f4a1b55846dd43b6f97)
248+
- chore: change files with sideEffects [`d29483a`](https://github.com/coreui/coreui-vue/commit/d29483ab0e06d5c3dbb7f99237417f7be8e4fb34)
183249

README.md

+1-1
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/Project%20check?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.11%20version-100%25-yellowgreen)][coreui]
8+
[![Coverage](https://img.shields.io/badge/test%20coverage%203.0.12%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

package-lock.json

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

package.json

+5-5
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.1.1",
4+
"version": "3.1.2",
55
"license": "MIT",
66
"main": "dist/coreui-vue.common.js",
77
"types": "src/index.d.ts",
@@ -66,7 +66,7 @@
6666
"clearCache": "jest --clearCache",
6767
"release": "npm-run-all clearCache lint build test:coverage generate-hints",
6868
"generate-hints": "node build/buildVscodeHints.js",
69-
"auto-changelog": "auto-changelog --template changelog-template.hbs --commit-limit false --package --backfill-limit 0 --starting-version 3.0.1"
69+
"changelog": "auto-changelog --template changelog-template.hbs --commit-limit false --package --backfill-limit 0 --starting-version 3.0.1"
7070
},
7171
"dependencies": {
7272
"@coreui/icons": "^2.0.0-beta.4",
@@ -89,20 +89,20 @@
8989
"babel-eslint": "~10.1.0",
9090
"babel-jest": "~26.1",
9191
"core-js": "~3.6.5",
92-
"eslint": "~7.4.0",
92+
"eslint": "~7.5.0",
9393
"eslint-plugin-vue": "~6.2.2",
9494
"identity-obj-proxy": "^3.0.0",
9595
"node-sass": "~4.14.1",
9696
"node-sass-magic-importer": "~5.3.2",
9797
"npm-run-all": "~4.1.5",
98-
"rollup": "~2.21.0",
98+
"rollup": "~2.23.0",
9999
"rollup-plugin-babel": "~4.4.0",
100100
"rollup-plugin-commonjs": "~10.1.0",
101101
"rollup-plugin-filesize": "~9.0.2",
102102
"rollup-plugin-json": "~4.0.0",
103103
"rollup-plugin-license": "~2.1.0",
104104
"rollup-plugin-node-resolve": "~5.2.0",
105-
"rollup-plugin-postcss": "~3.1.2",
105+
"rollup-plugin-postcss": "~3.1.3",
106106
"rollup-plugin-replace": "~2.2.0",
107107
"rollup-plugin-uglify": "~6.0.4",
108108
"rollup-plugin-vue": "~5.1.9",

src/components/table/tests/__snapshots__/CDataTable.spec.js.snap

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ exports[`CDataTable renders correctly 2`] = `
116116
</label>
117117
118118
<select
119-
aria-label="visible items amount change"
119+
aria-label="changes number of visible items"
120120
class="form-control"
121121
>
122122
<option

0 commit comments

Comments
 (0)