Skip to content

Releases: 3YOURMIND/kotti

4.0.7: fixes for KtFieldNumber change buttons cursor and KtTable un-scoped styles

01 Aug 14:59
Compare
Choose a tag to compare

Fix:

  • #776 KtFieldNumber: show proper cursor (disabled) when hovering on change buttons and the field is disabled
  • #787 KtTable: fix un-scoped table styles styling i tags inside table cells

Internal:

  • #783 KtFieldNumber: remove unused styles
  • #784, #787, #789 KtTable: refact styles
  • #786 ShowCase (docs): refact component, renamed as CodePreview
  • #782 build (deps): bump semver from 5.7.1 to 5.7.2

4.0.6: Emit Blur from KtFieldNumber & Support Key Controls

28 Jun 10:11
Compare
Choose a tag to compare

Features

  • #765 #779 KtFieldNumber: emit blur from field if not in focus

and support arrow up and arrow down controls to increment/decrement value

4.0.5: enhancements for KtComment and KtFieldFileUpload

20 Jun 16:59
Compare
Choose a tag to compare

Enhancements:

  • #775 KtComment: introduce readOnly prop to hide all comments' action buttons
  • #773 KtFieldFileUpload: allow any status for files in value. Only files with status UPLOADED, UPLOADED_WITH_ERROR, undefined are considered pre-uploaded files
  • #774 KtFieldFileUpload: expose specific types for newly selected files and pre-uploaded files

4.0.4: Upgrade yoco to latest

13 Jun 16:23
Compare
Choose a tag to compare
  • #770 KtComment: use @3yourmind/[email protected] to have PERMISSION_LOCKED and PERMISSION_UNLOCKED available

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