Releases: fgilde/MudBlazor.Extensions
8.0.0
2.1.0
MudBlazor.Extensions 2.1.0 Nuget
- 2.1.0 > MudExObject now supports default focused element within the meta configuration with
meta.Property(m => m.LastName).WithDefaultFocus()
- 2.1.0 > MudExObject edit now has AutoFocus for first input field if no other focus is configured
- 2.1.0 > Provide a Middleware again without deprecated UseMudExtensions now you should use
app.Use(MudExWebApp.MudExMiddleware);
- 2.1.0 > Fix another bug with dialog that occured on webassembly projects hosted in a .net8 runtime
2.0.9
2.0.8
MudBlazor.Extensions 2.0.8 Nuget
2.0.8 > Fix Collection edit bug
2.0.8 > Support Auto focus elements in delayed dialogs
2.0.8 > Ensure dialog relative positions before first drag or resize
2.0.7.1
MudBlazor.Extensions 2.0.7.1 Nuget
2.0.7.1 > Remove deprecated packages and remove Blazor server middleware
2.0.7.1 > Fix dialog position bug for not configured dialogs
2.0.7 > Update MudBlazor to 7.15.0
2.0.7 > For the MudExObjectEdit you can now easially register a component as editor for a specific type see here how you can register your component as editor for a type
2.0.7 > Breaking: The DailogOptionsEx class has a new Property KeepRelations. this is true by default and ensures positions and sizes are in relative percentage values. With this a dialog stays in the same position and size relative to the screen size. If you want to have a dialog with fixed sizes and positions you can set this to false and return to the old behaviour.
2.0.7 > The DailogOptionsEx class has a new Property KeepMaxSizeConstraints. if this is is true then the max width and max height while resizing is limited to initial MaxWidth or MaxHeight property values.
2.0.7 > New Component MudExObjectEditPicker is the known MudExObjectEdit as a picker.
2.0.7 > All MudEx picker components like MudExObjectEditPicker MudExColorEdit, MudExIconPicker or MudExPicker now inherits from new MudExPickerBase. All theese pickers now supports animations, and all DialogOptionsEx for PickerVariant as Dialog
2.0.7 > New Component MudExPicker is a picker component that easially supports own picker content.
2.0.7 > New Component MudExGroupBox is a simple group box component to group content with a title and a border.
2.0.7 > MudExUploadEdit now allows recording of audio, video and captured screen directly using the new CaptureService
2.0.7 > Add CaptureService to allow easy recording of screen capture, camera video and audio
2.0.7 > New Component MudExCaptureButton to allow easy recording of screen capture, camera video and audio
2.0.7
MudBlazor.Extensions 2.0.7 Nuget
- 2.0.7 > Update MudBlazor to 7.15.0
- 2.0.7 > For the MudExObjectEdit you can now easially register a component as editor for a specific type see here how you can register your component as editor for a type
- 2.0.7 > Breaking: The DailogOptionsEx class has a new Property
KeepRelations
. this is true by default and ensures positions and sizes are in relative percentage values. With this a dialog stays in the same position and size relative to the screen size. If you want to have a dialog with fixed sizes and positions you can set this to false and return to the old behaviour. - 2.0.7 > The DailogOptionsEx class has a new Property
KeepMaxSizeConstraints
. if this is is true then the max width and max height while resizing is limited to initial MaxWidth or MaxHeight property values. - 2.0.7 > New Component MudExObjectEditPicker is the known MudExObjectEdit as a picker.
- 2.0.7 > All MudEx picker components like MudExObjectEditPicker MudExColorEdit, MudExIconPicker or MudExPicker now inherits from new MudExPickerBase. All theese pickers now supports animations, and all DialogOptionsEx for PickerVariant as Dialog
- 2.0.7 > New Component MudExPicker is a picker component that easially supports own picker content.
- 2.0.7 > New Component MudExGroupBox is a simple group box component to group content with a title and a border.
- 2.0.7 > MudExUploadEdit now allows recording of audio, video and captured screen directly using the new CaptureService
- 2.0.7 > Add CaptureService to allow easy recording of screen capture, camera video and audio
- 2.0.7 > New Component MudExCaptureButton to allow easy recording of screen capture, camera video and audio
2.0.6
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.
2.0.5
MudBlazor.Extensions 2.0.5 Nuget
2.0.5 > Update MudBlazor to 7.8.0
2.0.4
MudBlazor.Extensions 2.0.4 Nuget
- 2.0.4 > The MudExImageViewer Now allows custom toolbar content and custom content for the new floating toolbar for the selected area.
- 2.0.4 > The MudExImageViewer now has an option to allow a rubberband selection. The user can then open, download, print or directly switching the view to the selected area as an image.
Also an event is fired when the user selects an area where an blob url and the image bytes are provided in.
2.0.4 > Update MudBlazor to 7.6.0
2.0.4 > New propertry in MudExFileDisplay "IgnoredRenderControls" here you can specify an arry of types to ignore as file renderer.
2.0.4 > Fileviewer can now provide meta data for a file that will displayed in the info dialog
2.0.3
MudBlazor.Extensions 2.0.3 Nuget
2.0.3 > Update MudBlazor to 7.5.0
2.0.3 > Update all other dependencies to latest version
2.0.3 > Fix bug in TreeView on server rendered mode