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:
KImg
- 🚩BREAKING🚩 Removes KImg props related to dimensions:
height, width, maxHeight, minHeight, maxWidth, minWidth.
- Guidance: Use native style, for example replace
<KImg width="100%" maxWidth="500px" /> by <KImg :style="{ width: '100%', maxWidth: '500px' }" />.
KTextTruncator
- 🚩BREAKING🚩 Removes
lineHeightIE prop and drops Internet Explorer 11 support.
- Guidance: To be used in newer versions of products that don't need to support IE11.
KResponsiveWindow
KModal
KCheckbox
- 🚩BREAKING🚩 Removes internal state management for checked & indeterminate in KCheckbox.
KResponsiveElementMixin
KCard
Theme tokens
KDS General Styling
UiToolbar
KCard
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
lineHeightIEprop and drops Internet Explorer 11 support.v5.0.0-rc2:
KResponsiveWindow
v5.0.0-rc4:
KModal
appendToRootprop toappendToOverlay. By @MisRob in Let's teleport + make 'sidebar' icon flip in RTL languages kolibri-design-system#722KCheckbox
changeevent 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
KResponsiveElementMixinwith the new composableuseKResponsiveElement.KCard
KCard'stitleLinesprop 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'slayoutprop 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-Xdpusage 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.KToolbarcomponent instead.KCard
titleprop required. By @MisRob in More flexible KCard click event handling kolibri-design-system#825.titleslot, pass the title text via thetitleprop.