Skip to content

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

Pre-release
Pre-release
Compare
Choose a tag to compare
@carsoli carsoli released this 17 Mar 00:13
· 501 commits to master since this release
9d8bf6e

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