Skip to content

Commit

Permalink
updates changlog
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOXDi committed Aug 6, 2024
1 parent 7ae7859 commit cf67e1c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Changelog is rather internal in nature. See release notes for the public overvie

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


[#705]
- **Description:** Update`KCard` updates: Add preserveAboveTitle prop for flexible aboveTitle slot management.
- **Products impact:** Card updates
- **Addresses:** https://github.com/learningequality/kolibri-design-system/issues/702
- **Components:** `KCard`
- **Breaking:** N0
- **Impacts a11y:** No
- **Guidance:**
[#705] https://github.com/learningequality/kolibri-design-system/pull/705



- [#687]
- **Description:** Adds logic that inserts ARIA live assertive and polite regions to an application's document body during KDS initialization and documents this on the new "Installation" page. Relatedly adds `useKLiveRegion` composable with public methods for updating the live regions with assertive and polite messages.
- **Products impact:** new API
Expand Down
4 changes: 2 additions & 2 deletions lib/KCard/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,8 @@
preserveBelowTitle: {
type: Boolean,
default: false,
},
/**
/**
* Dictates whether to preserve the space for the footer slot when it's empty.
* @type {Boolean}
* @default false
Expand All @@ -199,6 +198,7 @@
type: Boolean,
default: false,
},
},
computed: {
rootClass() {
return this.stylesAndClasses.rootClass;
Expand Down

0 comments on commit cf67e1c

Please sign in to comment.