Skip to content

Commit 935bbab

Browse files
committed
release: v4.0.0-alpha.1
1 parent 9c5f98a commit 935bbab

Some content is hidden

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

77 files changed

+14843
-406
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-alpha.0.zip)
44+
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.0.0-alpha.1.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.0`
48+
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:4.0.0-alpha.1`
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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ params:
6464

6565
cdn:
6666
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/css/coreui.min.css"
67-
css_hash: "sha384-Rxg5cYTZqXcMAFzxa3dkLGYBjDVqg/w6Xg8x8sJoW4gxhhcGHbvTZ5S99kJ8NokU"
67+
css_hash: "sha384-SioVlhqDfohZs0yvVVrzGw+diDZpksfDLOVEi9+aVygeysugUIn4ZhURCPazThIe"
6868
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/coreui.rtl.min.css"
69-
css_rtl_hash: "sha384-OkY56leSb/dcwfOPXfjmD/6eTguTFY42H/XLzYrykzc9DsUgytcACdtG4vLFdNv+"
69+
css_rtl_hash: "sha384-eeaOE0J/T7Hra8Lt14DptalSBgBbMzA1vXHLwbsHL7aavNwu1ADkumHiH4mdVVy2"
7070
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/js/coreui.min.js"
71-
js_hash: "sha384-auMQVU9h2wHVjeICVw06fZd/Bwu89wUtkbfvQdFUVKmdFyKmJno12PpjJdiyKXjj"
71+
js_hash: "sha384-Xp3Ya0jjKuch8vFoNIlmzE5w8uiRRC6C2/yUBbageWoRoWL40V+ikQpJT6f/4JZI"
7272
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/js/coreui.bundle.min.js"
73-
js_bundle_hash: "sha384-QhgYN4WY6/5h5VonldJJYUyvf2UPweJFd7leRtB7uSm3sisWLYKpDrwfk9Kvj+C9"
73+
js_bundle_hash: "sha384-GGu38SDX+hEJN1ajifNnCWv188r3j0w3JllK6TK2A90aFotRDkUJUZu7ms/hRUp0"
7474
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
7575
popper_hash: "sha384-q2kxQ16AaE6UbzuKqyBE9/u/KzioAlnx2maXQHiDX9d4/zp8Ok3f+M7DPm+Ib6IU"

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