v5.0.0-rc7
Pre-release
Pre-release
AlexVelezLl
released this
01 Oct 19:59
·
243 commits
to develop
since this release
What's Changed
New components
New composables
- useKResponsiveElement: Provides the following reactive element's size information:
elementHeight
andelementWidth
. By @AlexVelezLl in #783.
KResponsiveElementMixin
- 🚩BREAKING🚩 Removes KResponsiveElementMixin. By @AlexVelezLl in #783.
- Guidance: Replace any use of
KResponsiveElementMixin
with the new composableuseKResponsiveElement
.
- Guidance: Replace any use of
KCard
- 🚩BREAKING🚩 Renames
KCard
'stitleLines
prop totitleMaxLines
. By @MisRob in #785.- Guidance: Rename the prop.
- 🚩BREAKING🚩 Renames
KCard
'slayout
prop toorientation
. By @MisRob in #785.- Guidance: Rename the prop.
- Updates
KCard
to make screen readers announce only card titles when navigating the grid with TAB key. - Adds support to
KCard
for selection controls such as checkboxes. - Improves spaces display in
KCard
. - Hides
KCard
placeholder element after the thumbnail image is loaded. - 🗒️ Adds detailed guidance to
KCard
documentation page.
KTable
- 🗒️ Updates KTable documentation to include more examples for custom column widths and use of slots. By @BabyElias in #780.
Full Changelog: v5.0.0-rc6...v5.0.0-rc7