Skip to content

Commit

Permalink
Lint and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVelezLl committed Feb 8, 2024
1 parent 2ca5151 commit 5d42405
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ Changelog is rather internal in nature. See release notes for the public overvie
<!-- Put all new updates into this section, please -->


- [#543]
- **Description:** Added new Icons to support Studio Usability Enhancements
- **Products impact:** new API
- **Addresses:** https://github.com/learningequality/studio/issues/3425
- **Components:** KIcon
- **Breaking:** no
- **Impacts a11y:** no
- **Guidance:** Consumers can now access these icons: activities, attribution, audience, categories, levels, rename

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

## Version 3.0.0

- [#535]
Expand Down
4 changes: 3 additions & 1 deletion lib/KIcon/iconDefinitions.js
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,9 @@ const KolibriIcons = {
icon: require('./precompiled-icons/le/levels.vue').default,
rtlFlip: true,
},
attribution: { icon: require('./precompiled-icons/material-icons/attribution/baseline.vue').default },
attribution: {
icon: require('./precompiled-icons/material-icons/attribution/baseline.vue').default,
},

// for use in RST docs as we cannot change the fill dynamically in RST
registeredKDP: {
Expand Down

0 comments on commit 5d42405

Please sign in to comment.