Releases: 3YOURMIND/kotti
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
3.0.0-beta.43: Introduce KtFieldUpload, fix loading on chrome
Breaking Change
- #709 fails to produce a legacy build
if a user-app produces a legacy build (es5-compatible), it would need to use the next version (3.0.0-beta.44)
Fixes
- #740 fix loading animation for chrome
Features
- #709 KtFieldUpload/KtFieldUploadRemote:
introduce two new upload fields (with more flexible external control for the remote) to upload different file types
Internal
- #738 KtField: make
getEmptyValue
prop optional if KtField* doesn't support clear
3.0.0-beta.42: fix KtAvatar styles
Fixes
- #737 KtAvatar: fix KtAvatar height styles when its siblings grow bigger
Internal
- #738 KtField: add forceUpdate option to useValue hook in KtField hooks
The useValue hook was throwing an error when the user attempts to update a value while the field prop/form prop isDisabled is set to true
There are scenarios when this is programatically desired, and therefore, an option to force the update was introduced - to be used with caution.
3.0.0-beta.41: KtAvatar(Group) content slot
Features
- #735: KtAvatar/KtAvatarGroup Support
content
slot
allows customization of the popover KtAvatar shows when hovered on
Breaking Changes
- #735: KtAvatar/KtAvatarGroup only shows tippy when
isHoverable
is set to true
isHoverable
prop was long supported but not making any fundemental difference to the Avatar/Group behavior
3.0.0-beta.40: fixes to KtField*Select,KtFieldToggle,KtCard
Breaking Changes
Fixes
-
#730 KtField*Select: prevent tippy from showing if field is disabled
-
#733 KtFieldToggle: align label suffix (optional/required indicator + help text) to first line of label
-
#734 KtCard: fix footer padding and rewrite some css
remove manipulation of header margins if used within KtCard (should be up to the user-app)
Internal
- #734 KtCard: enhance docs