diff --git a/CHANGELOG.md b/CHANGELOG.md index cd16ccf30..01d734b5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -710,8 +710,41 @@ Changelog is rather internal in nature. See release notes for the public overvie +- [#791] + - **Description:** Bump KDS version to 4.6.0. + - **Products impact:** -. + - **Addresses:** -. + - **Components:** -. + - **Breaking:** -. + - **Impacts a11y:** -. + - **Guidance:** -. + +[#791]: https://github.com/learningequality/kolibri-design-system/pull/791 + +- [#782] + - **Description:** Update Theme Tokens to the latest specs to comply material design specifications. + - **Products impact:** Updated API. + - **Addresses:** https://github.com/learningequality/kolibri-design-system/issues/775. + - **Components:** -. + - **Breaking:** yes. + - **Impacts a11y:** no. + - **Guidance:** Please update all `v_*` theme tokens using the mapping posted in https://github.com/learningequality/kolibri-design-system/issues/775. + +[#782]: https://github.com/learningequality/kolibri-design-system/pull/782 + +- [#786] + - **Description:** Bump KDS version to 4.5.1. + - **Products impact:** -. + - **Addresses:** -. + - **Components:** -. + - **Breaking:** -. + - **Impacts a11y:** -. + - **Guidance:** -. + +[#786]: https://github.com/learningequality/kolibri-design-system/pull/786 + - [#784] - - **Description:** Adds `labelDir` prop to control rtl direction of label. + - **Description:** Add `labelDir` prop to control rtl direction of label. - **Products impact:** new API. - **Addresses:** https://github.com/learningequality/studio/issues/4728. - **Components:** KCheckbox, KRadioButton. diff --git a/docs/common/DocsShow.vue b/docs/common/DocsShow.vue index fc55d7f75..8155abe26 100644 --- a/docs/common/DocsShow.vue +++ b/docs/common/DocsShow.vue @@ -35,7 +35,7 @@ return { display: this.block ? 'block' : 'inline-block', padding: this.padding ? '8px 24px' : null, - backgroundColor: this.dark ? this.$themePalette.grey.v_500 : undefined, + backgroundColor: this.dark ? this.$themePalette.grey.v_700 : undefined, }; }, }, diff --git a/docs/pages-components/DocsKCard.vue b/docs/pages-components/DocsKCard.vue index 3e452e7c3..f734ee51d 100644 --- a/docs/pages-components/DocsKCard.vue +++ b/docs/pages-components/DocsKCard.vue @@ -45,14 +45,14 @@