From 5f532eaa05f8e50519325dad20122fc5981472d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 09:43:18 +0000 Subject: [PATCH] chore(master): release 21.28.0 --- .release-please-manifest.json | 2 +- projects/cps-ui-kit/CHANGELOG.md | 16 ++++++++++++++++ projects/cps-ui-kit/package.json | 2 +- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eac1d844..11bda48e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "projects/cps-ui-kit": "21.27.0" + "projects/cps-ui-kit": "21.28.0" } diff --git a/projects/cps-ui-kit/CHANGELOG.md b/projects/cps-ui-kit/CHANGELOG.md index 6dac7fe7..7d4fc4fb 100644 --- a/projects/cps-ui-kit/CHANGELOG.md +++ b/projects/cps-ui-kit/CHANGELOG.md @@ -1,5 +1,21 @@ # Changelog +## [21.28.0](https://github.com/AbsaOSS/cps-shared-ui/compare/v21.27.0...v21.28.0) (2026-07-07) + + +### Features + +* fix a11y issues in table component ([#680](https://github.com/AbsaOSS/cps-shared-ui/issues/680)) ([7483663](https://github.com/AbsaOSS/cps-shared-ui/commit/74836634f0ada219b9cc7853086fc86e992d59c9)) +* fix a11y issues in tree select and tree autocomplete components ([#675](https://github.com/AbsaOSS/cps-shared-ui/issues/675)) ([92c22dc](https://github.com/AbsaOSS/cps-shared-ui/commit/92c22dcbf627ba78a7c3eaf1f92c9a147c61c6bb)) +* fix a11y issues in tree table component ([#693](https://github.com/AbsaOSS/cps-shared-ui/issues/693)) ([dec8edb](https://github.com/AbsaOSS/cps-shared-ui/commit/dec8edb6cacd7ee14d96fadcf94e0b597a5c290f)) +* improve getTextColor function ([7010448](https://github.com/AbsaOSS/cps-shared-ui/commit/701044880989f149589abd4990191d07750a6c23)) +* support `prefers-reduced-motion` across the library components ([#694](https://github.com/AbsaOSS/cps-shared-ui/issues/694)) ([cc45191](https://github.com/AbsaOSS/cps-shared-ui/commit/cc451915a7fe10831520799594113e4bf67fd8d0)) + + +### Bug Fixes + +* CpsSidebarMenuComponent scrolling and touch navigation ([#684](https://github.com/AbsaOSS/cps-shared-ui/issues/684)) ([2bedec5](https://github.com/AbsaOSS/cps-shared-ui/commit/2bedec56e71370aebf12f5adc261f140cdbd1590)) + ## [21.27.0](https://github.com/AbsaOSS/cps-shared-ui/compare/v21.26.0...v21.27.0) (2026-06-17) diff --git a/projects/cps-ui-kit/package.json b/projects/cps-ui-kit/package.json index 23e68f5c..b7b8eb24 100644 --- a/projects/cps-ui-kit/package.json +++ b/projects/cps-ui-kit/package.json @@ -1,6 +1,6 @@ { "name": "cps-ui-kit", - "version": "21.27.0", + "version": "21.28.0", "peerDependencies": { "@angular/common": "^21.2.6", "@angular/core": "^21.2.6",