Skip to content

Bump KDS from 4.5.1 to 5.0.0-rc10 #4816

@AlexVelezLl

Description

@AlexVelezLl

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

  • 🚩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.

v5.0.0-rc2:

KResponsiveWindow

v5.0.0-rc4:

KModal

KCheckbox

v5.0.0-rc7:

KResponsiveElementMixin

KCard

v5.0.0-rc8:

Theme tokens

v5.0.0-rc10:

KDS General Styling

UiToolbar

KCard

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions