Skip to content

Releases: 3YOURMIND/kotti

4.0.0: Enhance KtComment, Fix KtButton

30 May 14:11
Compare
Choose a tag to compare

Breaking Changes

  • #745 KtInput: deleted

Features:

  • #749 KtButton: Introduce toggleable button
  • #753 KtComment: Introduce isInternal comments, enhance UI

Enhancements:

  • #746 , #747, #748, #750 KtComment: introduce more powerful header, change UI of comment actions, internal restructure
  • #755 KtFieldFileUpload: break-word on long text on file name

Fix:

  • #751 KtButton: fix native HTML attributes unbound to <button />

bug introduced by #741 (3.0.0-beta.45)

3.0.0-beta.45: KtButton enhancements

02 May 23:02
Compare
Choose a tag to compare

Features:

  • #741 KtButton: support prop helpText if button has only an icon

  • #743 KtButton: support prop iconPosition which defaults to left

to facilitate positioning an icon next to a label (rather than using a slot)
prop can only work if icon prop is provided

Internal:

  • #744 KtButtonGroup: fix styles (bug was caused as a side effect of #741)

3.0.0-beta.44: fix es5-incompatibility on KtFieldFileUpload

26 Apr 10:47
Compare
Choose a tag to compare

Fixes

  • #742 KtFieldFileUpload: use shortid instead of uuid as a dependency to guarantee ES5-compatible builds

3.0.0-beta.43: Introduce KtFieldUpload, fix loading on chrome

24 Apr 19:23
Compare
Choose a tag to compare

Breaking Change

  • #709 fails to produce a legacy build

if a user-app produces a legacy build (es5-compatible), it would need to use the next version (3.0.0-beta.44)

Fixes

  • #740 fix loading animation for chrome

Features

  • #709 KtFieldUpload/KtFieldUploadRemote:

introduce two new upload fields (with more flexible external control for the remote) to upload different file types

Internal

  • #738 KtField: make getEmptyValue prop optional if KtField* doesn't support clear

3.0.0-beta.42: fix KtAvatar styles

20 Apr 12:24
Compare
Choose a tag to compare

Fixes

  • #737 KtAvatar: fix KtAvatar height styles when its siblings grow bigger

Internal

  • #738 KtField: add forceUpdate option to useValue hook in KtField hooks

The useValue hook was throwing an error when the user attempts to update a value while the field prop/form prop isDisabled is set to true
There are scenarios when this is programatically desired, and therefore, an option to force the update was introduced - to be used with caution.

3.0.0-beta.41: KtAvatar(Group) content slot

29 Mar 11:31
Compare
Choose a tag to compare

Features

  • #735: KtAvatar/KtAvatarGroup Support content slot

allows customization of the popover KtAvatar shows when hovered on

Breaking Changes

  • #735: KtAvatar/KtAvatarGroup only shows tippy when isHoverable is set to true

isHoverable prop was long supported but not making any fundemental difference to the Avatar/Group behavior

3.0.0-beta.40: fixes to KtField*Select,KtFieldToggle,KtCard

27 Mar 10:37
Compare
Choose a tag to compare

Breaking Changes

Fixes

  • #730 KtField*Select: prevent tippy from showing if field is disabled

  • #733 KtFieldToggle: align label suffix (optional/required indicator + help text) to first line of label

  • #734 KtCard: fix footer padding and rewrite some css

remove manipulation of header margins if used within KtCard (should be up to the user-app)

Internal

  • #734 KtCard: enhance docs

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)