Skip to content

Commit 724e43c

Browse files
committed
release: v4.0.0-rc.3
1 parent 7e96b19 commit 724e43c

File tree

113 files changed

+242
-276
lines changed

Some content is hidden

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

113 files changed

+242
-276
lines changed

README.md

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

4242
Several quick start options are available:
4343

44-
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.0.0-rc.2.zip)
44+
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.0.0-rc.3.zip)
4545
- Clone the repo: `git clone https://github.com/coreui/coreui.git`
4646
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/coreui@next`
4747
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/coreui@next`
48-
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:4.0.0-rc.2`
48+
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:4.0.0-rc.3`
4949

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

config.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ params:
4747
social_image_path: /4.0/assets/brand/coreui-social.jpg
4848
social_logo_path: /4.0/assets/brand/coreui-social-logo.png
4949

50-
current_version: "4.0.0-rc.2"
51-
current_ruby_version: "4.0.0-rc.2"
50+
current_version: "4.0.0-rc.3"
51+
current_ruby_version: "4.0.0-rc.3"
5252
docs_version: "4.0"
5353
rfs_version: "9.0.3"
5454
github_org: "https://github.com/coreui"
@@ -59,18 +59,18 @@ params:
5959
icons: "https://icons.coreui.io/"
6060

6161
download:
62-
source: "https://github.com/coreui/coreui/archive/v4.0.0-rc.2.zip"
63-
dist: "https://github.com/coreui/coreui/releases/download/v4.0.0-rc.2/coreui-4.0.0-rc.2-dist.zip"
62+
source: "https://github.com/coreui/coreui/archive/v4.0.0-rc.3.zip"
63+
dist: "https://github.com/coreui/coreui/releases/download/v4.0.0-rc.3/coreui-4.0.0-rc.3-dist.zip"
6464

6565
cdn:
6666
# See https://www.srihash.org for info on how to generate the hashes
67-
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].2/dist/css/coreui.min.css"
68-
css_hash: "sha384-jRax/MdKOoKXHm6HW+DcBxcgVlXIwq7d4OKMFzcfEqxP8cshFiJ74RHwJvSguvCt"
69-
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/coreui.rtl.min.css"
70-
css_rtl_hash: "sha384-MXhgHUn6oqX7Zboek+2eQyPJgHcWqbzKPyFfHr/HdUU3L17mNWlrVNqVFZbA0C/q"
71-
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].2/dist/js/coreui.min.js"
72-
js_hash: "sha384-z/rzpadjUQk6t0NcsG3lCrcaa7yRi6HZPwNsfWH6rdR9c+VhrVODJuuOmyHSBN3z"
73-
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].2/dist/js/coreui.bundle.min.js"
74-
js_bundle_hash: "sha384-aZy2Ie3SfwpNg6y9wE1G7xIvXgOUfUQ7Yuh9cu1kT4vVz3LxPITOTvywPu6wlTDQ"
67+
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].3/dist/css/coreui.min.css"
68+
css_hash: "sha384-UGLMSla1D6BDqCBDzUuNnkNDzv9OfXtB4DX9M5ZjdmJC80Ufo1AArwvhnlYbL7Pg"
69+
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].3/dist/css/coreui.rtl.min.css"
70+
css_rtl_hash: "sha384-a1q6Vg0oGf7BUb1zS8ZeYfofgTMcc1Lje+BDcV3OptkLHJdXHd4exp3QF8f0WWni"
71+
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].3/dist/js/coreui.min.js"
72+
js_hash: "sha384-0fFCFpxiMIPxVVbFuTW3xjnK5ghbT1rPZzJdKm92m+29WOb0+gL+lTvwd06v1/HF"
73+
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].3/dist/js/coreui.bundle.min.js"
74+
js_bundle_hash: "sha384-cE+F0QOP8hWn9etykBGTmWyoVbRG/YW9RFtiUvzi1aZ29E5irGHo2kWxDg1Jd08e"
7575
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
7676
popper_hash: "sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"

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)