Skip to content
This repository was archived by the owner on Dec 3, 2021. It is now read-only.

Commit 7de61ac

Browse files
committed
Ship: v2.1.14
1 parent ac6cdae commit 7de61ac

29 files changed

+2760
-1290
lines changed

Diff for: CHANGELOG.md

+32
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
## v2.1.14
2+
- fix(main): labelColor callback for CustomTooltips
3+
- chore: drop @babel/polyfill in favour of core-js@3 and regenerator-runtime
4+
5+
##### dependencies update
6+
- update: `@coreui/coreui` to `^2.1.12`
7+
- update: `@coreui/coreui-plugin-chartjs-custom-tooltips` to `^1.3.1`
8+
- update: `chart.js` to `^2.8.0`
9+
- update: `core-js` to `^3.1.3`
10+
- update: `flag-icon-css` to `^3.3.0`
11+
- update: `jquery` to `^3.4.1`
12+
- update: `popper.js` to `^1.15.0`
13+
- update: `regenerator-runtime` to `^0.13.2`
14+
- update: `@babel/cli` to `^7.4.4`
15+
- update: `@babel/core` to `^7.4.5`
16+
- update: `@babel/plugin-proposal-object-rest-spread` to `^7.4.4`
17+
- update: `@babel/plugin-proposal-throw-expressions` to `^7.2.0`
18+
- update: `@babel/preset-env` to `^7.4.5`
19+
- update: `autoprefixer` to `^9.6.0`
20+
- update: `browser-sync` to `^2.26.7`
21+
- update: `clean-css-cli` to `^4.3.0`
22+
- update: `eslint` to `^5.16.0`
23+
- update: `eslint-plugin-compat` to `^3.1.2`
24+
- update: `js-beautify` to `^1.10.0`
25+
- update: `node-sass` to `^4.12.0`
26+
- update: `nodemon` to `^1.19.1`
27+
- update: `stylelint` to `^10.1.0`
28+
- update: `stylelint-config-recommended-scss` to `^3.3.0`
29+
- update: `stylelint-config-standard` to `^18.3.0`
30+
- update: `stylelint-order` to `^3.0.0`
31+
- update: `stylelint-scss` to `^3.8.0`
32+
133
## v2.1.12
234
- chore(build/vendors): removes hash tag from urls in css files
335
- update: `@coreui/coreui` to `^2.1.7`

Diff for: README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
2+
[![npm package][npm-coreui-badge]][npm-coreui]
3+
[![NPM downloads][npm-coreui-download]][npm-coreui]
4+
5+
[npm-coreui]: https://www.npmjs.com/package/@coreui/coreui
6+
[npm-coreui-badge]: https://img.shields.io/npm/v/@coreui/coreui.png?style=flat-square
7+
[npm-coreui-download]: https://img.shields.io/npm/dm/@coreui/coreui.svg?style=flat-square
8+
19
# CoreUI Free Bootstrap Admin Template [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?text=CoreUI%20-%20Free%20Bootstrap%204%20Admin%20Template%20&url=https://coreui.io&hashtags=bootstrap,admin,template,dashboard,panel,free,angular,react,vue)
210

311
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
@@ -54,7 +62,7 @@ CoreUI is built on top of Bootstrap 4 and supports popular frameworks.
5462

5563
| CoreUI Pro | Prime | Root | Alba | Leaf |
5664
| --- | --- | --- | --- | --- |
57-
| [![CoreUI Pro Admin Template](https://coreui.io/assets/img/example-coureui.jpg)](https://coreui.io/pro/) | [![Prime Admin Template](https://genesisui.com/assets/img/templates/prime1280.jpg)](https://genesisui.com/admin-templates/bootstrap/prime/?support=1) | [![Root Admin Template](https://genesisui.com/assets/img/templates/root1280.jpg)](https://genesisui.com/admin-templates/bootstrap/root/?support=1) | [![Alba Admin Template](https://genesisui.com/assets/img/templates/alba1280.jpg)](https://genesisui.com/admin-templates/bootstrap/alba/?support=1) | [![Leaf Admin Template](https://genesisui.com/assets/img/templates/leaf1280.jpg)](https://genesisui.com/admin-templates/bootstrap/leaf/?support=1)
65+
| [![CoreUI Pro Admin Template](https://coreui.io/assets/img/example-coureui.jpg)](https://coreui.io/pro/) | [![Prime Admin Template](https://coreui.io/assets/img/responsive-prime.png)](https://coreui.io/admin-templates/bootstrap/prime/?support=1) | [![Root Admin Template](https://coreui.io/assets/img/responsive-root.png)](https://coreui.io/admin-templates/bootstrap/root/?support=1) | [![Alba Admin Template](https://coreui.io/assets/img/responsive-alba.png)](https://coreui.io/admin-templates/bootstrap/alba/?support=1) | [![Leaf Admin Template](https://coreui.io/assets/img/responsive-leaf.png)](https://coreui.io/admin-templates/bootstrap/leaf/?support=1)
5866

5967
## Installation
6068

0 commit comments

Comments
 (0)