Releases: 3YOURMIND/kotti
Releases · 3YOURMIND/kotti
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
4.0.2: KtFilters enhancement for integer & float
4.0.1: revert KtButton changes to fix
4.0.0: Enhance KtComment, Fix KtButton
Breaking Changes
- #745 KtInput: deleted
Features:
- #749 KtButton: Introduce toggleable button
- #753 KtComment: Introduce
isInternal
comments, enhance UI
Enhancements:
- #746 , #747, #748, #750 KtComment: introduce more powerful header, change UI of comment actions, internal restructure
- #755 KtFieldFileUpload: break-word on long text on file name
Fix:
- #751 KtButton: fix native HTML attributes unbound to
<button />
bug introduced by #741 (
3.0.0-beta.45
)
3.0.0-beta.45: KtButton enhancements
3.0.0-beta.44: fix es5-incompatibility on KtFieldFileUpload
Fixes
- #742 KtFieldFileUpload: use
shortid
instead ofuuid
as a dependency to guarantee ES5-compatible builds