Skip to content

Releases: 3YOURMIND/kotti

4.0.3: KtComment enhancement for internal comment button

13 Jun 13:24
Compare
Choose a tag to compare

⚠️ ⚠️ Don't use this release specially if you're using KtComment (upgrade to 4.0.4)

this release required an upgrade of @3yourmind/yoco as a dependency of @3yourmind/kotti-ui to have the latest icons (PERMISISON_LOCKED & PERMISSION_UNLOCKED) available for KtComments
this was fixed in v4.0.4

Enhancements:

  • #767 KtComment / KtCommentInput: introduce different icons and help text for toggle internal comment button when it's enabled and disabled

Fix:

  • #766 KtComment / KtCommentInput: fix padding for text area input
  • #768 KtTable: remove top and bottom margins

Internal:

  • #764 Yoco: use latest Yoco version to have access to Yoco.Icon.PERMISSION_LOCKED and Yoco.Icon.PERMISSION_UNLOCKED

4.0.2: KtFilters enhancement for integer & float

01 Jun 16:36
Compare
Choose a tag to compare

Enhancements:

  • #762: KtFilters: add decimalPlaces, maximum, minimum, prefix, step, suffix support to float filter columns
  • #763: KtFilters: add maximum, minimum, prefix, suffix support to integer filter columns
  • #761: KtComment: add data-test support

4.0.1: revert KtButton changes to fix

30 May 10:43
Compare
Choose a tag to compare

Fixes

  • #759 KtButton: revert changes to wrap button with div to allow for helpText

Internal

  • #758 update kotti's dependency on Yoco to latest (2.4.4)

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