Skip to content

Commit 8cb07ad

Browse files
committed
release: v5.10.0
1 parent 5a92143 commit 8cb07ad

Some content is hidden

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

70 files changed

+105
-105
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343

4444
Several quick start options are available:
4545

46-
- [Download the latest release](https://github.com/coreui/coreui-pro/archive/v5.9.0.zip)
46+
- [Download the latest release](https://github.com/coreui/coreui-pro/archive/v5.10.0.zip)
4747
- Clone the repo: `git clone https://github.com/coreui/coreui-pro.git`
4848
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/coreui-pro`
4949
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/coreui-pro`
50-
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui-pro:5.9.0`
50+
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui-pro:5.10.0`
5151

5252
Read the [Getting started page](https://coreui.io/docs/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
5353

Diff for: dist/js/bootstrap.bundle.js

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

Diff for: dist/js/bootstrap.bundle.js.map

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

Diff for: dist/js/bootstrap.bundle.min.js

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

Diff for: dist/js/bootstrap.bundle.min.js.map

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

Diff for: dist/js/bootstrap.esm.js

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

Diff for: dist/js/bootstrap.esm.js.map

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

Diff for: dist/js/bootstrap.esm.min.js

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

Diff for: dist/js/bootstrap.esm.min.js.map

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

Diff for: dist/js/bootstrap.js

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

Diff for: dist/js/bootstrap.js.map

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

Diff for: dist/js/bootstrap.min.js

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

Diff for: dist/js/bootstrap.min.js.map

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

Diff for: dist/js/coreui.bundle.js

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

Diff for: dist/js/coreui.bundle.js.map

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

Diff for: dist/js/coreui.bundle.min.js

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

Diff for: dist/js/coreui.bundle.min.js.map

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

Diff for: dist/js/coreui.esm.js

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

Diff for: dist/js/coreui.esm.js.map

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

Diff for: dist/js/coreui.esm.min.js

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

Diff for: dist/js/coreui.esm.min.js.map

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

Diff for: dist/js/coreui.js

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

Diff for: dist/js/coreui.js.map

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

Diff for: dist/js/coreui.min.js

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

Diff for: dist/js/coreui.min.js.map

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

Diff for: hugo.yml

+20-20
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ params:
6262
social_logo_path: /assets/brand/coreui-social-logo.png
6363

6464
current_version: "5.3.1"
65-
current_version_pro: "5.9.0"
65+
current_version_pro: "5.10.0"
6666
current_ruby_version: "5.3.1"
67-
docs_version: "5.9"
67+
docs_version: "5.10"
6868
rfs_version: "9.0.3"
6969
github_org: "https://github.com/coreui/coreui"
7070
repo: "https://github.com/coreui/coreui"
@@ -82,8 +82,8 @@ params:
8282
download:
8383
source: "https://github.com/coreui/coreui/archive/v5.3.1.zip"
8484
dist: "https://github.com/coreui/coreui/releases/download/v5.3.1/coreui-5.3.1-dist.zip"
85-
source_pro: "https://github.com/coreui/coreui-pro/archive/v5.9.0.zip"
86-
dist_pro: "https://github.com/coreui/coreui-pro/releases/download/v5.9.0/coreui-5.9.0-dist.zip"
85+
source_pro: "https://github.com/coreui/coreui-pro/archive/v5.10.0.zip"
86+
dist_pro: "https://github.com/coreui/coreui-pro/releases/download/v5.10.0/coreui-5.10.0-dist.zip"
8787

8888
download_template:
8989
website: "https://coreui.io/product/free-bootstrap-admin-template/"
@@ -113,24 +113,24 @@ params:
113113
js_bs_bundle_hash: "sha384-+BCVVYepeVZB2ejb1RVKb+0hoxtMs9CEjephXP6c6DV482N/m/hwq5FevVLVsETI"
114114

115115
cdn_pro:
116-
css_pro: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@5.9.0/dist/css/coreui.min.css"
117-
css_pro_hash: "sha384-Ve7hQpTs/xy/JZqnD4/SWFwF0wi2txt/YGb48ABl4PnkLahmKdTS0EMBgFX2v4Hr"
118-
css_pro_rtl: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@5.9.0/dist/css/coreui.rtl.min.css"
119-
css_pro_rtl_hash: "sha384-p9x4ABD+lFSqqwvbvPsdn4XfzjVwlINOHN2n1tKyFYzs3IwCvSPPS4YVCbnWha6T"
120-
js_pro: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@5.9.0/dist/js/coreui.min.js"
121-
js_pro_hash: "sha384-uu58DuQWNyuVL9VYhprc4NZLoyTtZ/Hr/kGkENB+hhKs8I5kVKsXpjeBFdhz0crc"
122-
js_pro_bundle: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@5.9.0/dist/js/coreui.bundle.min.js"
123-
js_pro_bundle_hash: "sha384-XdSQk/ZjKuv9tj9ytdSleLWzwx2LfqEmk1fS0MI6SdZvPSU+h+G09HaUNTEbR5m5"
116+
css_pro: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@5.10.0/dist/css/coreui.min.css"
117+
css_pro_hash: "sha384-iFYnumxmAfPWEvBBHVgQ1pcH7Bj9XLrhznQ6DpVFtF3dGwlEAqe4cmd4NY4cJALM"
118+
css_pro_rtl: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@5.10.0/dist/css/coreui.rtl.min.css"
119+
css_pro_rtl_hash: "sha384-X/JlHY1ZK4/GDGXIomdsE12vOvr9mAXrG6rpFumkrvyXY1QjADosdHYKpp6IvRhj"
120+
js_pro: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@5.10.0/dist/js/coreui.min.js"
121+
js_pro_hash: "sha384-humjD9K3JKNs28Z7E9JA0aCMIPJswRs7wfgY8y3Us4sxTzEFt6Dkjjw43GoY/B2x"
122+
js_pro_bundle: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@5.10.0/dist/js/coreui.bundle.min.js"
123+
js_pro_bundle_hash: "sha384-vaeoe43yarg/Wh3n+r4/PYyWggBr7VzI5l/1UeGOtIN4cgSvWlyBeZ7DlBEukNeq"
124124

125125
cdn_pro_themes:
126-
css_bs_pro: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@5.9.0/dist/css/themes/bootstrap/bootstrap.min.css"
127-
css_bs_pro_hash: "sha384-Ppwl8NlY+jyz585/OekF3/EAwLFWgFU72N4vM5qNM/0GjyKNhD9dweTmkj+WMGnn"
128-
css_bs_pro_rtl: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@5.9.0/dist/css/themes/bootstrap/bootstrap.rtl.min.css"
129-
css_bs_pro_rtl_hash: "sha384-o/su3VM8SQ2Tx7yoQXY6toVhiwse1au8y7AMqav05Mul/ov9Set/xew0bDFCUDx1"
130-
js_bs_pro: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@5.9.0/dist/js/bootstrap.min.js"
131-
js_bs_pro_hash: "sha384-Yj3i6Ah++JymsiuND5sGIgtjz4pc7QORcBjo+IxMCAi+22j+uZM3+VPh2AiYtgN+"
132-
js_bs_pro_bundle: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@5.9.0/dist/js/bootstrap.bundle.min.js"
133-
js_bs_pro_bundle_hash: "sha384-mld5gueu89rqWV3ncTRx5qNb5DGdul/cQ4/6xF+TKeIzmx9vt2EEbvBEYjCI3LMU"
126+
css_bs_pro: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@5.10.0/dist/css/themes/bootstrap/bootstrap.min.css"
127+
css_bs_pro_hash: "sha384-2LnUnf7AJpgkNE0KnVHc82sudpsr7Op3NuBMOtGlmKOXy/DRXAEEMpldRUMn6GVj"
128+
css_bs_pro_rtl: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@5.10.0/dist/css/themes/bootstrap/bootstrap.rtl.min.css"
129+
css_bs_pro_rtl_hash: "sha384-atCKN1slyCfDmevmAfhNAMUnQDRC7LxeF7Xg4ck0Q6T4yHX8Fl/v3tRvzno8R2LO"
130+
js_bs_pro: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@5.10.0/dist/js/bootstrap.min.js"
131+
js_bs_pro_hash: "sha384-RRMz1AY/jPDg4Z0ZedXsTGVqbnpMQOG8FJYkbnGCrMciYxRJGloJse9IVRrHYDVQ"
132+
js_bs_pro_bundle: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@5.10.0/dist/js/bootstrap.bundle.min.js"
133+
js_bs_pro_bundle_hash: "sha384-niNYYckQibt1N/4Vwtj/TLAamZiTtWORHyq6GKNha1Q7YgJUrCOUCW5MG+5GEJvD"
134134

135135
anchors:
136136
min: 2

Diff for: js/dist/alert.js

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

Diff for: js/dist/base-component.js

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

Diff for: js/dist/base-component.js.map

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

Diff for: js/dist/button.js

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

Diff for: js/dist/calendar.js

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

Diff for: js/dist/carousel.js

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

Diff for: js/dist/collapse.js

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

Diff for: js/dist/date-picker.js

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

Diff for: js/dist/date-range-picker.js

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

Diff for: js/dist/dom/data.js

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

Diff for: js/dist/dom/event-handler.js

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

0 commit comments

Comments
 (0)