v4.10.0
版本发布时间: 2024-09-06 19:59:14
microsoft/fluentui-blazor最新发布版本:v4.10.1(2024-09-26 20:58:25)
What's Changed
- [FluentSlider] Use current-value instead of value attribute in web component by @LuohuaRain in https://github.com/microsoft/fluentui-blazor/pull/2438
- [SplashScreen] Pass parameters.Modal to ShowSplashScreen... methods by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/2449
- [Docs] Fix typo in TemplatesPage.razor by @macel94 in https://github.com/microsoft/fluentui-blazor/pull/2452
- [Icons] Update Fluent UI System Icons to 1.1.252 by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/2467
- [Docs] Improve warning for required interactivity by @MarvinKlein1508 in https://github.com/microsoft/fluentui-blazor/pull/2469
- [Templates] Fix Template.Client services injection by @dvoituron in https://github.com/microsoft/fluentui-blazor/pull/2485
- [FluenWizard] Fix Done button when last step is disabled by @dvoituron in https://github.com/microsoft/fluentui-blazor/pull/2503
- [FluentMessageBar] Add id attribute to FluentMessageBar by @LuohuaRain in https://github.com/microsoft/fluentui-blazor/pull/2505
- fix: FluentToast width issue when using timestamp in i18n by @LuohuaRain in https://github.com/microsoft/fluentui-blazor/pull/2508
- [DragContainer] Add an event "onDragEnd" by @dvoituron in https://github.com/microsoft/fluentui-blazor/pull/2504
- [Docs] Fix a typo by @LuohuaRain in https://github.com/microsoft/fluentui-blazor/pull/2518
- [Autocomplete] Add missing AdditionalAttributes by @dvoituron in https://github.com/microsoft/fluentui-blazor/pull/2522
- [Icons] Update Fluent UI System Icons to 1.1.253 by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/2558
- [DataGrid] Improve data refresh logic by @StevenTCramer in https://github.com/microsoft/fluentui-blazor/pull/2512
- [DataGrid] Fix pagination when using itemprovider by @danielpastoor in https://github.com/microsoft/fluentui-blazor/pull/2530
- [Menu] Add a FluentMenuProvider by @dvoituron in https://github.com/microsoft/fluentui-blazor/pull/2510
- [Checkbox] Fix looping value error when used in a Stack by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/2417
- [DataGrid] Add AutoFit feature to size columns automatically as good as possible by @ksbecker in https://github.com/microsoft/fluentui-blazor/pull/2496
- [NumberField] Add AutoComplete parameter by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/2560
- [DataGrid] Fix resizing to initial column widths issue by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/2561
- [Dialog] Make dismiss button larger and use neutral color by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/2565
- [Dialog] Fix regression, see #2542 for details by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/2568
- [Javascript Caching] Do not add version number to lib.module.js file by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/2572
- [DatePicker] Added OnDoubleClick event and DoubleClickToDate parameter by @RickyLin in https://github.com/microsoft/fluentui-blazor/pull/2567
- [DataGrid] Trigger OnRowClick on keyboard enter in DataGrid row by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/2577
- [Menu] Pass through more parameters to region the menu is anchored to by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/2579
- [Dialog] Remove tabindex=-1 on fluent-dialog tag by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/2584
- [DataGrid] Add parameter to provide labels to resize UI by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/2585
- [DataGrid] Provide new way to render column actions by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/2586
- [General] Add .net9.0 as targeted framework by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/2590
- Revert "[FluentSlider] Use current-value instead of value attribute in web component" by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/2591
- [Overlay] Add Interactive and InteractiveExceptId parameters by @dvoituron in https://github.com/microsoft/fluentui-blazor/pull/2580
- [Icons] Update to Fluent UI System Icons 1.1.256 by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/2613
- [FluentInputBase] Force
EditContext
to be re-associated with the Dispatcher by @cduluCNB in https://github.com/microsoft/fluentui-blazor/pull/2620 - [Anchor] Fix hypertext appearance with icon in start/end slot by @vnbaaij in https://github.com/microsoft/fluentui-blazor/pull/2624
We also had some smaller changes without PR being involved:
- [DataGrid] Don't hover on header row (no PR)
- [Templates] Fix some whitespace errors in generated .csproj files (no PR)
- [Templates] Use latest SDK packages (no PR)
New Contributors
- @macel94 made their first contribution in https://github.com/microsoft/fluentui-blazor/pull/2452
- @danielpastoor made their first contribution in https://github.com/microsoft/fluentui-blazor/pull/2530
- @RickyLin made their first contribution in https://github.com/microsoft/fluentui-blazor/pull/2567
- @cduluCNB made their first contribution in https://github.com/microsoft/fluentui-blazor/pull/2620
Full Changelog: https://github.com/microsoft/fluentui-blazor/compare/v4.9.3...v4.10.0