diff --git a/changelog.md b/changelog.md index 1e696de4..48531fd4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,8 @@ +2024-11-08 - cca468f6ad704248ff1de9f34672f3cf29d516e2 - components/CardTable/Cell/LinkWithPill.vue - header pass as props + 2024-11-07 - 897c614bb977f6e559e717ad0a69a0bce5869183 - components/Tabs/Tabs.vue - Add tooltip to tab icon when title is absent -2024-11-01 - d9cb67f8abf3c1128203f14bce687c8b5b4075a6 - Remove unnecessary separator between consecutive page numbers in OXD pagination +2024-11-01 - d9cb67f8abf3c1128203f14bce687c8b5b4075a6 - components/Pagination/Pagination.vue - Remove unnecessary separator between consecutive page numbers in OXD pagination 2024-11-01 - 5f4c5306a8ec4b497cb824fa673e50ac0162af4b - ProfilePicture.vue, ProfilePic.vue, profile-pic.spec.ts- add onclick event to prevent default behaviour of link and execute a function fix issue diff --git a/components/src/core/components/CardTable/Cell/LinkWithPill.vue b/components/src/core/components/CardTable/Cell/LinkWithPill.vue index ad68800a..6d539c6d 100644 --- a/components/src/core/components/CardTable/Cell/LinkWithPill.vue +++ b/components/src/core/components/CardTable/Cell/LinkWithPill.vue @@ -1,5 +1,5 @@