What's Changed
- [InputFile] Make it work icw a loading Button by @MarvinKlein1508 in #2940
- [Wizard] Fix validation within GoToNextStepAsync method by @bejulian in #2944
- [Autocomplete] Fix the internal array when SelectedOptions is empty by @dvoituron in #2945
- [DataGrid] Add OData Adaptor package by @miguelhasse in #2938
- [DesignTheme] DesignTheme no console error if no storage defined by @dvoituron in #2956
- [Templates] Update and sync templates to .NET 9 release by @vnbaaij in #2959
- [Templates] Add new and update existing templates by @vnbaaij in #2961
- [Button] Fix showing hover on disabled button by @vnbaaij in #2968
- [TextField] Add support for additional field types by @svrooij in #2971
- [Rating] Improve a11y support by @vnbaaij in #2978
- [DataGrid] Save paging state in URL by @svrooij in #2972
- [Doc] embedding skeleton-test-pattern.svg file by @tossnet in #2983
- [Docs] Add .NET Conf 2024 video by @vnbaaij in #2984
- [Doc] for the doc website add an animation of fluentui logo by @tossnet in #2985
- [DataGrid] Alter rendering to use table elements by @vnbaaij in #2664
- [Datagrid] Page reload issue when using
SaveStateInUrl
by @svrooij in #2987 - [Tabs] Only render Label if Header is null by @vnbaaij in #2989
- [Docs] Add clarification for when Select is used with
Multiple="true"
by @vnbaaij in #2997 - [Icons] Update to Fluent UI System Icons 1.1.266 by @vnbaaij in #2990
- [General] Ability to change service lifetime by @svrooij in #2991
- [DatePicker] Add
PopupHorizontalPosition
property by @dvoituron in #3001 - [Templates] More templates work by @vnbaaij in #3003
- [MessageBox] Allow HTML markup in message by @vnbaaij in #3010
- [Popover] Go to the next focusable Element by @dvoituron in #3013
- Update Sample app packages to 4.11.0-Beta.1 by @dvoituron in #3023
- [Icons and Emojis] Update
AllIcons
andAllEmojis
extension methods by @dvoituron in #3026 - [Docs] Fix TreeView example by @vnbaaij in #3035
- [Fundamentals] Remove obsolete warnings by @dvoituron in #3036
- [Unit Tests] Fix the CodeCoverage script, using .NET9 only by @dvoituron in #3047
- [InputFile] Set last modified date by @maNobly in #3044
- [Icons] Update to Fluent UI System Icons 1.1.270 by @vnbaaij in #3057
- [InputFile] [Docs] Add null check on initialization by @MarvinKlein1508 in #3062
- [Wizard] Unregister EditForms in FluentWizardStep when DeferredLoading is enabled by @MarvinKlein1508 in #3065
- [DataGrid] Respecting control state of Loading parameter by @adamint in #3064
- [DataGrid] Some rendering changes and fixes by @vnbaaij in #3024
New Contributors
- @bejulian made their first contribution in #2944
- @svrooij made their first contribution in #2971
- @maNobly made their first contribution in #3044
- @adamint made their first contribution in #3064
Full Changelog: v4.10.4...v4.11.0