diff --git a/.github/workflows/daily-project-check.yml b/.github/workflows/daily-project-check.yml index e2c187d7..dcfb1aa4 100644 --- a/.github/workflows/daily-project-check.yml +++ b/.github/workflows/daily-project-check.yml @@ -12,7 +12,7 @@ jobs: strategy: matrix: - node-version: [12.x] + node-version: [14.x] os: [ubuntu-latest, windows-latest, macOS-latest] steps: diff --git a/.github/workflows/project-check.yml b/.github/workflows/project-check.yml index 61e73bed..dd849d89 100644 --- a/.github/workflows/project-check.yml +++ b/.github/workflows/project-check.yml @@ -5,8 +5,6 @@ on: branches: - master pull_request: - branches: - - master jobs: build: @@ -15,7 +13,7 @@ jobs: strategy: matrix: - node-version: [12.x] + node-version: [14.x] os: [ubuntu-latest, windows-latest, macOS-latest] steps: diff --git a/CHANGELOG.md b/CHANGELOG.md index eb76a124..710ffbb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,23 @@ # Changelog +## [3.2.9](https://github.com/coreui/coreui-vue/compare/3.2.7...3.2.9) + +> 11 March 2021 + +### Changed + +- chore: dependencies update [`58808fc`](https://github.com/coreui/coreui-vue/commit/58808fca45cd275ea12db7a0713746af521ee4ca) +- chore(workflows): update [`bb86013`](https://github.com/coreui/coreui-vue/commit/bb86013f324c51b810ee1af39a86a1f1d662830a) +- chore: merge user pull request #141 [`45483c5`](https://github.com/coreui/coreui-vue/commit/45483c5afabb7f41ce2c4dcfcd995d92b6e93167) +- fix(CDataTable): fixed issue with loading/no-items-slot [`91024bc`](https://github.com/coreui/coreui-vue/commit/91024bc759c9b0b17ab28dd2739bd9a2b1023db3) + ## [3.2.7](https://github.com/coreui/coreui-vue/compare/3.1.6...3.2.7) > 17 December 2020 ### Changed +- chore: 3.2.7 version release [`94bb062`](https://github.com/coreui/coreui-vue/commit/94bb062091ff4c7bf3d3e22de8237f3aa1640a7b) - fix(CToast): add missing color prop [`1401dee`](https://github.com/coreui/coreui-vue/commit/1401dee57c1e7fea8ee0c0a4045294931d402a0e) - chore: dependencies udate [`b54b77f`](https://github.com/coreui/coreui-vue/commit/b54b77fc718a83bd192beb2ef5b75c728ae9c0d9) - fix(CToast): rtl margins for header and CButtonClose [`0d0c6c0`](https://github.com/coreui/coreui-vue/commit/0d0c6c0168d7495e26cc36f506c65855900560d5) diff --git a/package.json b/package.json index 4bf4f49b..072860e2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@coreui/vue", "description": "CoreUI Vue Bootstrap 4 layout components", - "version": "3.2.7", + "version": "3.2.9", "license": "MIT", "main": "dist/coreui-vue.common.js", "types": "src/index.d.ts", @@ -72,7 +72,7 @@ "@coreui/icons": "^2.0.0-rc.0", "@coreui/icons-vue": "^1.3.5", "@coreui/utils": "^1.3.1", - "@popperjs/core": "^2.6.0", + "@popperjs/core": "^2.9.1", "lodash.clonedeep": "~4.5.0", "perfect-scrollbar": "~1.5.0", "tooltip.js": "~1.3.3", @@ -80,33 +80,33 @@ "vue-functional-data-merge": "~3.1.0" }, "devDependencies": { - "@vue/cli-plugin-babel": "~4.5.9", - "@vue/cli-plugin-eslint": "~4.5.9", - "@vue/cli-plugin-unit-jest": "~4.5.9", - "@vue/cli-service": "~4.5.9", + "@vue/cli-plugin-babel": "^4.5.11", + "@vue/cli-plugin-eslint": "^4.5.11", + "@vue/cli-plugin-unit-jest": "^4.5.11", + "@vue/cli-service": "^4.5.11", "@vue/test-utils": "1.0.0-beta.29", "auto-changelog": "^2.2.1", "babel-eslint": "~10.1.0", "babel-jest": "~26.6.3", - "core-js": "~3.8.1", - "eslint": "^7.15.0", + "core-js": "^3.8.3", + "eslint": "^6.8.0", "eslint-plugin-vue": "~6.2.2", "identity-obj-proxy": "^3.0.0", "node-sass": "~4.14.1", "node-sass-magic-importer": "~5.3.2", "npm-run-all": "~4.1.5", - "rollup": "^2.35.1", + "rollup": "^2.41.1", "rollup-plugin-babel": "~4.4.0", "rollup-plugin-commonjs": "~10.1.0", - "rollup-plugin-filesize": "~9.1.0", + "rollup-plugin-filesize": "^9.1.1", "rollup-plugin-json": "~4.0.0", - "rollup-plugin-license": "^2.2.0", + "rollup-plugin-license": "^2.3.0", "rollup-plugin-node-resolve": "~5.2.0", "rollup-plugin-postcss": "^3.1.8", "rollup-plugin-replace": "~2.2.0", "rollup-plugin-vue": "~5.1.9", "sass-loader": "^9.0.3", - "vue-router": "~3.4.9", + "vue-router": "^3.5.1", "vue-template-compiler": "^2.6.12" }, "eslintConfig": { diff --git a/src/components/table/CDataTable.vue b/src/components/table/CDataTable.vue index 0c98a3f7..9aa84c81 100644 --- a/src/components/table/CDataTable.vue +++ b/src/components/table/CDataTable.vue @@ -159,7 +159,7 @@ - +