Skip to content

Releases: microsoft/fluentui-blazor

v4.11.8

11 Apr 11:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.11.7...v4.11.8

v4.11.7

19 Mar 20:41
Compare
Choose a tag to compare

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 with DataGridDisplayMode.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 and NeutralBaseColor 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

Full Changelog: v4.11.6...v4.11.7

v4.11.6

05 Mar 09:26
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.11.5...v4.11.6

v4.11.5

18 Feb 12:42
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.11.4...v4.11.5

v4.11.4

11 Feb 20:54
Compare
Choose a tag to compare

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

14 Jan 21:23
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.11.2...v4.11.3

v4.11.2

13 Jan 22:31
Compare
Choose a tag to compare

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

Full Changelog: v4.11.1...v4.11.2

v4.11.1

10 Jan 12:00
Compare
Choose a tag to compare

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

Full Changelog: v4.11.0...v4.11.1

v4.11.0

19 Dec 17:40
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.10.4...v4.11.0

v4.10.4

13 Nov 11:05
Compare
Choose a tag to compare

What's Changed

  • [DataGrid] Remove optimalization check as it can break in certain scenarios by @vnbaaij in #2875
  • [Docs] Update README with Blazor Hybrid workaround note by @jfversluis in #2892
  • [Calendar] Fix the Calendar disabled day in RTL direction by @dvoituron in #2909
  • [KeyCode] Add a new StopRepeat property by @dvoituron in #2908
  • [Autocomplete] Fix the Autocomplete Clear button by @dvoituron in #2906
  • [Icons] Update to Fluent UI System Icons 1.1.263 by @vnbaaij in #2883
  • [Autocomplete] Fix Icon Titles (Dismiss and Search) and delete predefined element by @dvoituron in #2891
  • [DataGrid] Fix SelectAll after reloading data when the Virtualize is set by @dvoituron in #2915
  • [Accordion] Fix RTL specific styling by @vnbaaij in #2917
  • [TreeItem] Only pass initially selected state to the web component by @vnbaaij in #2916

New Contributors

Full Changelog: v4.10.3...v4.10.4

What's Changed

  • [DataGrid] Remove optimalization check as it can break in certain scenarios by @vnbaaij in #2875
  • [Docs] Update README with Blazor Hybrid workaround note by @jfversluis in #2892
  • [Calendar] Fix the Calendar disabled day in RTL direction by @dvoituron in #2909
  • [KeyCode] Add a new StopRepeat property by @dvoituron in #2908
  • [Autocomplete] Fix the Autocomplete Clear button by @dvoituron in #2906
  • [Icons] Update to Fluent UI System Icons 1.1.263 by @vnbaaij in #2883
  • [Autocomplete] Fix Icon Titles (Dismiss and Search) and delete predefined element by @dvoituron in #2891
  • [DataGrid] Fix SelectAll after reloading data when the Virtualize is set by @dvoituron in #2915
  • [Accordion] Fix RTL specific styling by @vnbaaij in #2917
  • [TreeItem] Only pass initially selected state to the web component by @vnbaaij in #2916
  • Update to Fluent UI System Icons 1.1.265 by @vnbaaij in #2920
  • [MessageBar] Implement ClearAfterNavigation on provider level by @vnbaaij in #2919
  • Add Contributors with contrib.rocks by @AClerbois in #2924

New Contributors

Full Changelog: v4.10.3...v4.10.4