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

kselect refactor #549

Merged
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ Changelog is rather internal in nature. See release notes for the public overvie

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

- [#549]
- **Description:** Internal refactor of `KSelect` as part of moving away from Keen UI where related files were renamed and some functionality that wasn't exposed for public use was removed.
- **Products impact:** none
- **Addresses:** -
- **Components:** -
- **Breaking:** no
- **Impacts a11y:** -
- **Guidance:** Thorough QA of places that use `KSelect` is recommended due to the large scope of refactor.

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

- [#615]
- **Description:** Removes KImg props related to dimensions: `height`, `width`, `maxHeight`, `minHeight`, `maxWidth`, `minWidth`
- **Products impact:** updated API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
import UiIcon from '../keen/UiIcon';

export default {
name: 'KeenUiSelectOption',
name: 'KSelectOption',
components: {
UiIcon,
},
Expand Down
Loading