Skip to content

Commit d45541b

Browse files
committed
release: v4.0.4
1 parent 428433f commit d45541b

File tree

120 files changed

+701
-689
lines changed

Some content is hidden

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

120 files changed

+701
-689
lines changed

CHANGELOG.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33
<!-- auto-changelog-above -->
4-
## [v4.0.3-alpha.4](https://github.com/coreui/coreui/compare/v4.0.3-alpha.3...v4.0.3-alpha.4)
4+
## [v4.0.4-alpha.4](https://github.com/coreui/coreui/compare/v4.0.4-alpha.3...v4.0.4-alpha.4)
55

66
> 22 March 2021
77
@@ -15,7 +15,7 @@
1515
- refactor: change `background` to `bg` [`6c32a05`](https://github.com/coreui/coreui/commit/6c32a05d759de9570bea3cc53c75d13a42efdbce)
1616
- refactor(Utilities): update generator [`6839124`](https://github.com/coreui/coreui/commit/68391246b2a2e003d8d4e928386c15638ed90128)
1717

18-
## [v4.0.3-alpha.3](https://github.com/coreui/coreui/compare/v4.0.3-alpha.2...v4.0.3-alpha.3)
18+
## [v4.0.4-alpha.3](https://github.com/coreui/coreui/compare/v4.0.4-alpha.2...v4.0.4-alpha.3)
1919

2020
> 19 March 2021
2121
@@ -54,7 +54,7 @@
5454
- refactor: disable RTL by default [`58c153f`](https://github.com/coreui/coreui/commit/58c153ffa99c054c938ee680af518804b416d885)
5555
- refactor: change `--#{$variable-prefix}alert-bg` to `--#{$variable-prefix}alert-background` [`1b8f9e7`](https://github.com/coreui/coreui/commit/1b8f9e71dfc2da45b64008207d5b91f72f8c8ee3)
5656

57-
## [v4.0.3-alpha.2](https://github.com/coreui/coreui/compare/v4.0.3-alpha.1...v4.0.3-alpha.2)
57+
## [v4.0.4-alpha.2](https://github.com/coreui/coreui/compare/v4.0.4-alpha.1...v4.0.4-alpha.2)
5858

5959
> 19 March 2021
6060
@@ -89,7 +89,7 @@
8989
- refactor: rename `_sidebarInterface` to `sidebarInterface` [`993069d`](https://github.com/coreui/coreui/commit/993069deef08f349a0e4092c36f9dfb4fa953a80)
9090
- refactor: add CSS Variables [`b823216`](https://github.com/coreui/coreui/commit/b823216f9e0c74fa18c2854b7eafcb3014422bf3)
9191

92-
## [v4.0.3-alpha.1](https://github.com/coreui/coreui/compare/v4.0.3-alpha.0...v4.0.3-alpha.1)
92+
## [v4.0.4-alpha.1](https://github.com/coreui/coreui/compare/v4.0.4-alpha.0...v4.0.4-alpha.1)
9393

9494
> 17 January 2021
9595

README.md

+2-2
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.3.zip)
44+
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.0.4.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`
4747
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/coreui`
48-
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:4.0.3`
48+
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:4.0.4`
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

+12-12
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.3"
51-
current_ruby_version: "4.0.3"
50+
current_version: "4.0.4"
51+
current_ruby_version: "4.0.4"
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.3.zip"
63-
dist: "https://github.com/coreui/coreui/releases/download/v4.0.3/coreui-4.0.3-dist.zip"
62+
source: "https://github.com/coreui/coreui/archive/v4.0.4.zip"
63+
dist: "https://github.com/coreui/coreui/releases/download/v4.0.4/coreui-4.0.4-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/coreui@4.0.3/dist/css/coreui.min.css"
68-
css_hash: "sha384-vG5pwAH63TMfnIplZkih8iaEyVI2isgvS6sWg7DOW0rXYeF89XOblOh/0EvsnP1X"
69-
css_rtl: "https://cdn.jsdelivr.net/npm/coreui@4.0.3/dist/css/coreui.rtl.min.css"
70-
css_rtl_hash: "sha384-E8evvROTle0BDVjyCp4x0o8ZNBoUKOPm1IJRHoFdbMhF6Bf7fVmKsEfttS7ZfKSI"
71-
js: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.0.3/dist/js/coreui.min.js"
72-
js_hash: "sha384-KX4skdrGsSAH7RtuUgcyis7N+SZcp6/7nhEgCEbywKdvGzip+RZxaxQRONMRxQow"
73-
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.0.3/dist/js/coreui.bundle.min.js"
74-
js_bundle_hash: "sha384-48mjpThYfYG1nJRyyMAvJ5mnGJCG7D+MTDf/7E+gxTGvMg1Qk5Js8CLQG+ZyF5VV"
67+
css: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.0.4/dist/css/coreui.min.css"
68+
css_hash: "sha384-3kr/BkKE9b9xSLiv3JS5fIec31WfbwnBkMy+OSBErKMjf8qc27rkWCBu00JOTTY+"
69+
css_rtl: "https://cdn.jsdelivr.net/npm/coreui@4.0.4/dist/css/coreui.rtl.min.css"
70+
css_rtl_hash: "sha384-rFt588bihRLYbLu+mUHw0PYuMvJ+Ewh9MHRBvlL6srzUByopuzsieWkPAY3rgZjB"
71+
js: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.0.4/dist/js/coreui.min.js"
72+
js_hash: "sha384-rkehC6cJS+5qIHrYVkrPoJS9JWoJ3D1pGMdmZqiRKJ/Xa+Bu16qRUo00syXaSR3C"
73+
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/coreui@4.0.4/dist/js/coreui.bundle.min.js"
74+
js_bundle_hash: "sha384-yqqrndQYY7iErGwIJAjK29cXiC0BqZ96P+hwvQcyR114ZyDLP5e82pL7uvQhS9W7"
7575
popper: "https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
7676
popper_hash: "sha384-W8fXfP3gkOKtndU4JGtKDvXbO53Wy8SZCQHczT5FMiiqmQfUpWbYdTil/SxwZgAN"

dist/css/coreui-grid.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.min.css

+1-1
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-grid.rtl.css

+2-2
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

+1-1
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

+2-2
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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.rtl.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.rtl.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.rtl.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-reboot.rtl.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-utilities.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-utilities.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-utilities.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-utilities.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-utilities.rtl.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-utilities.rtl.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-utilities.rtl.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui-utilities.rtl.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.css

+35-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.min.css

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/css/coreui.min.css.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)