Releases: microsoft/fluentui-blazor
Releases · microsoft/fluentui-blazor
v4.12.0
What's Changed
- [Docs] Fix typo in InputFile docs by @MarvinKlein1508 in #3769
- [AutoComplete] Do not show previous/next when no option is selected by @dvoituron in #3780
- [DataGrid] Resize enhancements by @vnbaaij in #3767
- [Docs] Update reboot section for IIS hosting workaround by @MarvinKlein1508 in #3788
- [General] Use latest .NET SDKs (including .NET 10 preview 4) by @vnbaaij in #3789
- [MenuButton] Pass through AdditionalAttributes by @thebarrettlo in #3798
- [AutoComplete] Fix using different height for MaxAutoHeight (#3793) by @MarvinKlein1508 in #3796
- [DataGrid] Tweak new resize behavior by @vnbaaij in #3787
- #3803 Fix menu provider not using class and style from menu's. by @Tyme-Bleyaert in #3809
- [Autocomplete] Fix active highlight size for single-select mode by @MarvinKlein1508 in #3819
- [Docs] Remove Autofocus to prevent scrolling in the docs (#3826) by @MarvinKlein1508 in #3828
- [Docs] Add docs about
FluentEditForm
by @vnbaaij in #3832 - [DesignTheme] Store selected color in GlobalState by @vnbaaij in #3833
- [Docs] Fix typo: exmple by @MarvinKlein1508 in #3839
- [List] Do not set internal value when using multiple by @Tyme-Bleyaert in #3835
- [MainLayout] Remove double header reduction by @Tyme-Bleyaert in #3841
- [DataGrid] Add
HeaderCellTitleTemplate
toColumnBase
by @philliphoff in #3860 - [DataGrid] Add UseMenuService parameter to override menu behavior by @vnbaaij in #3862
- [DataGrid] Refine logic that determines if the DataGrid data needs to be reloaded by @vnbaaij in #3864
- [DataGrid] Use ColumnOptonsLabels.Icon in more places by @vnbaaij in #3865
- [DataGrid] Make Select/Deselect all more robust by @vnbaaij in #3866
- [Icons] Update to Fluent UI System icons 1.1.302 by @vnbaaij in #3867
- [MultiSplitter] Remove position from panel CSS by @vnbaaij in #3870
- [SortableList] Extend the CSS class with more predefined variables by @GlacierFox in #3877
- [Docs] Update WhatsNew, prepare for release by @vnbaaij in #3880
- [Tabs] Make initialization logic more robust by @vnbaaij in #3878
- [AutoComplete] Add OptionComparer to prevent duplicate items from different object instances (#3881) by @MarvinKlein1508 in #3882
New Contributors
- @Tyme-Bleyaert made their first contribution in #3809
- @philliphoff made their first contribution in #3860
- @GlacierFox made their first contribution in #3877
Full Changelog: v4.11.9...v4.12.0
v4.11.9
What's Changed
- [Templates] Fix overwriting standard Blazor Hybrid template by @vnbaaij in #3673
- [Wizard] Add the ability to invoke
OnFinish
by @StevenRasmussen in #3648 - [Docs] Add message for when using reboot with different BasePath by @vnbaaij in #3678
- [Tabs] Fix issue with publication/trimming by @vnbaaij in #3677
- [Docs] Clarify FluentSelect SelectedOptionsChanged not triggered with manual options (#3670 and #1207) by @pedro-cons in #3680
- [Menu] Account for screen width and height when positioning menu by @vnbaaij in #3682
- [Tooltip] Add AdditionalProperties when using TooltipService by @vnbaaij in #3691
- [General] Add missing try..catch in DisposeAsync by @vnbaaij in #3699
- [General] Remove the FluentAssertions dependency by @dvoituron in #3701
- [General] Use newer Markdig package by @vnbaaij in #3703
- [Docs] Try to use more correct terminology by @vnbaaij in #3705
- [AutoComplete] Close the dropdown via code by @StevenRasmussen in #3715
- [AutoComplete] - Introduce Position parameter. by @pedro-cons in #3718
- [AutoComplete] Enable "Multiple = false" when selecting a single item is desired by @StevenRasmussen in #3571
- [InputFile] Fix DivideByZeroException in FluentInputFile when uploading 0 byte files (#3717) by @MarvinKlein1508 in #3719
- [InputFile] [a11y] Fix missing focus indicator in FluentInputFile (#3693) by @MarvinKlein1508 in #3722
- [General] A11y - Fix certain controls not adapting text spacing (#3692) by @MarvinKlein1508 in #3706
- [Docs] Fix missing
DisplayMode
attribute inDataGridRemoteData.razor
by @johnW-ret in #3729 - [Combobox] Fix GetOptionValue by @dvoituron in #3739
- [DataGrid] Do not handle keypress if active element is text field by @vnbaaij in #3749
- [Icons] Update to Fluent UI System Icons 1.1.298 by @vnbaaij in #3748
- [ProfileMenu] Add OpenChanged event by @dvoituron in #3750
- [AutoComplete] Allow the ability to trigger the search options via code. by @StevenRasmussen in #3570
- [Docs] Update InputFile docs to explain usage of different InputFileModes by @MarvinKlein1508 in #3757
- [DataGrid] Do not use 'display: flex' on table header cells by @vnbaaij in #3760
New Contributors
- @pedro-cons made their first contribution in #3680
- @johnW-ret made their first contribution in #3729
Full Changelog: v4.11.8...v4.11.9
v4.11.8
What's Changed
- [Docs] remove an unnecessary line in FluentDialog by @tossnet in #3550
- [Docs] Make cookie consent responsive by @vnbaaij in #3555
- [Icons] AddIconsExtensions.TryGetInstance by @dvoituron in #3569
- [Docs] Remove extra '>' by @Hona in #3572
- [General] Fix trimming error by @vnbaaij in #3578
- fixtypo by @danmoseley in #3589
- [DataGrid] Fix Width when
ResizableColumns
andSortable
by @EvandroMoSou in #3593 - [NavMenu] Add code to only respond to certain key codes by @vnbaaij in #3595
- [TreewView] Add MultiSelect example by @dvoituron in #3602
- [InputFile] Better handling of dispose error. by @StevenRasmussen in #3605
- [Combobox] Fix issue when used in Dialog by @vnbaaij in #3603
- [DataGrid] Fix rendering issue in Table mode by @vnbaaij in #3615
- [Icons] Update Fluent UI System Icons to 1.1.293 by @vnbaaij in #3638
- [DataGrid] Add icons to column menus by @vnbaaij in #3621
- [General] Add .NET 10 Preview 2 support by @vnbaaij in #3641
- Rename nuget.config to NuGet.config by @vnbaaij in #3655
- Users/vnbaaij/prep release by @vnbaaij in #3649
- Remove extra feed by @vnbaaij in #3661
New Contributors
- @danmoseley made their first contribution in #3589
Full Changelog: v4.11.7...v4.11.8
v4.11.7
What's Changed
- Users/vnbaaij/multiple paginators by @vnbaaij in #3487
- [CounterBadge] Fix
HorizontalPosition
/VerticalPosition
not being used by @vnbaaij in #3490 - Fixed .NET typo in Templates.md file. .NET was misspelled as .NAT. by @bdietrick in #3503
- [DataGrid] Add method to close column options programmatically by @vnbaaij in #3501
- [DataGrid] Fix styling when using
Virtualize
withDataGridDisplayMode.Table
by @vnbaaij in #3497 - [Docs] Add cookie consent by @vnbaaij in #3507
- [DesignTheme] Fix the document.body.dataset.theme from the web component by @dvoituron in #3516
- [Stack] Add
Reversed
parameter by @EvandroMoSou in #3505 - [DesignTokens] Make
AccentBaseColor
andNeutralBaseColor
work with WithDefault by @vnbaaij in #3517 - [DesignTheme] Add support for setting/getting NuetralBaseColor by @vnbaaij in #3530
- [NumberField] Add ::part(root) for invalid class by @vnbaaij in #3531
- [Docs] IconExplorer : Reset to 0 current page when searching by @tossnet in #3536
- [Overlay] Make default background color follow neutral base color by @vnbaaij in #3537
- {CounterBadge] Add support for additional attributes by @adamint in #3542
- [Icons] Update Fluent UI System Icons to 1.1.292 by @vnbaaij in #3544
New Contributors
- @bdietrick made their first contribution in #3503
Full Changelog: v4.11.6...v4.11.7
v4.11.6
What's Changed
- [DataGrid] Fix error in handling GridTemplateColumns by @vnbaaij in #3413
- [AutoComplete] Apply styling when invalid by @joriverm in #3417
- [Docs] Fix typos in Anchor page by @agriffard in #3428
- [InputFile] Add @attributes by @dvoituron in #3441
- [Search] Fix deletion if Disabled/Readonly by @PascalVorwerk in #3433
- [Select] Fix position: absolute when Multiple set/not set by @vnbaaij in #3442
- [Menu] Add CheckedChanged EventCallback (fix 3390) by @rpodevns in #3414
- [DataGrid] Only add Selectable items when using Select All by @vnbaaij in #3453
- [DataGrid] Provide alternate way to refresh when working with remote data by @EvandroMoSou in #3423
- [DataGrid] Add IGridSort interface, fixes sorting when using ItemsProvider by @StevenRasmussen in #3460
- [Lists]: don't make parameters only be set once by @joriverm in #3457
- [Lists] Fix Validation issue by @vnbaaij in #3466
- [Lists] Fix for form validation happening too late by @vnbaaij in #3468
- [Toolbar] Dispose of JS module properly by @adamint in #3470
- [Icons] Update to Fluent UI System Icons 1.1.278 by @vnbaaij in #3472
New Contributors
- @EvandroMoSou made their first contribution in #3423
Full Changelog: v4.11.5...v4.11.6
v4.11.5
What's Changed
- [Calendar] Add DisabledCheckAllDaysOfMonthYear by @dvoituron in #3351
- Bump esbuild from 0.23.1 to 0.25.0 in /src/Core.Assets by @dependabot in #3343
- [General] Some miscellaneous changes by @vnbaaij in #3353
- [Search] Fix non working datalist by @vnbaaij in #3354
- [DataGrid] Fix regression with
GridTemplateColumns
by @vnbaaij in #3357 - [Autocomplete] Fix the second unnecessary call by @dvoituron in #3367
- [Demo] Fix (most) printing issues when trying to print the page by @PascalVorwerk in #3370
- [NumberField] Unsigned integer values and fixes by @PascalVorwerk in #3373
- [Select] Fix positioning when multiple is true by @vnbaaij in #3380
New Contributors
- @PascalVorwerk made their first contribution in #3370
Full Changelog: v4.11.4...v4.11.5
v4.11.4
What's Changed
- [Combobox] Add EnableClickToClose by @hml-coder in #3186
- [DataGrid] Fix height not being set in specific situation by @vnbaaij in #3182
- [DataGrid] Not displaying EmptyContent/LoadingContent at correct position when in multiline mode. by @vnbaaij in #3188
- [DataGrid] Always re-evaluate GridTemplateColumns after collecting columns by @vnbaaij in #3189
- [Toolbar] Allow arrow keys to move cursor inside input fields by @rpodevns in #3200
- [InputFile] Add OnFileCountExceeded callback by @rpodevns in #3205
- [DataGrid] Fix popups being displays beneath header cells by @vnbaaij in #3221
- [DataGrid] [AppBar] Set
FluentComponentBase.Element
to a correct value by @vnbaaij in #3222 - [DataGrid] Add AutoItemsPerPage parameter and handling by @vnbaaij in #3220
- [DesignTokens] Change generated constructors by @vnbaaij in #3229
- [Docs] Some site changes by @vnbaaij in #3236
- [Combobox] fix #3238 - detachIndicatorClickHandler not found by @rpodevns in #3239
- [Dialog] Fix the Customized Dialog tooltip by @dvoituron in #3241
- [Lists] Add
ChangeOnEnterOnly
parameter to allow option focus change without selection by @vnbaaij in #3263 - [DataGrid] Small optimization to the number of times data needs to be refreshed by @vnbaaij in #3265
- [Tabs] Fix missing bold highlighting in Firefox #3276 by @MarvinKlein1508 in #3280
- [DataGrid] Remove padding for first column header by @vnbaaij in #3286
- [Icons] Update Fluent UI System icons to 1.1.273 by @vnbaaij in #3285
- Asset Explorer : Change message before search by @tossnet in #3291
- {Combobox] Fix loop when changing value by @vnbaaij in #3300
- [Lists] Trigger field changed when in multiple mode by @joriverm in #3294
- [DataGrid] Fix issues related to Sortable not being set on a column by @vnbaaij in #3310
- [DataGrid] Fix more header edge cases by @vnbaaij in #3316
- [DataGrid] Allow EntityFrameworkAsyncQueryExecutor configuration by @vnbaaij in #3272
- [Tabs] Fix Overflow getting out of sync with tab collection by @vnbaaij in #3284
- [DataGrid] Move down column action popup by @vnbaaij in #3319
- [Tabs] Use correct enum values when comparing size by @vnbaaij in #3326
- [Dialog] Add type safe way of working with IDialogContentComponent by @vnbaaij in #3339
New Contributors
Full Changelog: v4.11.3...v4.11.4
v4.11.3
What's Changed
- [Tabs] Remove height compensation by @denispaluca in #3149
- [DataGrid] Fix cell height issue and make header really sticky by @vnbaaij in #3173
New Contributors
- @denispaluca made their first contribution in #3149
Full Changelog: v4.11.2...v4.11.3
v4.11.2
What's Changed
- [DataGrid] Add SingleSticky selection mode by @hml-coder in #3150
- [DataGrid] Tweak
display: flex
and DataGridDisplayMode.Table by @vnbaaij in #3156 - [DataGrid] Make Empty/Loading row not respond to hover and
OnRowClick
by @vnbaaij in #3166
New Contributors
- @hml-coder made their first contribution in #3150
Full Changelog: v4.11.1...v4.11.2
v4.11.1
What's Changed
- [DataGrid] Smoother resizing by @f4n0 in #3072
- [Templates] Fix StreamRender error occurring in certain situations by @vnbaaij in #3090
- [Rating] Add reset by keyboard option by @vnbaaij in #3073
- [DataGrid] Fix script being to eager on processing arrow keys by @vnbaaij in #3091
- [Accordion] Fix Expanded state not being set in OnAccordionItemChange by @vnbaaij in #3092
- [DataGrid] Make combination of ResizableColumns and AutoFit work by @vnbaaij in #3098
- [DataGrid] Restore OnRowFocus and OnCellFocus by @vnbaaij in #3097
- [ListComponentBase] Fix #3029 invoke
ValueChanged
when initially selecting an option by @pk9r in #3105 - [FluentSlider] [FluentNumberField] Fix #2948 by @oneolddev in #3077
- [DataGrid Fix issue when scrolling horizontally and Virtualize="true" by @vnbaaij in https://github.com//pull/3107
- [ListComponentsBase] Fix SelectedOptionsChanged being Invoked twice by @vnbaaij in #3119
- [DataGrid] - Header needs display: flex in certain scenarios, multiline-text class must not be added to header by @vnbaaij in #3118
- [DataGrid] Fix issue when scrolling horizontally and Virtualize="true" by @vnbaaij in #3117
- [Anchor] Do not apply inline margin for hypertext by default. by @vnbaaij in #3131
- [Docs] Update DataGridMultiSelect blockquote sample by @gkizior in #3139
- [Stack] Add 'SpaceBetween' and 'stretch' to horizontal and vertical alignment options (#3142) by @f4n0 in #3143
- [DialogHeader] Allow dialog title exclusion from tab index by @NataschaZorgWijnhoven in #3137
- [Dialog] Add event before closing panel to allow validation of the data provided by the user by @diegomodolo in #2614
New Contributors
- @NataschaZorgWijnhoven made their first contribution in #3137
- @diegomodolo made their first contribution in #2614
Full Changelog: v4.11.0...v4.11.1