Skip to content

Commit 6948ddb

Browse files
committed
release: 4.3.0-alpha.0
1 parent ad77b9d commit 6948ddb

File tree

107 files changed

+8841
-3364
lines changed

Some content is hidden

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

107 files changed

+8841
-3364
lines changed

README.md

Lines changed: 1 addition & 1 deletion
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.6.zip)
46+
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.3.0-alpha.0.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

Lines changed: 13 additions & 13 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.6"
58-
current_ruby_version: "4.2.6"
57+
current_version: "4.3.0-alpha.0"
58+
current_ruby_version: "4.3.0-alpha.0"
5959
docs_version: "4.1"
6060
rfs_version: "9.0.3"
6161
github_org: "https://github.com/coreui/coreui"
@@ -67,24 +67,24 @@ params:
6767
icons: "https://icons.coreui.io/"
6868

6969
download:
70-
source: "https://github.com/coreui/coreui/archive/v4.2.6.zip"
71-
dist: "https://github.com/coreui/coreui/releases/download/v4.2.6/coreui-4.2.6-dist.zip"
70+
source: "https://github.com/coreui/coreui/archive/v4.3.0-alpha.0.zip"
71+
dist: "https://github.com/coreui/coreui/releases/download/v4.3.0-alpha.0/coreui-4.3.0-alpha.0-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/coreui@4.2.6/dist/css/coreui.min.css"
79-
css_hash: "sha384-aDYjet8+3D1zE9FwvXAZGj/ValcG1CpTh2JStsGO9qAOWQKIlwrRF2zlau3NtEW6"
80-
css_rtl: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.2.6/dist/css/coreui.rtl.min.css"
81-
css_rtl_hash: "sha384-TmaP/Hx3htA3zM9hV9rL5Vimgt0LA14ZSBOx5kykS/ifU61qZ/i1WbKB1kFsvM+u"
82-
js: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.2.6/dist/js/coreui.min.js"
83-
js_hash: "sha384-7z/8kRsWn+JzUhcmd/7if4xTkhFHSa91GbgPGNPuOACOF6hhbxLeSAX0OhEy5ug9"
84-
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.2.6/dist/js/coreui.bundle.min.js"
85-
js_bundle_hash: "sha384-J90s3AWCoKGcK4pNZC9vcTdx9Qpy6AySGN9dsRnCSX/UtQlYwEvZ5W09yowP0ICe"
78+
css: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.3.0-alpha.0/dist/css/coreui.min.css"
79+
css_hash: "sha384-MfiafU8FNerl5tlunB5f6iMEGJ3KrqJga0zkA9OPWzKR8W6UenHgZI4SdfNjn8zL"
80+
css_rtl: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.3.0-alpha.0/dist/css/coreui.rtl.min.css"
81+
css_rtl_hash: "sha384-hPTUjiP+oWx8ltR+9wiZKFGf3BU0nuOsXJmrsgTfZQowgW9k0wtjgDJVCDtHOoUl"
82+
js: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.3.0-alpha.0/dist/js/coreui.min.js"
83+
js_hash: "sha384-SNBINhaW16aFRorhuZgq6f2m9//dBqdXtCIYH828JLS9m/DkGi9K3xoQzGkZeWxb"
84+
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.3.0-alpha.0/dist/js/coreui.bundle.min.js"
85+
js_bundle_hash: "sha384-4rXehlv2uFB3REIcn+690wKP8X6f8/p7Y+fr+C/N1ZTZ7FuSBdjRKGeSQQgBy7zO"
8686
popper: "https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.5/dist/umd/popper.min.js"
87-
popper_hash: "sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3"
87+
popper_hash: "sha384-zYPOMqeu1DAVkHiLqWBUTcbYfZ8osu1Nd6Z89ify25QV9guujx43ITvfi12/QExE"
8888

8989
anchors:
9090
min: 2

dist/css/coreui-grid.css

Lines changed: 36 additions & 83 deletions
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: 4 additions & 6 deletions
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)