Releases: 0phois/MudBlazor.StaticInput
Releases · 0phois/MudBlazor.StaticInput
v3.0.1
v3.0.0
What's Changed
New Components
- MudStaticNavGroup: Expand/Collapse Grouped Menu Items by @Anu6is in #24
- MudStaticNavDrawerToggle: An icon button to toggle a MudDrawer Open/Closed by @Anu6is in #24
New Contributors
Full Changelog: v2.1.5...v3.0.0
v3.0.0-beta.2
Update to MudBlazor v8.0.0-preview.7
v3.0.0-beta.1
- Adds support for .NET9
- Adds new MudStaticNavDrawerToggle and MudStaticNavGroup components.
- Updated to MudBlazor v8.0.0-preview.5
v2.1.5: Merge pull request #14 from 0phois/Code-Cleanup
2.1.4
Full Changelog: v2.1.3...2.1.4
v2.1.3
v2.1.2
v2.1.1
Fixes issue with loading per-page JavaScript in Blazor SSR. Presents itself when navigating away from and back to an SSR page (as well as other scenarios).
DotNet discussion items can be found here and here
Requires adding the following to App.razor
<script src="_content/Extensions.MudBlazor.StaticInput/NavigationObserver.js"></script>
Feature: Enable adornment click
Allow users to define a custom JavaScript function that can be executed when an adornment in a MudStaticTextField
is clicked.
- Introduces a new
MudStaticTextField
parameterAdornmentClickFunction