Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOXDi committed Sep 5, 2024
1 parent 58995ad commit f9564da
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 11 deletions.
10 changes: 0 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,6 @@ Changelog is rather internal in nature. See release notes for the public overvie

## Upcoming version 5.x.x (`develop` branch)

[#625]
- **Description:** Update`KCard` to complete vertical/horizontal layouts with no thumbnail
- **Products impact:** Card updates
- **Addresses:** https://github.com/learningequality/kolibri-design-system/pull/752
- **Components:** `KCard`
- **Breaking:** N0
- **Impacts a11y:** No
- **Guidance:**

[#752]https://github.com/learningequality/kolibri-design-system/pull/752

- [#754]
- **Description:** Removed the border-radius on align left.
Expand Down
7 changes: 6 additions & 1 deletion lib/KCard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</template>
<template #default>
<div
v-if="thumbnailDisplay !== 'none'"
v-if="thumbnailDisplay !== Thumbnail_Displays.NONE"
class="thumbnail"
>
<!--
Expand Down Expand Up @@ -233,6 +233,11 @@
default: false,
},
},
data(){
return {
Thumbnail_Displays
}
},
computed: {
rootClass() {
return this.stylesAndClasses.rootClass;
Expand Down

0 comments on commit f9564da

Please sign in to comment.