Skip to content

v5.0.0-rc7

Pre-release
Pre-release
Compare
Choose a tag to compare
@AlexVelezLl AlexVelezLl released this 01 Oct 19:59
· 243 commits to develop since this release

What's Changed

New components

New composables

KResponsiveElementMixin

  • 🚩BREAKING🚩 Removes KResponsiveElementMixin. By @AlexVelezLl in #783.
    • Guidance: Replace any use of KResponsiveElementMixin with the new composable useKResponsiveElement.

KCard

  • 🚩BREAKING🚩 Renames KCard's titleLines prop to titleMaxLines. By @MisRob in #785.
    • Guidance: Rename the prop.
  • 🚩BREAKING🚩 Renames KCard's layout prop to orientation. By @MisRob in #785.
    • Guidance: Rename the prop.
  • Accessibility icon 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