From e8e5c86ed1977788830449ce89ff59690e26595b Mon Sep 17 00:00:00 2001 From: Bhushan Palsapure <122287459+bhushan-ebi@users.noreply.github.com> Date: Wed, 10 May 2023 09:49:37 +0100 Subject: [PATCH] Changed: Changelog update for vf-card, cf-component-library for sprint 5 changes (#1944) --- components/vf-card/CHANGELOG.md | 4 ++++ tools/vf-component-library/CHANGELOG.md | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/components/vf-card/CHANGELOG.md b/components/vf-card/CHANGELOG.md index 6f7de24958..7b11f68d39 100755 --- a/components/vf-card/CHANGELOG.md +++ b/components/vf-card/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.7.1 + +* Bug fix: Updated vf-card documentation to fix the typo + ### 2.7.0 * Updates `vf-stack` custom properties to work nicely with `vf-stack` version 3. diff --git a/tools/vf-component-library/CHANGELOG.md b/tools/vf-component-library/CHANGELOG.md index 2511145f81..2eb07ebe50 100644 --- a/tools/vf-component-library/CHANGELOG.md +++ b/tools/vf-component-library/CHANGELOG.md @@ -1,3 +1,12 @@ +### 1.2.6 + +* Bug fix: Fixed changelog for Pagination component. Extension to bug #1874 +* Added: Angular experimental support for vf-button component +* Added: Angular experimental support for vf-banner component for 'fixed' and 'top' variant +* Added: Angular syntax for different variants for vf-badge, vf-button, vf-banner, vf-hero component +* Added: React experimental support for vf-badge component +* Bug fix: Updated vf-card documentation to fix the typo + ### 1.2.5 * Bug fix: Fixes identical changelog information for all components changelog section #1874