Skip to content

Releases: 0phois/MudBlazor.StaticInput

v3.0.1

23 Jan 15:16
c551989
Compare
Choose a tag to compare

What's Changed

  • MudStaticNavDrawerToggle: Fix typo in css class by @Anu6is in #31

Full Changelog: v3.0.0...v3.0.1

v3.0.0

18 Jan 20:35
d2586f2
Compare
Choose a tag to compare

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

28 Dec 12:57
885d174
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

Update to MudBlazor v8.0.0-preview.7

v3.0.0-beta.1

20 Dec 15:27
5893b91
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release
  • 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

21 Oct 18:51
1f72c4a
Compare
Choose a tag to compare

2.1.4

21 Oct 18:27
Compare
Choose a tag to compare

Full Changelog: v2.1.3...2.1.4

v2.1.3

21 Oct 11:10
e38a5d0
Compare
Choose a tag to compare

Fixes a bug in the switch and checkbox component where the initial state was always false.

What's Changed

  • [Fix] Acknowledge programmatically set initial state for checkbox/switch by @Anu6is in #12

Full Changelog: v2.1.2...v2.1.3

v2.1.2

19 Aug 03:29
54f13c8
Compare
Choose a tag to compare

Ensures that the NavigationObserver only reloads pages that contain StaticInput components.

v2.1.1

23 Jul 21:27
Compare
Choose a tag to compare

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

20 Jul 12:47
94c92a8
Compare
Choose a tag to compare

Allow users to define a custom JavaScript function that can be executed when an adornment in a MudStaticTextField is clicked.

  • Introduces a new MudStaticTextField parameter AdornmentClickFunction