Skip to content

Commit 11c9fe8

Browse files
committed
Merge branch 'v5' of https://github.com/coreui/coreui into v5
2 parents 38014f9 + e046621 commit 11c9fe8

38 files changed

+418
-402
lines changed

dist/css/coreui-grid.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.rtl.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.rtl.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-utilities.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-utilities.rtl.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-utilities.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.css

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

dist/css/coreui.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.rtl.css

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

dist/css/coreui.rtl.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.rtl.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/coreui.bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/coreui.bundle.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/coreui.bundle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/coreui.bundle.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/coreui.esm.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/coreui.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/coreui.esm.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/coreui.esm.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/coreui.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/coreui.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/coreui.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/coreui.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/content/components/sidebar.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Below is an sidebar example that is shown by default on desktop devices.
4747
<ul class="sidebar-nav">
4848
<li class="nav-title">Nav Title</li>
4949
<li class="nav-item">
50-
<a class="nav-link" href="#">
50+
<a class="nav-link active" href="#">
5151
<i class="nav-icon cil-speedometer"></i> Nav item
5252
</a>
5353
</li>
@@ -189,7 +189,7 @@ Change the appearance of sidebars with the `.sidebar-dark` class.
189189
<ul class="sidebar-nav">
190190
<li class="nav-title">Nav Title</li>
191191
<li class="nav-item">
192-
<a class="nav-link" href="#">
192+
<a class="nav-link active" href="#">
193193
<i class="nav-icon cil-speedometer"></i> Nav item
194194
</a>
195195
</li>

hugo.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ params:
5656
social_image_path: /assets/brand/coreui-social.jpg
5757
social_logo_path: /assets/brand/coreui-social-logo.png
5858

59-
current_version: "5.0.0-beta.2"
59+
current_version: "5.0.0-rc.0"
6060
current_version_pro: "5.0.0-beta.2"
61-
current_ruby_version: "5.0.0-beta.2"
61+
current_ruby_version: "5.0.0-rc.0"
6262
docs_version: "5.0"
6363
rfs_version: "9.0.3"
6464
github_org: "https://github.com/coreui/coreui"
@@ -70,8 +70,8 @@ params:
7070
icons: "https://coreui.io/icons/"
7171

7272
download:
73-
source: "https://github.com/coreui/coreui/archive/v5.0.0-beta.2.zip"
74-
dist: "https://github.com/coreui/coreui/releases/download/v5.0.0-beta.2/coreui-5.0.0-beta.2-dist.zip"
73+
source: "https://github.com/coreui/coreui/archive/v5.0.0-rc.0.zip"
74+
dist: "https://github.com/coreui/coreui/releases/download/v5.0.0-rc.0/coreui-5.0.0-rc.0-dist.zip"
7575
source_pro: "https://github.com/coreui/coreui-pro/archive/v5.0.0-beta.2.zip"
7676
dist_pro: "https://github.com/coreui/coreui-pro/releases/download/v5.0.0-beta.2/coreui-5.0.0-beta.2-dist.zip"
7777

@@ -80,14 +80,14 @@ params:
8080

8181
cdn:
8282
# See https://www.srihash.org for info on how to generate the hashes
83-
css: "https://cdn.jsdelivr.net/npm/@coreui/coreui@5.0.0-beta.2/dist/css/coreui.min.css"
84-
css_hash: "sha384-mjSyGFJ5Q8UD8NEdZut5CD5tg3rS/LQYgvGOj1iXfyOQtLISTH0ssGElZz44Lmw1"
85-
css_rtl: "https://cdn.jsdelivr.net/npm/@coreui/coreui@5.0.0-beta.2/dist/css/coreui.rtl.min.css"
86-
css_rtl_hash: "sha384-pyCGDDVsW17wMip6Nugv9QZBwUbBsMQhZqHp6Skx2gr7cD5O8QcXlFrI1HPvBmMD"
87-
js: "https://cdn.jsdelivr.net/npm/@coreui/coreui@5.0.0-beta.2/dist/js/coreui.min.js"
88-
js_hash: "sha384-Nqb4OHutRbYt7e5C5C44aLWdu8QwySia7f6F2gpB5Vb49QlQk305OLfPZOalPl76"
89-
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/coreui@5.0.0-beta.2/dist/js/coreui.bundle.min.js"
90-
js_bundle_hash: "sha384-htJSYdncDoQ9SSbhXvmJDvyUefAIka5VUQKxUEb5O0LaN5Osw5sfRwaWgLFgr1G8"
83+
css: "https://cdn.jsdelivr.net/npm/@coreui/coreui@5.0.0-rc.0/dist/css/coreui.min.css"
84+
css_hash: "sha384-/FoOwMQDZHR+AUn9Z0QeIGSKLStU7et6p5Nu9yXtI22ZOxRUP/jIvHXC6Yc1td51"
85+
css_rtl: "https://cdn.jsdelivr.net/npm/@coreui/coreui@5.0.0-rc.0/dist/css/coreui.rtl.min.css"
86+
css_rtl_hash: "sha384-pP7t4Ka9LbXh6N4LmDUvbb8fhW8lBJ94y6sePs+vEDu4Sa4z3AZKd8+kHGbmiR1K"
87+
js: "https://cdn.jsdelivr.net/npm/@coreui/coreui@5.0.0-rc.0/dist/js/coreui.min.js"
88+
js_hash: "sha384-UiGQQAN6YzylkWc1cJb7KqnxA2x0vZ2uejjLhxaPZ0ABS6S4UCj5Nvnvm3++B9A4"
89+
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/coreui@5.0.0-rc.0/dist/js/coreui.bundle.min.js"
90+
js_bundle_hash: "sha384-qXjqlUbjqDVgHEYmzo01s3cXbd0Ql27kwwuh8TSCmA4MhZnvUobU5aiTztV0YbpM"
9191
popper: "https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/umd/popper.min.js"
9292
popper_hash: "sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
9393
popper_esm: "https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.8/dist/esm/popper.min.js"

js/dist/base-component.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/dist/base-component.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/src/base-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { executeAfterTransition, getElement } from './util/index.js'
1717
* Constants
1818
*/
1919

20-
const VERSION = '5.0.0-beta.2'
20+
const VERSION = '5.0.0-rc.0'
2121

2222
/**
2323
* Class definition

0 commit comments

Comments
 (0)