You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please go to our KDS releases page and track all changes, in special the breaking changes from 4.5.1 to 5.0.0-rc9, and make sure that them are propery applied in Studio (if needed).
Desired behavior
Please go to our KDS releases page and track all changes, in special the breaking changes from 4.5.1 to 5.0.0-rc9, and make sure that them are propery applied in Studio (if needed).
Breaking changes from 4.5.1 to 5.0.0-rc9:
v5.0.0-rc0:
KImg
height
,width
,maxHeight
,minHeight
,maxWidth
,minWidth
.<KImg width="100%" maxWidth="500px" />
by<KImg :style="{ width: '100%', maxWidth: '500px' }" />
.KTextTruncator
lineHeightIE
prop and drops Internet Explorer 11 support.v5.0.0-rc2:
KResponsiveWindow
v5.0.0-rc4:
KModal
appendToRoot
prop toappendToOverlay
. By @MisRob in Let's teleport + make 'sidebar' icon flip in RTL languages kolibri-design-system#722KCheckbox
change
event and update whether or not the given checked and indeterminate props reflect the reality that you expect. By @nucleogenesis in After clicking on question of KA channel, it is redirected to the KA site instead of cotnent. #744v5.0.0-rc7:
KResponsiveElementMixin
KResponsiveElementMixin
with the new composableuseKResponsiveElement
.KCard
KCard
'stitleLines
prop totitleMaxLines
. By @MisRob in KCardGrid part 2: Add KCardGrid with the base layouts + Add selection controls + Final documentation for KCard and KCardGrid + Few KCard bugfixes and improvements kolibri-design-system#785.KCard
'slayout
prop toorientation
. By @MisRob in KCardGrid part 2: Add KCardGrid with the base layouts + Add selection controls + Final documentation for KCard and KCardGrid + Few KCard bugfixes and improvements kolibri-design-system#785.v5.0.0-rc8:
Theme tokens
v_*
theme tokens using the mapping posted in Update KDS Theme Token values kolibri-design-system#775.v5.0.0-rc10:
KDS General Styling
%dropshadow-Xdp
usage different than 1dp, 2dp and 6dp to the latest drop shadows guidelines.UiToolbar
/lib/keen/UiToolbar
. By @rtibbles in Minimal implementation of KToolbar. kolibri-design-system#831.KToolbar
component instead.KCard
title
prop required. By @MisRob in More flexible KCard click event handling kolibri-design-system#825.title
slot, pass the title text via thetitle
prop.The text was updated successfully, but these errors were encountered: