v5.0.0-rc2
AlexVelezLl
released this
20 Aug 21:37
·
573 commits
to develop
since this release
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
andpreserveFooter
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