v0.17.4
-
Fix misaligned icons in
Menu!. -
Named styles now can also be modified in context.
- Add
style::impl_named_stylemacro and associated items. - Add
button::{light_style_fn, primary_style_fn, link_style_fn}. - Add
dialog::{ask_style_fn, confirm_style_fn, error_style_fn, info_style_fn, warn_style_fn}. - Add
menu::{context::touch_style_fn, icon_button_style_fn}. - Add
progress::simple_bar_style_fn. - Add
text_input::{search_style_fn, field_style_fn}. - Add
toggle::{combo_style_fn, check_style_fn, radio_style_fn, light_style_fn, switch_style_fn}.
- Add
-
Add
"deadlock_detection"to default"dev"feature. -
Style more widgets inside
Menu!root.- Add
menu::{TextInputStyle, ComboStyle}.
- Add
Crates will be available on crates.io once Publish completes.