Skip to content

Commit c5c9133

Browse files
committed
release: v4.0.0-alpha.1
1 parent 3d1af0f commit c5c9133

Some content is hidden

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

50 files changed

+12385
-12300
lines changed

package-lock.json

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/coreui-free-bootstrap-admin-template",
3-
"version": "4.0.0-alpha.0",
3+
"version": "4.0.0-alpha.1",
44
"description": "Free Bootstrap Admin Template",
55
"keywords": [
66
"admin",
@@ -61,7 +61,7 @@
6161
"localhost": "browser-sync start --server \"./dist\" --serveStatic \"./\" --files \"./dist/\"",
6262
"pug": "npm-run-all --parallel pug-*",
6363
"pug-dist": "node build/pug.js --src src/pug/views/ --dest dist/",
64-
"pug-src": "node build/pug.js --src src/pug/views/ --dest src/",
64+
"pug-src": "node build/pug.js --src src/pug/views/ --dest src/views/",
6565
"release-version": "node build/change-version.js",
6666
"serve": "npm-run-all --sequential build-clean css js copy --parallel localhost watch",
6767
"serve-dist": "serve dist",

src/js/charts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/**
55
* --------------------------------------------------------------------------
6-
* CoreUI Boostrap Admin Template (v4.0.0-alpha.0): main.js
6+
* CoreUI Boostrap Admin Template (v4.0.0-alpha.1): main.js
77
* Licensed under MIT (https://coreui.io/license)
88
* --------------------------------------------------------------------------
99
*/

src/js/colors.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* --------------------------------------------------------------------------
5-
* CoreUI Boostrap Admin Template (v4.0.0-alpha.0): colors.js
5+
* CoreUI Boostrap Admin Template (v4.0.0-alpha.1): colors.js
66
* Licensed under MIT (https://coreui.io/license)
77
* --------------------------------------------------------------------------
88
*/

src/js/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/**
55
* --------------------------------------------------------------------------
6-
* CoreUI Boostrap Admin Template (v4.0.0-alpha.0): main.js
6+
* CoreUI Boostrap Admin Template (v4.0.0-alpha.1): main.js
77
* Licensed under MIT (https://coreui.io/license)
88
* --------------------------------------------------------------------------
99
*/

src/js/popovers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* --------------------------------------------------------------------------
5-
* CoreUI Free Boostrap Admin Template (v4.0.0-alpha.0): popovers.js
5+
* CoreUI Free Boostrap Admin Template (v4.0.0-alpha.1): popovers.js
66
* Licensed under MIT (https://coreui.io/license)
77
* --------------------------------------------------------------------------
88
*/

src/js/tooltips.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* --------------------------------------------------------------------------
5-
* CoreUI Free Boostrap Admin Template (v4.0.0-alpha.0): tooltips.js
5+
* CoreUI Free Boostrap Admin Template (v4.0.0-alpha.1): tooltips.js
66
* Licensed under MIT (https://coreui.io/license)
77
* --------------------------------------------------------------------------
88
*/

src/js/widgets.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/**
44
* --------------------------------------------------------------------------
5-
* CoreUI Boostrap Admin Template (v4.0.0-alpha.0): main.js
5+
* CoreUI Boostrap Admin Template (v4.0.0-alpha.1): main.js
66
* Licensed under MIT (https://coreui.io/license)
77
* --------------------------------------------------------------------------
88
*/

src/pug/_layout/default.pug

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ html(lang='en')
77
base(href=base)
88
include ../_partials/head.pug
99
block styles
10-
body.bg-light
10+
body
1111
include ../_partials/sidebar.pug
12-
.wrapper.d-flex.flex-column.min-vh-100
12+
.wrapper.d-flex.flex-column.min-vh-100.bg-light
1313
include ../_partials/header.pug
1414
.body.flex-grow-1.px-3
1515
.container-lg

src/pug/_layout/pages.pug

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ html(lang='en')
88
base(href=base)
99
include ../_partials/head.pug
1010
block styles
11-
body.bg-light.min-vh-100.d-flex.flex-row.align-items-center
12-
block view
11+
body
12+
.bg-light.min-vh-100.d-flex.flex-row.align-items-center
13+
block view
1314

1415
include ../_partials/scripts.pug

src/pug/_partials/banner.pug

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
* CoreUI - Free Bootstrap Admin Template
3-
* @version v4.0.0-alpha.0
3+
* @version v4.0.0-alpha.1
44
* @link https://coreui.io
5-
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
5+
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
66
* Licensed under MIT (https://coreui.io/license)
77
= "\n"

src/pug/_partials/footer.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
footer.footer
22
div
33
a(href='https://coreui.io') CoreUI
4-
| © 2020 creativeLabs.
4+
| © 2021 creativeLabs.
55
div.ms-auto
66
| Powered by 
77
a(href='https://coreui.io/') CoreUI

src/pug/views/base/forms.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ block view
4444
option 2017
4545
option 2018
4646
option 2019
47-
option 2020
47+
option 2021
4848
option 2021
4949
option 2022
5050
option 2023

src/views/404.html

+18-17
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v4.0.0-alpha.0
4+
* @version v4.0.0-alpha.1
55
* @link https://coreui.io
6-
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
6+
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
88
-->
99

@@ -51,22 +51,23 @@
5151
gtag('config', 'UA-118965717-5');
5252
</script>
5353
</head>
54-
<body class="c-app flex-row align-items-center">
55-
<div class="container">
56-
<div class="row justify-content-center">
57-
<div class="col-md-6">
58-
<div class="clearfix">
59-
<h1 class="float-start display-3 mr-4">404</h1>
60-
<h4 class="pt-3">Oops! You're lost.</h4>
61-
<p class="text-muted">The page you are looking for was not found.</p>
62-
</div>
63-
<div class="input-prepend input-group">
64-
<div class="input-group-prepend"><span class="input-group-text">
65-
<svg class="c-icon">
54+
<body>
55+
<div class="bg-light min-vh-100 d-flex flex-row align-items-center">
56+
<div class="container">
57+
<div class="row justify-content-center">
58+
<div class="col-md-6">
59+
<div class="clearfix">
60+
<h1 class="float-start display-3 me-4">404</h1>
61+
<h4 class="pt-3">Oops! You're lost.</h4>
62+
<p class="text-medium-emphasis">The page you are looking for was not found.</p>
63+
</div>
64+
<div class="input-group"><span class="input-group-text">
65+
<svg class="icon">
6666
<use xlink:href="node_modules/@coreui/icons/sprites/free.svg#cil-magnifying-glass"></use>
67-
</svg></span></div>
68-
<input class="form-control" id="prependedInput" size="16" type="text" placeholder="What are you looking for?"><span class="input-group-append">
69-
<button class="btn btn-info" type="button">Search</button></span>
67+
</svg></span>
68+
<input class="form-control" id="prependedInput" size="16" type="text" placeholder="What are you looking for?">
69+
<button class="btn btn-info" type="button">Search</button>
70+
</div>
7071
</div>
7172
</div>
7273
</div>

src/views/500.html

+18-17
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v4.0.0-alpha.0
4+
* @version v4.0.0-alpha.1
55
* @link https://coreui.io
6-
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
6+
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
88
-->
99

@@ -51,22 +51,23 @@
5151
gtag('config', 'UA-118965717-5');
5252
</script>
5353
</head>
54-
<body class="c-app flex-row align-items-center">
55-
<div class="container">
56-
<div class="row justify-content-center">
57-
<div class="col-md-6">
58-
<div class="clearfix">
59-
<h1 class="float-start display-3 mr-4">500</h1>
60-
<h4 class="pt-3">Houston, we have a problem!</h4>
61-
<p class="text-muted">The page you are looking for is temporarily unavailable.</p>
62-
</div>
63-
<div class="input-prepend input-group">
64-
<div class="input-group-prepend"><span class="input-group-text">
65-
<svg class="c-icon">
54+
<body>
55+
<div class="bg-light min-vh-100 d-flex flex-row align-items-center">
56+
<div class="container">
57+
<div class="row justify-content-center">
58+
<div class="col-md-6">
59+
<div class="clearfix">
60+
<h1 class="float-start display-3 me-4">500</h1>
61+
<h4 class="pt-3">Houston, we have a problem!</h4>
62+
<p class="text-medium-emphasis">The page you are looking for is temporarily unavailable.</p>
63+
</div>
64+
<div class="input-group"><span class="input-group-text">
65+
<svg class="icon">
6666
<use xlink:href="node_modules/@coreui/icons/sprites/free.svg#cil-magnifying-glass"></use>
67-
</svg></span></div>
68-
<input class="form-control" id="prependedInput" size="16" type="text" placeholder="What are you looking for?"><span class="input-group-append">
69-
<button class="btn btn-info" type="button">Search</button></span>
67+
</svg></span>
68+
<input class="form-control" id="prependedInput" size="16" type="text" placeholder="What are you looking for?">
69+
<button class="btn btn-info" type="button">Search</button>
70+
</div>
7071
</div>
7172
</div>
7273
</div>

0 commit comments

Comments
 (0)