v4.9.2
- feat:
NavigationAppBar.leadingnow has a minimum width ofkCompactNavigationPaneWidthinstead of being fixed to this width (#1103) - feat: Add
TabView.stripBuilder(#1106) - fix: Correctly apply
EditableComboBox.style(#1121) - feat: Add
BreadcrumbBar.chevronIconBuilderandBreadcrumbBar.chevronIconSize(#1111) - fix: Consider object translation on Menu Flyouts (#1104)
- fix: Correctly disable
DropDownButtonitems ifonPressedis not provided (#1116) - feat: Add
ToggleMenuFlyoutItemandRadioMenuFlyoutItem(#1108)
What's Changed
- Change NavigationAppBar leading widget to be min width instead of fix… by @nu11ptr in #1103
- The EditableComboBox is missing the part that applies the style to the TextBox, so add it. by @hanwha-cheoldong in #1121
New Contributors
- @nu11ptr made their first contribution in #1103
- @hanwha-cheoldong made their first contribution in #1121
Full Changelog: v4.9.1...v4.9.2