Skip to content

Commit 74e41ac

Browse files
committed
release: Ship v4.0.0-alpha.3
1 parent 35c3cae commit 74e41ac

File tree

115 files changed

+4325
-3022
lines changed

Some content is hidden

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

115 files changed

+4325
-3022
lines changed

CHANGELOG.md

Lines changed: 1723 additions & 0 deletions
Large diffs are not rendered by default.

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-alpha.2.zip)
44+
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.0.0-alpha.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-alpha.2`
48+
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:4.0.0-alpha.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-alpha.2"
51-
current_ruby_version: "4.0.0-alpha.2"
50+
current_version: "4.0.0-alpha.3"
51+
current_ruby_version: "4.0.0-alpha.3"
5252
docs_version: "4.0"
5353
rfs_version: "9.0.3"
5454
github_org: "https://github.com/coreui"
@@ -59,17 +59,17 @@ params:
5959
icons: "https://icons.coreui.io/"
6060

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

6565
cdn:
66-
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].2/dist/css/coreui.min.css"
67-
css_hash: "sha384-hL+L9PKJVU/F+J2QBQ1HRgTGTrScDU0YiRBd79FqMtF6A9Q4xrgIpGz/S0Bd5kIr"
68-
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].2/dist/css/coreui.rtl.min.css"
69-
css_rtl_hash: "sha384-VkJInvIT6LQ4K+s3rHSt3rtD3Vohgmrhqgs5NA8TbDYQpJjuuLsNqWLFOpSk5LQG"
70-
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].2/dist/js/coreui.min.js"
71-
js_hash: "sha384-140mv1O8hO2dMsZA9L3+U6PSqdx1/Ev6PfbDUxpUSCQ8lA91kZ6HmV/T3yz4gAIN"
72-
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].2/dist/js/coreui.bundle.min.js"
73-
js_bundle_hash: "sha384-Feli9IkxVnEtu5QziT6QmtZbnOfbTsiaHtX5+sLtHs3y6ystCozQ3btsf5BmATvR"
66+
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].3/dist/css/coreui.min.css"
67+
css_hash: "sha384-1OzM0xuZ2+vwv0HCsz4CVa+qURRpsuaXsH8NoyulqmWfdEC/yFZwpvnf7dq4+QJ/"
68+
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].3/dist/css/coreui.rtl.min.css"
69+
css_rtl_hash: "sha384-LkXDdYCdlOz0/da3BntY6ffDhCJj4T6D0iUcoeHpiUOP9Jv06yqfzOGyHOubZy+g"
70+
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].3/dist/js/coreui.min.js"
71+
js_hash: "sha384-Y1KxpwMe9yL1HyI13hZe/8UImxZX08ss9/WjXc5PeMFpPzvLOgdIp5fh0LRf4dy2"
72+
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].3/dist/js/coreui.bundle.min.js"
73+
js_bundle_hash: "sha384-rvB6A6RvkuUVLkdNjB1Nag2N/TzDHnd6sgPeVjDn8RfasT5/JJaUA0D+GvEwNQyU"
7474
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
7575
popper_hash: "sha384-EOlc5FUOsy7obkrpNXqD9DtrephzQpK7DXijDIKexeJT0qfn4dZ7GDid8suWuQHq"

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.

0 commit comments

Comments
 (0)