Merged
Conversation
* 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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.