Skip to content

Commit

Permalink
chore: v5 initial pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
xidedix committed Mar 5, 2024
1 parent efdf520 commit 27b63fb
Show file tree
Hide file tree
Showing 238 changed files with 4,427 additions and 6,204 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:
branches:
- main
- v4
- v5.*
schedule:
- # build runs every weekday at 4:15AM UTC
- cron: '15 4 * * *'
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

---

#### `5.0.0-next.23`

CoreUI v5 for Angular 17 pre-release

---

#### `4.7.15`

- chore: move to `application` builder
Expand Down
23 changes: 16 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
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!

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

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

## CoreUI Pro

**Only customers with [Enterpise Membership Plan](https://coreui.io/pro/#buy) have access to private GitHub CoreUI Pro repository.**

* 💪 [CoreUI Pro Angular Admin Template](https://coreui.io/product/angular-dashboard-template/)
* 💪 [CoreUI Pro Bootstrap Admin Template](https://coreui.io/product/bootstrap-dashboard-template/)
* 💪 [CoreUI Pro React Admin Template](https://coreui.io/product/react-dashboard-template/)
* 💪 [CoreUI Pro Next.js Admin Template](https://coreui.io/product/next-js-dashboard-template/)
* 💪 [CoreUI Pro Vue Admin Template](https://coreui.io/product/vue-dashboard-template/)

## CoreUI PRO Angular Admin Templates

| Default Theme | Light Theme |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [![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) |

| Modern Theme | Bright Theme |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| [![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) |


## Quick Start

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

## Copyright and License

copyright 2017-2024 creativeLabs Łukasz Holeczek.
copyright 2024 creativeLabs Łukasz Holeczek.


Code released under [the MIT license](https://github.com/coreui/coreui-free-react-admin-template/blob/master/LICENSE).
Expand Down
8 changes: 3 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,17 +40,15 @@
"src/scss/styles.scss"
],
"scripts": [],
"allowedCommonJsDependencies": [
"chart.js"
]
"allowedCommonJsDependencies": []
},
"configurations": {
"production": {
"budgets": [
{
"type": "initial",
"maximumWarning": "1500kb",
"maximumError": "6mb"
"maximumWarning": "6mb",
"maximumError": "7mb"
},
{
"type": "anyComponentStyle",
Expand Down
Loading

0 comments on commit 27b63fb

Please sign in to comment.