Skip to content

Releases: 3YOURMIND/kotti

3.0.0-beta.39: fix KtCard slot typo

20 Mar 15:49
Compare
Choose a tag to compare

3.0.0-beta.38: Fixes to KtFieldRadioGroup/KtFieldToggle(Group)

17 Mar 00:13
9d8bf6e
Compare
Choose a tag to compare

Breaking Changes

  • #575 KtCard: classes prefixed with kt- and removed from global stylesheet

Features:

  • #667 #727 KtPopover: support isDisabled boolean prop which hides the tippy if set to true

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

Internal

  • #726 bump sass and sass-loader to latest
  • #729 bump lerna
  • #725 docs: parse component from router query in form-fields
  • Yoco: Use latest Yoco version to have acess to Yoco.Icon.RELOAD

3.0.0-beta.37: KtNumber fix, KtTable types, KtPopover enhancement

14 Feb 16:11
Compare
Choose a tag to compare

Breaking Changes

  • #712 KtStep(s): deleted both components
  • #715 KtTheme: deleted

Enahncement

  • #653 KtTable: Add types and introduce namespace
  • #710 KtPopover: expose showPopover method on default slot

Fix

  • #711 KtNumber: stop propagation of click events from increment/decrement buttons

Internal

  • #623 Bump Eslint
  • #708 minor bump to http-cache-semantics (auto, security)

3.0.0-beta.36: Add and adjust components for custom implementations of multiple select

29 Jan 19:54
Compare
Choose a tag to compare

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 buttons
    • KtAccordion added support
    • KtBreadCrumbs data-test typo fix

Breaking Change

  • #703 to make the selection props for KtPopover more expressive isSelected was repurposed. The original behavior is still available with isActive

3.0.0-beta.35: label suffix enhancement for KtFieldToggle

25 Jan 14:35
Compare
Choose a tag to compare

Enhancements

  • #699 #701 KtFieldToggle: show label suffix next to default when label is null

Breaking Changes

  • #700 KtFilters: default value of boolean fields is true

instead of null

Internal

  • #692 docs(Ktfield*): add configurable dataTest prop in the documentation of KtField*
  • #693 docs(*): make folder name of components configurable which fixed some component links

3.0.0-beta.34: dataTest enhancements to KtFilters,KtField*, and UI for KtBreadcrumb

19 Dec 15:08
Compare
Choose a tag to compare

Breaking Changes

Bug Fixes

  • #674 #684 KtTable: move stylesheet to appriopriate place

move table checkboxes styles to KtTable stylesheet

Features

  • #615 #686 KtField*: Support dataTest on fields outside of a KtForm

Enhancements

  • #682 #683 KtBreadCrumb: change hovering style on separator icon
  • #679 #688 KtFilter: support unique data-tests on each row of filters

Internal Chores

  • #689 KtFilter: fix internal TS errors
  • #687 #690 #691 Auto-updated subdependencies

3.0.0-beta.33: KtTable fix checkbox css

29 Nov 11:28
Compare
Choose a tag to compare
Pre-release

Bugfixes

#674 #675 KtTable: fix checkboxes css

was broken on 3.0.0-beta.31 where old _toggle.sccs classes were removed

3.0.0-beta.32: Enhacements to KtField*Select* & KtBreadCrumb

29 Nov 00:59
Compare
Choose a tag to compare

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

  • #676 , #678 KtFieldBreadcrumb: support more attributes on prop breadcrumbs

isCompleted is now supported which is different from isActive
dataTest is now supported on each breadcrumb

3.0.0-beta.31: delete KtRadio(Group), fix KtPassword, feat KtField*Select* & KtBreadCrumbs

14 Oct 13:38
Compare
Choose a tag to compare

Breaking Changes

  • #661 KtRadio/KtRadioGroup deletion
    • delete long-deprecated components and classes kt-radio, kt-checkbox, kt-switch

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 to no results for better UX

3.0.0-beta.30: fixes to KtModal, KtFieldRadioGroup/KtFieldToggle(Group)

09 Sep 12:27
Compare
Choose a tag to compare

Fixes

  • #657 , #659 Fix shrinkable radio buttons in KtFieldRadioGroup, KtFieldToggle, KtFieldToggleGroup
  • #665 Fix ktModal not showing when isOpen is initially set to true

Internal

  • #648 Use node 16 for ci pipelines
  • #662 , #663 Fix active state of KtNavbar in documentation