v5.0.0-rc11
Pre-release
Pre-release
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 allheader
objects. By @EshaanAgg in #824.- Guidance: Add a unique column identifier
columnId
to allheader
objects.
- Guidance: Add a unique column identifier
- 🚩BREAKING🚩 Renames
disableDefaultSorting
prop todisableBuiltinSorting
. By @EshaanAgg in #824.- Guidance: Rename all occurrence of
disableDefaultSorting
.
- Guidance: Rename all occurrence of
- 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 suppressingconsole.*
in tests. By @bjester in #645.- Guidance: The
KImg
component may now emit anError
object in its@error
listener when incorrectly configured, in addition to anUiEvent|Event
when an image fails to load. Consumers should type check the value.
- Guidance: The
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 withk
. By @MisRob in #851.
KSelect
- 🗒️ Improves KSelect documentation by documenting undocumented slots and props. By @yeshwanth235 in #821.
KRadioButtonGroup
- Adds
radiogroup
role to KRadioButtonGroup. By @iamshobhraj in #846.
Styling
- 🗒️ Reorganizes elevation diagram in styling docs to be under the z-index section for better clarity. By @RONAK-AI647 in #819.
New Contributors
- @yeshwanth235 made their first contribution in #821
- @iamshobhraj made their first contribution in #846
Full Changelog: v5.0.0-rc10...v5.0.0-rc11