Skip to content

Commit

Permalink
release: v4.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Mar 11, 2021
1 parent 3d1af0f commit c5c9133
Show file tree
Hide file tree
Showing 50 changed files with 12,385 additions and 12,300 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@coreui/coreui-free-bootstrap-admin-template",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "Free Bootstrap Admin Template",
"keywords": [
"admin",
Expand Down Expand Up @@ -61,7 +61,7 @@
"localhost": "browser-sync start --server \"./dist\" --serveStatic \"./\" --files \"./dist/\"",
"pug": "npm-run-all --parallel pug-*",
"pug-dist": "node build/pug.js --src src/pug/views/ --dest dist/",
"pug-src": "node build/pug.js --src src/pug/views/ --dest src/",
"pug-src": "node build/pug.js --src src/pug/views/ --dest src/views/",
"release-version": "node build/change-version.js",
"serve": "npm-run-all --sequential build-clean css js copy --parallel localhost watch",
"serve-dist": "serve dist",
Expand Down
2 changes: 1 addition & 1 deletion src/js/charts.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/**
* --------------------------------------------------------------------------
* CoreUI Boostrap Admin Template (v4.0.0-alpha.0): main.js
* CoreUI Boostrap Admin Template (v4.0.0-alpha.1): main.js
* Licensed under MIT (https://coreui.io/license)
* --------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/js/colors.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* --------------------------------------------------------------------------
* CoreUI Boostrap Admin Template (v4.0.0-alpha.0): colors.js
* CoreUI Boostrap Admin Template (v4.0.0-alpha.1): colors.js
* Licensed under MIT (https://coreui.io/license)
* --------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

/**
* --------------------------------------------------------------------------
* CoreUI Boostrap Admin Template (v4.0.0-alpha.0): main.js
* CoreUI Boostrap Admin Template (v4.0.0-alpha.1): main.js
* Licensed under MIT (https://coreui.io/license)
* --------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/js/popovers.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* --------------------------------------------------------------------------
* CoreUI Free Boostrap Admin Template (v4.0.0-alpha.0): popovers.js
* CoreUI Free Boostrap Admin Template (v4.0.0-alpha.1): popovers.js
* Licensed under MIT (https://coreui.io/license)
* --------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/js/tooltips.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* --------------------------------------------------------------------------
* CoreUI Free Boostrap Admin Template (v4.0.0-alpha.0): tooltips.js
* CoreUI Free Boostrap Admin Template (v4.0.0-alpha.1): tooltips.js
* Licensed under MIT (https://coreui.io/license)
* --------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/js/widgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

/**
* --------------------------------------------------------------------------
* CoreUI Boostrap Admin Template (v4.0.0-alpha.0): main.js
* CoreUI Boostrap Admin Template (v4.0.0-alpha.1): main.js
* Licensed under MIT (https://coreui.io/license)
* --------------------------------------------------------------------------
*/
Expand Down
4 changes: 2 additions & 2 deletions src/pug/_layout/default.pug
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ html(lang='en')
base(href=base)
include ../_partials/head.pug
block styles
body.bg-light
body
include ../_partials/sidebar.pug
.wrapper.d-flex.flex-column.min-vh-100
.wrapper.d-flex.flex-column.min-vh-100.bg-light
include ../_partials/header.pug
.body.flex-grow-1.px-3
.container-lg
Expand Down
5 changes: 3 additions & 2 deletions src/pug/_layout/pages.pug
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ html(lang='en')
base(href=base)
include ../_partials/head.pug
block styles
body.bg-light.min-vh-100.d-flex.flex-row.align-items-center
block view
body
.bg-light.min-vh-100.d-flex.flex-row.align-items-center
block view

include ../_partials/scripts.pug
4 changes: 2 additions & 2 deletions src/pug/_partials/banner.pug
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//
* CoreUI - Free Bootstrap Admin Template
* @version v4.0.0-alpha.0
* @version v4.0.0-alpha.1
* @link https://coreui.io
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://coreui.io/license)
= "\n"
2 changes: 1 addition & 1 deletion src/pug/_partials/footer.pug
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
footer.footer
div
a(href='https://coreui.io') CoreUI
| © 2020 creativeLabs.
| © 2021 creativeLabs.
div.ms-auto
| Powered by 
a(href='https://coreui.io/') CoreUI
2 changes: 1 addition & 1 deletion src/pug/views/base/forms.pug
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ block view
option 2017
option 2018
option 2019
option 2020
option 2021
option 2021
option 2022
option 2023
Expand Down
35 changes: 18 additions & 17 deletions src/views/404.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<!--
* CoreUI - Free Bootstrap Admin Template
* @version v4.0.0-alpha.0
* @version v4.0.0-alpha.1
* @link https://coreui.io
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://coreui.io/license)
-->

Expand Down Expand Up @@ -51,22 +51,23 @@
gtag('config', 'UA-118965717-5');
</script>
</head>
<body class="c-app flex-row align-items-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-6">
<div class="clearfix">
<h1 class="float-start display-3 mr-4">404</h1>
<h4 class="pt-3">Oops! You're lost.</h4>
<p class="text-muted">The page you are looking for was not found.</p>
</div>
<div class="input-prepend input-group">
<div class="input-group-prepend"><span class="input-group-text">
<svg class="c-icon">
<body>
<div class="bg-light min-vh-100 d-flex flex-row align-items-center">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-6">
<div class="clearfix">
<h1 class="float-start display-3 me-4">404</h1>
<h4 class="pt-3">Oops! You're lost.</h4>
<p class="text-medium-emphasis">The page you are looking for was not found.</p>
</div>
<div class="input-group"><span class="input-group-text">
<svg class="icon">
<use xlink:href="node_modules/@coreui/icons/sprites/free.svg#cil-magnifying-glass"></use>
</svg></span></div>
<input class="form-control" id="prependedInput" size="16" type="text" placeholder="What are you looking for?"><span class="input-group-append">
<button class="btn btn-info" type="button">Search</button></span>
</svg></span>
<input class="form-control" id="prependedInput" size="16" type="text" placeholder="What are you looking for?">
<button class="btn btn-info" type="button">Search</button>
</div>
</div>
</div>
</div>
Expand Down
35 changes: 18 additions & 17 deletions src/views/500.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<!--
* CoreUI - Free Bootstrap Admin Template
* @version v4.0.0-alpha.0
* @version v4.0.0-alpha.1
* @link https://coreui.io
* Copyright (c) 2020 creativeLabs Łukasz Holeczek
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
* Licensed under MIT (https://coreui.io/license)
-->

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

0 comments on commit c5c9133

Please sign in to comment.