Skip to content

Commit 02815f9

Browse files
committed
release: v4.0.0-beta.2
1 parent 3373966 commit 02815f9

Some content is hidden

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

58 files changed

+2881
-2725
lines changed

build/change-version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const DRY_RUN = process.argv.includes('--dry') || process.argv.includes('--dry-r
1818

1919
// These are the filetypes we only care about replacing the version
2020
const GLOB = [
21-
'**/*.{css,html,js,json,md,scss,txt,yml}'
21+
'**/*.{css,html,js,json,md,pug,scss,txt,yml}'
2222
]
2323
const GLOBBY_OPTIONS = {
2424
cwd: path.join(__dirname, '..'),

package-lock.json

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

package.json

+18-18
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-beta.1",
3+
"version": "4.0.0-beta.2",
44
"description": "Free Bootstrap Admin Template",
55
"keywords": [
66
"admin",
@@ -78,45 +78,45 @@
7878
"zip": "git archive -o coreui-free-bootstrap-admin-template-v$npm_package_version.zip -9 HEAD"
7979
},
8080
"dependencies": {
81-
"@coreui/chartjs": "^3.0.0-alpha.0",
82-
"@coreui/coreui": "^4.0.0-rc.2",
81+
"@coreui/chartjs": "^3.0.0-rc.0",
82+
"@coreui/coreui": "^4.0.0-rc.3",
8383
"@coreui/icons": "^2.0.1",
8484
"@coreui/utils": "^1.3.1",
85-
"chart.js": "^3.2.1",
85+
"chart.js": "^3.3.2",
8686
"simplebar": "^5.3.3"
8787
},
8888
"devDependencies": {
89-
"@babel/cli": "^7.14.3",
90-
"@babel/core": "^7.14.3",
91-
"@babel/preset-env": "^7.14.2",
89+
"@babel/cli": "^7.14.5",
90+
"@babel/core": "^7.14.5",
91+
"@babel/preset-env": "^7.14.5",
9292
"@coreui/vendors-injector": "^1.1.3",
93-
"autoprefixer": "^10.2.5",
93+
"autoprefixer": "^10.2.6",
9494
"browser-sync": "^2.26.14",
9595
"clean-css-cli": "^5.3.0",
9696
"copyfiles": "^2.4.1",
9797
"cross-env": "^7.0.3",
98-
"eslint": "^7.25.0",
98+
"eslint": "^7.28.0",
9999
"eslint-config-xo": "^0.36.0",
100-
"eslint-plugin-import": "^2.23.3",
101-
"eslint-plugin-unicorn": "^31.0.0",
100+
"eslint-plugin-import": "^2.23.4",
101+
"eslint-plugin-unicorn": "^33.0.1",
102102
"find-unused-sass-variables": "^3.1.0",
103103
"foreach-cli": "^1.8.1",
104104
"linkinator": "^2.13.6",
105105
"minimist": "^1.2.5",
106106
"mkdirp": "^1.0.4",
107107
"nodemon": "^2.0.7",
108108
"npm-run-all": "^4.1.5",
109-
"postcss": "^8.3.0",
109+
"postcss": "^8.3.4",
110110
"postcss-cli": "^8.3.1",
111-
"postcss-combine-duplicated-selectors": "^10.0.2",
112-
"prettier": "2.3.0",
111+
"postcss-combine-duplicated-selectors": "^10.0.3",
112+
"prettier": "2.3.1",
113113
"pug": "^3.0.2",
114114
"rimraf": "^3.0.2",
115-
"sass": "^1.32.12",
116-
"serve": "^11.3.2",
115+
"sass": "1.32.13",
116+
"serve": "^12.0.0",
117117
"shelljs": "^0.8.4",
118118
"stylelint": "^13.13.1",
119-
"stylelint-config-twbs-bootstrap": "^2.2.0",
120-
"sync-directory": "^2.2.17"
119+
"stylelint-config-twbs-bootstrap": "^2.2.1",
120+
"sync-directory": "^2.2.22"
121121
}
122122
}

src/js/charts.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-beta.1): main.js
5+
* CoreUI Boostrap Admin Template (v4.0.0-beta.2): main.js
66
* Licensed under MIT (https://coreui.io/license)
77
* --------------------------------------------------------------------------
88
*/

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-beta.1): colors.js
5+
* CoreUI Boostrap Admin Template (v4.0.0-beta.2): 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
@@ -2,7 +2,7 @@
22

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

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-beta.1): popovers.js
5+
* CoreUI Free Boostrap Admin Template (v4.0.0-beta.2): popovers.js
66
* Licensed under MIT (https://coreui.io/license)
77
* --------------------------------------------------------------------------
88
*/

src/js/toasts.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-beta.1): popovers.js
5+
* CoreUI Free Boostrap Admin Template (v4.0.0-beta.2): 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-beta.1): tooltips.js
5+
* CoreUI Free Boostrap Admin Template (v4.0.0-beta.2): 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-beta.1): main.js
5+
* CoreUI Boostrap Admin Template (v4.0.0-beta.2): main.js
66
* Licensed under MIT (https://coreui.io/license)
77
* --------------------------------------------------------------------------
88
*/

src/pug/_partials/banner.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
* CoreUI - Free Bootstrap Admin Template
3-
* @version v4.0.0-beta.0
3+
* @version v4.0.0-beta.2
44
* @link https://coreui.io
55
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
66
* Licensed under MIT (https://coreui.io/license)

src/pug/views/docs/usage.pug

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ block view
1111
| CoreUI Admin Template uses
1212
a(href='https://docs.npmjs.com/misc/scripts/') npm scripts
1313
| for its build system. Our
14-
a(href='https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/v4.0.0-beta.0/package.json') package.json
14+
a(href='https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/v4.0.0-beta.2/package.json') package.json
1515
| includes convenient methods for working with the framework, including compiling code, running tests, and more.
1616
p
1717
| To use our build system and run template locally, you’ll need a copy of CoreUI’s source files and Node. Follow these steps and you should be ready to rock:
@@ -21,7 +21,7 @@ block view
2121
| , which we use to manage our dependencies.
2222
li
2323
| Either
24-
a(href='https://github.com/coreui/coreui-free-bootstrap-admin-template/archive/v4.0.0-beta.0.zip') download CoreUI’s sources
24+
a(href='https://github.com/coreui/coreui-free-bootstrap-admin-template/archive/v4.0.0-beta.2.zip') download CoreUI’s sources
2525
| or fork
2626
a(href='https://github.com/coreui/coreui-free-bootstrap-admin-template') CoreUI’s repository
2727
| .
@@ -31,7 +31,7 @@ block view
3131
| directory and run
3232
code npm install
3333
| to install our local dependencies listed in
34-
a(href='https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/v4.0.0-beta.0/package.json') package.json
34+
a(href='https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/v4.0.0-beta.2/package.json') package.json
3535
| .
3636
p
3737
| When completed, you’ll be able to run the various commands provided from the command line.
@@ -40,7 +40,7 @@ block view
4040
a.anchorjs-link(aria-label='Anchor' data-anchorjs-icon='#' href='#using-npm-scripts' style='padding-left: 0.375em;')
4141
p
4242
| Our
43-
a(href='https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/v4.0.0-beta.0/package.json') package.json
43+
a(href='https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/v4.0.0-beta.2/package.json') package.json
4444
| includes numerous tasks for developing the project. Run
4545
code npm run
4646
| to see all the npm scripts in your terminal.
@@ -105,7 +105,7 @@ block view
105105
| (included in our build process) to automatically add vendor prefixes to some CSS properties at build time. Doing so saves us time and code by allowing us to write key parts of our CSS a single time while eliminating the need for vendor mixins like those found in v3.
106106
p
107107
| We maintain the list of browsers supported through Autoprefixer in a separate file within our GitHub repository. See
108-
a(href='https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/v4.0.0-beta.0/.browserslistrc') .browserslistrc
108+
a(href='https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/v4.0.0-beta.2/.browserslistrc') .browserslistrc
109109
| for details.
110110
h2#rtlcss
111111
| RTLCSS

src/views/404.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v4.0.0-beta.1
4+
* @version v4.0.0-beta.2
55
* @link https://coreui.io
66
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)

src/views/500.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v4.0.0-beta.1
4+
* @version v4.0.0-beta.2
55
* @link https://coreui.io
66
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)

src/views/base/accordion.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v4.0.0-beta.1
4+
* @version v4.0.0-beta.2
55
* @link https://coreui.io
66
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -296,17 +296,17 @@
296296
<p class="text-medium-emphasis small">Click the accordions below to expand/collapse the accordion content.</p>
297297
<div class="example">
298298
<ul class="nav nav-tabs" role="tablist">
299-
<li class="nav-item"><a class="nav-link active" data-coreui-toggle="tab" href="#preview-1115" role="tab">
299+
<li class="nav-item"><a class="nav-link active" data-coreui-toggle="tab" href="#preview-1071" role="tab">
300300
<svg class="icon me-2">
301301
<use xlink:href="node_modules/@coreui/icons/sprites/free.svg#cil-media-play"></use>
302302
</svg>Preview</a></li>
303-
<li class="nav-item"><a class="nav-link" data-coreui-toggle="tab" href="#code-1115" role="tab">
303+
<li class="nav-item"><a class="nav-link" data-coreui-toggle="tab" href="#code-1071" role="tab">
304304
<svg class="icon me-2">
305305
<use xlink:href="node_modules/@coreui/icons/sprites/free.svg#cil-code"></use>
306306
</svg>Code</a></li>
307307
</ul>
308308
<div class="tab-content rounded-bottom">
309-
<div class="tab-pane p-3 active preview" role="tabpanel" id="preview-1115">
309+
<div class="tab-pane p-3 active preview" role="tabpanel" id="preview-1071">
310310
<div class="accordion" id="accordionExample">
311311
<div class="accordion-item">
312312
<h2 class="accordion-header" id="headingOne">
@@ -334,7 +334,7 @@ <h2 class="accordion-header" id="headingThree">
334334
</div>
335335
</div>
336336
</div>
337-
<div class="tab-pane pt-1" role="tabpanel" id="code-1115">
337+
<div class="tab-pane pt-1" role="tabpanel" id="code-1071">
338338
<script class="language-markup" type="text/plain">
339339
<div class="accordion" id="accordionExample">
340340
<div class="accordion-item">
@@ -376,17 +376,17 @@ <h2 class="accordion-header" id="headingThree">
376376
<p class="text-medium-emphasis small">Add <code>.accordion-flush</code> to remove the default <code>background-color</code>, some borders, and some rounded corners to render accordions edge-to-edge with their parent container.</p>
377377
<div class="example">
378378
<ul class="nav nav-tabs" role="tablist">
379-
<li class="nav-item"><a class="nav-link active" data-coreui-toggle="tab" href="#preview-451" role="tab">
379+
<li class="nav-item"><a class="nav-link active" data-coreui-toggle="tab" href="#preview-1075" role="tab">
380380
<svg class="icon me-2">
381381
<use xlink:href="node_modules/@coreui/icons/sprites/free.svg#cil-media-play"></use>
382382
</svg>Preview</a></li>
383-
<li class="nav-item"><a class="nav-link" data-coreui-toggle="tab" href="#code-451" role="tab">
383+
<li class="nav-item"><a class="nav-link" data-coreui-toggle="tab" href="#code-1075" role="tab">
384384
<svg class="icon me-2">
385385
<use xlink:href="node_modules/@coreui/icons/sprites/free.svg#cil-code"></use>
386386
</svg>Code</a></li>
387387
</ul>
388388
<div class="tab-content rounded-bottom">
389-
<div class="tab-pane p-3 active preview" role="tabpanel" id="preview-451">
389+
<div class="tab-pane p-3 active preview" role="tabpanel" id="preview-1075">
390390
<div class="accordion accordion-flush" id="accordionFlushExample">
391391
<div class="accordion-item">
392392
<h2 class="accordion-header" id="flush-headingOne">
@@ -414,7 +414,7 @@ <h2 class="accordion-header" id="flush-headingThree">
414414
</div>
415415
</div>
416416
</div>
417-
<div class="tab-pane pt-1" role="tabpanel" id="code-451">
417+
<div class="tab-pane pt-1" role="tabpanel" id="code-1075">
418418
<script class="language-markup" type="text/plain">
419419
<div class="accordion accordion-flush" id="accordionFlushExample">
420420
<div class="accordion-item">

src/views/base/breadcrumb.html

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v4.0.0-beta.1
4+
* @version v4.0.0-beta.2
55
* @link https://coreui.io
66
* Copyright (c) 2021 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://coreui.io/license)
@@ -296,17 +296,17 @@
296296
<p class="text-medium-emphasis small">The breadcrumb navigation provides links back to each previous page the user navigated through and shows the current location in a website or an application. You don’t have to add separators, because they automatically added in CSS through <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/::before"> <code>::before</code></a> and <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/content"> <code>content</code></a>.</p>
297297
<div class="example">
298298
<ul class="nav nav-tabs" role="tablist">
299-
<li class="nav-item"><a class="nav-link active" data-coreui-toggle="tab" href="#preview-486" role="tab">
299+
<li class="nav-item"><a class="nav-link active" data-coreui-toggle="tab" href="#preview-510" role="tab">
300300
<svg class="icon me-2">
301301
<use xlink:href="node_modules/@coreui/icons/sprites/free.svg#cil-media-play"></use>
302302
</svg>Preview</a></li>
303-
<li class="nav-item"><a class="nav-link" data-coreui-toggle="tab" href="#code-486" role="tab">
303+
<li class="nav-item"><a class="nav-link" data-coreui-toggle="tab" href="#code-510" role="tab">
304304
<svg class="icon me-2">
305305
<use xlink:href="node_modules/@coreui/icons/sprites/free.svg#cil-code"></use>
306306
</svg>Code</a></li>
307307
</ul>
308308
<div class="tab-content rounded-bottom">
309-
<div class="tab-pane p-3 active preview" role="tabpanel" id="preview-486">
309+
<div class="tab-pane p-3 active preview" role="tabpanel" id="preview-510">
310310
<nav aria-label="breadcrumb" role="navigation">
311311
<ol class="breadcrumb">
312312
<li class="breadcrumb-item active" aria-current="page">Home</li>
@@ -327,7 +327,7 @@
327327
</nav>
328328
<nav class="breadcrumb"><a class="breadcrumb-item" href="#">Home</a><a class="breadcrumb-item" href="#">Library</a><a class="breadcrumb-item" href="#">Data</a><span class="breadcrumb-item active">Bootstrap</span></nav>
329329
</div>
330-
<div class="tab-pane pt-1" role="tabpanel" id="code-486">
330+
<div class="tab-pane pt-1" role="tabpanel" id="code-510">
331331
<script class="language-markup" type="text/plain">
332332
<nav aria-label="breadcrumb" role="navigation">
333333
<ol class="breadcrumb">

0 commit comments

Comments
 (0)