- feat:
NavigationAppBar.leading
now has a minimum width ofkCompactNavigationPaneWidth
instead of being fixed to this width (#1103) - feat: Add
TabView.stripBuilder
(#1106) - fix: Correctly apply
EditableComboBox.style
(#1121) - feat: Add
BreadcrumbBar.chevronIconBuilder
andBreadcrumbBar.chevronIconSize
(#1111) - fix: Consider object translation on Menu Flyouts (#1104)
- fix: Correctly disable
DropDownButton
items ifonPressed
is not provided (#1116) - feat: Add
ToggleMenuFlyoutItem
andRadioMenuFlyoutItem
(#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