Skip to content

Mudblazor9#202

Merged
fgilde merged 11 commits intomainfrom
mudblazor9
Mar 1, 2026
Merged

Mudblazor9#202
fgilde merged 11 commits intomainfrom
mudblazor9

Conversation

@fgilde
Copy link
Copy Markdown
Owner

@fgilde fgilde commented Mar 1, 2026

No description provided.

fgilde and others added 11 commits January 13, 2026 14:08
* 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 outstanding mud9 errors in mudexinput
repair tagfiled
remove no longer supported tag use
@fgilde fgilde merged commit bfbf138 into main Mar 1, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants