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