Download Latest Version v4.15.0 - TreeView, Visual Density and bug fixes source code.tar.gz (3.1 MB)
Email in envelope

Get an email when there's a new version of Fluent UI

Home / v4.15.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-03-06 4.0 kB
v4.15.0 - TreeView, Visual Density and bug fixes source code.tar.gz 2026-03-06 3.1 MB
v4.15.0 - TreeView, Visual Density and bug fixes source code.zip 2026-03-06 3.3 MB
Totals: 3 Items   6.4 MB 1
  • fix: MenuFlyout no longer throws TypeError on sub-items (#1337)
  • feat: Controls now respond to VisualDensity from FluentThemeData for compact sizing. Use FluentThemeData(visualDensity: VisualDensity.compact) to enable compact mode (#1175)
  • fix: NavigationView no longer throws BoxConstraints has a negative minimum height when header and menu button are both absent (#1334)
  • fix: ProgressBar chooses the correct direction when directionality is right-to-left (#1291)
  • fix: Flyout's bottom shadow no longer clipped in bottom placement modes (#1323)
  • fix: Correctly handle system text scaling on DatePicker, TimePicker, AutoSuggestBox, CalendarDatePicker popups (#1321, #1286)
  • BREAKING feat: Rename RatingBar to RatingControl, and updated its style (#1274)
  • fix: NumberBox compact overlay is now positioned correctly on right-to-left directionality (#1326)
  • BREAKING feat: Add TreeViewController for programmatic control of TreeView (#1140)
  • TreeViewController provides methods: getItemFromValue(), addItem(), addItems(), removeItem(), moveItem(), expandItem(), collapseItem(), expandAll(), collapseAll(), selectItem(), deselectItem(), selectAll(), deselectAll()
  • Reordering items is supported via controller.moveItem(item, newParent: target, index: 0)
  • BREAKING feat: TreeViewItem.children is now unmodifiable. Use TreeViewController methods (addItem(), addItems(), removeItem(), moveItem()) to modify tree structure.
  • feat: TitleBar now supports double-click callback to maximize or restore the window (#1298)
  • fix: Correctly apply TitleBar's isBackButtonEnabled (#1298)

What's Changed

New Contributors

Full Changelog: https://github.com/bdlukaa/fluent_ui/compare/v4.14.0...v4.15.0

Source: README.md, updated 2026-03-06