Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare changelog for the new release #466

Merged
merged 2 commits into from
Oct 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<!-- All new changelog items should come here -->

## Version 2.0.0

- [#462]
- **Description:** Fix internal links in design system documentation
Expand All @@ -52,6 +56,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
Expand All @@ -61,7 +67,7 @@ Changelog is rather internal in nature. See release notes for the public overvie
- **Impacts a11y:** no
- **Guidance:** -

<!-- Release notes prepared for all items below -->
[#453]: https://github.com/learningequality/kolibri-design-system/pull/453

- [#449]
- **Description:** Fix textbox being unexpectedly focused after the first page load
Expand All @@ -72,6 +78,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:** -
Expand All @@ -81,6 +89,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
Expand All @@ -90,6 +100,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 `<transition>`

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


- [#448]
- **Description:** Add a new prop, `disableDefaultTransition`, to `KCircularLoader`
- **Products impact:** new API
Expand All @@ -99,6 +112,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
Expand Down
Loading