Skip to content

Commit 14bfc55

Browse files
committed
Merge branch 'main' into dev
2 parents 5eb618e + 8a00c7c commit 14bfc55

File tree

144 files changed

+267
-495
lines changed

Some content is hidden

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

144 files changed

+267
-495
lines changed

.bundlewatch.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
],
6060
"ci": {
6161
"trackBranches": [
62-
"v4-dev"
62+
"main"
6363
]
6464
}
6565
}

.github/CODEOWNERS

Lines changed: 0 additions & 3 deletions
This file was deleted.

.github/SUPPORT.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@ See the [contributing guidelines](CONTRIBUTING.md) for sharing bug reports.
66

77
For general troubleshooting or help getting started:
88

9-
- Join [the official Slack room](https://bootstrap-slack.herokuapp.com/).
10-
- Chat with fellow Bootstrappers in IRC. On the `irc.libera.chat` server, in the `#bootstrap` channel.
11-
- Ask and explore Stack Overflow with the [`bootstrap-5`](https://stackoverflow.com/questions/tagged/bootstrap-5) tag.
9+
- Join [the official community](https://community.coreui.io/).
10+
- Ask and explore Stack Overflow with the [`coreui`](https://stackoverflow.com/questions/tagged/coreui) tag.

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ updates:
99
timezone: Europe/Athens
1010
open-pull-requests-limit: 10
1111
reviewers:
12-
- XhmikosR
12+
- mrholek
1313
labels:
1414
- dependencies
15-
- v5
15+
- v4
1616
versioning-strategy: increase
1717
rebase-strategy: disabled
1818
- package-ecosystem: "github-actions"

.github/workflows/browserstack.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ on:
44
push:
55
branches:
66
- main
7-
- v4-dev
7+
- main
88
- "!dependabot/**"
99
pull_request:
1010
# The branches below must be a subset of the branches above
1111
branches:
1212
- main
13-
- v4-dev
13+
- main
1414
- "!dependabot/**"
1515
schedule:
1616
- cron: "0 2 * * 5"

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe
3434

3535
## Enforcement
3636

37-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at [email protected]. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
3838

3939
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
4040

README.md

Lines changed: 13 additions & 13 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-rc.5.zip)
44+
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.0.0.zip)
4545
- Clone the repo: `git clone https://github.com/coreui/coreui.git`
46-
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/coreui@next`
47-
- 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-rc.5`
46+
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/coreui`
47+
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/coreui`
48+
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:4.0.0`
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

@@ -57,11 +57,11 @@ Read the [Getting started page](https://coreui.io/docs/4.0/getting-started/intro
5757
[![Packagist Prerelease](https://img.shields.io/packagist/vpre/coreui/coreui)](https://packagist.org/packages/coreui/coreui)
5858
[![peerDependencies Status](https://img.shields.io/david/peer/coreui/coreui)](https://david-dm.org/coreui/coreui?type=peer)
5959
[![devDependency Status](https://img.shields.io/david/dev/coreui/coreui)](https://david-dm.org/coreui/coreui?type=dev)
60-
[![Coverage Status](https://img.shields.io/coveralls/github/coreui/coreui/v4-dev)](https://coveralls.io/github/coreui/coreui?branch=v4-dev)
61-
[![CSS gzip size](https://img.badgesize.io/coreui/coreui/main/dist/css/coreui.min.css?compression=gzip&label=CSS%20gzip%20size)](https://github.com/coreui/coreui/blob/v4-dev/dist/css/coreui.min.css)
62-
[![CSS Brotli size](https://img.badgesize.io/coreui/coreui/main/dist/css/coreui.min.css?compression=brotli&label=CSS%20Brotli%20size)](https://github.com/coreui/coreui/blob/v4-dev/dist/css/coreui.min.css)
63-
[![JS gzip size](https://img.badgesize.io/coreui/coreui/main/dist/js/coreui.min.js?compression=gzip&label=JS%20gzip%20size)](https://github.com/coreui/coreui/blob/v4-dev/dist/js/coreui.min.js)
64-
[![JS Brotli size](https://img.badgesize.io/coreui/coreui/main/dist/js/coreui.min.js?compression=brotli&label=JS%20Brotli%20size)](https://github.com/coreui/coreui/blob/v4-dev/dist/js/coreui.min.js)
60+
[![Coverage Status](https://img.shields.io/coveralls/github/coreui/coreui/main)](https://coveralls.io/github/coreui/coreui?branch=main)
61+
[![CSS gzip size](https://img.badgesize.io/coreui/coreui/main/dist/css/coreui.min.css?compression=gzip&label=CSS%20gzip%20size)](https://github.com/coreui/coreui/blob/main/dist/css/coreui.min.css)
62+
[![CSS Brotli size](https://img.badgesize.io/coreui/coreui/main/dist/css/coreui.min.css?compression=brotli&label=CSS%20Brotli%20size)](https://github.com/coreui/coreui/blob/main/dist/css/coreui.min.css)
63+
[![JS gzip size](https://img.badgesize.io/coreui/coreui/main/dist/js/coreui.min.js?compression=gzip&label=JS%20gzip%20size)](https://github.com/coreui/coreui/blob/main/dist/js/coreui.min.js)
64+
[![JS Brotli size](https://img.badgesize.io/coreui/coreui/main/dist/js/coreui.min.js?compression=brotli&label=JS%20Brotli%20size)](https://github.com/coreui/coreui/blob/main/dist/js/coreui.min.js)
6565

6666

6767
## What's included
@@ -123,7 +123,7 @@ We provide compiled CSS and JS (`coreui.*`), as well as compiled and minified CS
123123

124124
## Bugs and feature requests
125125

126-
Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/coreui/coreui/blob/v4-dev/.github/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/coreui/coreui/issues/new).
126+
Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/coreui/coreui/blob/main/.github/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/coreui/coreui/issues/new).
127127

128128
## Documentation
129129

@@ -142,9 +142,9 @@ Learn more about using Hugo by reading its [documentation](https://gohugo.io/doc
142142

143143
## Contributing
144144

145-
Please read through our [contributing guidelines](https://github.com/coreui/coreui/blob/v4-dev/.github/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
145+
Please read through our [contributing guidelines](https://github.com/coreui/coreui/blob/main/.github/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development.
146146

147-
Editor preferences are available in the [editor config](https://github.com/coreui/coreui/blob/v4-dev/.editorconfig) for easy use in common text editors. Read more and download plugins at <https://editorconfig.org/>.
147+
Editor preferences are available in the [editor config](https://github.com/coreui/coreui/blob/main/.editorconfig) for easy use in common text editors. Read more and download plugins at <https://editorconfig.org/>.
148148

149149

150150
## Community
@@ -180,4 +180,4 @@ CoreUI is designed as the extension of [Bootstrap](https://getbootstrap.com). Sp
180180

181181
## Copyright and license
182182

183-
Copyright 2021 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui/blob/v4-dev/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
183+
Copyright 2021 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).

build/zip-examples.js

Lines changed: 0 additions & 90 deletions
This file was deleted.

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-rc.5"
51-
current_ruby_version: "4.0.0-rc.5"
50+
current_version: "4.0.0"
51+
current_ruby_version: "4.0.0"
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.0-rc.5.zip"
63-
dist: "https://github.com/coreui/coreui/releases/download/v4.0.0-rc.5/coreui-4.0.0-rc.5-dist.zip"
62+
source: "https://github.com/coreui/coreui/archive/v4.0.0.zip"
63+
dist: "https://github.com/coreui/coreui/releases/download/v4.0.0/coreui-4.0.0-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/[email protected]-rc.5/dist/css/coreui.min.css"
68-
css_hash: "sha384-8lW2HtRYKm2n0HJEkt6daDdhOar3RKgX4qrb2l3Ws3f+Wn1flK29F5XN2vFI60Ll"
69-
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected]-rc.5/dist/css/coreui.rtl.min.css"
70-
css_rtl_hash: "sha384-ntaYFps+EqwVKMKJu/4d64EBCc7X/C02JUrayLPrua55LrX1+PsS5Gz4f3CxXjp9"
71-
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]-rc.5/dist/js/coreui.min.js"
72-
js_hash: "sha384-f4hhTnh0MsrJsMwuTv3R5Qr2NGGgGEu1MwDl5uIilNdy6cqpq5WRkQEzdvT6opP9"
73-
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]-rc.5/dist/js/coreui.bundle.min.js"
74-
js_bundle_hash: "sha384-JS8SGRZ97zIYgftI4PV4AsrO7UWt7Hicuidh15pho3UU9IVGthC7tECDK5gnmSyV"
67+
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/css/coreui.min.css"
68+
css_hash: "sha384-jTLdEzvDirhpT2iVYVF2UkZI/gZbvaLs6ZoVvEOsnaR2j0913ZM/Uk+AVBxWyEXs"
69+
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected]/dist/css/coreui.rtl.min.css"
70+
css_rtl_hash: "sha384-jhzWOD3FlbAbvkCP27MHBfqvppfkBFFNeOwkKKbwJ0gzb7QIP0wfqaA7wW5iltmI"
71+
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/js/coreui.min.js"
72+
js_hash: "sha384-2ygdxeLpeYxVE+Gup9PDDtgCr3cmbR/K9SnwtCg4sVNo5CdFICPLeC5Ju8BZo904"
73+
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected]/dist/js/coreui.bundle.min.js"
74+
js_bundle_hash: "sha384-caJEC8fMoc6Q3cPepbgNz8nEv350Wy42/1qEtfZnUn6NGNTJWLkzCzXXz08CVs/B"
7575
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
7676
popper_hash: "sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"

0 commit comments

Comments
 (0)