Skip to content

Releases: microsoft/fluentui-blazor

v4.0.0-rc.1

03 Nov 16:18
Compare
Choose a tag to compare
v4.0.0-rc.1 Pre-release
Pre-release

This version is for .NET 8 only. (use Microsoft.Fast.Components.FluentUI when using .NET 6 or 7)

  • Update all input component to use ReadOnly instead of a mix of possible spellings
  • Update demo site styling (nav menu and body now scroll independently)
  • Support DisabledDateFunc in FluentDatePicker
  • Removed the FluentCodeEditor component because it lacked features and has no Fluent design aspects. You can use the BlazorMonaco component as a replacement
  • Fix #911: Column resizing in DataGrid breaks when column to narrow
  • Fix #891: JSDisconnectedException in FluentOverflow
  • Fix #861: Needed extra empty-content-cell class
  • FluentCard: Add Width and Height + docs/examples
  • FluentToast: Timeout is now in milliseconds
  • FluentToastContainer renamed to FluentToastProvider
  • FluentMessageBarContainer renamed to FluentMessageBarProvider

v3.3.0

02 Nov 21:27
Compare
Choose a tag to compare

This version only supports .NET 6 and .NET 7 Blazor projects. For .NET 8 use the v4 version which has a new name: Microsoft.FluentUI.AspNetCore.Components

Full Changelog: v3.2.2...v3.3.0

v3.2.2

26 Oct 08:31
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.1...v3.2.2

v3.2.1

23 Oct 20:45
1899238
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.0...v3.2.1

v3.2.0

09 Oct 10:53
fd39452
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.1.1...v3.2.0

v3.1.1

27 Sep 08:25
115d212
Compare
Choose a tag to compare

What's Changed

  • Fix #776: Icon throws exception when deployed to Azure
  • Fix #780: 'OK' button rendered outside of panel for Site settings
    Also addresses some other issues with FluentDialog variants introduced in 3.1.0
  • Fix #755: Icon throws exception when deployed to Azure
  • Feature #782 Add ability to prevent dismissing a modal dialog by clicking on the overlay
  • Added Tooltip and Style parameters to DataGrid's PropertyColumn and TemplateColumn. See DataGrid page for examples.

Full Changelog: V3.1.0...v3.1.1

V3.1.0

22 Sep 15:27
Compare
Choose a tag to compare

New components

  • FluentAutoComplete
  • FluentPersona
  • FluentMessageBar

What's Changed

Components

  • [FluentButton] Update the Button.Loading when using with a Icon by @dvoituron in #752
  • [FluentCodeEditor] update docs by @vnbaaij in #692
  • [FluentCombobox, FluentSelect, FluentListbox] Add Width and Height property and associated styles by @dvoituron in #663
  • [FluentDataGrid] Add EmptyContent parameter by @vnbaaij in #731
  • [FluentDataGrid] multiline-text word-break by @ssccinng in #711
  • [FluentDataGridCell, FluentDataGridRow] Add item reference (#695) by @hksalessio in #700
  • [FluentDataGridRow] Update for sticky header and example by @vnbaaij in #747
  • [FluentDatePicker and FluentTimePicker] Keep existing time/date by @dvoituron in #726
  • [FluentDatePicker] Update the popup position by @dvoituron in #724
  • [FluentDialog] Dialog enhancements (add dialog type, fix panel width setable),
  • [FluentDialog] Enhancements by @vnbaaij in #717
  • [FluentDialog] Include components to customize the Dialog-box by @dvoituron in #764
  • [FluentDialog] Make all DialogService.Show..Async methods return IDialogReference by @vnbaaij in #694
  • [FluentMenu/FluentPopover/FluentOverlay] Close menu/popover automatically when user clicks outside of it (by using overlay) by @vnbaaij in #729
  • [FluentNavMenu] Fix route/subroute not selecting correct item by @vnbaaij in #755
  • [FluentOptionPeople] Add ChildContent by @dvoituron in #728
  • [FluentOverflow] Fix the Tooltip used by the FluentOverflow by @dvoituron in #678
  • [FluentPresenceBadge & FluentOptionPeople] - Update the Status badge to be compliant FluentUI 2 by @dvoituron in #732
  • [FluentProgressToast] Changes by @vnbaaij in #657
  • [FluentTreeItem] Fix select area when Text property is used by @ProH4Ck in #667
  • [Multiple] Add PreventScroll to Dialog and Overlay by @vnbaaij in #758
  • [Multiple] Apply the Immediate property to "text" components by @dvoituron in #696
  • [Multiple] Set TextField.AutoComplete property to string type by @dvoituron in #682

General

Templates

New Contributors

Full Changelog: v3.0.1...v3.1.0

v3.0.1

04 Sep 18:41
2fb0100
Compare
Choose a tag to compare

What's Changed

  • Fix demo sections label, add colocated files whe by @vnbaaij in #664
  • Small change to FluentNavMenu by @vnbaaij in #665
  • Version 3.0.1 by @vnbaaij in #686
  • Add UnitTests markdown page (#658)
  • ProgressToast related changes (#657)
  • Add Width and Height property and associated styles (#663)
  • #624 Change NavMenu to use Icon Value
  • Fix Icons and Emojis trimmed during the WASM publishing process (#666)
  • FluentMessageBox: enable not supplying an icon to the body
  • Add doc about Icons / Emojis (#673)
  • Fix click not working on FluentTreeItem text (#667)
  • Fix the Tooltip used by the FluentOverflow (#678)
  • Revert change in including web-components script. fix #668
  • Fix TextField AutoComplete property to a string property (#682)
  • Fix #674 (#676)
  • Fix #621 - Add aria-hidden to clear-button (#683)
  • Fix some search sample a11y issues
  • Make FluentToastContainer work better on mobile devices (was #684)
  • Replace the Icons.AllIcons property with a GetAllIcons method using reflection (#685 (In Icons package)
  • Update WhatsNew

Full Changelog: v3.0.0...v3.0.1

v3.0.0

28 Aug 14:28
Compare
Choose a tag to compare

What's Changed

See https://www.fluentui-blazor.net/WhatsNew for more information

Full Changelog: v2.4.3...v3.0.0

v2.4.2

21 Jul 08:01
Compare
Choose a tag to compare

What's Changed

  • Change checkedchange browserEventName to 'change' by @cupsos in #553
  • Update to web-components.min.js v2.5.16 and update/extend relevant examples. @vnbaaij in #579

Full Changelog: v2.4.1...v2.4.2