Skip to content

Releases: 3YOURMIND/kotti

5.3.3: Improvements for KtFilters

08 Nov 12:49
Compare
Choose a tag to compare

Enhancements:

  • #828 KtFilters: add support for shortcuts, minimum date, maximum date in DateRange filters.

5.3.2: fix for KtFieldFileUpload width

07 Nov 09:16
Compare
Choose a tag to compare

Bugfixes:

  • #824 fix KtFieldFileUpload width not expanding to fill its container

Internal:

  • #816 build(deps-dev): bump postcss from 8.2.13 to 8.4.31
  • #818 build(deps): bump @babel/traverse from 7.10.5 to 7.23.2
  • #819 build(deps): bump zod from 3.14.1 to 3.22.4
  • #823 build(deps): bump browserify-sign from 4.2.0 to 4.2.2
  • #825 chore(nuxt-deps): update nuxt dependencies & metatypes/units-typpography
  • #826 chore(storybook): delete storybook package and refact useTippy
  • #827 docs(vue-use-tippy): use .value in README example

5.3.1: introduce KtValueLabel, fix data-test on KtFieldInlineEdit

25 Oct 09:17
Compare
Choose a tag to compare

Fixes

  • #822 fix data-test prop on KtFieldInlineEdit confirm button

Features

  • #817 Introduce ValueLabel field with preliminary support for string values
    • will be extended to support numeric, currency, and date representations in the future

5.3.0: new KtFieldInlineEdit to work in KtForm

25 Oct 09:25
Compare
Choose a tag to compare

Breaking Changes

  • #757 KtInlineEdit is deleted

should've been a major release

Features

  • #757 KtFieldInlineEdit: new field to replace old KtInlineEdit

works in a KtForm, has confirm & input events

5.2.1: Fix table headers

25 Sep 09:10
Compare
Choose a tag to compare

Bugfixes

  • fix overlapping sort indicators in table headers in #815

5.2.0: use latest @3yourmind/vue-use-tippy (v2.0.0)

23 Aug 20:41
Compare
Choose a tag to compare

Fixes

  • use latest version of @3YOURMIND/vue-use-tippy

vue-use-tippy published a new version where v1.7.1 of @vue/composition-api is being used. kotti-ui needed to use this version to allow user-apps to resolve to the correct version of vue/composition-api

5.1.0: force v1.7.1 for vue/composition-api & enhance KtFieldSelects

23 Aug 15:41
Compare
Choose a tag to compare

Enhancements

  • #810 KtFieldSelect: add data-test attribute on actions prop elements

Internal

  • #809 update README npm publishing section
  • #805 use latest yoco (v2.4.6) on @3yourmind/kotti-ui
  • #811 force composition-api version on 1.7.1

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