Skip to content

v4.16.0 - Flutter 3.44

Choose a tag to compare

@bdlukaa bdlukaa released this 28 Jun 02:55
· 10 commits to master since this release
be9c1af
  • refactor: Flutter 3.44.0 support
  • fix: MenuBar now doesn't throw "Duplicated Global Key" and/or Rendering exceptions when hovering on different MenuBarItem(s) with the flyout open (#1334)
  • fix: Tooltip now correctly uses constructor-given style ((#1321)[https://github.com//pull/1321])
  • fix: Correctly apply ButtonStyle.textStyle to Buttons content (#1318)
  • fix: Correctly forward navigation view theme to flyout items (#1325)
  • fix(mobile): TitleBar now accounts for view padding (05c122b)
  • fix: FluentTextSelectionToolbar no longer ignores custom ContextMenuButtonItems (#1317)
  • fix: NumberBox remove ghost focus and do not focus inline buttons anymore (#1332)

What's Changed

  • fix: NavigationView compact pane PaneItemExpander flyout size and position by @bdlukaa with @Copilot in #1310
  • fix: MenuFlyout sub-item tree direction and icon in RTL mode by @bdlukaa with @Copilot in #1313
  • fix(NavigationView): prevent spurious overlay flash when auto mode resizes from minimal → compact by @bdlukaa with @Copilot in #1316
  • fix: Tab draggable from full area including padding by @bdlukaa with @Copilot in #1315
  • fix: TitleBar height shrinks when window width is reduced by @bdlukaa with @Copilot in #1309
  • fix: Tooltip now correctly uses constructor-given style by @jacksonb-cs in #1321
  • chore: add tests for button inherited text style by @jacksonb-cs in #1322
  • Selection toolbar by @bdlukaa in #1330
  • fix(numberbox): skip traversal and inline buttons by @WinXaito in #1332
  • Fixed Hovering behaviour with open MenuBar by @ProgettiPascon in #1335

New Contributors

Full Changelog: v4.15.0...v4.16.0