Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"projects/cps-ui-kit": "21.30.0"
"projects/cps-ui-kit": "22.0.0"
}
17 changes: 17 additions & 0 deletions projects/cps-ui-kit/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [22.0.0](https://github.com/AbsaOSS/cps-shared-ui/compare/v21.30.0...v22.0.0) (2026-08-24)


### ⚠ BREAKING CHANGES

* v22 major update ([#849](https://github.com/AbsaOSS/cps-shared-ui/issues/849))

### Features

* change default date format in the CpsDatepickerComponent to DD/MM/YYYY ([8922e07](https://github.com/AbsaOSS/cps-shared-ui/commit/8922e077fc3090702b8218ccb7c9496b866fa192))
* delete box-sizing global override ([8922e07](https://github.com/AbsaOSS/cps-shared-ui/commit/8922e077fc3090702b8218ccb7c9496b866fa192))
* make icon type a restricted string union ([8922e07](https://github.com/AbsaOSS/cps-shared-ui/commit/8922e077fc3090702b8218ccb7c9496b866fa192))
* remove dead prefixIconClicked output from CpsTextareaComponent ([8922e07](https://github.com/AbsaOSS/cps-shared-ui/commit/8922e077fc3090702b8218ccb7c9496b866fa192))
* remove primeng/@primeuix/* dependencies and vendor MIT-licensed source ([8922e07](https://github.com/AbsaOSS/cps-shared-ui/commit/8922e077fc3090702b8218ccb7c9496b866fa192))
* replace CpsDialogConfig class with interface + InjectionToken ([8922e07](https://github.com/AbsaOSS/cps-shared-ui/commit/8922e077fc3090702b8218ccb7c9496b866fa192))
* v22 major update ([#849](https://github.com/AbsaOSS/cps-shared-ui/issues/849)) ([8922e07](https://github.com/AbsaOSS/cps-shared-ui/commit/8922e077fc3090702b8218ccb7c9496b866fa192))

## [21.30.0](https://github.com/AbsaOSS/cps-shared-ui/compare/v21.29.3...v21.30.0) (2026-08-20)


Expand Down
2 changes: 1 addition & 1 deletion projects/cps-ui-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cps-ui-kit",
"version": "21.30.0",
"version": "22.0.0",
"peerDependencies": {
"@angular/common": "^22.1.3",
"@angular/core": "^22.1.3",
Expand Down
Loading