Skip to content

Releases: 3YOURMIND/kotti

[email protected]: add several new icons, update circle_check

21 Jan 17:34
Compare
Choose a tag to compare

Features

#1046: add new icons and update circle_check
New icons:

  • filled_circle_check
  • filled_circle_cross
  • filled_circle_minus
  • filled_triangle_attention
  • lightning_bolt
  • not_applicable

Updated icon:

  • circle_check

[email protected]: bugfixes and internal dep version bumps

21 Jan 22:11
Compare
Choose a tag to compare

Fixes

  • #1045 fix(KtStandardTable): validate against manual version if it's provided

Internal

  • #1040 ci(typescript): bump typescript version to latest
  • #1042 dx(prettier): bump to latest
  • #1043 dx(knip): update to latest
  • #1044 dep(yoco): bump yoco version to 2.10.0
  • #1047 dep(yoco): bump yoco version to 2.11.0
  • #1048 chore(kt-standard-table): fix inline filters implementation in docs

[email protected]: Add data tests to KtStandardTable

14 Jan 07:56
d609beb
Compare
Choose a tag to compare

Improvements

  • Add data-test attributes to interactive elements in KtStandardTable

versions/kotti-ui/8.3.0

03 Jan 06:15
954541b
Compare
Choose a tag to compare

Features

  • feature(KtStandardTable): initial implementation: #1035

Improvements

  • fix(KtTable): fix styling issues with the table: #1034

[email protected]: 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

[email protected]: 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

[email protected]: 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

[email protected]: 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([email protected]): Restore natural-sort, Treat Autofixes a…

[email protected]: 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

[email protected]: 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