Skip to content

Releases: BlazorFluentUI/BlazorFluentUI

BlazorFluentUI V5.7.6

12 Nov 12:47
Compare
Choose a tag to compare

Push a fix for #404 to the v5 branch

BlazorFluentUI V6.0.1

10 Nov 22:58
Compare
Choose a tag to compare

Update the projects to use .NET 6

BlazorFluentUI V5.7.4

13 Oct 10:12
Compare
Choose a tag to compare

This will be one of the last releases built against .NET 5

BlazorFluentUI V6.0.0

13 Oct 10:23
Compare
Choose a tag to compare
BlazorFluentUI V6.0.0 Pre-release
Pre-release

This is a preview on the libraries compild against .NET 6 preview 6. If you want to use BlazorFluentUI in in your .NET 6 (MAUI) projects, you can use these .nupkg files to add the components to your solution

BlazorFluentUI V6.0.0

19 Jul 09:22
Compare
Choose a tag to compare
BlazorFluentUI V6.0.0 Pre-release
Pre-release

This is a preview on the libraries compild against .NET 6 preview 6. If you want to use BlazorFluentUI in in your .NET 6 (MAUI) projects, you can use these .nupkg files to add the components to your solution

Bug fix galore

14 Jun 07:48
Compare
Choose a tag to compare
  • Prevents JS interop call to import from being cancelled. Fix #320, #325
  • Re-using IJSRuntime from FluentUIBaseComponent in all derived components
  • Re-using BasePath and baseModule from FluentUIBaseComponent in all derived components
  • GUID generation for event registration etc. moved from js to C#
  • Id's are generated in a consistent way throughout the code (starts with 'id_' or similar, all dashes removed)

BlazorFluentUI V5.2.0

15 Apr 13:11
Compare
Choose a tag to compare

The library now uses JavaScript isolation. This means the scripts used are automatically being loaded when needed and you do NOT have to include scripts manually in your index.html/_Host.cshtml!
Exception to this is the experimental RichTextEditorComponent. See the Wiki for more information.

BlazorFluentUI V5.1.0

06 Apr 10:39
Compare
Choose a tag to compare

BlazorFluentUI V5.0.0

23 Mar 12:57
Compare
Choose a tag to compare

This is a major upgrade that includes breaking changes detailed below.

All components have dropped the BFU prefix and names are now on par with their Fluent UI React counterparts (or will be soon). Change was made to not litter the codebase with the term BFU everywhere.

The demo sites have been given some attention and look a lot better now (more in line with Fluent UI React docs).

BlazorFluentUI v4.0.2

11 Nov 19:08
Compare
Choose a tag to compare

-Makes SelectedItems property on Selection the best way to programmatically change the currently selected item(s) in a DetailsList.
-Adds OnItemInvoked functionality back into DetailsList
-Removed obsolete SelectionChanged property from DetailsListAuto... it didn't do anything anyways. Remove all @bind-Selection statements or else your blazor app will break.