Skip to content

Commit 27b63fb

Browse files
committed
chore: v5 initial pre-release
1 parent efdf520 commit 27b63fb

File tree

238 files changed

+4427
-6204
lines changed

Some content is hidden

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

238 files changed

+4427
-6204
lines changed

Diff for: .github/workflows/build-check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
pull_request:
88
branches:
99
- main
10-
- v4
10+
- v5.*
1111
schedule:
1212
- # build runs every weekday at 4:15AM UTC
1313
- cron: '15 4 * * *'

Diff for: CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
---
44

5+
#### `5.0.0-next.23`
6+
7+
CoreUI v5 for Angular 17 pre-release
8+
9+
---
10+
511
#### `4.7.15`
612

713
- chore: move to `application` builder

Diff for: README.md

+16-7
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of redundant components, so the app is light enough to offer ultimate user experience. This means mobile devices also, where the navigation is just as easy and intuitive as on a desktop or laptop. The CoreUI Layout API lets you customize your project for almost any device – be it Mobile, Web or WebApp – CoreUI covers them all!
2020

2121
- [CoreUI Angular Admin Dashboard Template & UI Components Library](https://coreui.io/angular)
22-
- [CoreUI Angular Demo](https://coreui.io/angular/demo/4.3/free/)
22+
- [CoreUI Angular Demo](https://coreui.io/angular/demo/5.0/free/)
2323
- [CoreUI Angular Docs](https://coreui.io/angular/docs/)
2424

2525
## Table of Contents
@@ -45,14 +45,23 @@ CoreUI is meant to be the UX game changer. Pure & transparent code is devoid of
4545

4646
## CoreUI Pro
4747

48-
**Only customers with [Enterpise Membership Plan](https://coreui.io/pro/#buy) have access to private GitHub CoreUI Pro repository.**
49-
5048
* 💪 [CoreUI Pro Angular Admin Template](https://coreui.io/product/angular-dashboard-template/)
5149
* 💪 [CoreUI Pro Bootstrap Admin Template](https://coreui.io/product/bootstrap-dashboard-template/)
5250
* 💪 [CoreUI Pro React Admin Template](https://coreui.io/product/react-dashboard-template/)
5351
* 💪 [CoreUI Pro Next.js Admin Template](https://coreui.io/product/next-js-dashboard-template/)
5452
* 💪 [CoreUI Pro Vue Admin Template](https://coreui.io/product/vue-dashboard-template/)
5553

54+
## CoreUI PRO Angular Admin Templates
55+
56+
| Default Theme | Light Theme |
57+
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
58+
| [![CoreUI PRO Angular Admin Template](https://coreui.io/images/templates/coreui_pro_default_light_dark.webp)](https://coreui.io/product/angular-dashboard-template/?theme=default) | [![CoreUI PRO Angular Admin Template](https://coreui.io/images/templates/coreui_pro_light_light_dark.webp)](https://coreui.io/product/angular-dashboard-template/?theme=light) |
59+
60+
| Modern Theme | Bright Theme |
61+
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
62+
| [![CoreUI PRO Angular Admin Template](https://coreui.io/images/templates/coreui_pro_default_v3_light_dark.webp)](https://coreui.io/product/angular-dashboard-template/?theme=default-v3) | [![CoreUI PRO React Admin Template](https://coreui.io/images/templates/coreui_pro_light_v3_light_dark.webp)](https://coreui.io/product/angular-dashboard-template/?theme=light) |
63+
64+
5665
## Quick Start
5766

5867
- [Download the latest release](https://github.com/coreui/coreui-free-angular-admin-template/)
@@ -105,10 +114,10 @@ Within the download you'll find the following directories and files, logically g
105114
coreui-free-angular-admin-template
106115
├── src/ # project root
107116
│ ├── app/ # main app directory
108-
| │ ├── containers/ # layout containers
109-
| | │ └── default-layout/ # layout containers
110-
| | | └── _nav.js # sidebar navigation config
111117
| │ ├── icons/ # icons set for the app
118+
| │ ├── layout/ # layout
119+
| | │ └── default-layout/ # layout components
120+
| | | └── _nav.js # sidebar navigation config
112121
| │ └── views/ # application views
113122
│ ├── assets/ # images, icons, etc.
114123
│ ├── components/ # components for demo only
@@ -215,7 +224,7 @@ Thanks to all the backers and sponsors! Support this project by [becoming a back
215224

216225
## Copyright and License
217226

218-
copyright 2017-2024 creativeLabs Łukasz Holeczek.
227+
copyright 2024 creativeLabs Łukasz Holeczek.
219228

220229

221230
Code released under [the MIT license](https://github.com/coreui/coreui-free-react-admin-template/blob/master/LICENSE).

Diff for: angular.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,15 @@
4040
"src/scss/styles.scss"
4141
],
4242
"scripts": [],
43-
"allowedCommonJsDependencies": [
44-
"chart.js"
45-
]
43+
"allowedCommonJsDependencies": []
4644
},
4745
"configurations": {
4846
"production": {
4947
"budgets": [
5048
{
5149
"type": "initial",
52-
"maximumWarning": "1500kb",
53-
"maximumError": "6mb"
50+
"maximumWarning": "6mb",
51+
"maximumError": "7mb"
5452
},
5553
{
5654
"type": "anyComponentStyle",

0 commit comments

Comments
 (0)