Releases: fgilde/MudBlazor.Extensions
1.7.78
MudBlazor.Extensions 1.7.78 Nuget
1.7.78 > Fix error with js base bath
1.7.78 > Add configuration for JS base path
1.7.78 > Fix Validation bug in MudExUploadEdit
1.7.77
MudBlazor.Extensions 1.7.77 Nuget
- 1.7.77 > Fix bug for UploadEdit with single file binding
- 1.7.77 > Add Parameters for PreviewIcon in MudExUploadEdit
- 1.7.77 > Fix bug for simple text in MudExSelect
- 1.7.77 > Add main text properties to MudExThemeEdit as default properties for SimpleEdit mode
1.7.76
MudBlazor.Extensions 1.7.76 Nuget
1.7.76 > Add new components MudExGoogleFilePicker, MudExDropBoxFilePicker and MudExOneDriveFilePicker to allow picking files from cloud storages
1.7.76 > Add suport for Google Drive, One Drive and Drop Box in MudExUploadEdit more infos can be found here
1.7.76 > MudExUploadEdit is now a Form Component with validations included
1.7.76 > Fix memory leak in MudExPopover
1.7.76 > Add possibility to decide how data should loaded in MudExUploadEdit with the flags AutoLoadFileDataBytes, ShowProgressForLoadingData and LoadFileDataBytesInBackground
1.7.76 > Add possibility to specify DropZone and ItemTemplate in MudExUploadEdit
1.7.75
MudBlazor.Extensions 1.7.75 Nuget
- 1.7.75 > Fix Bug for using Streams on serverside rendered projects in MudExFileDisplay
- 1.7.75 > Fix Bug for using Blob url in MudExFileDisplay on serverside rendered projects
- 1.7.75 > Fix rendering error on serverside object edit
- 1.7.75 > Add parameter to tag field for AutoClear and fix clear for server side rendered projects
- 1.7.75 > Add posibility for custom click handler in MudExDialogResultAction used in
DialogService.ShowComponentInDialogAsync
sample is available here - 1.7.75 > Add posibility to add condtions for buttons if you use
DialogService.ShowComponentInDialogAsync
sample is available here - 1.7.75 > Add new Component MudExCheckBox with support of
HelperText
.This component is used for default bool RenderData in MudExObjectEdit by default - 1.7.75 > Icons in all dialogs have a MudExColor param for icon color
- 1.7.75 > if ValuePresenter in MudExSelect is ItemConten it works now correctly for MultipleItems
- 1.7.75 > Add Parameter
UseItemTemplateForSelection
to MudExSelect. If true the item template is use for the selection list, otherwise its use only if ValuePresenter is ItemContent or Chip - 1.7.75 > Add ValuePresenter ChipWithoutItemTemplate to MudExSelect to allow Chip display without using item template
- 1.7.75 > Add SelectAllTemplate to MudExSelect
- 1.7.75 > Fix Shrink bug for MudExSelect after update
1.7.74
MudBlazor.Extensions 1.7.74 Nuget
- 1.7.74 > Update MudBlazor to 6.11.0
- 1.7.74 > Support Path for Uploadable items in MudExUploadEdit when using auto extract on zip or folder upload
1.7.73
MudBlazor.Extensions 1.7.73 Nuget
1.7.73 > Add overload to simply show the file dilaog
1.7.73 > Fix Order problem with service extensions
1.7.72 > Fix CursorPositionOrigin on DialogOptions for option ShowAtCursor
1.7.72 > DialogOptionsEx now supporting MaxHeight similar to MaxWidth
1.7.72
MudBlazor.Extensions 1.7.72 Nuget
1.7.72 > Fix CursorPositionOrigin on DialogOptions for option ShowAtCursor
1.7.72 > DialogOptionsEx now supporting MaxHeight similar to MaxWidth
1.7.71
MudBlazor.Extensions 1.7.71 Nuget
- 1.7.71 Breaking: Parameter AutoExtractZip is renamed to AutoExtractArchive and this feature now handles all archive types instead of zip only in MudExUploadEdit
- 1.7.71 Breaking: Enum MimeRestrictionType is renamed to RestrictionType because now its used for Param MimeRestrictionType and ExtensionRestrictionType in MudExUploadEdit
- 1.7.71 > New Parameters (Extensions and ExtensionRestrictionType) to additional allow or disallow extensions MudExUploadEdit
1.7.70
MudBlazor.Extensions 1.7.70 Nuget
What's Changed
- Adapt TryMudblazor for MudEx with better autocompletion, import and export as TryMudEx
- Create MudExFileDisplayCode as file viewer for MudExFileDisplay
- Update README.md by @fgilde in #51
- Try mudex by @fgilde in #52
Full Changelog: 1.7.69...1.7.70