v4.10.0
What's Changed
- [FluentSlider] Use current-value instead of value attribute in web component by LuohuaRain in #2438
- [SplashScreen] Pass parameters.Modal to ShowSplashScreen... methods by Vincent Baaij (@vnbaaij) in #2449
- [Docs] Fix typo in TemplatesPage.razor by Francesco Belacca (@macel94) in #2452
- [Icons] Update Fluent UI System Icons to 1.1.252 by Vincent Baaij (@vnbaaij) in #2467
- [Docs] Improve warning for required interactivity by Marvin Klein (@MarvinKlein1508) in #2469
- [Templates] Fix Template.Client services injection by Denis Voituron (@dvoituron) in #2485
- [FluenWizard] Fix Done button when last step is disabled by Denis Voituron (@dvoituron) in #2503
- [FluentMessageBar] Add id attribute to FluentMessageBar by LuohuaRain in #2505
- fix: FluentToast width issue when using timestamp in i18n by LuohuaRain in #2508
- [DragContainer] Add an event "onDragEnd" by Denis Voituron (@dvoituron) in #2504
- [Docs] Fix a typo by LuohuaRain in #2518
- [Autocomplete] Add missing AdditionalAttributes by Denis Voituron (@dvoituron) in #2522
- [Icons] Update Fluent UI System Icons to 1.1.253 by Vincent Baaij (@vnbaaij) in #2558
- [DataGrid] Improve data refresh logic by Steven T. Cramer (@StevenTCramer) in #2512
- [DataGrid] Fix pagination when using itemprovider by Daniel Pastoor (@danielpastoor) in #2530
- [Menu] Add a FluentMenuProvider by Denis Voituron (@dvoituron) in #2510
- [Checkbox] Fix looping value error when used in a Stack by Vincent Baaij (@vnbaaij) in #2417
- [DataGrid] Add AutoFit feature to size columns automatically as good as possible by Kevin Becker (@ksbecker) in #2496
- [NumberField] Add AutoComplete parameter by Vincent Baaij (@vnbaaij) in #2560
- [DataGrid] Fix resizing to initial column widths issue by Vincent Baaij (@vnbaaij) in #2561
- [Dialog] Make dismiss button larger and use neutral color by Vincent Baaij (@vnbaaij) in #2565
- [Dialog] Fix regression, see #2542 for details by Vincent Baaij (@vnbaaij) in #2568
- [Javascript Caching] Do not add version number to lib.module.js file by Vincent Baaij (@vnbaaij) in #2572
- [DatePicker] Added OnDoubleClick event and DoubleClickToDate parameter by Ricky (@RickyLin) in #2567
- [DataGrid] Trigger OnRowClick on keyboard enter in DataGrid row by Vincent Baaij (@vnbaaij) in #2577
- [Menu] Pass through more parameters to region the menu is anchored to by Vincent Baaij (@vnbaaij) in #2579
- [Dialog] Remove tabindex=-1 on fluent-dialog tag by Vincent Baaij (@vnbaaij) in #2584
- [DataGrid] Add parameter to provide labels to resize UI by Vincent Baaij (@vnbaaij) in #2585
- [DataGrid] Provide new way to render column actions by Vincent Baaij (@vnbaaij) in #2586
- [General] Add .net9.0 as targeted framework by Vincent Baaij (@vnbaaij) in #2590
- Revert "[FluentSlider] Use current-value instead of value attribute in web component" by Vincent Baaij (@vnbaaij) in #2591
- [Overlay] Add Interactive and InteractiveExceptId parameters by Denis Voituron (@dvoituron) in #2580
- [Icons] Update to Fluent UI System Icons 1.1.256 by Vincent Baaij (@vnbaaij) in #2613
- [FluentInputBase] Force
EditContextto be re-associated with the Dispatcher by Christian Dulu (@cduluCNB) in #2620 - [Anchor] Fix hypertext appearance with icon in start/end slot by Vincent Baaij (@vnbaaij) in #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
- Francesco Belacca (@macel94) made their first contribution in #2452
- Daniel Pastoor (@danielpastoor) made their first contribution in #2530
- Ricky (@RickyLin) made their first contribution in #2567
- Christian Dulu (@cduluCNB) made their first contribution in #2620
Full Changelog: v4.9.3...v4.10.0