Skip to content

Releases: fgilde/MudBlazor.Extensions

2.0.8

24 Nov 19:36
Compare
Choose a tag to compare

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

18 Nov 13:25
Compare
Choose a tag to compare

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

17 Nov 19:40
Compare
Choose a tag to compare

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

12 Oct 23:27
Compare
Choose a tag to compare

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

10 Sep 10:27
Compare
Choose a tag to compare

MudBlazor.Extensions 2.0.5 Nuget

2.0.5 > Update MudBlazor to 7.8.0

2.0.4

02 Sep 16:00
Compare
Choose a tag to compare

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

06 Aug 09:04
Compare
Choose a tag to compare

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

2.0.02

16 Jul 21:06
Compare
Choose a tag to compare

MudBlazor.Extensions 2.0.02 Nuget

2.0.02 > Update MudBlazor to 7.2.0
2.0.02 > Bug fixes

2.0.0

09 Jul 07:59
Compare
Choose a tag to compare

MudBlazor.Extensions 2.0.0 Nuget

  • 2.0.0 > Update MudBlazor to 7.0.0
  • 2.0.0 > New view mode toggle for TreeView
  • 2.0.0 > Breaking: Rename: Many properties and behavoirs as MudBlazor does. Se migration gide from MudBlazor 6 to 7 here

1.7.89

28 Jun 12:54
Compare
Choose a tag to compare

1.7.89 Latest

MudBlazor.Extensions 1.7.89 Nuget

1.7.89 > Fix bug that uploadable file is not updated in MudExObjectEditDialog
1.7.88 > Dialogs now supporting a can close event to allow canceling the close event see sample
1.7.88 > Add new Components MudExTreeView.
1.7.88 > Update MudBlazor to 6.20.0
1.7.88 > New Component MudExFileDisplayExcel to support preview of Excel files in MudExFileDisplay and MudExUploadEdit .
1.7.88 > MudExUploadEdit now supports recording audio.
1.7.88 > New Component MudExGravatar.
1.7.88 > Dialogs now supporting CustomSize and CustomPostion to allow more flexibility.
1.7.88 > New service IDialogEventService to allow handling of dialog events
1.7.88 > Dialog supports now a CloseAnimation
1.7.88 > New Service ISpeechRecognitionService to allow easy speech to text conversion or audio recording without any UI
1.7.88 > New Component MudExSpeechToTextButton to allow easy speech to text conversion or audio recording