BlazorFluentUI Versions Save

Port of FluentUI/Office Fabric React components and style to Blazor

V5.7.6

2 years ago

Push a fix for #404 to the v5 branch

V6.0.1

2 years ago

Update the projects to use .NET 6

V6.0.0-rc2

2 years ago

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

V5.7.4

2 years ago

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

V6-preview6

2 years ago

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

V5.3.2

2 years ago
  • 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)

V5.2.0

3 years ago

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.

V5.1.0

3 years ago

V5.0.0

3 years ago

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).

v4.0.2

3 years ago

-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.