Skip to content

2.0.6

Latest
Compare
Choose a tag to compare
@fgilde fgilde released this 12 Oct 23:27
· 25 commits to main since this release

MudBlazor.Extensions 2.0.6 Nuget

2.0.6 > MudExAudioPlayer now displays meta infos
2.0.6 > The MudExImageViewer now allows area to select with a rubberband and open, download, print or directly switching the view to the selected area as an image.
2.0.6 > Allow Xls and CSV files and fix header bug in MudExFileDisplayExcel
2.0.6 > Allow async child loading in MudExTreeView.
2.0.6 > Fixed error in sample app for MudExSelect and MudExThemeEdit
2.0.6 > update used nuget packages to latest versions
2.0.6 > update MudBlazor to 7.11.0
2.0.6 > Add New Component MudExFileDisplayOfficeLive to support preview of any remote accessable office files in MudExFileDisplay and MudExUploadEdit .
2.0.6 > Use MudExAdditionalAdornment for Theme edit buttons in MudExThemeEdit
2.0.6 > Fix some style bugs
2.0.6 > Breaking: Signature of IMudExFileDisplay CanHandleFile changed to an async method. This allows to handle async file checks. The method now returns a Task instead of a bool.