Releases: ikun-svelte/ikun-ui
Releases · ikun-svelte/ikun-ui
v0.2.8
🐞 Bug Fixes
- Fix KMenu component with is not correct in vertical mode - by @baiwusanyu-c in #460 (4bcfb)
View changes on GitHub
v0.2.7
🚀 Features
- The tooltip and popover components add mouseEnterDelay and mouseLeaveDelay props - by @baiwusanyu-c in #439 (424b8)
- The tooltip and popover components added defaultOpen props - by @baiwusanyu-c in #441 (8c788)
- Add vertical layout support for KCarousel - by @Onion-L in #451 (25f8e)
- Add closeOnClickMask behavior to close drawer - by @Onion-L in #454 (547ea)
- KMenu component support dark theme - by @baiwusanyu-c (ad943)
- KMenu component added theme prop - by @baiwusanyu-c (026d0)
- KMenu component added mutiple props - by @baiwusanyu-c (6c64b)
🐞 Bug Fixes
- Properly adjust the height of the KMenu component in horizontal mode - by @baiwusanyu-c (52448)
- Properly adjust the disabled backgrpund of the KMenu component - by @baiwusanyu-c (aaaf3)
- KMenu component in non-horizontal mode single selection does not take effect - by @baiwusanyu-c (808ce)
- KMenu component single-select mode does not close the popover when clicked - by @baiwusanyu-c (624d6)
- KTour component positioning inaccurate - by @baiwusanyu-c (d7522)
- KMenu component animation jitter fix, migrate floating-ui - by @baiwusanyu-c (679bf)
- KMenu floating popover automatic adjustment failed - by @baiwusanyu-c (b8312)
- Avoid a11y errors - by @baiwusanyu-c (276b7)
- Fix button element style abnormality - by @baiwusanyu-c (332b6)
- Fix button element style abnormality & updated unit test - by @baiwusanyu-c (ca496)
View changes on GitHub
v0.2.6
🚀 Features
- Added indicators component - by @baiwusanyu-c in #434 (83879)
- Added KTour component - by @baiwusanyu-c (e4521)
View changes on GitHub
v0.2.5
No significant changes
View changes on GitHub
v0.2.3
🚀 Features
- Added timeline component - by @baiwusanyu-c in #424 (816f3)
- Timeline component support dark mode - by @baiwusanyu-c in #427 (87a8e)
View changes on GitHub
v0.2.2
🚀 Features
- Added dark mode for KSegmented - by @pkc918 in #415 (1b82a)
- Checkbox supports setting icon color and background color - by @baiwusanyu-c in #416 (68f98)
- Complete the color picker component presets partial interaction - by @baiwusanyu-c (e58ac)
- Added picker color component - by @baiwusanyu-c (7243d)
- Color picker component adds tinycolor2 api - by @baiwusanyu-c in #420 (06dd9)
- KForm supports KColorPicker component - by @baiwusanyu-c in #422 (8d782)
🐞 Bug Fixes
- Fix rgb format input value error - by @baiwusanyu-c (df770)
- Fix slider shaking when palette is dragged - by @baiwusanyu-c (10382)
- Fix the issue of stuck when dragging palette - by @baiwusanyu-c (8a5ef)
- Fix hex format color compute error - by @baiwusanyu-c (942b0)
View changes on GitHub
v0.2.1
🚀 Features
- Added skeleton component - by @baiwusanyu-c (5cc6b)
🐞 Bug Fixes
- Fix typo export error & missing dependencies - by @baiwusanyu-c in #413 (40561)
View changes on GitHub
v0.2.1-beta.0
🚀 Features
- Added skeleton component - by @baiwusanyu-c (5cc6b)
🐞 Bug Fixes
- Fix typo export error & missing dependencies - by @baiwusanyu-c in #413 (40561)
View changes on GitHub
v0.2.0
🚀 Features
- Added KFlex component - by @baiwusanyu-c in #387 (5632a)
- Added tooltip for Slider - by @pkc918 and @baiwusanyu-c in #391 (d15c8)
- Added tooltip format for Slider Component - by @pkc918 in #395 (30a53)
- Added segmented component - by @baiwusanyu-c in #396 (84d39)
- Added discrete values for KSlider - by @pkc918 in #399 (3a496)
- Added autocomplete component - by @baiwusanyu-c (8d4a9)
🐞 Bug Fixes
- Descriptions component supports dark mode - by @pkc918 in #390 (08dfd)
- Correct value of 'value' in KFlex docs - by @pkc918 in #400 (dcc32)
- Fixed can't found module file in the dropdown component - by @vtrbo in #403 (33411)
View changes on GitHub
v0.1.5
🚀 Features
- Added KStatistic component - by @baiwusanyu-c (71c0f)
- Added KCountdown component - by @baiwusanyu-c (94b74)
- Added KInputNumber component - by @baiwusanyu-c in #375 (e3be2)
- Added pageHeader component - by @baiwusanyu-c (e155e)
- Added KScrollbar component - by @baiwusanyu-c in #379 (6e566)
🐞 Bug Fixes
- Fix missing exports condition - by @baiwusanyu-c (675ec)
- The inputNumber should be reset correctly when its initial value is null - by @baiwusanyu-c in #377 (24e50)
- Fix IKunUncertainFunction typo error - by @baiwusanyu-c (77b2a)