Skip to content

Commit b14cafa

Browse files
committed
release: v3.0.0
1 parent c12f16d commit b14cafa

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+3431
-1961
lines changed
File renamed without changes.
File renamed without changes.

package-lock.json

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

package.json

Lines changed: 30 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-bootstrap-admin-template",
3-
"version": "3.0.0-rc.1",
3+
"version": "3.0.0",
44
"description": "Free Bootstrap Admin Template",
55
"keywords": [
66
"admin",
@@ -76,50 +76,51 @@
7676
"watch-views": "nodemon -e html -x \"npm-run-all --sequential copy-views build-vendors svg localhost-reload\""
7777
},
7878
"dependencies": {
79-
"@coreui/coreui": "^3.0.0-rc.3",
8079
"@coreui/chartjs": "^2.0.0",
81-
"@coreui/icons": "^1.0.0",
80+
"@coreui/coreui": "^3.0.0",
81+
"@coreui/icons": "^1.0.1",
8282
"@coreui/utils": "^1.2.2",
83-
"chart.js": "^2.9.2",
84-
"perfect-scrollbar": "1.4.0"
83+
"@popperjs/core": "^2.0.6",
84+
"chart.js": "^2.9.3",
85+
"perfect-scrollbar": "1.5.0"
8586
},
8687
"devDependencies": {
87-
"@babel/cli": "^7.7.0",
88-
"@babel/core": "^7.7.2",
89-
"@babel/plugin-proposal-object-rest-spread": "^7.6.2",
90-
"@babel/preset-env": "^7.7.1",
88+
"@babel/cli": "^7.8.4",
89+
"@babel/core": "^7.8.4",
90+
"@babel/plugin-proposal-object-rest-spread": "^7.8.3",
91+
"@babel/preset-env": "^7.8.4",
9192
"@coreui/svg-injector": "^1.0.0",
92-
"@coreui/vendors-injector": "^1.0.1",
93-
"autoprefixer": "^9.7.1",
93+
"@coreui/vendors-injector": "^1.0.2",
94+
"autoprefixer": "^9.7.4",
9495
"babel-eslint": "^10.0.3",
9596
"babel-plugin-transform-es2015-modules-strip": "^0.1.1",
9697
"browser-sync": "^2.26.7",
9798
"chalk": "^3.0.0",
9899
"clean-css-cli": "^4.3.0",
99-
"copyfiles": "^2.1.1",
100-
"cross-env": "^6.0.3",
101-
"eslint": "^6.6.0",
102-
"eslint-config-xo": "^0.27.2",
103-
"eslint-plugin-import": "^2.18.2",
104-
"eslint-plugin-unicorn": "^12.1.0",
100+
"copyfiles": "^2.2.0",
101+
"cross-env": "^7.0.0",
102+
"eslint": "^6.8.0",
103+
"eslint-config-xo": "^0.29.1",
104+
"eslint-plugin-import": "^2.20.1",
105+
"eslint-plugin-unicorn": "^16.1.1",
105106
"foreach-cli": "^1.8.1",
106-
"js-beautify": "^1.10.2",
107-
"jsdom": "^15.2.1",
107+
"js-beautify": "^1.10.3",
108+
"jsdom": "^16.2.0",
108109
"minimist": "^1.2.0",
109-
"node-sass": "^4.13.0",
110-
"nodemon": "^1.19.4",
110+
"node-sass": "^4.13.1",
111+
"nodemon": "^2.0.2",
111112
"npm-run-all": "^4.1.5",
112-
"postcss-cli": "^6.1.3",
113-
"postcss-combine-duplicated-selectors": "^8.0.3",
113+
"postcss-cli": "^7.1.0",
114+
"postcss-combine-duplicated-selectors": "^8.1.0",
114115
"postcss-merge-rules": "^4.0.3",
115116
"pug": "^2.0.4",
116-
"rimraf": "^3.0.0",
117+
"rimraf": "^3.0.2",
117118
"shelljs": "^0.8.3",
118-
"stylelint": "^11.1.1",
119-
"stylelint-config-recommended-scss": "^4.0.0",
120-
"stylelint-config-standard": "^19.0.0",
121-
"stylelint-order": "^3.1.1",
122-
"stylelint-scss": "^3.12.1",
119+
"stylelint": "^13.2.0",
120+
"stylelint-config-recommended-scss": "^4.2.0",
121+
"stylelint-config-standard": "^20.0.0",
122+
"stylelint-order": "^4.0.0",
123+
"stylelint-scss": "^3.14.2",
123124
"sync-glob": "^1.4.0"
124125
},
125126
"engines": {

pug/_partials/banner.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
* CoreUI - Free Bootstrap Admin Template
3-
* @version v3.0.0-rc.0
3+
* @version v3.0.0
44
* @link https://coreui.io
55
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
66
* Licensed under MIT (https://coreui.io/license)

src/404.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.0.0-rc.0
4+
* @version v3.0.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -77,4 +77,4 @@ <h4 class="pt-3">Oops! You're lost.</h4>
7777
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
7878
<!--<![endif]-->
7979
</body>
80-
</html>
80+
</html>

src/500.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.0.0-rc.0
4+
* @version v3.0.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -77,4 +77,4 @@ <h4 class="pt-3">Houston, we have a problem!</h4>
7777
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
7878
<!--<![endif]-->
7979
</body>
80-
</html>
80+
</html>

src/base/breadcrumb.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.0.0-rc.0
4+
* @version v3.0.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -307,4 +307,4 @@
307307
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
308308
<!--<![endif]-->
309309
</body>
310-
</html>
310+
</html>

src/base/cards.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.0.0-rc.0
4+
* @version v3.0.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -573,4 +573,4 @@ <h4 class="modal-title">Modal title</h4>
573573
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
574574
<!--<![endif]-->
575575
</body>
576-
</html>
576+
</html>

src/base/carousel.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.0.0-rc.0
4+
* @version v3.0.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -357,4 +357,4 @@ <h3>Third slide label</h3>
357357
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
358358
<!--<![endif]-->
359359
</body>
360-
</html>
360+
</html>

src/base/collapse.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.0.0-rc.0
4+
* @version v3.0.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -364,4 +364,4 @@ <h5 class="mb-0"><a class="collapsed" data-toggle="collapse" href="#collapseThre
364364
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
365365
<!--<![endif]-->
366366
</body>
367-
</html>
367+
</html>

src/base/forms.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.0.0-rc.0
4+
* @version v3.0.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -1233,4 +1233,4 @@
12331233
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
12341234
<!--<![endif]-->
12351235
</body>
1236-
</html>
1236+
</html>

src/base/jumbotron.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.0.0-rc.0
4+
* @version v3.0.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -307,4 +307,4 @@ <h1 class="display-3">Fluid jumbotron</h1>
307307
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
308308
<!--<![endif]-->
309309
</body>
310-
</html>
310+
</html>

src/base/list-group.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.0.0-rc.0
4+
* @version v3.0.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -443,4 +443,4 @@ <h5 class="mb-1">List group item heading</h5><small class="text-muted">3 days ag
443443
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
444444
<!--<![endif]-->
445445
</body>
446-
</html>
446+
</html>

src/base/navs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.0.0-rc.0
4+
* @version v3.0.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -500,4 +500,4 @@
500500
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
501501
<!--<![endif]-->
502502
</body>
503-
</html>
503+
</html>

src/base/pagination.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.0.0-rc.0
4+
* @version v3.0.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -388,4 +388,4 @@
388388
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
389389
<!--<![endif]-->
390390
</body>
391-
</html>
391+
</html>

src/base/popovers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.0.0-rc.0
4+
* @version v3.0.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -298,4 +298,4 @@
298298
<!-- Plugins and scripts required by this view-->
299299
<script src="js/popovers.js"></script>
300300
</body>
301-
</html>
301+
</html>

src/base/progress.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.0.0-rc.0
4+
* @version v3.0.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -375,4 +375,4 @@
375375
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
376376
<!--<![endif]-->
377377
</body>
378-
</html>
378+
</html>

src/base/scrollspy.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.0.0-rc.0
4+
* @version v3.0.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -353,4 +353,4 @@ <h4 id="list-item-4">Item 4</h4>
353353
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
354354
<!--<![endif]-->
355355
</body>
356-
</html>
356+
</html>

src/base/switches.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.0.0-rc.0
4+
* @version v3.0.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -825,4 +825,4 @@
825825
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
826826
<!--<![endif]-->
827827
</body>
828-
</html>
828+
</html>

src/base/tables.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.0.0-rc.0
4+
* @version v3.0.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -577,4 +577,4 @@
577577
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
578578
<!--<![endif]-->
579579
</body>
580-
</html>
580+
</html>

src/base/tabs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.0.0-rc.0
4+
* @version v3.0.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -407,4 +407,4 @@
407407
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
408408
<!--<![endif]-->
409409
</body>
410-
</html>
410+
</html>

src/base/tooltips.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.0.0-rc.0
4+
* @version v3.0.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -296,4 +296,4 @@
296296
<!-- Plugins and scripts required by this view-->
297297
<script src="js/tooltips.js"></script>
298298
</body>
299-
</html>
299+
</html>

src/blank.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v3.0.0-rc.0
4+
* @version v3.0.0
55
* @link https://coreui.io
66
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -275,4 +275,4 @@
275275
<script src="node_modules/@coreui/icons/js/svgxuse.min.js"></script>
276276
<!--<![endif]-->
277277
</body>
278-
</html>
278+
</html>

0 commit comments

Comments
 (0)