Releases: 3YOURMIND/kotti
Releases · 3YOURMIND/kotti
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
4.0.7: fixes for KtFieldNumber change buttons cursor and KtTable un-scoped styles
4.0.6: Emit Blur from KtFieldNumber & Support Key Controls
4.0.5: enhancements for KtComment and KtFieldFileUpload
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
- #770 KtComment: use @3yourmind/[email protected] to have
PERMISSION_LOCKED
andPERMISSION_UNLOCKED
available
4.0.3: KtComment enhancement for internal comment button
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 forKtComments
this was fixed inv4.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