Skip to content

Commit

Permalink
update to mudblazor 7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fgilde committed Sep 10, 2024
1 parent 6a9d635 commit f738469
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
3 changes: 2 additions & 1 deletion MudBlazor.Extensions/Components/MudExAudioPlayer.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ private void ApplyInitialSettingsForFileView(bool withPreset)
{
if (withPreset)
{
InitialPreset = AuralizerPreset.BarkScaleLinearAmplitude;
//InitialPreset = AuralizerPreset.BarkScaleLinearAmplitude;
InitialPreset = AuralizerPreset.ReflexMirror;
Presets = AuralizerPreset.All;
}

Expand Down
1 change: 1 addition & 0 deletions MudBlazor.Extensions/Docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
## Change Log
- 2.0.5 > Update MudBlazor to 7.8.0
- 2.0.4 > The [MudExImageViewer](https://www.mudex.org/image-view) Now allows custom toolbar content and custom content for the new floating toolbar for the selected area.
- 2.0.4 > The [MudExImageViewer](https://www.mudex.org/image-view) 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.
Expand Down
2 changes: 1 addition & 1 deletion MudBlazor.Extensions/MudBlazor.Extensions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<PackageReference Include="Blazored.FluentValidation" Version="2.2.0" />
<PackageReference Include="BuildBundlerMinifier" Version="3.2.449" />
<PackageReference Include="Microsoft.AspNetCore.StaticFiles" Version="2.2.0" />
<PackageReference Include="MudBlazor" Version="7.6.0" />
<PackageReference Include="MudBlazor" Version="7.8.0" />
<PackageReference Include="BlazorParameterCastingMagic" Version="1.2.23060811" />
<PackageReference Include="SharpCompress" Version="0.37.2" />
<PackageReference Include="SixLabors.ImageSharp" Version="3.1.5" />
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ MudBlazor.Extensions is released under the MIT License. See the bundled LICENSE
Latest Changes:
<!-- CHANGELOG:START -->
<!-- Copied from CHANGELOG.md on 2024-06-28 13:18:31 -->
- 2.0.5 > Update MudBlazor to 7.8.0
- 2.0.4 > The [MudExImageViewer](https://www.mudex.org/image-view) Now allows custom toolbar content and custom content for the new floating toolbar for the selected area.
- 2.0.4 > The [MudExImageViewer](https://www.mudex.org/image-view) 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.
Expand Down
6 changes: 3 additions & 3 deletions Samples/MainSample.WebAssembly/MainSample.WebAssembly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.7" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.7" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.8" PrivateAssets="all" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="8.0.8" />
<PackageReference Include="BlazorMonaco" Version="3.2.0" />
<PackageReference Condition="'$(Configuration)' == 'Release'" Include="MudBlazor.Extensions" Version="*-*" />
<PackageReference Condition="'$(Configuration)' == 'Release'" Include="MudExObjectEdit.CodeGatorAdapter" Version="*-*" />
Expand Down
2 changes: 1 addition & 1 deletion Samples/MainSample.WebAssembly/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<button onclick="closeOverlay()">Close</button>
</div>-->

<mud-ex-app-loader AppName="MudBlazor.Extensions" SubTitle="for MudBlazor 7.6.0" AccentColor="#ff4081" MainAppId="app" Logo="/sample-data/logo.png">
<mud-ex-app-loader AppName="MudBlazor.Extensions" SubTitle="for MudBlazor 7.8.0" AccentColor="#ff4081" MainAppId="app" Logo="/sample-data/logo.png">
</mud-ex-app-loader>


Expand Down

0 comments on commit f738469

Please sign in to comment.