Releases: 3YOURMIND/kotti
Releases · 3YOURMIND/kotti
3.0.0-beta.39: fix KtCard slot typo
Fixes
3.0.0-beta.38: Fixes to KtFieldRadioGroup/KtFieldToggle(Group)
Breaking Changes
- #575 KtCard: classes prefixed with
kt-
and removed from global stylesheet
Features:
Enhancements
- #575 KtCard: refactor to TS and expose namespace
- #729 KtFieldToggleGroup/KtFieldRadioGroup: various fixes and improvements
- give users more control for users what is part of an option's
<label>
- fix layout for options that have a label spanning multiple lines
- fix data-test for toggle options
- give users more control for users what is part of an option's
Internal
3.0.0-beta.37: KtNumber fix, KtTable types, KtPopover enhancement
3.0.0-beta.36: Add and adjust components for custom implementations of multiple select
Pre-release
Features
Tools for custom implementations of components for multiple select
- #694 #698 Add
KtTag
component - #703 extend the option prop in
KtPopover
to allow for selection with a checkbox
Enhancements
- #695 Changed look for checkboxes in
KtFieldToggle/KtFieldToggleGroup
- #705 Added data-test attributes for some components
- #604
KtFieldToggleGroup
can now accept data-test attributes for each option KtFieldNumber
gets data-test attributes for the decrement/increment buttonsKtAccordion
added supportKtBreadCrumbs
data-test typo fix
- #604
Breaking Change
- #703 to make the selection props for
KtPopover
more expressiveisSelected
was repurposed. The original behavior is still available withisActive
3.0.0-beta.35: label suffix enhancement for KtFieldToggle
Enhancements
Breaking Changes
- #700 KtFilters: default value of boolean fields is
true
instead of
null
Internal
3.0.0-beta.34: dataTest enhancements to KtFilters,KtField*, and UI for KtBreadcrumb
3.0.0-beta.33: KtTable fix checkbox css
3.0.0-beta.32: Enhacements to KtField*Select* & KtBreadCrumb
Enhancements
- #677 KtFieldSelect: separate toggle dropdown (chevron) icon from clear (cross) icon
for better UX, we are splitting the icon instead of alternating between them
isCompleted
is now supported which is different fromisActive
dataTest
is now supported on each breadcrumb
3.0.0-beta.31: delete KtRadio(Group), fix KtPassword, feat KtField*Select* & KtBreadCrumbs
3.0.0-beta.31: delete KtRadio(Group), fix KtPassword, feat KtField*Select* & KtBreadCrumbs
Pre-release
Pre-release
Breaking Changes
- #661 KtRadio/KtRadioGroup deletion
- delete long-deprecated components and classes
kt-radio
,kt-checkbox
,kt-switch
- delete long-deprecated components and classes
Fixes
- #669 KtFieldPassword: fix typo
Enhancements
- #668 KtFieldMultiSelect*: added prop
clearOnSelect
to delete query after option selection - #670 KtField*Select*: first option is now focused on by default when dropdown opens
- #660, #664 KtBreadCrumbs: added optional prop
activeIndex
& UI enhancements - #672 KtField*Select*: updated
no data
string tono results
for better UX