Skip to content

Commit f71d8b0

Browse files
committed
release: v5.1.0
1 parent 7c0809c commit f71d8b0

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

+65
-219
lines changed

package-lock.json

+20-14
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": "5.0.0",
3+
"version": "5.1.0",
44
"description": "Free Bootstrap Admin Template",
55
"keywords": [
66
"admin",
@@ -116,7 +116,7 @@
116116
"sass": "^1.77.8",
117117
"serve": "^14.2.3",
118118
"shelljs": "^0.8.5",
119-
"stylelint": "16.8.2",
119+
"stylelint": "16.9.0",
120120
"stylelint-config-twbs-bootstrap": "^14.2.0",
121121
"sync-directory": "^6.0.5"
122122
}

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 v5.0.0
3+
* @version v5.1.0
44
* @link https://coreui.io/product/free-bootstrap-admin-template/
55
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
66
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)

src/pug/_partials/head.pug

-3
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,5 @@ link(href='css/style.css', rel='stylesheet')
3434
// We use those styles to show code examples, you should remove them in your application.
3535
link(href='css/examples.css', rel='stylesheet')
3636

37-
// We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.
38-
link(href='css/ads.css', rel='stylesheet')
39-
4037
script(src='js/config.js')
4138
script(src='js/color-modes.js')

src/scss/ads.scss

-73
This file was deleted.

src/views/404.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v5.0.0
4+
* @version v5.1.0
55
* @link https://coreui.io/product/free-bootstrap-admin-template/
66
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
@@ -41,8 +41,6 @@
4141
<link href="css/style.css" rel="stylesheet">
4242
<!-- We use those styles to show code examples, you should remove them in your application.-->
4343
<link href="css/examples.css" rel="stylesheet">
44-
<!-- We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.-->
45-
<link href="css/ads.css" rel="stylesheet">
4644
<script src="js/config.js"></script>
4745
<script src="js/color-modes.js"></script>
4846
</head>

src/views/500.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v5.0.0
4+
* @version v5.1.0
55
* @link https://coreui.io/product/free-bootstrap-admin-template/
66
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
@@ -41,8 +41,6 @@
4141
<link href="css/style.css" rel="stylesheet">
4242
<!-- We use those styles to show code examples, you should remove them in your application.-->
4343
<link href="css/examples.css" rel="stylesheet">
44-
<!-- We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.-->
45-
<link href="css/ads.css" rel="stylesheet">
4644
<script src="js/config.js"></script>
4745
<script src="js/color-modes.js"></script>
4846
</head>

src/views/base/accordion.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v5.0.0
4+
* @version v5.1.0
55
* @link https://coreui.io/product/free-bootstrap-admin-template/
66
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
@@ -41,8 +41,6 @@
4141
<link href="css/style.css" rel="stylesheet">
4242
<!-- We use those styles to show code examples, you should remove them in your application.-->
4343
<link href="css/examples.css" rel="stylesheet">
44-
<!-- We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.-->
45-
<link href="css/ads.css" rel="stylesheet">
4644
<script src="js/config.js"></script>
4745
<script src="js/color-modes.js"></script>
4846
<link rel="canonical" href="https://coreui.io/docs/components/accordion/">

src/views/base/breadcrumb.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v5.0.0
4+
* @version v5.1.0
55
* @link https://coreui.io/product/free-bootstrap-admin-template/
66
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
@@ -41,8 +41,6 @@
4141
<link href="css/style.css" rel="stylesheet">
4242
<!-- We use those styles to show code examples, you should remove them in your application.-->
4343
<link href="css/examples.css" rel="stylesheet">
44-
<!-- We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.-->
45-
<link href="css/ads.css" rel="stylesheet">
4644
<script src="js/config.js"></script>
4745
<script src="js/color-modes.js"></script>
4846
<link rel="canonical" href="https://coreui.io/docs/components/breadcrumb/">

src/views/base/cards.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v5.0.0
4+
* @version v5.1.0
55
* @link https://coreui.io/product/free-bootstrap-admin-template/
66
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
@@ -41,8 +41,6 @@
4141
<link href="css/style.css" rel="stylesheet">
4242
<!-- We use those styles to show code examples, you should remove them in your application.-->
4343
<link href="css/examples.css" rel="stylesheet">
44-
<!-- We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.-->
45-
<link href="css/ads.css" rel="stylesheet">
4644
<script src="js/config.js"></script>
4745
<script src="js/color-modes.js"></script>
4846
<link rel="canonical" href="https://coreui.io/docs/components/card/">

src/views/base/carousel.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v5.0.0
4+
* @version v5.1.0
55
* @link https://coreui.io/product/free-bootstrap-admin-template/
66
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
@@ -41,8 +41,6 @@
4141
<link href="css/style.css" rel="stylesheet">
4242
<!-- We use those styles to show code examples, you should remove them in your application.-->
4343
<link href="css/examples.css" rel="stylesheet">
44-
<!-- We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.-->
45-
<link href="css/ads.css" rel="stylesheet">
4644
<script src="js/config.js"></script>
4745
<script src="js/color-modes.js"></script>
4846
<link rel="canonical" href="https://coreui.io/docs/components/carousel/">

src/views/base/collapse.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v5.0.0
4+
* @version v5.1.0
55
* @link https://coreui.io/product/free-bootstrap-admin-template/
66
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
@@ -41,8 +41,6 @@
4141
<link href="css/style.css" rel="stylesheet">
4242
<!-- We use those styles to show code examples, you should remove them in your application.-->
4343
<link href="css/examples.css" rel="stylesheet">
44-
<!-- We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.-->
45-
<link href="css/ads.css" rel="stylesheet">
4644
<script src="js/config.js"></script>
4745
<script src="js/color-modes.js"></script>
4846
<link rel="canonical" href="https://coreui.io/docs/components/collapse/">

src/views/base/list-group.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v5.0.0
4+
* @version v5.1.0
55
* @link https://coreui.io/product/free-bootstrap-admin-template/
66
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
@@ -41,8 +41,6 @@
4141
<link href="css/style.css" rel="stylesheet">
4242
<!-- We use those styles to show code examples, you should remove them in your application.-->
4343
<link href="css/examples.css" rel="stylesheet">
44-
<!-- We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.-->
45-
<link href="css/ads.css" rel="stylesheet">
4644
<script src="js/config.js"></script>
4745
<script src="js/color-modes.js"></script>
4846
<link rel="canonical" href="https://coreui.io/docs/components/list-group/">

src/views/base/navs-tabs.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v5.0.0
4+
* @version v5.1.0
55
* @link https://coreui.io/product/free-bootstrap-admin-template/
66
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
@@ -41,8 +41,6 @@
4141
<link href="css/style.css" rel="stylesheet">
4242
<!-- We use those styles to show code examples, you should remove them in your application.-->
4343
<link href="css/examples.css" rel="stylesheet">
44-
<!-- We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.-->
45-
<link href="css/ads.css" rel="stylesheet">
4644
<script src="js/config.js"></script>
4745
<script src="js/color-modes.js"></script>
4846
<link rel="canonical" href="https://coreui.io/docs/components/navs-tabs/">

src/views/base/pagination.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Free Bootstrap Admin Template
4-
* @version v5.0.0
4+
* @version v5.1.0
55
* @link https://coreui.io/product/free-bootstrap-admin-template/
66
* Copyright (c) 2024 creativeLabs Łukasz Holeczek
77
* Licensed under MIT (https://github.com/coreui/coreui-free-bootstrap-admin-template/blob/main/LICENSE)
@@ -41,8 +41,6 @@
4141
<link href="css/style.css" rel="stylesheet">
4242
<!-- We use those styles to show code examples, you should remove them in your application.-->
4343
<link href="css/examples.css" rel="stylesheet">
44-
<!-- We use those styles to style Carbon ads and CoreUI PRO banner, you should remove them in your application.-->
45-
<link href="css/ads.css" rel="stylesheet">
4644
<script src="js/config.js"></script>
4745
<script src="js/color-modes.js"></script>
4846
<link rel="canonical" href="https://coreui.io/docs/components/pagination/">

0 commit comments

Comments
 (0)