From e4756f34dea152de114b725da1580d9189fda640 Mon Sep 17 00:00:00 2001 From: gd2910 <122624946+gd2910@users.noreply.github.com> Date: Tue, 25 Feb 2025 10:57:31 +0000 Subject: [PATCH] feat(wc): wc wc --- packages/web-components/CHANGELOG.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/packages/web-components/CHANGELOG.md b/packages/web-components/CHANGELOG.md index 1378110e5a..9559bb6d69 100644 --- a/packages/web-components/CHANGELOG.md +++ b/packages/web-components/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -# [3.0.0-alpha.10](https://github.com/mi6/ic-ui-kit/compare/@ukic/web-components@3.0.0-alpha.9...@ukic/web-components@3.0.0-alpha.10) (2025-02-20) +# [3.0.0] ### Bug Fixes @@ -39,10 +39,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - **web-components:** removed showState prop - **web-components:** By default buttons in ic-alert will be in colour. Use monochrome prop to conform to designs -ref 2963 - -# [3.0.0-alpha.9](https://github.com/mi6/ic-ui-kit/compare/@ukic/web-components@3.0.0-alpha.8...@ukic/web-components@3.0.0-alpha.9) (2025-02-05) - ### Bug Fixes - **web-components:** added color-scheme css prop to ic-theme-dark classes ([827e993](https://github.com/mi6/ic-ui-kit/commit/827e9933a8323ba2e11921b61e7727f601304c06)) @@ -66,10 +62,6 @@ ref 2963 - **web-components:** removed showState prop - **web-components:** By default buttons in ic-alert will be in colour. Use monochrome prop to conform to designs -ref 2963 - -# [3.0.0-alpha.8](https://github.com/mi6/ic-ui-kit/compare/@ukic/web-components@3.0.0-alpha.7...@ukic/web-components@3.0.0-alpha.8) (2025-01-24) - ### Bug Fixes - **web-components:** bugfix ([7c73a6b](https://github.com/mi6/ic-ui-kit/commit/7c73a6b22cc1ce9cef8105b8770f29d68c989770)) @@ -333,6 +325,13 @@ ref 2963 - **web-components:** Rename some of the existing CSS tokens following the move towards primitive, semantic and component tokens - **web-components:** prop rename from auto-focus to autofocus, more closely aligning with native html attribute +## [2.35.2](https://github.com/mi6/ic-ui-kit/compare/@ukic/web-components@2.35.1...@ukic/web-components@2.35.2) (2025-02-19) + +### Bug Fixes + +- **web-components:** changes to ic-badge and ic-navigation-button to show notifications in mobile ([717b975](https://github.com/mi6/ic-ui-kit/commit/717b975710e85858bce71f5916e474eca23a8545)) +- **web-components:** expose IcToolTip disableClick prop ([cd7dc0f](https://github.com/mi6/ic-ui-kit/commit/cd7dc0f743ebb91d42274b269abdebafb002ff94)), closes [#3129](https://github.com/mi6/ic-ui-kit/issues/3129) + ## [2.35.1](https://github.com/mi6/ic-ui-kit/compare/@ukic/web-components@2.35.0...@ukic/web-components@2.35.1) (2025-02-12) ### Bug Fixes