v5.0.0-rc6
Pre-release
Pre-release
AlexVelezLl
released this
17 Sep 20:16
·
301 commits
to develop
since this release
What's Changed
KCard
- Updates KCard to complete vertical/horizontal layouts with no thumbnail. By @AllanOXDi in #752.
- Updates KCard internal structure and style. This introduces temporary regressions in KCard related to removing its control of its height that will instead be controlled by KCardGrid. However, KCard is required to be always used within KCardGrid anyways so ultimately this will be of no real impact. Will be completed by KCardGrid soon. By @MisRob in #774.
- Fixes the thumbnail overflowing in the horizontal layout with small thumbnail and aligns this layout more closely to the designs. By @MisRob in #774.
- Fixes
@click.stop
not working on interactive elements rendered within the card via its slots. By @MisRob in #774.
KRadioButton
- Adds warning in KRadioButton if it is not nested inside a KradioButtonGroup. By @lokesh-sagi125 in #781.
Backported changes from v4.5.1
KCheckbox, KRadioButton.
- Add
labelDir
prop to control rtl direction of label. By @AlexVelezLl in #784.
Full Changelog: v5.0.0-rc5...v5.0.0-rc6