| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2024-10-09 | 1.6 kB | |
| v4.9.2 source code.tar.gz | 2024-10-09 | 1.1 MB | |
| v4.9.2 source code.zip | 2024-10-09 | 1.3 MB | |
| Totals: 3 Items | 2.4 MB | 1 | |
- 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 https://github.com/bdlukaa/fluent_ui/pull/1103
- The EditableComboBox is missing the part that applies the style to the TextBox, so add it. by @hanwha-cheoldong in https://github.com/bdlukaa/fluent_ui/pull/1121
New Contributors
- @nu11ptr made their first contribution in https://github.com/bdlukaa/fluent_ui/pull/1103
- @hanwha-cheoldong made their first contribution in https://github.com/bdlukaa/fluent_ui/pull/1121
Full Changelog: https://github.com/bdlukaa/fluent_ui/compare/v4.9.1...v4.9.2