Skip to content

Commit 96fd77d

Browse files
committed
chore: ship v5.0.0-next.23
1 parent 6fc8ec0 commit 96fd77d

18 files changed

+166
-70
lines changed

.eslintrc.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,10 @@
4545
],
4646
"rules": {
4747
"@angular-eslint/template/elements-content": "off",
48-
"@angular-eslint/template/alt-text": "off"
48+
"@angular-eslint/template/alt-text": "off",
49+
"@angular-eslint/template/interactive-supports-focus": "warn",
50+
"@angular-eslint/template/click-events-have-key-events": "warn",
51+
"@angular-eslint/template/label-has-associated-control": "warn"
4952
}
5053
}
5154
]

.github/workflows/project-chartjs-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- main
7-
- v4.*
7+
- v5.*
88
pull_request:
99
branches:
1010
- main
11-
- v4.*
11+
- v5.*
1212
jobs:
1313
build:
1414

.github/workflows/project-icons-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- main
7-
- v4.*
7+
- v5.*
88
pull_request:
99
branches:
1010
- main
11-
- v4.*
11+
- v5.*
1212
jobs:
1313
build:
1414

.github/workflows/project-lib-check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ on:
44
push:
55
branches:
66
- main
7-
- v4.*
7+
- v5.*
88
pull_request:
99
branches:
1010
- main
11-
- v4.*
11+
- v5.*
1212
jobs:
1313
build:
1414

CHANGELOG.md

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

33
---
44

5+
#### `5.0.0-next.23`
6+
7+
- refactor(sidebar): drop sidebar-toggler component, use directive instead, use control flow, use @Input() transform
8+
- refactor(widget): update to v5
9+
- fix(tooltip): update offset for v5
10+
- refactor(toast): use @Input() transform
11+
- feat(utilities): shadow-on-scroll directive
12+
- refactor(tabs): use @Input() transform
13+
- refactor(table.type): Partial attributes
14+
- feat: ThemeDirective
15+
- feat(services): v5 color-mode, local-storage, in-memory-storage, script-injector
16+
- refactor(progress): add progress-stacked component, update testing, rewrite with signals
17+
- refactor(progress): add progress-bar props for simplified use with [value]
18+
- fix(popover): update offset for v5
19+
- refactor(placeholder): use @Input() transform
20+
- refactor(offcanvas): use ThemeDirective composition for dark prop
21+
- refactor(navbar): colorScheme prop replaced with ThemeDirective composition
22+
- fix(row): row-cols-n for xs="n"
23+
- refactor(form-check-input): use @Input() transform
24+
- refactor(dropdown): allow to select a dropdown-item with up/down arrows, testing update, use @Input() transform
25+
- refactor(dropdown): implement FocusableOption interface for items
26+
- refactor(dropdown): use ThemeDirective composition for dark prop
27+
- refactor(collapse): use @Input() transform
28+
- refactor(carousel): control flow, use @Input() transform, ThemeDirective composition for dark prop
29+
- refactor(card): use TextColorDirective composition
30+
- refactor(button-close): deprecate white input prop, use ThemeDirective composition for dark prop
31+
- refactor(breadcrumb): cleanups, add routeSnapshot.title as fallback value, use control flow, use @Input() transform
32+
- refactor(badge): update TextColors, use TextColorDirective composition
33+
- chore(backdrop.service): cleanup
34+
- refactor(avatar): update TextColors, use TextColorDirective composition, use control flow
35+
- refactor(alert): use @Input() transform, use control flow
36+
- refactor(coreui.types): update to v5
37+
- refactor(accordion): use @Input() transform
38+
- refactor(chartjs): update to ChartJS 4.x, types cleanup, use afterRender for SSR
39+
- refactor(icon): add afterNextRender for SSR, add aria-hidden attribute, improve testing
40+
41+
---
42+
543
#### `4.7.16`
644

745
- chore(dependencies): update

CLI.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# @coreui/angular v4
1+
# @coreui/angular v5
22

3-
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.0.3.
3+
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 17.2.0.
44

55
## Development server
66

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023 creativeLabs Łukasz Holeczek
3+
Copyright (c) 2024 creativeLabs Łukasz Holeczek
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,17 @@
4040
## Table of contents
4141

4242
- [Status](#status)
43+
- [Table of contents](#table-of-contents)
4344
- [Quick start](#quick-start)
45+
- [Prerequisites](#prerequisites)
46+
- [Node.js](#nodejs)
47+
- [Angular CLI](#angular-cli)
48+
- [Installation](#installation)
49+
- [CoreUI CSS files](#coreui-css-files)
50+
- [Installation](#installation-1)
51+
- [Basic usage](#basic-usage)
52+
- [Bootstrap CSS files](#bootstrap-css-files)
53+
- [Installation (optional)](#installation-optional)
4454
- [Templates](#templates)
4555
- [Bugs and feature requests](#bugs-and-feature-requests)
4656
- [Documentation](#documentation)
@@ -209,4 +219,4 @@ Thanks to all the backers and sponsors! Support this project by [becoming a back
209219

210220
## Copyright and license
211221

212-
Copyright 2023 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui-angular/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
222+
Copyright 2024 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui-angular/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).

package-lock.json

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

package.json

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "coreui-angular-dev",
3-
"version": "4.7.16",
3+
"version": "5.0.0-next.23",
44
"description": "CoreUI Components Library for Angular",
5-
"copyright": "Copyright 2023 creativeLabs Łukasz Holeczek",
5+
"copyright": "Copyright 2024 creativeLabs Łukasz Holeczek",
66
"license": "MIT",
77
"author": "The CoreUI Team (https://github.com/orgs/coreui/people)",
88
"scripts": {
@@ -12,7 +12,7 @@
1212
"test:lib:dev": "ng test coreui-angular",
1313
"test:lib:prod": "ng test coreui-angular --karma-config=projects/coreui-angular/karma.conf.github.js",
1414
"prepublish:lib": "ng build coreui-icons-angular && ng lint coreui-angular && ng test coreui-angular --watch=false && ng build coreui-angular",
15-
"publish:lib": "cd dist/coreui-angular/ && npm publish --tag ng-v17 --dry-run",
15+
"publish:lib": "cd dist/coreui-angular/ && npm publish --tag next --dry-run",
1616
"lint:lib": "ng lint coreui-angular",
1717
"link:lib": "cd dist/coreui-angular/ && npm link",
1818
"chartjs": "ng",
@@ -21,7 +21,7 @@
2121
"test:chartjs:dev": "ng test coreui-angular-chartjs",
2222
"test:chartjs:prod": "ng test coreui-angular-chartjs --karma-config=projects/coreui-angular-chartjs/karma.conf.github.js",
2323
"prepublish:chartjs": "ng lint coreui-angular-chartjs && ng test coreui-angular-chartjs --watch=false && ng build coreui-angular-chartjs",
24-
"publish:chartjs": "cd dist/coreui-angular-chartjs/ && npm publish --tag ng-v17 --dry-run",
24+
"publish:chartjs": "cd dist/coreui-angular-chartjs/ && npm publish --tag next --dry-run",
2525
"lint:chartjs": "ng lint coreui-angular-chartjs",
2626
"link:chartjs": "cd dist/coreui-angular-chartjs/ && npm link",
2727
"icons": "ng",
@@ -30,7 +30,7 @@
3030
"test:icons:dev": "ng test coreui-icons-angular",
3131
"test:icons:prod": "ng test coreui-icons-angular --karma-config=projects/coreui-icons-angular/karma.conf.github.js",
3232
"prepublish:icons": "ng lint coreui-icons-angular && ng test coreui-icons-angular --watch=false && ng build coreui-icons-angular",
33-
"publish:icons": "cd dist/coreui-icons-angular/ && npm publish --tag ng-v17 --dry-run",
33+
"publish:icons": "cd dist/coreui-icons-angular/ && npm publish --tag next --dry-run",
3434
"lint:icons": "ng lint coreui-icons-angular",
3535
"link:icons": "cd dist/coreui-icons-angular/ && npm link"
3636
},
@@ -46,12 +46,12 @@
4646
"@angular/platform-browser": "^17.2.3",
4747
"@angular/platform-browser-dynamic": "^17.2.3",
4848
"@angular/router": "^17.2.3",
49-
"@coreui/chartjs": "^3.1.2",
49+
"@coreui/chartjs": "^4.0.0-0 || ^4.0.0",
5050
"@popperjs/core": "~2.11.8",
51-
"chart.js": "^3.9.1",
51+
"chart.js": "^4.4.2",
5252
"lodash-es": "^4.17.21",
5353
"rxjs": "~7.8.1",
54-
"tslib": "^2.3.0",
54+
"tslib": "^2.6.2",
5555
"zone.js": "~0.14.4"
5656
},
5757
"devDependencies": {
@@ -102,7 +102,7 @@
102102
"url": "git+https://github.com/coreui/coreui-angular.git"
103103
},
104104
"config": {
105-
"version_short": "4.7"
105+
"version_short": "5.0"
106106
},
107107
"engines": {
108108
"node": "^18.13.0 || ^20.9.0",

0 commit comments

Comments
 (0)