Releases: 3YOURMIND/kotti
Releases · 3YOURMIND/kotti
5.3.3: Improvements for KtFilters
Enhancements:
- #828 KtFilters: add support for shortcuts, minimum date, maximum date in DateRange filters.
5.3.2: fix for KtFieldFileUpload width
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
5.3.0: new KtFieldInlineEdit to work in KtForm
5.2.1: Fix table headers
Bugfixes
- fix overlapping sort indicators in table headers in #815
5.2.0: use latest @3yourmind/vue-use-tippy (v2.0.0)
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
5.0.0: upgrade to latest vue/composition-api & enhance KtCard
4.1.0: enhancements for KtCard and fixes for KtFieldDate, KtTable, KtAvatar and docs
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
Fix:
- #791 KtTable: fix broken icons size inside row actions popover