Skip to content

Releases: learningequality/kolibri-design-system

v5.5.2

29 Jan 21:26

Choose a tag to compare

What's Changed

KCard

KExternalLink

  • Prevents the external link icon from becoming tiny. By @MisRob in #1198.

KIcon

Full Changelog: v5.5.1...v5.5.2

v5.5.1

15 Jan 19:55

Choose a tag to compare

What's Changed

KDropdownMenu

KIcon

KDS Dependencies

  • Updates a lodash import to use a specific module path to reduce asset size caused by importing the entire lodash library. By @rtibbles in #1191.

Full Changelog: v5.5.0...v5.5.1

v5.5.0

02 Dec 20:23

Choose a tag to compare

What's Changed

KCheckbox

  • Adds v-model support to KCheckbox. By @WinnyChang in #1140.
    • Guidance: The new v-model implementation supports binding to various data types, including arrays, booleans, numbers, strings, and objects, allowing it to seamlessly set or unset the specified value prop. Please take a look at the docs for more details.

KTextbox

Full Changelog: v5.4.2...v5.5.0

v5.4.2

12 Nov 14:26

Choose a tag to compare

What's Changed

KTable

  • Updates KTable's loading state to reduce height inconsistencies and improve the user experience. By @LianaHarris360 in #1136.

KSelect

  • Adds an array validator for KSelect’s value prop to prevent console errors when working with multi-selects. By @AllanOXDi in #1150.

Full Changelog: v5.4.1...v5.4.2

v5.4.1

21 Oct 18:10

Choose a tag to compare

What's Changed

KExternalLink

KModal

KTextbox

  • Adds outerBeforeouterAfterinnerBeforeinnerAfter slots to KTextbox to append elements before or after KTextbox’s input. By @Abhishek-Punhani in #1123.

New Contributors

Full Changelog: v5.4.0...v5.4.1

v5.4.0

17 Sep 21:48

Choose a tag to compare

What's Changed

KTable

  • Adds new stickyColumns prop to KTable. This prop enables optional sticky columns for the first, firstTwo, and last columns. By @marcellamaki in #1056.

KSelect

  • Fixes KSelect focus outline not being shown. By @AlexVelezLl in #1126.
  • Fixes clear button click handler not being triggered on space or enter key press. By @AlexVelezLl in #1126.

KIcon

Full Changelog: v5.3.0...v5.4.0

v5.3.0

05 Sep 17:13

Choose a tag to compare

What's Changed

KTextbox

  • Adds appearanceOverrides prop to KTextbox to override its container styles without using deep selectors. By @AlexVelezLl in #1104.

KTooltip

  • Adds appearanceOverrides prop to KTooltip to override its container styles without using deep selectors. By @akolson in #1112.

KToolbar

  • Adds props validators to KToolbar. By @vtushar06 in #1105.
    • Guidance: Check that no validator error appears in the console.

Docs 🗒️

Full Changelog: v5.2.2...v5.3.0

v5.2.2

13 Aug 13:56

Choose a tag to compare

What's Changed

KIcon

  • Renames help icon to helpOutline and adds a new help icon (filled version of helpOutline). By @MisRob in #1081.
    • Guidance: Rename help icon to helpOutline.

KToolbar

  • Fixes component name (in the exported component object) to be 'KToolbar’, instead of ‘UiToolbar’. By @MisRob in #1086.

Docs 🗒️

  • Improves KTabsList documentation example styling. By @MisRob in #1063.
  • Adds new documentation examples to KCardKImgKIcon, and KTextbox . Adds anchors and sub-navigation to some documentation pages. Hides irrelevant parts of code samples from KCard examples. By @MisRob in #1086.

New Contributors

Full Changelog: v5.2.1...v5.2.2

v5.2.1

22 Jul 21:28

Choose a tag to compare

What's Changed

KSelect

  • Fixes KSelect content overflowing when a selected option has a long label. By @AlexVelezLl in #1070.
  • Turns the clear icon button into a small button to avoid vertical overflow when hovering. By @AlexVelezLl in #1070.

KTransition

  • Fixes  component-vertical-slide-out-in kind moving from/to too high. By @AadarshM07 in #1071.

KIcon

Docs 🗒️

New Contributors

Full Changelog: 5.2.0...v5.2.1

v5.2.0

10 Jun 21:30

Choose a tag to compare

What's Changed

KCheckbox

  • Accessibility icon Adds a presentational prop to make the checkbox unfocusable but not disabled. By @AlexVelezLl in #1044.

KTable

  • Adds horizontal separator lines below each row in KTable to match updated design specs. By @BabyElias in #1043.

KBreadcrumbs

  • Removes the font-weight: bold style from KBreadcrumbs items. Items will now appear with regular font weight to match updated design specs. By @nucleogenesis in #967.

KTextbox

New Contributors

Full Changelog: v5.1.0...5.2.0