Skip to content

v5.0.0-rc11

Pre-release
Pre-release
Compare
Choose a tag to compare
@AlexVelezLl AlexVelezLl released this 10 Dec 20:50
· 39 commits to develop since this release

What's Changed

Environment 💻

  • 🚩BREAKING🚩 Upgrades Node.js to v18 and Vue to 2.7. By @bjester and @rtibbles in #645.
    • Guidance: Make sure your system supports Node.js v18 and Vue 2.7 before upgrading.

KTable

  • 🚩BREAKING🚩 Adds requirement for columnId attribute in all header objects. By @EshaanAgg in #824.
    • Guidance: Add a unique column identifier columnId to all header objects.
  • 🚩BREAKING🚩 Renames disableDefaultSorting prop to disableBuiltinSorting. By @EshaanAgg in #824.
    • Guidance: Rename all occurrence of disableDefaultSorting.
  • Adds default sorting functionality feature. By @EshaanAgg in #824.

KImg, KTabs, KTabsList

  • 🚩BREAKING🚩 Component error handling now use @error listener to avoid polluting test output, nor suppressing console.* in tests. By @bjester in #645.
    • Guidance: The KImg component may now emit an Error object in its @error listener when incorrectly configured, in addition to an UiEvent|Event when an image fails to load. Consumers should type check the value.

KCard

  • Re-organizes KCard styles to improve content tolerance and simplify styles, and fixes the thumbnail overflow problems in horizontal layout with small thumbnail. By @MisRob in #838.
  • Prepends all internal KCard class names with k . By @MisRob in #851.

KSelect

  • 🗒️ Improves KSelect documentation by documenting undocumented slots and props. By @yeshwanth235 in #821.

KRadioButtonGroup

Styling

  • 🗒️ Reorganizes elevation diagram in styling docs to be under the z-index section for better clarity. By @RONAK-AI647 in #819.

New Contributors

Full Changelog: v5.0.0-rc10...v5.0.0-rc11