Skip to content

Commit bf05e3b

Browse files
committed
release: v4.2.5
1 parent c1a7f80 commit bf05e3b

File tree

155 files changed

+598
-677
lines changed

Some content is hidden

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

155 files changed

+598
-677
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [v4.2.4](https://github.com/coreui/coreui/compare/v4.1.5...v4.2.4)
3+
## [v4.2.5](https://github.com/coreui/coreui/compare/v4.1.5...v4.2.5)
44

55
> 9 June 2022
66

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343

4444
Several quick start options are available:
4545

46-
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.2.4.zip)
46+
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.2.5.zip)
4747
- Clone the repo: `git clone https://github.com/coreui/coreui.git`
4848
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/coreui`
4949
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/coreui`

config.yml

+12-12
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ params:
5454
social_image_path: /assets/brand/coreui-social.jpg
5555
social_logo_path: /assets/brand/coreui-social-logo.png
5656

57-
current_version: "4.2.4"
58-
current_ruby_version: "4.2.4"
57+
current_version: "4.2.5"
58+
current_ruby_version: "4.2.5"
5959
docs_version: "4.1"
6060
rfs_version: "9.0.3"
6161
github_org: "https://github.com/coreui/coreui"
@@ -67,21 +67,21 @@ params:
6767
icons: "https://icons.coreui.io/"
6868

6969
download:
70-
source: "https://github.com/coreui/coreui/archive/v4.2.4.zip"
71-
dist: "https://github.com/coreui/coreui/releases/download/v4.2.4/coreui-4.2.4-dist.zip"
70+
source: "https://github.com/coreui/coreui/archive/v4.2.5.zip"
71+
dist: "https://github.com/coreui/coreui/releases/download/v4.2.5/coreui-4.2.5-dist.zip"
7272

7373
download_template:
7474
website: "https://coreui.io/product/free-bootstrap-admin-template/"
7575

7676
cdn:
7777
# See https://www.srihash.org for info on how to generate the hashes
78-
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].4/dist/css/coreui.min.css"
79-
css_hash: "sha384-PEo/NAKJEN318LeDvYUzENW9J05vrbldkVc8xOWwrQujVv1nuRcTXfVbH8axvSNk"
80-
css_rtl: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].4/dist/css/coreui.rtl.min.css"
81-
css_rtl_hash: "sha384-Bqf/KsKKm1lO23SM0zVyg6p2lGyrXX8CQwc+/981hPnR5mLGUqA5KuhFryCtyWz0"
82-
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].4/dist/js/coreui.min.js"
83-
js_hash: "sha384-qVaUi0julBP4h0s04mnrTlvDtEOEV4Y7Qha1dxyAeRTV87JfHb6RGCdJP0vue7/6"
84-
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].4/dist/js/coreui.bundle.min.js"
85-
js_bundle_hash: "sha384-XnSpd7G8ncnmaNrhAS8dlJjDQYu+PgdHUELHmKwWkH8NfvjcbRZV99kucyeq2y29"
78+
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].5/dist/css/coreui.min.css"
79+
css_hash: "sha384-CZod+PTphWjSg11TuyrMLLFMGiToc+hTH1Um/1rb0KR6jxdQHxhfckbcUDiMXhZA"
80+
css_rtl: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].5/dist/css/coreui.rtl.min.css"
81+
css_rtl_hash: "sha384-PuErlXN22c70OMhZjz8oOI4YksBVte4AOyDALzAmO614SWPh9sOLHb9rvyKE+pZQ"
82+
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].5/dist/js/coreui.min.js"
83+
js_hash: "sha384-6HkTTXrP/ElLxC7iXMqXBpi4oDFUxG1ffkuO06eGEyfDx1QspWmOBtZwzWPM3fHX"
84+
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].5/dist/js/coreui.bundle.min.js"
85+
js_bundle_hash: "sha384-GAxN3MzRjTYCjW6ZYcpBLbZdaKFLKF/Yl8lixmYFvvWFy7/AT0ehR9oxltcpKuor"
8686
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
8787
popper_hash: "sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3"

dist/css/coreui-grid.css

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

dist/css/coreui-grid.css.map

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

dist/css/coreui-grid.min.css

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

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

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

dist/css/coreui-grid.rtl.css

+9-2
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

+1-1
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

+3-3
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

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

dist/css/coreui-reboot.css

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

dist/css/coreui-reboot.css.map

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

dist/css/coreui-reboot.min.css

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

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

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

dist/css/coreui-reboot.rtl.css

+9-2
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

+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)