Skip to content

v5.0.0-rc2

Compare
Choose a tag to compare
@AlexVelezLl AlexVelezLl released this 20 Aug 21:37
· 573 commits to develop since this release
083aa26

What's Changed

KResponsiveWindow

  • 🚩BREAKING🚩 Removes KResponsiveWindowMixin. By @AlexVelezLl in #719.
    • Guidance: Replace any use of KResponsiveWindowMixin with the new composable useKResponsiveWindow.

KDateRange

  • Changes KDateRange behavior when opening the calendar, it now shows the month of the lastAllowedDate prop instead of the current month. By @LianaHarris360 in #718.

KCard

  • Adds new thumbnailAlign prop to control the alignment of the thumbnail area in horizontal layouts. By @AllanOXDi in #706.
  • Adds preserveAboveTitle, preserveBelowTitle and preserveFooter props to preserve the space for the corresponding slots even if they are not defined. By @AllanOXDi in #705.

Backported changes from v4.4.1

KListWithOverflow

  • Fixes ResizeOserver errors when KListWithOverflow is resized very quickly. By @AlexVelezLl in #717.

Full Changelog: v5.0.0-rc1...v5.0.0-rc2