Skip to content

v4.9.2

Latest
Compare
Choose a tag to compare
@bdlukaa bdlukaa released this 09 Oct 11:41
· 32 commits to master since this release
  • feat: NavigationAppBar.leading now has a minimum width of kCompactNavigationPaneWidth instead of being fixed to this width (#1103)
  • feat: Add TabView.stripBuilder (#1106)
  • fix: Correctly apply EditableComboBox.style (#1121)
  • feat: Add BreadcrumbBar.chevronIconBuilder and BreadcrumbBar.chevronIconSize (#1111)
  • fix: Consider object translation on Menu Flyouts (#1104)
  • fix: Correctly disable DropDownButton items if onPressed is not provided (#1116)
  • feat: Add ToggleMenuFlyoutItem and RadioMenuFlyoutItem (#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

Full Changelog: v4.9.1...v4.9.2