Skip to content

Releases: 3YOURMIND/kotti

kotti-ui@8.2.0: Reimplementation of KtTable

11 Dec 10:41
4624bdd
Compare
Choose a tag to compare

Features

  • KtTable has been reimplemented with a completely new API and better support for typescript #1031

Bugfixes

  • show left button as disabled when on first page in KtPagination #1032

kotti-ui@8.1.0: add visibilty toggle to KtFieldPassword

06 Dec 16:11
Compare
Choose a tag to compare

Features

  • Introduce a property showVisibilityToggle for KtFieldPassword with a false default value
    When this property is set to true, an eye icon is displayed on the right of KtFieldPassword
    Clicking on this eye icon reveal or hide the password's value.

Internal

#1022 use file path for lodash import
#1023 Make prettier/prettier a Warning

kotti-ui@8.0.0: reimplement `KtToaster`

19 Nov 23:01
f9d95cf
Compare
Choose a tag to compare

Features

file-0PmqmraR4IJIxVvVEXxPDJNy

KtToaster

  • added persisted notification
  • added close button
  • added customization
  • can now be called from everywhere

Breaking Changes ⚠️

  • KtToaster has a different (and well documented) way of being set up
  • KtBanner has been redesigned to look like a KtToast and has a different API
  • KtPagination's page property is now controlled

Fixes

  • icons position in narrow KtNavbar

eslint-config@0.1.2: Restore natural-sort, Treat Autofixes as Warnings

14 Nov 04:01
c597eb8
Compare
Choose a tag to compare
versions/eslint-config/0.1.2

version(eslint-config@0.1.2): Restore natural-sort, Treat Autofixes a…

kotti-ui@7.3.0: create `KtFileUpload` component

18 Sep 04:16
Compare
Choose a tag to compare

Features

  • Introduce KtFileUpload, an improved version of KtFieldFileUploadRemote that comes with a simpler API compared to its predecessor.

Deprecations

  • deprecated KtFieldFileUploadRemote, use KtFileUpload instead

kotti-ui@7.2.0: Improvements in KtValueLabel and KtFields

06 Sep 13:47
Compare
Choose a tag to compare

Improvements

  • #992 KtField[*]: make autoComplete default to 'off'
  • #993 KtValueLabel: make loading align with KtFields loading style

Internal

  • #990 deps: bump elliptic from 6.5.4 to 6.5.7
  • #991 deps: bump axios from 1.6.2 to 1.7.7

kotti-ui@7.1.0: add autoComplete prop to KtFields and fixes in KtTableLegacy

03 Sep 11:02
Compare
Choose a tag to compare

Improvements

  • #987 KtFields, KtFieldInlineEdit: add autoComplete prop

Fixes

  • #988 ktTableLegacy: fix row selection reactivity

kotti-ui@7.0.0: Improvements in KtComment and deprecation of KtTable

12 Aug 10:44
Compare
Choose a tag to compare

Breaking Changes

  • #982 KtTable: deprecated and renamed to KtTableLegacy

Improvements

  • #974 KtComment: add prop to force internal comments

Internal

  • #971 KtTable: use composition API in table Cell components
  • #972 KtTable: use composition API in table body *Row components
  • #973 utils: function to handle default keys when importing element-ui's translation objects
  • #975 KtTable: use composition API in table header
  • #976 deps(zod): lock version to v3.23.6
  • #977 deps(zod): lock version to v3.22.5
  • #978 KtTable: use composition API in table body
  • #979 KtTable: use composition API in table row
  • #980 KtTable: yeet table layout (dead code)
  • #981 KtTable: make type for store specific data more explicit
  • #983 deps(next): bump version v2.17.2 to v3.12.4
  • #984 tests(KtAccordion): add snapshot test

kotti-ui@6.0.1: Remove dead remnant of KtTable's `v-model`

17 Jul 13:28
b3ee2bf
Compare
Choose a tag to compare

kotti-ui@6.0.0: Vue 2.7 and new build system

17 Jul 13:26
cf13313
Compare
Choose a tag to compare

Breaking Changes

  • vue@2.7 is now required (peer dependency of kotti-ui)
  • We now support native ESM and CJS

Internal

  • bump to vue@2.7 and remove dependency on @vue/composition-api #814
  • bump eslint@9