What's Changed
New components
- KSnackbar and useKSnackbar: New component that provides a notification system for displaying non-critical messages to users, along with a composable used to manage a global snackbar state. By @Prashant-thakur77 in #1205.
- KListboxGroup (candidate): New component that groups a set of
KListboxOptionchildren under a labeled ARIA group. By @Prashant-thakur77 in #1264.
KCheckbox
- Adds a new
colorprop to customize checked and indeterminate icon colors. By @Abhishek-Punhani in #1279.
KRadioButton
- Adds a new
colorprop to customize checked icon colors. By @Abhishek-Punhani in #1280.
KDropdownMenu
- Fixes a bug where pressing the Enter key on a KDropdownMenu item could inadvertently trigger click events on elements that received focus immediately after that. By @AlexVelezLl in #1256.
KListWithOverflow
- Fixes KListWithOverflow restored items overlapping. By @nucleogenesis in #1246.
KPageContainer
- Fixes KPageContainer
noPaddingprop not working on mobile devices. By @AlexVelezLl in #1265.
Full Changelog: v5.7.0...v5.8.0