What's Changed
KCheckbox
- Adds v-model support to KCheckbox. By @WinnyChang in #1140.
- Guidance: The new
v-modelimplementation supports binding to various data types, including arrays, booleans, numbers, strings, and objects, allowing it to seamlessly set or unset the specifiedvalueprop. Please take a look at the docs for more details.
- Guidance: The new
KTextbox
- Fixes internal visually hidden style not taking effect in KDS components, and exposes the
.visuallyhiddenclass as public.- Guidance: Import KDS styles in the main application stylesheet with
@import '~kolibri-design-system/lib/styles/common';as described in https://design-system.learningequality.org/installation#register-global-styles. Cleanup custom.visuallyhiddenclass from application styles. See https://design-system.learningequality.org/#helper-styles. By @MisRob in #1169.
- Guidance: Import KDS styles in the main application stylesheet with
- Allows
KTextboxlabel to be passed via slot. By @MisRob in #1169.
Full Changelog: v5.4.2...v5.5.0