Skip to content

Commit 24063f9

Browse files
committed
release: v4.2.0-rc.0
1 parent 3a20004 commit 24063f9

File tree

126 files changed

+480
-349
lines changed

Some content is hidden

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

126 files changed

+480
-349
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939

4040
Several quick start options are available:
4141

42-
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.2.0-beta.2.zip)
42+
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.2.0-rc.0.zip)
4343
- Clone the repo: `git clone https://github.com/coreui/coreui.git`
4444
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/coreui`
4545
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/coreui`
46-
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:4.2.0-beta.2`
46+
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:4.2.0-rc.0`
4747

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

config.yml

Lines changed: 12 additions & 12 deletions
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.0-beta.2"
58-
current_ruby_version: "4.2.0-beta.2"
57+
current_version: "4.2.0-rc.0"
58+
current_ruby_version: "4.2.0-rc.0"
5959
docs_version: "4.1"
6060
rfs_version: "9.0.3"
6161
github_org: "https://github.com/coreui"
@@ -66,18 +66,18 @@ params:
6666
icons: "https://icons.coreui.io/"
6767

6868
download:
69-
source: "https://github.com/coreui/coreui/archive/v4.2.0-beta.2.zip"
70-
dist: "https://github.com/coreui/coreui/releases/download/v4.2.0-beta.2/coreui-4.2.0-beta.2-dist.zip"
69+
source: "https://github.com/coreui/coreui/archive/v4.2.0-rc.0.zip"
70+
dist: "https://github.com/coreui/coreui/releases/download/v4.2.0-rc.0/coreui-4.2.0-rc.0-dist.zip"
7171

7272
cdn:
7373
# See https://www.srihash.org for info on how to generate the hashes
74-
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]beta.2/dist/css/coreui.min.css"
75-
css_hash: "sha384-Isn1JmPXxOAg6u3/2pbRNvuJn0WBwX1MC++OvkW1w3FdmPqTlWF+XQBms/SMO3IN"
76-
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected]beta.2/dist/css/coreui.rtl.min.css"
77-
css_rtl_hash: "sha384-5t2+KYFkgjQEZHDheL0nIN41rrMfSYWJovvNFw90LR6BXAYok8aU3cgwOgu7TkgX"
78-
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]beta.2/dist/js/coreui.min.js"
79-
js_hash: "sha384-01OQ3lEuEhtGrOArkZA1eJaPmOFxR7Hqepyu4NSMQ0242/n/gCEIaxMA4Vu0oy0R"
80-
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]beta.2/dist/js/coreui.bundle.min.js"
81-
js_bundle_hash: "sha384-dkvg5O7Fay6StUX6LWpjjOUbV8P+TRYVS3dvxBrj0wFY/RxiToiFDOPN8D3vv85W"
74+
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]rc.0/dist/css/coreui.min.css"
75+
css_hash: "sha384-rbGPmoEBxpcTS0VfPEDNnkHpMcbd/OWjjMTaHLir/8kNtcbI8wrej/B+fPMjgPq5"
76+
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected]rc.0/dist/css/coreui.rtl.min.css"
77+
css_rtl_hash: "sha384-ZFAfOP1e0hYGB/kJP/NvIUFJKmnXV7r//H/cP2XFfrKzESpIx7H322uyoteN67IP"
78+
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]rc.0/dist/js/coreui.min.js"
79+
js_hash: "sha384-0Kcz70AypBIu8MbimeoHNtASVstdkXoPyWi8hdEJYtbLoG8nSSW58Y8Irv21oN/B"
80+
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]rc.0/dist/js/coreui.bundle.min.js"
81+
js_bundle_hash: "sha384-SATMG9ltWJxF+vkTS5uQWaWEKzezbxd5FsHE9jG4+2pZ8G2PhW/wHeaj1+BC9J2X"
8282
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
8383
popper_hash: "sha384-q9CRHqZndzlxGLOj+xrdLDJa9ittGte1NksRmgJKeCV9DrM7Kz868XYqsKWPpAmn"

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

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

0 commit comments

Comments
 (0)