Releases: 3YOURMIND/kotti
Releases · 3YOURMIND/kotti
[email protected]: add several new icons, update circle_check
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
[email protected]: Add data tests to KtStandardTable
Improvements
- Add
data-test
attributes to interactive elements inKtStandardTable
versions/kotti-ui/8.3.0
[email protected]: Reimplementation of KtTable
[email protected]: add visibilty toggle to KtFieldPassword
Features
- Introduce a property
showVisibilityToggle
forKtFieldPassword
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`
Features
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 upKtBanner
has been redesigned to look like aKtToast
and has a different APIKtPagination
's page property is now controlled
Fixes
- icons position in narrow
KtNavbar
[email protected]: Restore natural-sort, Treat Autofixes as Warnings
versions/eslint-config/0.1.2 version([email protected]): Restore natural-sort, Treat Autofixes a…
[email protected]: create `KtFileUpload` component
Features
- Introduce
KtFileUpload
, an improved version ofKtFieldFileUploadRemote
that comes with a simpler API compared to its predecessor.
Deprecations
- deprecated
KtFieldFileUploadRemote
, useKtFileUpload
instead