Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump KDS from 4.5.1 to 5.0.0-rc10 #4816

Open
AlexVelezLl opened this issue Nov 12, 2024 · 0 comments · May be fixed by #4842
Open

Bump KDS from 4.5.1 to 5.0.0-rc10 #4816

AlexVelezLl opened this issue Nov 12, 2024 · 0 comments · May be fixed by #4842
Assignees

Comments

@AlexVelezLl
Copy link
Member

AlexVelezLl commented Nov 12, 2024

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

@akolson akolson changed the title Bump KDS from 4.5.1 to 5.0.0-rc9 Bump KDS from 4.5.1 to 5.0.0-rc10 Nov 27, 2024
@akolson akolson linked a pull request Nov 27, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants