Skip to content

Releases: fgilde/MudBlazor.Extensions

9.3.0

09 Apr 12:44

Choose a tag to compare

Full Changelog: 9.2.0...9.3.0

9.2.0

25 Mar 06:08

Choose a tag to compare

update mudblazor, add simple options

9.0.1

08 Mar 19:40

Choose a tag to compare

version increment

9.0.0

01 Mar 18:03
bfbf138

Choose a tag to compare

Mudblazor9 (#202)

* begin with mudblazor 9 support

* Mudblazor9 Upgrade (#201)

* Initial plan

* Update MudBlazor to 9.0.0 and fix breaking API changes

- Update MudBlazor from 9.0.0-preview.1 to 9.0.0
- Update MudBlazor.Markdown from 8.11.0 to 9.0.0
- Add IDialogReference.Options and InjectOptions to MudExDialogRef
- Add GetDefaultConverter() to MudExBaseFormComponent, MudExPickerBase, MudExValidationWrapper
- Replace ForceUpdate() override with ForceRender() in MudExSelect
- Replace SetTextAsync with SetTextAndUpdateValueAsync in MudExInput/MudExTextField
- Replace SetValueAsync with SetValueAndUpdateTextAsync in MudExSelect
- Add Nextended.Core.Helper using to _Imports.razor for ToDescriptionString

Co-authored-by: aarondglover <8821892+aarondglover@users.noreply.github.com>

* Add net10.0 target to CodeGator Adapter project

Co-authored-by: aarondglover <8821892+aarondglover@users.noreply.github.com>

* Fix remaining MudBlazor v9 breaking changes and bUnit test API updates

- Fix MudThemeProvider.GetSystemPreference -> GetSystemDarkModeAsync in TryMudEx
- Fix bUnit RenderComponent -> Render and ToMarkup -> OuterHtml in tests

Co-authored-by: aarondglover <8821892+aarondglover@users.noreply.github.com>

* Initial plan

* Align MudBlazor.Extensions API with MudBlazor v9 async conventions

- Rename Show<TDialog> extension methods to ShowAsync<TDialog> (return Task)
- Add CloseAnimatedAsync/CancelAnimatedAsync/CloseAnimatedIfAsync/CancelAnimatedIfAsync
  methods that return Task instead of void
- Mark old method names as [Obsolete] pointing to new async versions
- Update all internal callers to use new async method names
- Update sample code to use new async method names
- Create BREAKING_CHANGES.md documenting all changes

Co-authored-by: aarondglover <8821892+aarondglover@users.noreply.github.com>

* Address code review: properly await async methods instead of discarding Tasks

Co-authored-by: aarondglover <8821892+aarondglover@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aarondglover <8821892+aarondglover@users.noreply.github.com>

* fix mudexselect error

* git ignore

* update packages

* update more nuget packages

* add  MudMenu with ActivatorContent  to fix menu changes in demo box from mud 9

* fix other mud 9 mudmenu changes

* fix mud warnings for mud 9

* cache some reflection code
fix outstanding mud9 errors in mudexinput
repair tagfiled
remove no longer supported tag use

* version

---------

Co-authored-by: Aaron Glover <aarondglover@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: aarondglover <8821892+aarondglover@users.noreply.github.com>

8.15.1

13 Jan 12:02
16c0dc1

Choose a tag to compare

Fix MudExRangeSlider constraint violation during thumb drag (#198)

* Initial plan

* Fix MudExRangeSlider min/max length constraint enforcement

Co-authored-by: fgilde <11070717+fgilde@users.noreply.github.com>

* Add unit tests for MudExRangeSlider min/max length constraints

Co-authored-by: fgilde <11070717+fgilde@users.noreply.github.com>

* Refactor: Extract helper methods for min/max range calculations

Co-authored-by: fgilde <11070717+fgilde@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: fgilde <11070717+fgilde@users.noreply.github.com>

8.15.0

30 Nov 14:10

Choose a tag to compare

8.15.0 Latest
MudBlazor.Extensions 8.15.0 Nuget

8.15.0 > Update to MudBlazor 8.15.0
8.15.0 > Smaller BugFixes

8.14.2

23 Nov 21:45

Choose a tag to compare

MudBlazor.Extensions 8.14.2 Nuget

8.14.2 > Bug Fix: Stream loading was broken because of an .net 10 stream handling change. this is fixed now

8.14.1

22 Nov 17:55
c8b9afa

Choose a tag to compare

MudBlazor.Extensions 8.14.1 Nuget

8.14.1 > New Component MudExRangeSlider
8.14.1 > New Component MudExEditConfiguration

What's Changed

Full Changelog: 8.14.0...8.14.1

8.14.0

09 Nov 13:47

Choose a tag to compare

MudBlazor.Extensions 8.14.0 Nuget

  • 8.14.0 > Update to MudBlazor 8.14.0
  • 8.14.0 > Add support for .net 10
  • 8.14.0 > Add simple demo for MudExPicker combined with MudExTreeView here

8.13.1

21 Oct 08:47

Choose a tag to compare