Skip to content

Commit 5c120df

Browse files
committed
chore(release): ship v5.0.0
1 parent 6c8916e commit 5c120df

File tree

5 files changed

+93
-66
lines changed

5 files changed

+93
-66
lines changed

Diff for: CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,19 @@
22

33
---
44

5-
#### `4.7.18`
5+
#### `5.0.0`
6+
7+
CoreUI v5 for Angular 17
68

79
- chore(dependencies): update to `Angular 17.3`
10+
- refactor: update to CoreUI v5 (styles, structure, api)
11+
- refactor: standalone components app
12+
- refactor: routes config
13+
- refactor: update to chart.js v4
14+
- refactor: project structure (containers->layout)
15+
- refactor: use control flow
16+
- refactor(dashboard): main chart data - typings and theme switching fix
17+
- fix(dashboard): missing custom tooltips on first render, refactor main chart scales
818

919
---
1020

Diff for: README.md

+17-7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![@coreui angular](https://img.shields.io/badge/@coreui%20-angular-lightgrey.svg?style=flat-square)](https://github.com/coreui/angular)
22
[![npm-coreui-angular][npm-coreui-angular-badge]][npm-coreui-angular]
3+
[![npm-coreui-angular][npm-coreui-angular-badge-next]][npm-coreui-angular]
34
[![NPM downloads][npm-coreui-angular-download]][npm-coreui-angular]
45
[![@coreui coreui](https://img.shields.io/badge/@coreui%20-coreui-lightgrey.svg?style=flat-square)](https://github.com/coreui/coreui)
56
[![npm package][npm-coreui-badge]][npm-coreui]
@@ -19,7 +20,7 @@
1920
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!
2021

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

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

4647
## CoreUI Pro
4748

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

55+
## CoreUI PRO Angular Admin Templates
56+
57+
| Default Theme | Light Theme |
58+
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
59+
| [![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) |
60+
61+
| Modern Theme | Bright Theme |
62+
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
63+
| [![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) |
64+
65+
5666
## Quick Start
5767

5868
- [Download the latest release](https://github.com/coreui/coreui-free-angular-admin-template/)
@@ -105,10 +115,10 @@ Within the download you'll find the following directories and files, logically g
105115
coreui-free-angular-admin-template
106116
├── src/ # project root
107117
│ ├── app/ # main app directory
108-
| │ ├── containers/ # layout containers
109-
| | │ └── default-layout/ # layout containers
110-
| | | └── _nav.js # sidebar navigation config
111118
| │ ├── icons/ # icons set for the app
119+
| │ ├── layout/ # layout
120+
| | │ └── default-layout/ # layout components
121+
| | | └── _nav.js # sidebar navigation config
112122
| │ └── views/ # application views
113123
│ ├── assets/ # images, icons, etc.
114124
│ ├── components/ # components for demo only
@@ -215,7 +225,7 @@ Thanks to all the backers and sponsors! Support this project by [becoming a back
215225

216226
## Copyright and License
217227

218-
copyright 2017-2024 creativeLabs Łukasz Holeczek.
228+
copyright 2024 creativeLabs Łukasz Holeczek.
219229

220230

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

Diff for: package-lock.json

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

Diff for: package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "coreui-free-angular-admin-template",
3-
"version": "4.7.18",
3+
"version": "5.0.0",
44
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
55
"license": "MIT",
66
"author": "The CoreUI Team (https://github.com/orgs/coreui/people) and contributors",
77
"homepage": "https://coreui.io/angular",
88
"config": {
9-
"coreui_library_short_version": "4.7",
9+
"theme": "default",
10+
"coreui_library_short_version": "5.0",
1011
"coreui_library_docs_url": "https://coreui.io/angular/docs/"
1112
},
1213
"scripts": {

Diff for: src/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE html>
22
<!--
33
* CoreUI - Angular 17.3 Free Admin Template
4-
* @version v4.7.18
4+
* @version v5.0.0
55
* @link https://coreui.io/angular/
66
* Copyright (c) 2017-2024 creativeLabs Łukasz Holeczek
77
* License: MIT

0 commit comments

Comments
 (0)