From b95db492912c2476f0de9e6a0e978c07a83234e7 Mon Sep 17 00:00:00 2001 From: MisRob Date: Thu, 12 Oct 2023 14:08:38 +0200 Subject: [PATCH 1/2] Add missing links to the changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 985b4024e..1943a1299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -52,6 +52,8 @@ Changelog is rather internal in nature. See release notes for the public overvie - **Impacts a11y:** no - **Guidance:** - +[#462]: https://github.com/learningequality/kolibri-design-system/pull/462 + - [#453] - **Description:** Fix sidepanel opening in Kolibri Library page after resizing window - **Products impact:** bugfix @@ -61,6 +63,8 @@ Changelog is rather internal in nature. See release notes for the public overvie - **Impacts a11y:** no - **Guidance:** - +[#453]: https://github.com/learningequality/kolibri-design-system/pull/453 + - [#449] @@ -72,6 +76,8 @@ Changelog is rather internal in nature. See release notes for the public overvie - **Impacts a11y:** yes - **Guidance:** - +[#449]: https://github.com/learningequality/kolibri-design-system/pull/449 + - [#450] - **Description:** Add new changelog and GH action to check that the changelog is updated in each pull request - **Products impact:** - @@ -81,6 +87,8 @@ Changelog is rather internal in nature. See release notes for the public overvie - **Impacts a11y:** - - **Guidance:** - +[#450]: https://github.com/learningequality/kolibri-design-system/pull/450 + - [#448] - **Description:** Adds `KTransition` - **Products impact:** new API @@ -90,6 +98,9 @@ Changelog is rather internal in nature. See release notes for the public overvie - **Impacts a11y:** no - **Guidance:** Exposes predefined set of transitions built on top of Vue's `` +[#448]: https://github.com/learningequality/kolibri-design-system/pull/448 + + - [#448] - **Description:** Add a new prop, `disableDefaultTransition`, to `KCircularLoader` - **Products impact:** new API @@ -99,6 +110,8 @@ Changelog is rather internal in nature. See release notes for the public overvie - **Impacts a11y:** no - **Guidance:** You can use the new prop to prevent from glitches when using the loader in tandem with another component, both of them wrapped in a transition +[#448]: https://github.com/learningequality/kolibri-design-system/pull/448 + - [#448] - **Description:** Rename `KCircularLoader`'s `show` prop to `shouldShow` - **Products impact:** updated API From 9dbf0f231bd13d2dedb5d7b39b658e0d5e80360e Mon Sep 17 00:00:00 2001 From: MisRob Date: Thu, 12 Oct 2023 14:11:01 +0200 Subject: [PATCH 2/2] Align changelog with the new release --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1943a1299..fbc59102e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,7 +41,11 @@ Changelog Guidelines Changelog is rather internal in nature. See release notes for the public overview and guidelines. Releases are recorded as git tags in the [Github releases](https://github.com/learningequality/kolibri-design-system/releases) page. -## Version 1.5.x +## Upcoming version + + + +## Version 2.0.0 - [#462] - **Description:** Fix internal links in design system documentation @@ -65,8 +69,6 @@ Changelog is rather internal in nature. See release notes for the public overvie [#453]: https://github.com/learningequality/kolibri-design-system/pull/453 - - - [#449] - **Description:** Fix textbox being unexpectedly focused after the first page load - **Products impact:** bugfix