Changelog
Material Components 1.1 requires Slint 1.18 or newer.
New APIs
Section titled “New APIs”- Added
Switch.checked-state-changed(checked). - Added
SearchBar.item-activated(index)so applications can handle search result activation. - Added
SearchBar.close-popup(). - Added
TextField.input-typefor password, number, decimal, search, and other input purposes. - Added
ModalNavigationDrawer.selected(group-index, item-index). - Added
ModalNavigationDrawer.item-pointer-event. - Made
NavigationDrawer.select(group-index, item-index)andModalNavigationDrawer.select(group-index, item-index)public. - Added
content-width,content-height,content-x, andcontent-ytoScrollView.
- Fixed indicator alignment in
TabBarandSecondaryTabBarfor tabs with different widths. - Fixed continuous and stepped
Sliderinteraction, dragging, thumb positioning, and stop rendering. - Fixed
CheckBoxinitialization and updates with a partially checked state. - Preserved
ModalNavigationDrawerselection when its popup is recreated. - Prevented a crash when
ModalNavigationDrawercloses during selection. - Added the missing year 2030 to
DatePickerPopup. - Hid the
TimePickerPopupselection indicator when no clock item is selected. - Made
TextField.labelan alias for the formerplaceholder-textproperty.
Accessibility
Section titled “Accessibility”- Added search input semantics and editable value actions to
SearchBar. - Added set-value, increment, and decrement actions to
Slider. - Added accessible values to linear and circular progress indicators.
- Used the dedicated
SwitchandRadioButtonroles. - Reported the enabled state of
IconButtoncorrectly. - Prevented the accessibility default action from toggling a disabled
Switch.
Migration
Section titled “Migration”- Replace
viewport-width,viewport-height,viewport-x, andviewport-ywithcontent-width,content-height,content-x, andcontent-yonScrollView. The former names remain available as compatibility aliases. - Replace
placeholder-textwithlabelonTextField. The former name remains available as a compatibility alias. - Update projects to Slint 1.18 or newer before replacing Material Components 1.0.
- Published the first stable Slint Material Components release.
© 2026 SixtyFPS GmbH