Skip to content

Commit 7a8da6b

Browse files
committed
release: v4.3.0-beta.0
1 parent 4110694 commit 7a8da6b

File tree

156 files changed

+537
-474
lines changed

Some content is hidden

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

156 files changed

+537
-474
lines changed

README.md

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

4444
Several quick start options are available:
4545

46-
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.2.1.zip)
46+
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.3.0-beta.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`
50-
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:4.2.1`
50+
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:4.3.0-beta.0`
5151

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

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.1"
58-
current_ruby_version: "4.2.1"
57+
current_version: "4.3.0-beta.0"
58+
current_ruby_version: "4.3.0-beta.0"
5959
docs_version: "4.2"
6060
rfs_version: "9.0.3"
6161
github_org: "https://github.com/coreui"
@@ -67,18 +67,18 @@ params:
6767
icons: "https://icons.coreui.io/"
6868

6969
download:
70-
source: "https://github.com/coreui/coreui-pro/archive/v4.2.1.zip"
71-
dist: "https://github.com/coreui/coreui-pro/releases/download/v4.2.1/coreui-4.2.1-dist.zip"
70+
source: "https://github.com/coreui/coreui-pro/archive/v4.3.0-beta.0.zip"
71+
dist: "https://github.com/coreui/coreui-pro/releases/download/v4.3.0-beta.0/coreui-4.3.0-beta.0-dist.zip"
7272

7373
cdn:
7474
# See https://www.srihash.org for info on how to generate the hashes
75-
css: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@4.2.1/dist/css/coreui.min.css"
76-
css_hash: "sha384-q0Ja96GxuKqNEh7KDLa79pu47abmS0a2pZpPREKd5ZPlutD+GEJI/Jhe5SXkr5mr"
77-
css_rtl: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@4.2.1/dist/css/coreui.rtl.min.css"
78-
css_rtl_hash: "sha384-lWtBKdsf+TSW4U+aNdCFdoq25QG0GUbtYkK6L8V7sVZrl5lh6DbT3A+9G/7WFsrz"
79-
js: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@4.2.1/dist/js/coreui.min.js"
80-
js_hash: "sha384-FI3ZcGr5XHHHMfE5DC/gMVe03mmQB8MxeP3No4FUxOrL3a9qvDedrviBTkX+qHtz"
81-
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@4.2.1/dist/js/coreui.bundle.min.js"
82-
js_bundle_hash: "sha384-buYULMZH2OycNNKg+mmxa2waaFcciDgcA0Gd8CBDU+/Afub3TONdYMWYN0AgLuLS"
75+
css: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@4.3.0-beta.0/dist/css/coreui.min.css"
76+
css_hash: "sha384-kny/YzE6QVHYlIB8FcqlzSGcQ8mOZCxkX7WGuvtP5U10pt9XRN+aDdYwHqL+k2cR"
77+
css_rtl: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@4.3.0-beta.0/dist/css/coreui.rtl.min.css"
78+
css_rtl_hash: "sha384-wKYA3XE8Ij2jkZjWq30rutd5BQr/p4LvcmqpeMn37pHVca7h2GoXlcltIMRVEnXc"
79+
js: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@4.3.0-beta.0/dist/js/coreui.min.js"
80+
js_hash: "sha384-e0s+7iN6hrKsmDgBT8JD6kRftdxn9VJXfnWaEm+EmY0cVns0A5SoZdonweAq0CtA"
81+
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/coreui-pro@4.3.0-beta.0/dist/js/coreui.bundle.min.js"
82+
js_bundle_hash: "sha384-S/LlYnbXR1v5OxK3uByWi4CuAYlql6K2Emysrr3GRcV88It1Q8ggYxIDU9K2r9gb"
8383
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
8484
popper_hash: "sha384-Xe+8cL9oJa6tN/veChSP7q+mnSPaj5Bcu9mPX5F5xIGE0DVittaqT5lorf0EI7Vk"

dist/css/bootstrap-reboot.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/bootstrap-reboot.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.css

Lines changed: 2 additions & 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.

0 commit comments

Comments
 (0)