Skip to content

Commit fc6a112

Browse files
committed
release: v4.2.4
1 parent 5990dd8 commit fc6a112

File tree

155 files changed

+327
-325
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

+327
-325
lines changed

CHANGELOG.md

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

3-
## [v4.2.3](https://github.com/coreui/coreui/compare/v4.1.5...v4.2.3)
3+
## [v4.2.4](https://github.com/coreui/coreui/compare/v4.1.5...v4.2.4)
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.3.zip)
46+
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.2.4.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.3"
58-
current_ruby_version: "4.2.3"
57+
current_version: "4.2.4"
58+
current_ruby_version: "4.2.4"
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.3.zip"
71-
dist: "https://github.com/coreui/coreui/releases/download/v4.2.3/coreui-4.2.3-dist.zip"
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"
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].3/dist/css/coreui.min.css"
79-
css_hash: "sha384-0xKGyRjYvEU0vQ4wX5tbF3M1sE3Ch0a1dc69UhfF5CEHgj+rirh2Id2WWpqh73M8"
80-
css_rtl: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].3/dist/css/coreui.rtl.min.css"
81-
css_rtl_hash: "sha384-Xp+Xl4ptjGevEaCJ5c17PsT7uzxWbFRJmFonz38e6QuISDmS0+QllI44KLledD5h"
82-
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].3/dist/js/coreui.min.js"
83-
js_hash: "sha384-9d8cW2q0ow7NLvASUYSxG+alqFw73AMPiqJlVbtyTVi6XGg5mXG4x68C3IoKf3D4"
84-
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].3/dist/js/coreui.bundle.min.js"
85-
js_bundle_hash: "sha384-+qil+L2EMmuDxYzKd49+RDkqT1NGoWeTzDz1MFUGqzsTrjb6ZLVufjpECjF5cctX"
78+
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].4/dist/css/coreui.min.css"
79+
css_hash: "sha384-xSyvfN8PJimLhlxiQHc2KC+YHgV0qJpr3zVccSQqHZcICy4GBxMFkFdtDAy3/N44"
80+
css_rtl: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].4/dist/css/coreui.rtl.min.css"
81+
css_rtl_hash: "sha384-a5VQJhcH0QxZkTD3Tov8HHT1dC67y5mPi4A7b0vUsCFmc/BG1A4toX5kCciRHvVI"
82+
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].4/dist/js/coreui.min.js"
83+
js_hash: "sha384-WHvSDZaDrlwCuVIrspLiBNuVEpwuRqYA8gBwBQXNSO8y4q3tUcP2HJ74ixDbaN0d"
84+
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].4/dist/js/coreui.bundle.min.js"
85+
js_bundle_hash: "sha384-xRP7Wu8WAVfL2gQin33Prg2mTtZD6bDu5dv1DAUxZpS+P8BDEXGw6DaYQQQ9C9CL"
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

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

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

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

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

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

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

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

dist/css/coreui-reboot.rtl.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.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-utilities.css

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

dist/css/coreui-utilities.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-utilities.min.css

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

dist/css/coreui-utilities.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-utilities.rtl.css

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

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

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

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

dist/css/coreui.css

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

dist/css/coreui.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.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.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.rtl.css

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

dist/css/coreui.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.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.rtl.min.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)