Skip to content

Commit

Permalink
Merge pull request #549 from Jaspreet-singh-1032/issue-523-refactor-k…
Browse files Browse the repository at this point in the history
…select

kselect refactor
  • Loading branch information
MisRob authored Apr 18, 2024
2 parents c63c6bb + 3b73f03 commit f6e2b13
Show file tree
Hide file tree
Showing 4 changed files with 1,000 additions and 1,259 deletions.
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

0 comments on commit f6e2b13

Please sign in to comment.