Skip to content

Releases: 3YOURMIND/kotti

5.0.0: upgrade to latest vue/composition-api & enhance KtCard

14 Aug 20:43
Compare
Choose a tag to compare

Breaking Change

  • #796 upgrade to latest vue/composition-api (v1.7.1)

Features

Fixes

  • #801 #802 KtCard: default border color for clickable cards

Internal

  • #803 docs: remove dead colors

4.1.0: enhancements for KtCard and fixes for KtFieldDate, KtTable, KtAvatar and docs

12 Aug 21:06
Compare
Choose a tag to compare

Breaking Changes:

  • #793 KtCard: Replace footer-slot with primary and secondary actions labels properties. Make card clickable when no action labels are provided. Add loading properties and styling.

Fix:

  • #794 KtFieldDate: fix broken table styles
  • #795 docs: fix broken table styles
  • #797 KtTable: fix wrong type for sortedColumns and docs
  • #798 KtAvatar: fix slot.content() call outside render scope

Internal:

  • #792 build (deps): bump word-wrap from 1.2.3 to 1.2.5

4.0.8: fix for KtTable actions icons

02 Aug 17:14
Compare
Choose a tag to compare

Fix:

  • #791 KtTable: fix broken icons size inside row actions popover

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)