Skip to content

Commit

Permalink
Merge pull request #466 from MisRob/v2-changelog
Browse files Browse the repository at this point in the history
Prepare changelog for the new release
  • Loading branch information
marcellamaki authored Oct 12, 2023
2 parents a3fe298 + 9dbf0f2 commit f990471
Showing 1 changed file with 17 additions and 2 deletions.
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

0 comments on commit f990471

Please sign in to comment.