{"id":5013,"name":"MudBlazor","ecosystem":"nuget","repository_url":null,"issues_count":172,"created_at":"2025-06-06T17:08:27.121Z","updated_at":"2025-06-06T17:08:27.121Z","purl":"pkg:nuget/MudBlazor","unique_repositories_count":70,"unique_repositories_count_past_30_days":1,"recent_issues":[{"uuid":"4333415096","node_id":"PR_kwDOSEPLx87V1wPb","number":21,"state":"closed","title":"deps: Bump MudBlazor from 8.10.0 to 9.4.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-05-04T05:59:13.000Z","author_association":null,"state_reason":null,"created_at":"2026-04-27T06:00:17.000Z","updated_at":"2026-05-04T05:59:15.000Z","time_to_close":604736,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps: Bump","packages":[{"name":"MudBlazor","old_version":"8.10.0","new_version":"9.4.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.10.0 to 9.4.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.4.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudDataGrid: Simplify icon customization to grid-level defaults by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13004\n### New Features\n* MudDataGrid: Add default and customizable ARIA semantics to select column by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12911\n* MudTimelineItem: Add DotClass and deprecate DotStyle by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/13020\n* MudList: Improve accessibility foundation and keyboard navigation by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13066\n* MudDataGrid: Expose filter state in FilterTemplate context by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13005\n* MudSelect: add combobox/listbox ARIA wiring and correct option selection state by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13077\n* MudDataGrid: Autofocus ColumnFilterMenu value input and support Enter/Escape keyboard actions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/13101\n* MudDataGrid: Add empty-state filters for nullable enum columns by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/13104\n* MudFileUpload: Add first-class drag callbacks while preserving internal drag-state reset by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/13063\n* MudMessageBox: Add global ReverseMessageBoxButtonOrder option by @​omarkurtovic in https://github.com/MudBlazor/MudBlazor/pull/13069\n### Bug Fixes\n* MudNumericField: Focus numeric input on spin button pointer down by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/13001\n* MudDataGrid: Fix Striped rows not rendering consistently with Virtualize by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/13006\n* MudStepper: Fix ARIA tab/panel linkage to avoid invalid `aria-controls` references by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/13018\n* MudSelect: Fix exception on MAUI platform by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/13025\n* MudMessageBox: Honor provider BackgroundClass when options are omitted by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/13044\n* MudFabMenu: Fix hover menu closing prematurely by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13050\n* MudColorPicker: Fix black-color selector initialization by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13043\n* MudDataGrid: Pass down ContentFormat for generated input fields in edit mode by @​benditorok in https://github.com/MudBlazor/MudBlazor/pull/13061\n* MudAppBar: Remove scroll-lock compensation by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13081\n* MudDataGrid: Ensure two-way binding for GroupByOrder works with ParameterState updates by @​sparlist in https://github.com/MudBlazor/MudBlazor/pull/13010\n* MudPopover: Keep spawner popovers cross-axis aligned near viewport edges by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/13053\n* MudInput: Avoid duplicate blur interop during normal focus changes by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13049\n* MudMenu: Fix NullReferenceException when using MouseEvent.RightClick with ActivatorContent (Blazor Server) by @​pigwing in https://github.com/MudBlazor/MudBlazor/pull/13093\n* MudSelect: Fix required validation not showing on focus loss by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/13039\n* MudSelect: defer selected-item scroll until post-render registration by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/13097\n* MudSelect: Fix selected item ChildContent not re-rendering after value swap by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/13034\n* MudSelect: Preserve initial SelectedValues when Comparer is set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/13109\n* MudNumericField: Restore managed text input behavior by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13035\n\n## New Contributors\n* @​sparlist made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13010\n* @​omarkurtovic made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13083\n* @​pigwing made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13093\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.3.0...v9.4.0\n\n## 9.3.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudDataGrid: FilterTemplate for DataGridFilterMode.Simple by @​mmaestro16 in https://github.com/MudBlazor/MudBlazor/pull/12802\n* MudStack: Add HtmlTag support by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12906\n* MudDataGrid: Add post-apply edit callback (`CommittedItemChanged`) for form edits by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12907\n* MudDialog: Add IDialogService.ShowAsync\u003cT\u003e(DialogParameters) overload to remove required empty title by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12908\n* MudBreadcrumbs: Add accessible landmark label to navigation by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12917\n* MudTabs: Add `Disabled` to disable all child tab panels from the parent by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12920\n* MudDataGrid: Add `FilterChanged` callback and raise it on filter mutations by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12955\n* MudAutocomplete: Add OnDebounceIntervalElapsed support by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12958\n* MudSwitch: Add `role` and `aria-checked` attributes  by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12971\n* Components: Remove redundant and misleading ARIA markup by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12974\n* MudRangeInput, MudDateRangePicker: Add localizable start/end ARIA labels by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12973\n* MudTable, MudDataGrid: Add InitialSortDirection for first-click sorting by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12923\n* MudDataGrid: Add public `SortChanged` callback by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12957\n* MudDataGrid: Add HierarchyColumn-level expand/collapse callback with row context by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12956\n* MudChart: Rework radar chart axis label scaling by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12985\n* MudChart: Add ScatterPlot chart with optional line series overlay by @​cacamille3 in https://github.com/MudBlazor/MudBlazor/pull/12913\n* MudDialog: Wire title into accessible name via `aria-labelledby` by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12948\n### Bug Fixes\n* MudDateRangePicker: Fire DateRangeChanged correctly after clear and reselect of same range by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12775\n* MudTabs: Fix scroll buttons inside disabled form by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/12885\n* MudTabs: Fix drag-drop preview sizing for horizontal and vertical tabs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12897\n* MudBaseInput: Preserve initial value \u0026 preserve invalid text across key-triggered rerenders by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12880\n* MudForm: Fix false dirty-state signals from EditForm field-change events on blur by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12817\n* MudPopover: Guard observer disposal against missing map entries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12909\n* MudSelect: Fix multi-select checkbox by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12915\n* MudCollapse: Scope OnAnimationEnd to collapse transitions only by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12918\n* MudChart [TimeSeries]: Fix Types other than T=\"double\" to work by @​pkaaz in https://github.com/MudBlazor/MudBlazor/pull/12925\n* MudDateRangePicker: Update toolbar year when navigating years without a selected range by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12924\n* MudNumericField: Prevent blur on spin-button interaction by retaining input focus by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12946\n* MudFileUpload: Use container layout in CustomContent by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12950\n* Interop: Prevent select-range errors on unsupported input types by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12951\n* Charts: Respect height when MatchBoundsToSize is enabled by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12944\n* MudAutocomplete: Fix Converter during Coerce by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12928\n* MudIconButton: Adjust focus selectors to restore keyboard-visible focus states by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12966\n* MudFormComponent: Stabilize validation error IDs across invalid states by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12975\n* Inputs: Align ARIA invalid state with computed validation errors by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12972\n* Inputs: Propagate ErrorId to boolean/radio input wrappers and picker text input by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12988\n* MudDataGrid: Use flip-on-open for simple filter popover to prevent ShowMenuIcon overlap by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12905\n* Inputs: Fix validation on programmatic value change by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/12892\n\n## New Contributors\n* @​BlackOrca made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12896\n* @​JoschiZ made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12879\n* @​mmaestro16 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12802\n* @​renovate[bot] made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12941\n* @​pkaaz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12925\n ... (truncated)\n\n## 9.2.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudDropZone: Add MudDragHandle for custom drag handle support by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12703\n* DefaultConverter: Add IParsable support by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12809\n* MudTabs: Add overridable `DisposeAsyncCore` to support derived async disposal by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12811\n* Converter: Improve performance and rework Enum by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12816\n* DefaultConverter: Improve fallback T → string conversion by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12836\n* MudSelect: Give ToStringFunc Higher Precedence by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12837\n* MudFabMenu: Add Direction and Anchor support by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12843\n### Bug Fixes\n* MudCheckBox, MudSwitch, MudRadio: Respect user-defined `tabindex` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12808\n* MudChart: Rework MatchBoundsToSize Fix by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12806\n* MudTreeView: Fix selected value reset when adding data-bound items by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12840\n* MudTreeViewItem: Read GetDisabled/GetReadOnly by @​bonfante in https://github.com/MudBlazor/MudBlazor/pull/12841\n* MudChart: Ensure fill-opacity renders invariantly across cultures by @​kjetilbraadland in https://github.com/MudBlazor/MudBlazor/pull/12845\n* MudTreeView: Fix server-data reset by tracking lazy-load state per node by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12850\n* MudDataGridPager: Use MudDataGrid.Culture when formatting counts by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12863\n* MudSelect: Fix FitContent by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12860\n* MudDebouncedInput: Fix validation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12865\n* MudChart: Fix line chart natural spline interpolation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12798\n* DebounceDispatcher: Remove .Wait() to avoid PlatformNotSupportedException by @​pavelsavara in https://github.com/MudBlazor/MudBlazor/pull/12866\n* MudChart: Prevent Rounding Height Values by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12868\n* MudDataGrid: Fix Virtualize scroll jumping by using tr spacer elements by @​codemonkey85 in https://github.com/MudBlazor/MudBlazor/pull/12799\n* MudSelect, MudAutocomplete, MudMenu: Fix modeless overlay reopen on same activator click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12870\n* MudDataGrid: Fix filters being ignored when added programmatically  by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12683\n* MudTextField: Align `Sizing.Auto` visuals with default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12774\n\n## New Contributors\n* @​bonfante made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12841\n* @​kjetilbraadland made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12845\n* @​pavelsavara made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12866\n* @​codemonkey85 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12799\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.1.0...v9.2.0\n\n## 9.1.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudChart: Remove width adjustment by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12714\n* Charts: Fix radial rendering, alignment, and padding issues by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12736\n* MudForm: Obsolete `Validate` in favor of new `ValidateAsync` by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12713\n### New Features\n* MudTabs: Add accessibility labels to icon buttons by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12646\n* MudCarousel: Add ArrowsColor parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12709\n### Bug Fixes\n* MudVirtualize: Fix MaxItemCount runtime crash on .NET 8 by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12701\n* MudFileUpload: Remove mt-1 spacing when SelectedTemplate is set by @​sean-mcl in https://github.com/MudBlazor/MudBlazor/pull/12700\n* MudDataGrid: Fix CellClass ordering to allow style overrides by @​pine919 in https://github.com/MudBlazor/MudBlazor/pull/12662\n* MudMenu: Fix nested submenu arrow direction in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12706\n* MudBaseInput: Fix OnlyValidateIfDirty with non-default initial Value by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12716\n* MudTooltip: Fix Unnecessary Tooltip Content Re-render by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12724\n* MudTimePicker: Fix closed-value formatting to honor AmPm / TimeFormat by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12726\n* Build: Mitigate JS parse collisions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12728\n* MudSelect, MudAutocomplete: Fix pointer cursor shown on readonly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12704\n* MudDebouncedInput: Fix DebounceInterval doesn't update its initial value if set by async operation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12735\n* MudColorPicker: render initial `@​bind-Text` value in input on first render by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12749\n* MudRadialChart: Prevent tooltips from disappearing during parameter updates by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12751\n* MudSelect: Prevent default(T) preselection in MultiSelection by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12743\n* MudMenu: Fix mutation-unsafe async enumeration during close by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12757\n* MudDateRangePicker: Fix initialization when using `DateTime.MinValue` by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12668\n* MudListItem: Fix disabled items not showing selected state in multi-selection mode by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12727\n* MudChart: Fix infinite expansion loop with MatchBoundsToSize and relative height by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12760\n* MudNumericField: Fix Format being broken by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12766\n* MudDatePicker: Clear conversion error when editable field is manually erased by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12695\n* MudAutocomplete: Fix item template containers rendering padding when empty by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12782\n* MudTabs: Fix SliderColor having no visual effect by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12780\n* MudTimePicker: Fix wrong cursor in popover/dialog when editable by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12781\n* MudSlider: Fix value label position in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12777\n* MudStepper: Fix nested steppers with different orientations by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12776\n* MudAlert: Fix ContentAlignment ignored on mobile (xs) breakpoint by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12786\n* Pickers: Fix ReadOnly not respected in PickerVariant.Static by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12785\n* MudTable: Fix loading indicator visibility in mobile layout by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12778\n\n## New Contributors\n* @​sean-mcl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12700\n* @​pine919 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12662\n* @​xdaneault made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12668\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0...v9.1.0\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\n## 8.14.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.14.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudGlobal: Deprecate theming properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11415\n### New Features\n* MudColorPicker: Add opt-out tooltips for icon buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11953\n* MudMenu: Enhance keyboard accessibility and focus management by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11762\n* MudTable: Add AriaLabel parameter for accessibility by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/11995\n* Pickers: Add InputId parameter by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12003\n* Icons: Add Slack brand icon to Icons.Custom.Brands by @​codomposer in https://github.com/MudBlazor/MudBlazor/pull/12057\n* MudStepper: Provide step context to child content by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/12054\n### Bug Fixes\n* MudDataGrid: Fix generated EditTemplates not inheriting their column's culture by @​benditorok in https://github.com/MudBlazor/MudBlazor/pull/11931\n* CSS: Improve browser compatibility by replacing `from ... r g b` syntax by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11939\n* MudDialog: Fix gaps in body style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11506\n* MudIconButton: Fix filled buttons losing background color on click by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11944\n* MudDialog: Force titles to wrap \u0026 prevent close button overlap by @​RabindranathChanda in https://github.com/MudBlazor/MudBlazor/pull/11921\n* MudPopover: Fix JS Typo by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11968\n* MudFormComponent: Clear converter errors on ResetValidation by @​ArfitAP in https://github.com/MudBlazor/MudBlazor/pull/11971\n* MudScrollListener: Fix document scroll by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11978\n* MudTooltip: Fix FullWidth children not stretching by @​FreskOoAs in https://github.com/MudBlazor/MudBlazor/pull/11948\n* MudAutocomplete: ProgressBar AdornmentIcon Hiding by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11980\n* MudTabs: Fix TabWrapperContent and Tooltip display with Drag and Drop by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12009\n* MudSelect: Display selected value when null by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12001\n* ParameterState: Add Snapshot to avoid race condition by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12023\n* MudNavGroup: Fix Background Color After Click by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11989\n* MudDatePicker: Fix FixedDay, FixMonth, FixYear for non-Gregorian calendar by @​oxayotl in https://github.com/MudBlazor/MudBlazor/pull/11992\n* MudAutocomplete: Fix input not focused on adornment click by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11970\n* MudAutocomplete: OpenChanged called twice after selection by @​Yomodo in https://github.com/MudBlazor/MudBlazor/pull/11985\n* MudCard: Hide gap when MudCardActions is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12033\n* MudExpansionPanel: Fix Gutters property not affecting header padding by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12036\n### Other Changes\n* SankeyChart: Add chart for displaying dataflow by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/11919\n\n## New Contributors\n* @​benditorok made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11931\n* @​RabindranathChanda made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11921\n* @​ArfitAP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11971\n* @​FreskOoAs made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11948\n* @​dev-KingMaster made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11995\n* @​codomposer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12057\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.13.0...v8.14.0\n\n## 8.13.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.13.0 --\u003e\n\n## What's Changed\n### New Features\n* MudTable: Add LoadingContentBody render fragment by @​Enderlook in https://github.com/MudBlazor/MudBlazor/pull/11718\n* MudTable: Scroll to row \u0026 focus cell by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11569\n* MudSnackbar: Add global HideIcon option by @​franco-diaz-licham in https://github.com/MudBlazor/MudBlazor/pull/11900\n* MudDataGrid: Add parameters for filter icons by @​CyrilArtFX in https://github.com/MudBlazor/MudBlazor/pull/11864\n### Bug Fixes\n* MudIconButton: Fix icon button with default color not having focus indicator by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11858\n* MudCheckbox: Fix Tri-State required validation  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11886\n* MudCarousel: Fix UI update of bullets on item add by @​Blocko07 in https://github.com/MudBlazor/MudBlazor/pull/11873\n* MudDataGrid: Hierarchy ExpandAll/CollapseAll when one item is present by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11904\n* MudTabs: Guard for ScrollPrev by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11924\n\n## New Contributors\n* @​Blocko07 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11873\n* @​franco-diaz-licham made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11900\n* @​CyrilArtFX made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11864\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.12.0...v8.13.0\n\n## 8.12.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.12.0 --\u003e\n\n## What's Changed\n### New Features\n* MudDataGrid: Add hierarchy visibility toggled parameter by @​GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11706\n* MudChart: Support custom ToString func for Y axis by @​IchBinAb4los in https://github.com/MudBlazor/MudBlazor/pull/11674\n### Bug Fixes\n* MudPopover: Maintain Scroll Position by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11765\n* MudTextField: Fix padding for outlined multiline fields by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/11776\n* MudDataGrid: Fix nested group expansion for multilevel grouping (#​11725) by @​M4ntax in https://github.com/MudBlazor/MudBlazor/pull/11729\n* MudDialog: Fix when a dialog is canceled, it can be reopened by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11804\n* MudDataGrid : Refresh on collection changed by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11822\n* MudDataGrid: SCSS, Clean Up Sticky Columns by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11800\n* MudAutocomplete: Fix `Strict=false` when using a `Converter` with `CoerceValue` by @​Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/11826\n\n## New Contributors\n* @​rasmus-carlsson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11776\n* @​M4ntax made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11729\n* @​IchBinAb4los made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11674\n* @​Copilot made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11810\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.11.0...v8.12.0\n\n## 8.11.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.11.0 --\u003e\n\n## What's Changed\n### New Features\n* MudField: AdornmentAria and ShrinkLabel by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11669\n* MudStepper: Add Skipped State (#​11739) by @​Alex-DeLaet in https://github.com/MudBlazor/MudBlazor/pull/11742\n### Bug Fixes\n* MudTable: Maintains group row state when group list is modified by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11681\n* MudTextField: Fix Focus by ElementReference by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11733\n* MudMenu: Hide menu list if it has no items by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11740\n* MudDataGrid: Fix HierarchyColumn Expansion with Funcs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11292\n* MudTabs: Improve accessibility by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11581\n* MudTable : Fix bug where CurrentPage is reset at the initialization by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11745\n* MudPopover: MudList MaxHeight Adjustments by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11734\n### Other Changes\n* Community Extensions: Add MudX by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11692\n* MudPopover: Fix MudList Scroll Issue by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11694\n* MudTimeSeriesChart: Use InvariantCulture when rendering opacity (#​11696) by @​svarnyjunak in https://github.com/MudBlazor/MudBlazor/pull/11697\n* MudHighlighter: Maintain markup formatting when Markup=true by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11705\n* MudBaseInput: Fix expired ParameterView in inherited components by @​GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11715\n\n## New Contributors\n* @​svarnyjunak made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11697\n* @​GeorgeKarlinzer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11715\n* @​Alex-DeLaet made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11742\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.10.0...v8.11.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.10.0...v9.4.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=8.10.0\u0026new-version=9.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/rrubeo/prima-nota/pull/21","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrubeo%2Fprima-nota/issues/21","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/21/packages"},{"uuid":"4184194415","node_id":"PR_kwDOOPXuPM7PJRbx","number":2,"state":"closed","title":"Bump MudBlazor and MudBlazor.Translations","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":"2026-04-01T05:36:32.000Z","author_association":null,"state_reason":null,"created_at":"2026-04-01T05:21:35.000Z","updated_at":"2026-04-01T05:36:42.000Z","time_to_close":897,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","repository_url":"https://github.com/MudBlazor/MudBlazor"},{"name":"MudBlazor.Translations","repository_url":"https://github.com/MudBlazor/Translations"}],"path":null,"ecosystem":"nuget"},"body":"[//]: # (dependabot-start)\n⚠️  **Dependabot is rebasing this PR** ⚠️ \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nUpdated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.3.0 to 9.0.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\n## 8.14.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.14.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudGlobal: Deprecate theming properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11415\n### New Features\n* MudColorPicker: Add opt-out tooltips for icon buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11953\n* MudMenu: Enhance keyboard accessibility and focus management by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11762\n* MudTable: Add AriaLabel parameter for accessibility by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/11995\n* Pickers: Add InputId parameter by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12003\n* Icons: Add Slack brand icon to Icons.Custom.Brands by @​codomposer in https://github.com/MudBlazor/MudBlazor/pull/12057\n* MudStepper: Provide step context to child content by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/12054\n### Bug Fixes\n* MudDataGrid: Fix generated EditTemplates not inheriting their column's culture by @​benditorok in https://github.com/MudBlazor/MudBlazor/pull/11931\n* CSS: Improve browser compatibility by replacing `from ... r g b` syntax by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11939\n* MudDialog: Fix gaps in body style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11506\n* MudIconButton: Fix filled buttons losing background color on click by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11944\n* MudDialog: Force titles to wrap \u0026 prevent close button overlap by @​RabindranathChanda in https://github.com/MudBlazor/MudBlazor/pull/11921\n* MudPopover: Fix JS Typo by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11968\n* MudFormComponent: Clear converter errors on ResetValidation by @​ArfitAP in https://github.com/MudBlazor/MudBlazor/pull/11971\n* MudScrollListener: Fix document scroll by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11978\n* MudTooltip: Fix FullWidth children not stretching by @​FreskOoAs in https://github.com/MudBlazor/MudBlazor/pull/11948\n* MudAutocomplete: ProgressBar AdornmentIcon Hiding by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11980\n* MudTabs: Fix TabWrapperContent and Tooltip display with Drag and Drop by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12009\n* MudSelect: Display selected value when null by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12001\n* ParameterState: Add Snapshot to avoid race condition by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12023\n* MudNavGroup: Fix Background Color After Click by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11989\n* MudDatePicker: Fix FixedDay, FixMonth, FixYear for non-Gregorian calendar by @​oxayotl in https://github.com/MudBlazor/MudBlazor/pull/11992\n* MudAutocomplete: Fix input not focused on adornment click by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11970\n* MudAutocomplete: OpenChanged called twice after selection by @​Yomodo in https://github.com/MudBlazor/MudBlazor/pull/11985\n* MudCard: Hide gap when MudCardActions is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12033\n* MudExpansionPanel: Fix Gutters property not affecting header padding by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12036\n### Other Changes\n* SankeyChart: Add chart for displaying dataflow by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/11919\n\n## New Contributors\n* @​benditorok made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11931\n* @​RabindranathChanda made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11921\n* @​ArfitAP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11971\n* @​FreskOoAs made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11948\n* @​dev-KingMaster made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11995\n* @​codomposer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12057\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.13.0...v8.14.0\n\n## 8.13.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.13.0 --\u003e\n\n## What's Changed\n### New Features\n* MudTable: Add LoadingContentBody render fragment by @​Enderlook in https://github.com/MudBlazor/MudBlazor/pull/11718\n* MudTable: Scroll to row \u0026 focus cell by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11569\n* MudSnackbar: Add global HideIcon option by @​franco-diaz-licham in https://github.com/MudBlazor/MudBlazor/pull/11900\n* MudDataGrid: Add parameters for filter icons by @​CyrilArtFX in https://github.com/MudBlazor/MudBlazor/pull/11864\n### Bug Fixes\n* MudIconButton: Fix icon button with default color not having focus indicator by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11858\n* MudCheckbox: Fix Tri-State required validation  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11886\n* MudCarousel: Fix UI update of bullets on item add by @​Blocko07 in https://github.com/MudBlazor/MudBlazor/pull/11873\n* MudDataGrid: Hierarchy ExpandAll/CollapseAll when one item is present by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11904\n* MudTabs: Guard for ScrollPrev by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11924\n\n## New Contributors\n* @​Blocko07 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11873\n* @​franco-diaz-licham made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11900\n* @​CyrilArtFX made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11864\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.12.0...v8.13.0\n\n## 8.12.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.12.0 --\u003e\n\n## What's Changed\n### New Features\n* MudDataGrid: Add hierarchy visibility toggled parameter by @​GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11706\n* MudChart: Support custom ToString func for Y axis by @​IchBinAb4los in https://github.com/MudBlazor/MudBlazor/pull/11674\n### Bug Fixes\n* MudPopover: Maintain Scroll Position by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11765\n* MudTextField: Fix padding for outlined multiline fields by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/11776\n* MudDataGrid: Fix nested group expansion for multilevel grouping (#​11725) by @​M4ntax in https://github.com/MudBlazor/MudBlazor/pull/11729\n* MudDialog: Fix when a dialog is canceled, it can be reopened by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11804\n* MudDataGrid : Refresh on collection changed by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11822\n* MudDataGrid: SCSS, Clean Up Sticky Columns by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11800\n* MudAutocomplete: Fix `Strict=false` when using a `Converter` with `CoerceValue` by @​Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/11826\n\n## New Contributors\n* @​rasmus-carlsson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11776\n* @​M4ntax made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11729\n* @​IchBinAb4los made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11674\n* @​Copilot made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11810\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.11.0...v8.12.0\n\n## 8.11.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.11.0 --\u003e\n\n## What's Changed\n### New Features\n* MudField: AdornmentAria and ShrinkLabel by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11669\n* MudStepper: Add Skipped State (#​11739) by @​Alex-DeLaet in https://github.com/MudBlazor/MudBlazor/pull/11742\n### Bug Fixes\n* MudTable: Maintains group row state when group list is modified by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11681\n* MudTextField: Fix Focus by ElementReference by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11733\n* MudMenu: Hide menu list if it has no items by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11740\n* MudDataGrid: Fix HierarchyColumn Expansion with Funcs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11292\n* MudTabs: Improve accessibility by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11581\n* MudTable : Fix bug where CurrentPage is reset at the initialization by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11745\n* MudPopover: MudList MaxHeight Adjustments by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11734\n### Other Changes\n* Community Extensions: Add MudX by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11692\n* MudPopover: Fix MudList Scroll Issue by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11694\n* MudTimeSeriesChart: Use InvariantCulture when rendering opacity (#​11696) by @​svarnyjunak in https://github.com/MudBlazor/MudBlazor/pull/11697\n* MudHighlighter: Maintain markup formatting when Markup=true by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11705\n* MudBaseInput: Fix expired ParameterView in inherited components by @​GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11715\n\n## New Contributors\n* @​svarnyjunak made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11697\n* @​GeorgeKarlinzer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11715\n* @​Alex-DeLaet made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11742\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.10.0...v8.11.0\n\n## 8.10.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.10.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudStepper: Remove StepStyle property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11589\n### New Features\n* DataGrid: Extend DateOnly filtering support for Simple and ColumnFilterMenu modes by @​raimana in https://github.com/MudBlazor/MudBlazor/pull/11599\n### Bug Fixes\n* MudTextField: Fix excessive height with AutoGrow, Outlined, Dense, and Adornment by @​mathdx1111 in https://github.com/MudBlazor/MudBlazor/pull/11600\n* MudFocusTrap: Prevent JSException on Disposed Component by @​jHabjanMXP in https://github.com/MudBlazor/MudBlazor/pull/11586\n* MudTabs: Update ActiveIndex On Render and Refresh when Drag and Drop Enabled by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11568\n* MudDataGrid: AllowUnsorted Default Behavior  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11655\n* MudSimpleTable: Remove redundant bottom border from the last row header by @​9PK4U in https://github.com/MudBlazor/MudBlazor/pull/11628\n### Other Changes\n* MudPopover: Restrict Max Height Adjustments by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11680\n\n## New Contributors\n* @​9PK4U made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11628\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.9.0...v8.10.0\n\n## 8.9.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.9.0 --\u003e\n\n## What's Changed\n### New Features\n* MudDataGrid: Add AllowUnsorted property by @​christianielsen in https://github.com/MudBlazor/MudBlazor/pull/11443\n### Bug Fixes\n* MudDialog: Fix Inline Dialog Title Refresh by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11504\n* MudHighlighter: Fix Highlighted Markup Render Bug by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11543\n* MudMask: Update value on browser autofill by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11547\n* MudAutocomplete: Fix Strict mode regression by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11533\n* MudSimpleTable: Fix missing row borders in nested tables (#​11559) by @​n0spaces in https://github.com/MudBlazor/MudBlazor/pull/11566\n* MudProgressCircular: Calculate view box size based on stroke width by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11557\n* MudSelect: Always call `FieldChanged` when `MultiSelection=true` by @​Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/11553\n### Other Changes\n* MudDialog: Fix CloseOnEscapeKey Not Triggered After Backdrop Click by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11475\n* Datagrid: Support Dateonly filter by @​raimana in https://github.com/MudBlazor/MudBlazor/pull/11535\n* MudExpansionPanel: Add toggle keyboard hotkeys, Add ability to remove content from DOM by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11531\n\n## New Contributors\n* @​raimana made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11535\n* @​AmpF5 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11548\n* @​nccadman19 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11531\n* @​n0spaces made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11566\n* @​christianielsen made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11443\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.8.0...v8.9.0\n\n## 8.8.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.8.0 --\u003e\n\n## What's Changed\n### New Features\n* MudAutocomplete: Scroll to selected item when not strict by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11049\n* MudMenu: Add min width \u0026 submenu icon gutters by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11435\n* MudDataGrid Default GroupTemplate At Grid Level by @​peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/11237\n* Improve accessibility labels and localize picker buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11456\n* MudTabs: Add Drag and Drop functionality by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11267\n* MudGlobal: Add PopoverDefaults.ModalOverlay to control Modal parameters by @​rabidsheep in https://github.com/MudBlazor/MudBlazor/pull/11486\n* MudFileUpload: Add file size validation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11476\n* MudToggleGroup: Refactor borders, Add border opacity support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11496\n### Bug Fixes\n* MudMenu: Hide popover overflow by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11444\n* MudMenu: Position At Cursor Flip Logic by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11437\n* MudDataGrid: Filters and Options Popover changed to Position At Cursor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11452\n* MudTextField: Fix partially hidden scrollbar, Focus field on label click by @​mathdx1111 in https://github.com/MudBlazor/MudBlazor/pull/11402\n* MudDataGrid: Groupable Logic by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11383\n* MudTablePager: Fix InfoFormat ignoring custom text (#​11466) by @​sirdx in https://github.com/MudBlazor/MudBlazor/pull/11468\n* MudMenu: Revert previous refactor by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11484\n* MudAutocomplete: Fix item selection stealing focus back after handler completes by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11482\n* MudTabs: Fix MudTabSlider not showing by @​sirdx in https://github.com/MudBlazor/MudBlazor/pull/11467\n* MudDrawer: Fix stall when loading by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/11009\n* MudInput: Dispose iOS Blur With Error Handling by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11436\n### Other Changes\n* Build: Remove \"needs review\" label from new PRs by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11431\n* MudToggleItem: Enforce direct parent hierarchy by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11498\n\n## New Contributors\n* @​ecrocombe made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11427\n* @​mathdx1111 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11402\n* @​sirdx made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11468\n* @​oxayotl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11474\n* @​rabidsheep made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11486\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.7.0...v8.8.0\n\n## 8.7.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.7.0 --\u003e\n\n## What's Changed\n### New Features\n* DataGridExtensions: support GridStateVirtualize and sort comparer by @​ahjephson in https://github.com/MudBlazor/MudBlazor/pull/11270\n* MudTabPanel: Implement Sorting by Text, SortKey, or Custom IComparer by @​richardhauer in https://github.com/MudBlazor/MudBlazor/pull/10803\n* SwipeArea: Real Time Swipe Support by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11307\n* Pickers: Use `InputDefaults` for inputs in `Picker` components by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11342\n* MudTable: Add TableClass parameter #​11351 by @​nathanhqws in https://github.com/MudBlazor/MudBlazor/pull/11352\n* MudCheckBox: Use disabled style on text by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/11356\n* MudCircularProgress: Add ChildContent to Show Centered Content in the Progress by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11271\n* MudColorPicker: Reduce default throttle by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11368\n* MudPopover: Expand Flip Logic to Include Anchor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11248\n* MudTablePager: Add thousands separator for all_items by @​RafBorrelli in https://github.com/MudBlazor/MudBlazor/pull/11371\n* Add `d-contents` display class, Fix missing gap between MessageBox action buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11391\n* MudDataGrid: Form Dialog Focus by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11379\n* MudColorPicker: Improve ARIA labels \u0026 doc page wording by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11401\n* Palette: Add BorderOpacity property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11394\n* MudAutocomplete: Allow changing `LockScroll` value by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11414\n### Bug Fixes\n* Popover: Initial Show When Open=\"true\" by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11277\n* MudCarousel: Utilize ParameterState by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11324\n* MudBooleanInput, MudRating: Improve accessibility by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11084\n* PopoverProvider: Multiple Layouts by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11305\n* MudInput: Fix Disposal of IOS Blur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11347\n* MudOverlay: Check JSRuntime by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11282\n* MudToggleGroup: Fix MudToggleItem selection when asynchronously loaded by @​jimitndiaye in https://github.com/MudBlazor/MudBlazor/pull/11309\n* MudToggleGroup: Fix FixedContent Visual Options by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11306\n* MudInput: Fix Proper Blur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11376\n* MudAutocomplete: Fix `AutoFocus` not opening item list by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11365\n* DataGrid: GroupingByOrder / Style Fix / Expansion StateHasChanged by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11302\n* Line chart: Fix index out of bounds error by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11381\n* MudMenu: Fix submenu activators being too wide by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11367\n* MudTabs: Fix slider misalignment when component is scaled by @​liamAU28910 in https://github.com/MudBlazor/MudBlazor/pull/11405\n* MudMask: Fix `⌘` shortcuts on MacOS \u0026 `cut` shortcut in general by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11366\n* MudPopover: Fix Event Order by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11389\n* MudToggleGroup: Selection Tracking by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11395\n* Docs: Fix mangled `AppbarButtons.razor.cs` merge by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11419\n* MudExpansionPanel: Fix `Gutters` property not taking effect by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11408\n### Other Changes\n* GitHubActions: Fix TryMudBlazor deploy by @​Garderoben in https://github.com/MudBlazor/MudBlazor/pull/11257\n\n## New Contributors\n* @​ahjephson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11270\n* @​richardhauer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10803\n* @​nathanhqws made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11352\n* @​liamAU28910 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11405\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.6.0...v8.7.0\n\n## 8.6.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudOverlay: Add parameter Modal allowing click-through by @​Cybrosys in https://github.com/MudBlazor/MudBlazor/pull/10893\n* MudDataGrid: Hierarchy Column Header by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11181\n* MudDateRangePicker: BlurAsync() MudRangeInput can now blur both inputs at once by @​urbanambroz in https://github.com/MudBlazor/MudBlazor/pull/11104\n* MudDataGrid: Multi Level Grouping by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11243\n### Bug Fixes\n* MudDateRangePicker: Re-enable selecting end date before start date (fix regression) by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11126\n* MudInput - Heap Locked When Disabled by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11135\n* BarChart: Fix tooltip display value by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11150\n* MudTimeSeriesChart: Fix Unhandled Exception by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11153\n* MudPicker: Set TextUpdateSuppression based on Readonly state by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11144\n* MudAutocomplete: Fix various activation issues by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11130\n* MudDataGrid: Enhance HierarchyColumn for RTL and Expand/Collapse All by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11103\n* MudCarousel: Fix timer creation after component disposal by @​jHabjanMXP in https://github.com/MudBlazor/MudBlazor/pull/11192\n* MudPopover: Javascript refactor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11165\n* MudChat: RTL Display / Remove Expiramental Tag by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11219\n* mudElementReference.js: Fix null exception by @​phamtuanit in https://github.com/MudBlazor/MudBlazor/pull/11222\n* MudThemeProvider: Only wrap multi-word font names in quotes in CSS font-family declarations by @​Garderoben in https://github.com/MudBlazor/MudBlazor/pull/11214\n* Popover: Z-Index Alignment by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11220\n* MudOverlay: Prevent unnecessary LockScroll changes by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11174\n* MudInput: Dispose DotNetObjectReference by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11254\n### Other Changes\n* MudMenu: Revert hide delay to match show delay again by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11129\n\n## New Contributors\n* @​jHabjanMXP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11192\n* @​MiroslavKabat made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11198\n* @​phamtuanit made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11222\n* @​urbanambroz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11104\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.5.1...v8.6.0\n\n## 8.5.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.5.1 --\u003e\n\n## What's Changed\n### Bug Fixes\n* Analyzer: Lower the Roslyn version by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11116\n* MudMenu Nested Fix by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11117\n\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.5.0...v8.5.1\n\n## 8.5.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.5.0 --\u003e\n\n## What's Changed\n\n### Bug Fixes\n* MudChart: Fix culture and perfomance issues by @​radderz in https://github.com/MudBlazor/MudBlazor/pull/11041\n* MudSwitch: Change track color to improve visibility on dark theme by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/11077\n* MudTextField: Fix AutoGrow Adornment padding by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10932\n* MudInput: Fix trimming issue by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11029\n* MudTable: Fix table sort label style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11022\n* MudDateRangePicker: Fix error with MaxDays and IsDateDisabledFunc  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11033\n* MudPopover: Remove shadow if the popover is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11040\n* MudAutocomplete: Fix duplicate search calls when opened on click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11023\n* MudPopover: Overlay Position Exclusion by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11038\n* ObserverManager: Optimize to reduce dictionary lookups by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11067\n* DataGrid: Mutlisort key fix on mac by @​tomasgreen in https://github.com/MudBlazor/MudBlazor/pull/11070\n* MudDialog : Duplicate dialog fix by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/11048\n* MudSelect: Add FitContent Parameter by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10894\n* MudToolTip: Move Duration Delay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11051\n* MudInput Dispose JS OnBlur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11039\n* MudDatePicker: Fix selecting DateTime.MaxValue (#​7285) by @​LukasMerz in https://github.com/MudBlazor/MudBlazor/pull/7286\n* MudPopover: Fix positioning delay (partial revert of #​10856) by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11107\n* Analyzers/SourceGenerator: Update Roslyn by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11110\n* MudMenu: Autocomplete/Select adornment click no longer causes menu to close by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11011\n* MudTreeViewItem: Fix NullReferenceException by @​masonwheeler in https://github.com/MudBlazor/MudBlazor/pull/11108\n* MudDataGrid - Preserve Selection with ParameterState by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11032\n\n## New Contributors\n* @​tomasgreen made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11070\n* @​LukasMerz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7286\n* @​masonwheeler made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11108\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.4.0...v8.5.0\n\n## 8.4.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.4.0 --\u003e\n\u003e [!CAUTION]\n\u003e We don't recommend to use this version.\n\u003e Since the MudMenu and Charts are broken.\n\n## What's Changed\n### New Features\n* MudDateRangePicker: Limit Date Range selection based on min/max days constraint by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10769\n* MudChart: Timeseries charting improvements by @​radderz in https://github.com/MudBlazor/MudBlazor/pull/10865\n* MudTable: Add CellClass parameter by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/10884\n### Bug Fixes\n* MudProgressLinear: Use MudGlobal.Rounded as default. by @​Devqon in https://github.com/MudBlazor/MudBlazor/pull/10944\n* Fix usages of MudGlobal.Rounded by @​Devqon in https://github.com/MudBlazor/MudBlazor/pull/10957\n* MudDialog: Fix duplicate dialogs by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/10979\n* MudRadio: Fix incorrect aria checked radio by @​ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/10965\n* MudChart/Heatmap: Add Min/Max Overrides by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10985\n* MudPopover: Adjust Overlay Add Throttle and Debounce by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10856\n* Prevent Rendering of unused MudPopover and MudOverlay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10853\n* DataGrid: SelectedItem(s) ParameterState Refactor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10829\n* MudInput: Implement Streamlined Blur event by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10842\n* MudCollapse: Apply scroll to expanded content overflow by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10948\n* MudButtonGroup: Fix some disabled styles not applying to buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10999\n* MudSelect: Fix menu toggled on non-primary mouse clicks  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11002\n* Popover: Fix Overlay Z-Index issue by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10994\n* MudStepper: Fix final step completed color by @​Lewis-Pitman in https://github.com/MudBlazor/MudBlazor/pull/11012\n* MudTabs: Fix underline display for active tab (#​10970) by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10974\n### Other Changes\n* Refactor: Fix code styling, tests by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10993\n\n## New Contributors\n* @​Devqon made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10944\n* @​Lewis-Pitman made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11012\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.3.0...v8.4.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.3.0...v9.0.0).\n\u003c/details\u003e\n\nUpdated [MudBlazor.Translations](https://github.com/MudBlazor/Translations) from 2.3.0 to 3.3.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor.Translations's releases](https://github.com/MudBlazor/Translations/releases)._\n\n## 3.3.0\n\n## Notable Changes 🚀\n\n- Updated translations\n\n## What's Changed\n\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/329\n* chore: bump version to 3.3 by @​meenzen in https://github.com/MudBlazor/Translations/pull/330\n\n**Full Changelog**: https://github.com/MudBlazor/Translations/compare/v3.2.0...v3.3.0\n\n## NuGet Package :package:\n\n```bash\ndotnet add package MudBlazor.Translations --version 3.3.0\n```\n\n## 3.2.0\n\n## Notable Changes 🚀\n\n- Updated translations\n\n## What's Changed\n\n* feat: add Georgian resource file by @​meenzen in https://github.com/MudBlazor/Translations/pull/324\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/323\n* feat: improve build performance by @​meenzen in https://github.com/MudBlazor/Translations/pull/325\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/326\n* chore: bump version to 3.2 by @​meenzen in https://github.com/MudBlazor/Translations/pull/328\n\n**Full Changelog**: https://github.com/MudBlazor/Translations/compare/v3.1.0...v3.2.0\n\n## NuGet Package :package:\n\n```bash\ndotnet add package MudBlazor.Translations --version 3.2.0\n```\n\n## 3.1.0\n\n## Notable Changes 🚀\n\n- Updated translations\n\n## What's Changed\n\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/318\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/319\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/320\n* chore: use slnx by @​meenzen in https://github.com/MudBlazor/Translations/pull/321\n* chore: bump version to 3.1 by @​meenzen in https://github.com/MudBlazor/Translations/pull/322\n\n**Full Changelog**: https://github.com/MudBlazor/Translations/compare/v3.0.0...v3.1.0\n\n## NuGet Package :package:\n\n```bash\ndotnet add package MudBlazor.Translations --version 3.1.0\n```\n\n## 3.0.0\n\n## Notable Changes 🚀\n\n- MudBlazor `v9.0.0` support\n- Updated translations\n\n## What's Changed\n\n* chore(deps): update dependency sonaranalyzer.csharp to 10.16.0.128591 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/258\n* chore(deps): update dependency tunit to 1.3.0 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/259\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/260\n* chore(deps): update dependency tunit to 1.3.9 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/261\n* chore(deps): update dependency tunit to 1.3.15 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/262\n* chore: add indonesian language file by @​meenzen in https://github.com/MudBlazor/Translations/pull/265\n* chore(deps): update dependency tunit to 1.3.25 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/264\n* chore(deps): update dependency sonaranalyzer.csharp to 10.16.1.129956 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/263\n* chore(deps): update dependency tunit to 1.5.0 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/266\n* chore(deps): update dependency tunit to 1.5.6 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/267\n* chore(deps): update dependency tunit to 1.5.37 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/268\n* chore(deps): update dependency tunit to 1.5.53 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/269\n* chore(deps): update dependency csharpier to v1.2.2 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/270\n* chore(deps): update dependency tunit to 1.5.60 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/271\n* chore(deps): update dependency roslynator.analyzers to 4.15.0 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/272\n* chore(deps): update dependency csharpier to v1.2.3 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/273\n* chore(deps): update dependency sonaranalyzer.csharp to 10.17.0.131074 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/275\n* chore(deps): update dependency tunit to 1.5.78 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/274\n* chore: add Slovenian language file by @​meenzen in https://github.com/MudBlazor/Translations/pull/277\n* chore(deps): update dependency tunit to 1.5.80 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/276\n* chore(deps): update dependency tunit to 1.6.20 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/278\n* chore(deps): update dependency tunit to 1.6.28 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/280\n* chore(deps): update dependency csharpier to v1.2.4 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/279\n* chore(deps): update dependency tunit to 1.9.2 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/281\n* chore(deps): update dependency csharpier to v1.2.5 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/282\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/283\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/286\n* chore(deps): update dependency microsoft.testing.extensions.codecoverage to 18.3.1 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/284\n* chore(deps): update dependency microsoft.testing.extensions.codecoverage to 18.3.2 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/289\n* chore(deps): update dependency sonaranalyzer.csharp to 10.18.0.131500 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/288\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/290\n* chore(deps): update dependency tunit to 1.11.18 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/287\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/292\n* chore(deps): update dependency tunit to 1.11.56 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/291\n* chore(deps): update dependency tunit to 1.12.3 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/293\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/295\n* chore(deps): update dependency tunit to 1.12.15 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/294\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/297\n* chore(deps): update dependency tunit to 1.12.53 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/296\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/299\n* chore(deps): update dependency tunit to 1.12.65 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/298\n* chore(deps): update dependency tunit to 1.12.125 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/300\n* chore(deps): update dependency sonaranalyzer.csharp to 10.19.0.132793 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/301\n ... (truncated)\n\n## 2.7.0\n\n## Notable Changes 🚀\n\n- Target .NET 10\n- Updated translations\n\n## What's Changed\n\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/229\n* chore(deps): update actions/setup-dotnet action to v5 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/231\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/230\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/233\n* chore(deps): update xunit-dotnet monorepo by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/236\n* chore(deps): update nerdbank.gitversioning to 3.8.118 - autoclosed by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/235\n* chore(deps): update dependency awesomeassertions to 9.2.0 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/234\n* chore(deps): update dependency microsoft.net.test.sdk to v18 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/237\n* chore(deps): update dependency roslynator.analyzers to 4.14.1 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/238\n* chore(deps): update github/codeql-action action to v4 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/239\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/240\n* chore(deps): update dependency awesomeassertions to 9.2.1 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/241\n* chore(deps): update xunit-dotnet monorepo by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/244\n* chore(deps): update dependency awesomeassertions to 9.3.0 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/242\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/243\n* chore(deps): update nerdbank.gitversioning to 3.9.50 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/245\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/246\n* chore(deps): update dependency csharpier to v1.2.0 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/247\n* chore(deps): update dependency microsoft.net.test.sdk to 18.0.1 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/249\n* chore(deps): update dependency csharpier to v1.2.1 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/248\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/250\n* chore(deps): update dependency husky to v0.8.0 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/251\n* chore(deps): update actions/checkout action to v6 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/252\n* feat: dotnet 10 by @​meenzen in https://github.com/MudBlazor/Translations/pull/253\n* feat: norwe...\n\n...\n\n_Description has been truncated_","html_url":"https://github.com/jonathanperis/blazor-mudblazor-starter/pull/2","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanperis%2Fblazor-mudblazor-starter/issues/2","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2/packages"},{"uuid":"4119610390","node_id":"PR_kwDOQ2daEM7MoLOW","number":67,"state":"closed","title":"deps: Bump MudBlazor from 9.1.0 to 9.2.0","user":"dependabot[bot]","labels":["size/xs","dependencies","nuget"],"assignees":[],"locked":false,"comments_count":4,"pull_request":true,"closed_at":"2026-03-24T02:10:20.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-23T09:49:14.000Z","updated_at":"2026-03-24T02:10:21.000Z","time_to_close":58866,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps: Bump","packages":[{"name":"MudBlazor","old_version":"9.1.0","new_version":"9.2.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 9.1.0 to 9.2.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.2.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudDropZone: Add MudDragHandle for custom drag handle support by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12703\n* DefaultConverter: Add IParsable support by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12809\n* MudTabs: Add overridable `DisposeAsyncCore` to support derived async disposal by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12811\n* Converter: Improve performance and rework Enum by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12816\n* DefaultConverter: Improve fallback T → string conversion by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12836\n* MudSelect: Give ToStringFunc Higher Precedence by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12837\n* MudFabMenu: Add Direction and Anchor support by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12843\n### Bug Fixes\n* MudCheckBox, MudSwitch, MudRadio: Respect user-defined `tabindex` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12808\n* MudChart: Rework MatchBoundsToSize Fix by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12806\n* MudTreeView: Fix selected value reset when adding data-bound items by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12840\n* MudTreeViewItem: Read GetDisabled/GetReadOnly by @​bonfante in https://github.com/MudBlazor/MudBlazor/pull/12841\n* MudChart: Ensure fill-opacity renders invariantly across cultures by @​kjetilbraadland in https://github.com/MudBlazor/MudBlazor/pull/12845\n* MudTreeView: Fix server-data reset by tracking lazy-load state per node by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12850\n* MudDataGridPager: Use MudDataGrid.Culture when formatting counts by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12863\n* MudSelect: Fix FitContent by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12860\n* MudDebouncedInput: Fix validation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12865\n* MudChart: Fix line chart natural spline interpolation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12798\n* DebounceDispatcher: Remove .Wait() to avoid PlatformNotSupportedException by @​pavelsavara in https://github.com/MudBlazor/MudBlazor/pull/12866\n* MudChart: Prevent Rounding Height Values by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12868\n* MudDataGrid: Fix Virtualize scroll jumping by using tr spacer elements by @​codemonkey85 in https://github.com/MudBlazor/MudBlazor/pull/12799\n* MudSelect, MudAutocomplete, MudMenu: Fix modeless overlay reopen on same activator click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12870\n* MudDataGrid: Fix filters being ignored when added programmatically  by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12683\n* MudTextField: Align `Sizing.Auto` visuals with default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12774\n\n## New Contributors\n* @​bonfante made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12841\n* @​kjetilbraadland made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12845\n* @​pavelsavara made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12866\n* @​codemonkey85 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12799\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.1.0...v9.2.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v9.1.0...v9.2.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=9.1.0\u0026new-version=9.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/JerrettDavis/QuickApiMapper/pull/67","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/JerrettDavis%2FQuickApiMapper/issues/67","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/67/packages"},{"uuid":"4116876226","node_id":"PR_kwDOO-eTGs7Mg8zu","number":43,"state":"closed","title":"Bump MudBlazor from 8.14.0 to 9.2.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-04-09T22:59:50.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-22T19:18:13.000Z","updated_at":"2026-04-09T22:59:52.000Z","time_to_close":1568497,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","old_version":"8.14.0","new_version":"9.2.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.14.0 to 9.2.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.2.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudDropZone: Add MudDragHandle for custom drag handle support by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12703\n* DefaultConverter: Add IParsable support by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12809\n* MudTabs: Add overridable `DisposeAsyncCore` to support derived async disposal by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12811\n* Converter: Improve performance and rework Enum by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12816\n* DefaultConverter: Improve fallback T → string conversion by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12836\n* MudSelect: Give ToStringFunc Higher Precedence by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12837\n* MudFabMenu: Add Direction and Anchor support by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12843\n### Bug Fixes\n* MudCheckBox, MudSwitch, MudRadio: Respect user-defined `tabindex` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12808\n* MudChart: Rework MatchBoundsToSize Fix by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12806\n* MudTreeView: Fix selected value reset when adding data-bound items by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12840\n* MudTreeViewItem: Read GetDisabled/GetReadOnly by @​bonfante in https://github.com/MudBlazor/MudBlazor/pull/12841\n* MudChart: Ensure fill-opacity renders invariantly across cultures by @​kjetilbraadland in https://github.com/MudBlazor/MudBlazor/pull/12845\n* MudTreeView: Fix server-data reset by tracking lazy-load state per node by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12850\n* MudDataGridPager: Use MudDataGrid.Culture when formatting counts by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12863\n* MudSelect: Fix FitContent by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12860\n* MudDebouncedInput: Fix validation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12865\n* MudChart: Fix line chart natural spline interpolation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12798\n* DebounceDispatcher: Remove .Wait() to avoid PlatformNotSupportedException by @​pavelsavara in https://github.com/MudBlazor/MudBlazor/pull/12866\n* MudChart: Prevent Rounding Height Values by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12868\n* MudDataGrid: Fix Virtualize scroll jumping by using tr spacer elements by @​codemonkey85 in https://github.com/MudBlazor/MudBlazor/pull/12799\n* MudSelect, MudAutocomplete, MudMenu: Fix modeless overlay reopen on same activator click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12870\n* MudDataGrid: Fix filters being ignored when added programmatically  by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12683\n* MudTextField: Align `Sizing.Auto` visuals with default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12774\n\n## New Contributors\n* @​bonfante made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12841\n* @​kjetilbraadland made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12845\n* @​pavelsavara made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12866\n* @​codemonkey85 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12799\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.1.0...v9.2.0\n\n## 9.1.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudChart: Remove width adjustment by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12714\n* Charts: Fix radial rendering, alignment, and padding issues by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12736\n* MudForm: Obsolete `Validate` in favor of new `ValidateAsync` by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12713\n### New Features\n* MudTabs: Add accessibility labels to icon buttons by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12646\n* MudCarousel: Add ArrowsColor parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12709\n### Bug Fixes\n* MudVirtualize: Fix MaxItemCount runtime crash on .NET 8 by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12701\n* MudFileUpload: Remove mt-1 spacing when SelectedTemplate is set by @​sean-mcl in https://github.com/MudBlazor/MudBlazor/pull/12700\n* MudDataGrid: Fix CellClass ordering to allow style overrides by @​pine919 in https://github.com/MudBlazor/MudBlazor/pull/12662\n* MudMenu: Fix nested submenu arrow direction in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12706\n* MudBaseInput: Fix OnlyValidateIfDirty with non-default initial Value by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12716\n* MudTooltip: Fix Unnecessary Tooltip Content Re-render by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12724\n* MudTimePicker: Fix closed-value formatting to honor AmPm / TimeFormat by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12726\n* Build: Mitigate JS parse collisions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12728\n* MudSelect, MudAutocomplete: Fix pointer cursor shown on readonly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12704\n* MudDebouncedInput: Fix DebounceInterval doesn't update its initial value if set by async operation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12735\n* MudColorPicker: render initial `@​bind-Text` value in input on first render by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12749\n* MudRadialChart: Prevent tooltips from disappearing during parameter updates by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12751\n* MudSelect: Prevent default(T) preselection in MultiSelection by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12743\n* MudMenu: Fix mutation-unsafe async enumeration during close by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12757\n* MudDateRangePicker: Fix initialization when using `DateTime.MinValue` by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12668\n* MudListItem: Fix disabled items not showing selected state in multi-selection mode by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12727\n* MudChart: Fix infinite expansion loop with MatchBoundsToSize and relative height by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12760\n* MudNumericField: Fix Format being broken by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12766\n* MudDatePicker: Clear conversion error when editable field is manually erased by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12695\n* MudAutocomplete: Fix item template containers rendering padding when empty by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12782\n* MudTabs: Fix SliderColor having no visual effect by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12780\n* MudTimePicker: Fix wrong cursor in popover/dialog when editable by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12781\n* MudSlider: Fix value label position in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12777\n* MudStepper: Fix nested steppers with different orientations by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12776\n* MudAlert: Fix ContentAlignment ignored on mobile (xs) breakpoint by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12786\n* Pickers: Fix ReadOnly not respected in PickerVariant.Static by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12785\n* MudTable: Fix loading indicator visibility in mobile layout by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12778\n\n## New Contributors\n* @​sean-mcl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12700\n* @​pine919 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12662\n* @​xdaneault made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12668\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0...v9.1.0\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v9.2.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=8.14.0\u0026new-version=9.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Mythetech/Iris/pull/43","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mythetech%2FIris/issues/43","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/43/packages"},{"uuid":"4093412208","node_id":"PR_kwDORIrwEM7LdJVB","number":154,"state":"open","title":"Bump MudBlazor from 9.1.0 to 9.2.0","user":"dependabot[bot]","labels":["csharp"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-18T07:56:43.000Z","updated_at":"2026-03-18T07:56:44.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","old_version":"9.1.0","new_version":"9.2.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 9.1.0 to 9.2.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.2.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudDropZone: Add MudDragHandle for custom drag handle support by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12703\n* DefaultConverter: Add IParsable support by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12809\n* MudTabs: Add overridable `DisposeAsyncCore` to support derived async disposal by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12811\n* Converter: Improve performance and rework Enum by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12816\n* DefaultConverter: Improve fallback T → string conversion by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12836\n* MudSelect: Give ToStringFunc Higher Precedence by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12837\n* MudFabMenu: Add Direction and Anchor support by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12843\n### Bug Fixes\n* MudCheckBox, MudSwitch, MudRadio: Respect user-defined `tabindex` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12808\n* MudChart: Rework MatchBoundsToSize Fix by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12806\n* MudTreeView: Fix selected value reset when adding data-bound items by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12840\n* MudTreeViewItem: Read GetDisabled/GetReadOnly by @​bonfante in https://github.com/MudBlazor/MudBlazor/pull/12841\n* MudChart: Ensure fill-opacity renders invariantly across cultures by @​kjetilbraadland in https://github.com/MudBlazor/MudBlazor/pull/12845\n* MudTreeView: Fix server-data reset by tracking lazy-load state per node by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12850\n* MudDataGridPager: Use MudDataGrid.Culture when formatting counts by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12863\n* MudSelect: Fix FitContent by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12860\n* MudDebouncedInput: Fix validation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12865\n* MudChart: Fix line chart natural spline interpolation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12798\n* DebounceDispatcher: Remove .Wait() to avoid PlatformNotSupportedException by @​pavelsavara in https://github.com/MudBlazor/MudBlazor/pull/12866\n* MudChart: Prevent Rounding Height Values by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12868\n* MudDataGrid: Fix Virtualize scroll jumping by using tr spacer elements by @​codemonkey85 in https://github.com/MudBlazor/MudBlazor/pull/12799\n* MudSelect, MudAutocomplete, MudMenu: Fix modeless overlay reopen on same activator click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12870\n* MudDataGrid: Fix filters being ignored when added programmatically  by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12683\n* MudTextField: Align `Sizing.Auto` visuals with default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12774\n\n## New Contributors\n* @​bonfante made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12841\n* @​kjetilbraadland made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12845\n* @​pavelsavara made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12866\n* @​codemonkey85 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12799\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.1.0...v9.2.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v9.1.0...v9.2.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=9.1.0\u0026new-version=9.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/grounzero/alpaca-fleece/pull/154","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/grounzero%2Falpaca-fleece/issues/154","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/154/packages"},{"uuid":"4092464669","node_id":"PR_kwDORAe_ds7LaNFV","number":44,"state":"open","title":"chore: Bump MudBlazor from 8.15.0 to 9.2.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-18T03:28:43.000Z","updated_at":"2026-03-18T03:28:56.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore: Bump","packages":[{"name":"MudBlazor","old_version":"8.15.0","new_version":"9.2.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.15.0 to 9.2.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.2.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudDropZone: Add MudDragHandle for custom drag handle support by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12703\n* DefaultConverter: Add IParsable support by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12809\n* MudTabs: Add overridable `DisposeAsyncCore` to support derived async disposal by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12811\n* Converter: Improve performance and rework Enum by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12816\n* DefaultConverter: Improve fallback T → string conversion by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12836\n* MudSelect: Give ToStringFunc Higher Precedence by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12837\n* MudFabMenu: Add Direction and Anchor support by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12843\n### Bug Fixes\n* MudCheckBox, MudSwitch, MudRadio: Respect user-defined `tabindex` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12808\n* MudChart: Rework MatchBoundsToSize Fix by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12806\n* MudTreeView: Fix selected value reset when adding data-bound items by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12840\n* MudTreeViewItem: Read GetDisabled/GetReadOnly by @​bonfante in https://github.com/MudBlazor/MudBlazor/pull/12841\n* MudChart: Ensure fill-opacity renders invariantly across cultures by @​kjetilbraadland in https://github.com/MudBlazor/MudBlazor/pull/12845\n* MudTreeView: Fix server-data reset by tracking lazy-load state per node by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12850\n* MudDataGridPager: Use MudDataGrid.Culture when formatting counts by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12863\n* MudSelect: Fix FitContent by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12860\n* MudDebouncedInput: Fix validation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12865\n* MudChart: Fix line chart natural spline interpolation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12798\n* DebounceDispatcher: Remove .Wait() to avoid PlatformNotSupportedException by @​pavelsavara in https://github.com/MudBlazor/MudBlazor/pull/12866\n* MudChart: Prevent Rounding Height Values by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12868\n* MudDataGrid: Fix Virtualize scroll jumping by using tr spacer elements by @​codemonkey85 in https://github.com/MudBlazor/MudBlazor/pull/12799\n* MudSelect, MudAutocomplete, MudMenu: Fix modeless overlay reopen on same activator click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12870\n* MudDataGrid: Fix filters being ignored when added programmatically  by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12683\n* MudTextField: Align `Sizing.Auto` visuals with default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12774\n\n## New Contributors\n* @​bonfante made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12841\n* @​kjetilbraadland made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12845\n* @​pavelsavara made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12866\n* @​codemonkey85 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12799\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.1.0...v9.2.0\n\n## 9.1.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudChart: Remove width adjustment by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12714\n* Charts: Fix radial rendering, alignment, and padding issues by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12736\n* MudForm: Obsolete `Validate` in favor of new `ValidateAsync` by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12713\n### New Features\n* MudTabs: Add accessibility labels to icon buttons by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12646\n* MudCarousel: Add ArrowsColor parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12709\n### Bug Fixes\n* MudVirtualize: Fix MaxItemCount runtime crash on .NET 8 by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12701\n* MudFileUpload: Remove mt-1 spacing when SelectedTemplate is set by @​sean-mcl in https://github.com/MudBlazor/MudBlazor/pull/12700\n* MudDataGrid: Fix CellClass ordering to allow style overrides by @​pine919 in https://github.com/MudBlazor/MudBlazor/pull/12662\n* MudMenu: Fix nested submenu arrow direction in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12706\n* MudBaseInput: Fix OnlyValidateIfDirty with non-default initial Value by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12716\n* MudTooltip: Fix Unnecessary Tooltip Content Re-render by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12724\n* MudTimePicker: Fix closed-value formatting to honor AmPm / TimeFormat by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12726\n* Build: Mitigate JS parse collisions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12728\n* MudSelect, MudAutocomplete: Fix pointer cursor shown on readonly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12704\n* MudDebouncedInput: Fix DebounceInterval doesn't update its initial value if set by async operation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12735\n* MudColorPicker: render initial `@​bind-Text` value in input on first render by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12749\n* MudRadialChart: Prevent tooltips from disappearing during parameter updates by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12751\n* MudSelect: Prevent default(T) preselection in MultiSelection by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12743\n* MudMenu: Fix mutation-unsafe async enumeration during close by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12757\n* MudDateRangePicker: Fix initialization when using `DateTime.MinValue` by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12668\n* MudListItem: Fix disabled items not showing selected state in multi-selection mode by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12727\n* MudChart: Fix infinite expansion loop with MatchBoundsToSize and relative height by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12760\n* MudNumericField: Fix Format being broken by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12766\n* MudDatePicker: Clear conversion error when editable field is manually erased by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12695\n* MudAutocomplete: Fix item template containers rendering padding when empty by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12782\n* MudTabs: Fix SliderColor having no visual effect by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12780\n* MudTimePicker: Fix wrong cursor in popover/dialog when editable by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12781\n* MudSlider: Fix value label position in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12777\n* MudStepper: Fix nested steppers with different orientations by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12776\n* MudAlert: Fix ContentAlignment ignored on mobile (xs) breakpoint by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12786\n* Pickers: Fix ReadOnly not respected in PickerVariant.Static by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12785\n* MudTable: Fix loading indicator visibility in mobile layout by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12778\n\n## New Contributors\n* @​sean-mcl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12700\n* @​pine919 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12662\n* @​xdaneault made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12668\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0...v9.1.0\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.15.0...v9.2.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=8.15.0\u0026new-version=9.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/JerrettDavis/PokManagerUI/pull/44","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/JerrettDavis%2FPokManagerUI/issues/44","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/44/packages"},{"uuid":"4043984486","node_id":"PR_kwDOLlucDM7I_XOX","number":69,"state":"open","title":"Bump MudBlazor from 9.0.0 to 9.1.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-09T07:55:31.000Z","updated_at":"2026-03-09T07:55:47.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","old_version":"9.0.0","new_version":"9.1.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 9.0.0 to 9.1.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.1.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudChart: Remove width adjustment by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12714\n* Charts: Fix radial rendering, alignment, and padding issues by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12736\n* MudForm: Obsolete `Validate` in favor of new `ValidateAsync` by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12713\n### New Features\n* MudTabs: Add accessibility labels to icon buttons by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12646\n* MudCarousel: Add ArrowsColor parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12709\n### Bug Fixes\n* MudVirtualize: Fix MaxItemCount runtime crash on .NET 8 by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12701\n* MudFileUpload: Remove mt-1 spacing when SelectedTemplate is set by @​sean-mcl in https://github.com/MudBlazor/MudBlazor/pull/12700\n* MudDataGrid: Fix CellClass ordering to allow style overrides by @​pine919 in https://github.com/MudBlazor/MudBlazor/pull/12662\n* MudMenu: Fix nested submenu arrow direction in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12706\n* MudBaseInput: Fix OnlyValidateIfDirty with non-default initial Value by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12716\n* MudTooltip: Fix Unnecessary Tooltip Content Re-render by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12724\n* MudTimePicker: Fix closed-value formatting to honor AmPm / TimeFormat by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12726\n* Build: Mitigate JS parse collisions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12728\n* MudSelect, MudAutocomplete: Fix pointer cursor shown on readonly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12704\n* MudDebouncedInput: Fix DebounceInterval doesn't update its initial value if set by async operation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12735\n* MudColorPicker: render initial `@​bind-Text` value in input on first render by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12749\n* MudRadialChart: Prevent tooltips from disappearing during parameter updates by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12751\n* MudSelect: Prevent default(T) preselection in MultiSelection by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12743\n* MudMenu: Fix mutation-unsafe async enumeration during close by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12757\n* MudDateRangePicker: Fix initialization when using `DateTime.MinValue` by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12668\n* MudListItem: Fix disabled items not showing selected state in multi-selection mode by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12727\n* MudChart: Fix infinite expansion loop with MatchBoundsToSize and relative height by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12760\n* MudNumericField: Fix Format being broken by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12766\n* MudDatePicker: Clear conversion error when editable field is manually erased by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12695\n* MudAutocomplete: Fix item template containers rendering padding when empty by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12782\n* MudTabs: Fix SliderColor having no visual effect by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12780\n* MudTimePicker: Fix wrong cursor in popover/dialog when editable by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12781\n* MudSlider: Fix value label position in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12777\n* MudStepper: Fix nested steppers with different orientations by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12776\n* MudAlert: Fix ContentAlignment ignored on mobile (xs) breakpoint by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12786\n* Pickers: Fix ReadOnly not respected in PickerVariant.Static by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12785\n* MudTable: Fix loading indicator visibility in mobile layout by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12778\n\n## New Contributors\n* @​sean-mcl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12700\n* @​pine919 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12662\n* @​xdaneault made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12668\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0...v9.1.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v9.0.0...v9.1.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=9.0.0\u0026new-version=9.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/0phois/MudBlazor.StaticInput/pull/69","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/0phois%2FMudBlazor.StaticInput/issues/69","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/69/packages"},{"uuid":"4043470159","node_id":"PR_kwDORTzEic7I9rta","number":26,"state":"open","title":"Bump MudBlazor from 8.15.0 to 9.1.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-09T05:37:31.000Z","updated_at":"2026-03-09T05:37:32.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","old_version":"8.15.0","new_version":"9.1.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.15.0 to 9.1.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.1.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudChart: Remove width adjustment by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12714\n* Charts: Fix radial rendering, alignment, and padding issues by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12736\n* MudForm: Obsolete `Validate` in favor of new `ValidateAsync` by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12713\n### New Features\n* MudTabs: Add accessibility labels to icon buttons by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12646\n* MudCarousel: Add ArrowsColor parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12709\n### Bug Fixes\n* MudVirtualize: Fix MaxItemCount runtime crash on .NET 8 by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12701\n* MudFileUpload: Remove mt-1 spacing when SelectedTemplate is set by @​sean-mcl in https://github.com/MudBlazor/MudBlazor/pull/12700\n* MudDataGrid: Fix CellClass ordering to allow style overrides by @​pine919 in https://github.com/MudBlazor/MudBlazor/pull/12662\n* MudMenu: Fix nested submenu arrow direction in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12706\n* MudBaseInput: Fix OnlyValidateIfDirty with non-default initial Value by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12716\n* MudTooltip: Fix Unnecessary Tooltip Content Re-render by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12724\n* MudTimePicker: Fix closed-value formatting to honor AmPm / TimeFormat by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12726\n* Build: Mitigate JS parse collisions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12728\n* MudSelect, MudAutocomplete: Fix pointer cursor shown on readonly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12704\n* MudDebouncedInput: Fix DebounceInterval doesn't update its initial value if set by async operation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12735\n* MudColorPicker: render initial `@​bind-Text` value in input on first render by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12749\n* MudRadialChart: Prevent tooltips from disappearing during parameter updates by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12751\n* MudSelect: Prevent default(T) preselection in MultiSelection by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12743\n* MudMenu: Fix mutation-unsafe async enumeration during close by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12757\n* MudDateRangePicker: Fix initialization when using `DateTime.MinValue` by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12668\n* MudListItem: Fix disabled items not showing selected state in multi-selection mode by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12727\n* MudChart: Fix infinite expansion loop with MatchBoundsToSize and relative height by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12760\n* MudNumericField: Fix Format being broken by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12766\n* MudDatePicker: Clear conversion error when editable field is manually erased by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12695\n* MudAutocomplete: Fix item template containers rendering padding when empty by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12782\n* MudTabs: Fix SliderColor having no visual effect by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12780\n* MudTimePicker: Fix wrong cursor in popover/dialog when editable by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12781\n* MudSlider: Fix value label position in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12777\n* MudStepper: Fix nested steppers with different orientations by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12776\n* MudAlert: Fix ContentAlignment ignored on mobile (xs) breakpoint by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12786\n* Pickers: Fix ReadOnly not respected in PickerVariant.Static by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12785\n* MudTable: Fix loading indicator visibility in mobile layout by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12778\n\n## New Contributors\n* @​sean-mcl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12700\n* @​pine919 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12662\n* @​xdaneault made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12668\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0...v9.1.0\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.15.0...v9.1.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=8.15.0\u0026new-version=9.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/arnaud-wissart-lab/Proba-loto-euromillions/pull/26","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnaud-wissart-lab%2FProba-loto-euromillions/issues/26","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/26/packages"},{"uuid":"4020154839","node_id":"PR_kwDOPV27KM7HyKNk","number":234,"state":"closed","title":"deps: Bump MudBlazor from 8.15.0 to 9.1.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-03-04T09:11:14.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-04T05:30:31.000Z","updated_at":"2026-03-04T09:11:16.000Z","time_to_close":13243,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps: Bump","packages":[{"name":"MudBlazor","old_version":"8.15.0","new_version":"9.1.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.15.0 to 9.1.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.1.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudChart: Remove width adjustment by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12714\n* Charts: Fix radial rendering, alignment, and padding issues by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12736\n* MudForm: Obsolete `Validate` in favor of new `ValidateAsync` by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12713\n### New Features\n* MudTabs: Add accessibility labels to icon buttons by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12646\n* MudCarousel: Add ArrowsColor parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12709\n### Bug Fixes\n* MudVirtualize: Fix MaxItemCount runtime crash on .NET 8 by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12701\n* MudFileUpload: Remove mt-1 spacing when SelectedTemplate is set by @​sean-mcl in https://github.com/MudBlazor/MudBlazor/pull/12700\n* MudDataGrid: Fix CellClass ordering to allow style overrides by @​pine919 in https://github.com/MudBlazor/MudBlazor/pull/12662\n* MudMenu: Fix nested submenu arrow direction in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12706\n* MudBaseInput: Fix OnlyValidateIfDirty with non-default initial Value by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12716\n* MudTooltip: Fix Unnecessary Tooltip Content Re-render by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12724\n* MudTimePicker: Fix closed-value formatting to honor AmPm / TimeFormat by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12726\n* Build: Mitigate JS parse collisions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12728\n* MudSelect, MudAutocomplete: Fix pointer cursor shown on readonly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12704\n* MudDebouncedInput: Fix DebounceInterval doesn't update its initial value if set by async operation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12735\n* MudColorPicker: render initial `@​bind-Text` value in input on first render by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12749\n* MudRadialChart: Prevent tooltips from disappearing during parameter updates by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12751\n* MudSelect: Prevent default(T) preselection in MultiSelection by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12743\n* MudMenu: Fix mutation-unsafe async enumeration during close by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12757\n* MudDateRangePicker: Fix initialization when using `DateTime.MinValue` by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12668\n* MudListItem: Fix disabled items not showing selected state in multi-selection mode by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12727\n* MudChart: Fix infinite expansion loop with MatchBoundsToSize and relative height by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12760\n* MudNumericField: Fix Format being broken by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12766\n* MudDatePicker: Clear conversion error when editable field is manually erased by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12695\n* MudAutocomplete: Fix item template containers rendering padding when empty by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12782\n* MudTabs: Fix SliderColor having no visual effect by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12780\n* MudTimePicker: Fix wrong cursor in popover/dialog when editable by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12781\n* MudSlider: Fix value label position in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12777\n* MudStepper: Fix nested steppers with different orientations by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12776\n* MudAlert: Fix ContentAlignment ignored on mobile (xs) breakpoint by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12786\n* Pickers: Fix ReadOnly not respected in PickerVariant.Static by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12785\n* MudTable: Fix loading indicator visibility in mobile layout by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12778\n\n## New Contributors\n* @​sean-mcl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12700\n* @​pine919 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12662\n* @​xdaneault made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12668\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0...v9.1.0\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.15.0...v9.1.0).\n\u003c/details\u003e\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/homebook-app/homebook/pull/234","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/homebook-app%2Fhomebook/issues/234","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/234/packages"},{"uuid":"3981258201","node_id":"PR_kwDOGs036s7Fzi4J","number":2567,"state":"closed","title":"Bump CodeBeam.MudBlazor.Extensions and MudBlazor","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-04T03:15:08.000Z","author_association":null,"state_reason":null,"created_at":"2026-02-24T03:15:24.000Z","updated_at":"2026-03-04T03:15:09.000Z","time_to_close":691184,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"CodeBeam.MudBlazor.Extensions","repository_url":"https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions"},{"name":"MudBlazor","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [CodeBeam.MudBlazor.Extensions](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions) from 8.3.0 to 9.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [CodeBeam.MudBlazor.Extensions's releases](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/releases)._\n\n## 9.0.1\n\n### Bug Fixes\n- **MudCombobox:** Fixed component crash when set value at start of component lifecycle.\n- **MudPasswordField:** Better aligned with form validation.\n\n## 9.0.0\n\n### New Component\n- **MudCodeViewer** - Download and install CodeBeam.MudBlazor.Extensions.Code package.\n\n### Stability\n- Removed all dependencies except MudBlazor.\n- Arranged base classes properly to align MudBlazor better.\n\n### New Features\n- **MudSelectExtended:** Searchbox is now working with RenderFragment approach.\n- **MudSelectExtended:** Fix selected item style when virtualize is true.\n- **MudChipField:** Now working on mobile.\n- **MudSelectExtended \u0026 MudCombobox:** Added Modal parameter (Introduced in MudBlazor core before) to control background click behavior.\n\n### Bug Fixes\n- **MudCodeInput:** Fix visual that input text was not centered properly.\n- **MudStepperExtended:** Fix Custom Action Content doesn't show when remove all buttons.\n\n### Docs\n- Code view sections in examples changed with new MudCodeViewer component.\n\n### Other\n- Several code quality improvements.\n\n## 9.0.0-rc.1\n\nCompatible with MudBlazor 9.0.0-rc.1\n\n## 9.0.0-preview.5\n\n### BugFixes\n- Fix input components crash on Firefox on blazor WASM.\n\n### Others\n- Several stability and code quality enhancements. (Thanks for @​ScarletKuro)\n\n## 9.0.0-preview.4\n\n- Sync with MudBlazor v 9.0.0-preview.2\n\n### Features\n- **MudSelectExtended \u0026 MudCombobox:** Added Modal parameter to control background click behavior.\n\n### Bug Fixes\n- **MudStepperExtended:** Fix Custom Action doesn't show when remove all buttons.\n\n## 9.0.0-preview.3\n\n### Bug Fixes\n- **MudSelectExtended:** Fix initialized text that doesn't shown in Virtualize \u0026 MultiSelection\n\n## 9.0.0-preview.2\n\n### Bug Fixes\n- **MudPasswordField:** Fixed value bind.\n\n## 9.0.0-preview.1\n\n## Major Update Preview: CodeBeam.MudBlazor.Extensions v 9.0.0-preview.1\n\n### Supports .NET 10 and Mud 9-preview\nRemoved all dependencies except MudBlazor.\n\n### Features\n- **MudSelectExtended:** Searchbox is now working with RenderFragment approach.\n- **MudChipField:** Now working on mobile.\n\n### BugFixes\n- **MudCodeInput:** Fix visual that input text was not centered truly.\n\n#### Some other changes and improvements.\n\nCommits viewable in [compare view](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/compare/8.3.0...9.0.1).\n\u003c/details\u003e\n\nUpdated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.15.0 to 9.0.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.15.0...v9.0.0).\n\u003c/details\u003e\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/pkuehnel/TeslaSolarCharger/pull/2567","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkuehnel%2FTeslaSolarCharger/issues/2567","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2567/packages"},{"uuid":"3976604589","node_id":"PR_kwDOQnZ3Qs7FkQ6K","number":29,"state":"open","title":"⬆️ Bump MudBlazor from 8.13.0 to 9.0.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-23T06:40:16.000Z","updated_at":"2026-02-23T06:41:18.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"⬆️ Bump","packages":[{"name":"MudBlazor","old_version":"8.13.0","new_version":"9.0.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.13.0 to 9.0.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\n## 8.14.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.14.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudGlobal: Deprecate theming properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11415\n### New Features\n* MudColorPicker: Add opt-out tooltips for icon buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11953\n* MudMenu: Enhance keyboard accessibility and focus management by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11762\n* MudTable: Add AriaLabel parameter for accessibility by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/11995\n* Pickers: Add InputId parameter by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12003\n* Icons: Add Slack brand icon to Icons.Custom.Brands by @​codomposer in https://github.com/MudBlazor/MudBlazor/pull/12057\n* MudStepper: Provide step context to child content by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/12054\n### Bug Fixes\n* MudDataGrid: Fix generated EditTemplates not inheriting their column's culture by @​benditorok in https://github.com/MudBlazor/MudBlazor/pull/11931\n* CSS: Improve browser compatibility by replacing `from ... r g b` syntax by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11939\n* MudDialog: Fix gaps in body style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11506\n* MudIconButton: Fix filled buttons losing background color on click by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11944\n* MudDialog: Force titles to wrap \u0026 prevent close button overlap by @​RabindranathChanda in https://github.com/MudBlazor/MudBlazor/pull/11921\n* MudPopover: Fix JS Typo by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11968\n* MudFormComponent: Clear converter errors on ResetValidation by @​ArfitAP in https://github.com/MudBlazor/MudBlazor/pull/11971\n* MudScrollListener: Fix document scroll by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11978\n* MudTooltip: Fix FullWidth children not stretching by @​FreskOoAs in https://github.com/MudBlazor/MudBlazor/pull/11948\n* MudAutocomplete: ProgressBar AdornmentIcon Hiding by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11980\n* MudTabs: Fix TabWrapperContent and Tooltip display with Drag and Drop by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12009\n* MudSelect: Display selected value when null by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12001\n* ParameterState: Add Snapshot to avoid race condition by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12023\n* MudNavGroup: Fix Background Color After Click by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11989\n* MudDatePicker: Fix FixedDay, FixMonth, FixYear for non-Gregorian calendar by @​oxayotl in https://github.com/MudBlazor/MudBlazor/pull/11992\n* MudAutocomplete: Fix input not focused on adornment click by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11970\n* MudAutocomplete: OpenChanged called twice after selection by @​Yomodo in https://github.com/MudBlazor/MudBlazor/pull/11985\n* MudCard: Hide gap when MudCardActions is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12033\n* MudExpansionPanel: Fix Gutters property not affecting header padding by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12036\n### Other Changes\n* SankeyChart: Add chart for displaying dataflow by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/11919\n\n## New Contributors\n* @​benditorok made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11931\n* @​RabindranathChanda made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11921\n* @​ArfitAP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11971\n* @​FreskOoAs made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11948\n* @​dev-KingMaster made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11995\n* @​codomposer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12057\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.13.0...v8.14.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.13.0...v9.0.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=8.13.0\u0026new-version=9.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Neha82Lonare/test2-repository-push-again/pull/29","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neha82Lonare%2Ftest2-repository-push-again/issues/29","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/29/packages"},{"uuid":"3976593578","node_id":"PR_kwDOPyddOs7FkOnM","number":121,"state":"open","title":"⬆️ Bump MudBlazor from 8.13.0 to 9.0.0","user":"dependabot[bot]","labels":[],"assignees":["eugenecp"],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-23T06:36:10.000Z","updated_at":"2026-02-23T06:37:10.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"⬆️ Bump","packages":[{"name":"MudBlazor","old_version":"8.13.0","new_version":"9.0.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.13.0 to 9.0.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\n## 8.14.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.14.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudGlobal: Deprecate theming properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11415\n### New Features\n* MudColorPicker: Add opt-out tooltips for icon buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11953\n* MudMenu: Enhance keyboard accessibility and focus management by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11762\n* MudTable: Add AriaLabel parameter for accessibility by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/11995\n* Pickers: Add InputId parameter by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12003\n* Icons: Add Slack brand icon to Icons.Custom.Brands by @​codomposer in https://github.com/MudBlazor/MudBlazor/pull/12057\n* MudStepper: Provide step context to child content by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/12054\n### Bug Fixes\n* MudDataGrid: Fix generated EditTemplates not inheriting their column's culture by @​benditorok in https://github.com/MudBlazor/MudBlazor/pull/11931\n* CSS: Improve browser compatibility by replacing `from ... r g b` syntax by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11939\n* MudDialog: Fix gaps in body style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11506\n* MudIconButton: Fix filled buttons losing background color on click by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11944\n* MudDialog: Force titles to wrap \u0026 prevent close button overlap by @​RabindranathChanda in https://github.com/MudBlazor/MudBlazor/pull/11921\n* MudPopover: Fix JS Typo by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11968\n* MudFormComponent: Clear converter errors on ResetValidation by @​ArfitAP in https://github.com/MudBlazor/MudBlazor/pull/11971\n* MudScrollListener: Fix document scroll by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11978\n* MudTooltip: Fix FullWidth children not stretching by @​FreskOoAs in https://github.com/MudBlazor/MudBlazor/pull/11948\n* MudAutocomplete: ProgressBar AdornmentIcon Hiding by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11980\n* MudTabs: Fix TabWrapperContent and Tooltip display with Drag and Drop by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12009\n* MudSelect: Display selected value when null by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12001\n* ParameterState: Add Snapshot to avoid race condition by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12023\n* MudNavGroup: Fix Background Color After Click by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11989\n* MudDatePicker: Fix FixedDay, FixMonth, FixYear for non-Gregorian calendar by @​oxayotl in https://github.com/MudBlazor/MudBlazor/pull/11992\n* MudAutocomplete: Fix input not focused on adornment click by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11970\n* MudAutocomplete: OpenChanged called twice after selection by @​Yomodo in https://github.com/MudBlazor/MudBlazor/pull/11985\n* MudCard: Hide gap when MudCardActions is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12033\n* MudExpansionPanel: Fix Gutters property not affecting header padding by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12036\n### Other Changes\n* SankeyChart: Add chart for displaying dataflow by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/11919\n\n## New Contributors\n* @​benditorok made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11931\n* @​RabindranathChanda made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11921\n* @​ArfitAP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11971\n* @​FreskOoAs made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11948\n* @​dev-KingMaster made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11995\n* @​codomposer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12057\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.13.0...v8.14.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.13.0...v9.0.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=8.13.0\u0026new-version=9.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/eugenecp/setlist-studio/pull/121","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugenecp%2Fsetlist-studio/issues/121","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/121/packages"},{"uuid":"3966750291","node_id":"PR_kwDOFRuQ2s7FEpl5","number":44,"state":"closed","title":"Bump MudBlazor from 8.15.0 to 9.0.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-04T05:55:23.000Z","author_association":null,"state_reason":null,"created_at":"2026-02-20T05:55:27.000Z","updated_at":"2026-03-04T05:55:26.000Z","time_to_close":1036796,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","old_version":"8.15.0","new_version":"9.0.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.15.0 to 9.0.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.15.0...v9.0.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=8.15.0\u0026new-version=9.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/codemonkey85/TicTacToeBlazor/pull/44","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonkey85%2FTicTacToeBlazor/issues/44","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/44/packages"},{"uuid":"3966340202","node_id":"PR_kwDORAe_ds7FDS6G","number":25,"state":"open","title":"chore: Bump MudBlazor from 8.15.0 to 9.0.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-20T03:21:39.000Z","updated_at":"2026-02-20T03:21:52.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore: Bump","packages":[{"name":"MudBlazor","old_version":"8.15.0","new_version":"9.0.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.15.0 to 9.0.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.15.0...v9.0.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=8.15.0\u0026new-version=9.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/JerrettDavis/PokManagerUI/pull/25","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/JerrettDavis%2FPokManagerUI/issues/25","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/25/packages"},{"uuid":"3831136164","node_id":"PR_kwDOQ9EQQc6-FQtL","number":10,"state":"open","title":"Bump MudBlazor from 7.0.0 to 8.15.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-01-19T20:36:36.000Z","updated_at":"2026-01-19T20:39:10.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","old_version":"7.0.0","new_version":"8.15.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"[//]: # (dependabot-start)\n⚠️  **Dependabot is rebasing this PR** ⚠️ \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nUpdated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 7.0.0 to 8.15.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\n## 8.14.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.14.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudGlobal: Deprecate theming properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11415\n### New Features\n* MudColorPicker: Add opt-out tooltips for icon buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11953\n* MudMenu: Enhance keyboard accessibility and focus management by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11762\n* MudTable: Add AriaLabel parameter for accessibility by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/11995\n* Pickers: Add InputId parameter by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12003\n* Icons: Add Slack brand icon to Icons.Custom.Brands by @​codomposer in https://github.com/MudBlazor/MudBlazor/pull/12057\n* MudStepper: Provide step context to child content by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/12054\n### Bug Fixes\n* MudDataGrid: Fix generated EditTemplates not inheriting their column's culture by @​benditorok in https://github.com/MudBlazor/MudBlazor/pull/11931\n* CSS: Improve browser compatibility by replacing `from ... r g b` syntax by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11939\n* MudDialog: Fix gaps in body style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11506\n* MudIconButton: Fix filled buttons losing background color on click by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11944\n* MudDialog: Force titles to wrap \u0026 prevent close button overlap by @​RabindranathChanda in https://github.com/MudBlazor/MudBlazor/pull/11921\n* MudPopover: Fix JS Typo by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11968\n* MudFormComponent: Clear converter errors on ResetValidation by @​ArfitAP in https://github.com/MudBlazor/MudBlazor/pull/11971\n* MudScrollListener: Fix document scroll by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11978\n* MudTooltip: Fix FullWidth children not stretching by @​FreskOoAs in https://github.com/MudBlazor/MudBlazor/pull/11948\n* MudAutocomplete: ProgressBar AdornmentIcon Hiding by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11980\n* MudTabs: Fix TabWrapperContent and Tooltip display with Drag and Drop by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12009\n* MudSelect: Display selected value when null by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12001\n* ParameterState: Add Snapshot to avoid race condition by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12023\n* MudNavGroup: Fix Background Color After Click by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11989\n* MudDatePicker: Fix FixedDay, FixMonth, FixYear for non-Gregorian calendar by @​oxayotl in https://github.com/MudBlazor/MudBlazor/pull/11992\n* MudAutocomplete: Fix input not focused on adornment click by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11970\n* MudAutocomplete: OpenChanged called twice after selection by @​Yomodo in https://github.com/MudBlazor/MudBlazor/pull/11985\n* MudCard: Hide gap when MudCardActions is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12033\n* MudExpansionPanel: Fix Gutters property not affecting header padding by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12036\n### Other Changes\n* SankeyChart: Add chart for displaying dataflow by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/11919\n\n## New Contributors\n* @​benditorok made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11931\n* @​RabindranathChanda made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11921\n* @​ArfitAP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11971\n* @​FreskOoAs made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11948\n* @​dev-KingMaster made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11995\n* @​codomposer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12057\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.13.0...v8.14.0\n\n## 8.13.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.13.0 --\u003e\n\n## What's Changed\n### New Features\n* MudTable: Add LoadingContentBody render fragment by @​Enderlook in https://github.com/MudBlazor/MudBlazor/pull/11718\n* MudTable: Scroll to row \u0026 focus cell by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11569\n* MudSnackbar: Add global HideIcon option by @​franco-diaz-licham in https://github.com/MudBlazor/MudBlazor/pull/11900\n* MudDataGrid: Add parameters for filter icons by @​CyrilArtFX in https://github.com/MudBlazor/MudBlazor/pull/11864\n### Bug Fixes\n* MudIconButton: Fix icon button with default color not having focus indicator by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11858\n* MudCheckbox: Fix Tri-State required validation  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11886\n* MudCarousel: Fix UI update of bullets on item add by @​Blocko07 in https://github.com/MudBlazor/MudBlazor/pull/11873\n* MudDataGrid: Hierarchy ExpandAll/CollapseAll when one item is present by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11904\n* MudTabs: Guard for ScrollPrev by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11924\n\n## New Contributors\n* @​Blocko07 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11873\n* @​franco-diaz-licham made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11900\n* @​CyrilArtFX made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11864\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.12.0...v8.13.0\n\n## 8.12.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.12.0 --\u003e\n\n## What's Changed\n### New Features\n* MudDataGrid: Add hierarchy visibility toggled parameter by @​GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11706\n* MudChart: Support custom ToString func for Y axis by @​IchBinAb4los in https://github.com/MudBlazor/MudBlazor/pull/11674\n### Bug Fixes\n* MudPopover: Maintain Scroll Position by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11765\n* MudTextField: Fix padding for outlined multiline fields by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/11776\n* MudDataGrid: Fix nested group expansion for multilevel grouping (#​11725) by @​M4ntax in https://github.com/MudBlazor/MudBlazor/pull/11729\n* MudDialog: Fix when a dialog is canceled, it can be reopened by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11804\n* MudDataGrid : Refresh on collection changed by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11822\n* MudDataGrid: SCSS, Clean Up Sticky Columns by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11800\n* MudAutocomplete: Fix `Strict=false` when using a `Converter` with `CoerceValue` by @​Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/11826\n\n## New Contributors\n* @​rasmus-carlsson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11776\n* @​M4ntax made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11729\n* @​IchBinAb4los made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11674\n* @​Copilot made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11810\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.11.0...v8.12.0\n\n## 8.11.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.11.0 --\u003e\n\n## What's Changed\n### New Features\n* MudField: AdornmentAria and ShrinkLabel by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11669\n* MudStepper: Add Skipped State (#​11739) by @​Alex-DeLaet in https://github.com/MudBlazor/MudBlazor/pull/11742\n### Bug Fixes\n* MudTable: Maintains group row state when group list is modified by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11681\n* MudTextField: Fix Focus by ElementReference by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11733\n* MudMenu: Hide menu list if it has no items by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11740\n* MudDataGrid: Fix HierarchyColumn Expansion with Funcs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11292\n* MudTabs: Improve accessibility by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11581\n* MudTable : Fix bug where CurrentPage is reset at the initialization by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11745\n* MudPopover: MudList MaxHeight Adjustments by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11734\n### Other Changes\n* Community Extensions: Add MudX by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11692\n* MudPopover: Fix MudList Scroll Issue by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11694\n* MudTimeSeriesChart: Use InvariantCulture when rendering opacity (#​11696) by @​svarnyjunak in https://github.com/MudBlazor/MudBlazor/pull/11697\n* MudHighlighter: Maintain markup formatting when Markup=true by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11705\n* MudBaseInput: Fix expired ParameterView in inherited components by @​GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11715\n\n## New Contributors\n* @​svarnyjunak made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11697\n* @​GeorgeKarlinzer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11715\n* @​Alex-DeLaet made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11742\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.10.0...v8.11.0\n\n## 8.10.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.10.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudStepper: Remove StepStyle property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11589\n### New Features\n* DataGrid: Extend DateOnly filtering support for Simple and ColumnFilterMenu modes by @​raimana in https://github.com/MudBlazor/MudBlazor/pull/11599\n### Bug Fixes\n* MudTextField: Fix excessive height with AutoGrow, Outlined, Dense, and Adornment by @​mathdx1111 in https://github.com/MudBlazor/MudBlazor/pull/11600\n* MudFocusTrap: Prevent JSException on Disposed Component by @​jHabjanMXP in https://github.com/MudBlazor/MudBlazor/pull/11586\n* MudTabs: Update ActiveIndex On Render and Refresh when Drag and Drop Enabled by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11568\n* MudDataGrid: AllowUnsorted Default Behavior  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11655\n* MudSimpleTable: Remove redundant bottom border from the last row header by @​9PK4U in https://github.com/MudBlazor/MudBlazor/pull/11628\n### Other Changes\n* MudPopover: Restrict Max Height Adjustments by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11680\n\n## New Contributors\n* @​9PK4U made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11628\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.9.0...v8.10.0\n\n## 8.9.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.9.0 --\u003e\n\n## What's Changed\n### New Features\n* MudDataGrid: Add AllowUnsorted property by @​christianielsen in https://github.com/MudBlazor/MudBlazor/pull/11443\n### Bug Fixes\n* MudDialog: Fix Inline Dialog Title Refresh by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11504\n* MudHighlighter: Fix Highlighted Markup Render Bug by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11543\n* MudMask: Update value on browser autofill by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11547\n* MudAutocomplete: Fix Strict mode regression by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11533\n* MudSimpleTable: Fix missing row borders in nested tables (#​11559) by @​n0spaces in https://github.com/MudBlazor/MudBlazor/pull/11566\n* MudProgressCircular: Calculate view box size based on stroke width by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11557\n* MudSelect: Always call `FieldChanged` when `MultiSelection=true` by @​Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/11553\n### Other Changes\n* MudDialog: Fix CloseOnEscapeKey Not Triggered After Backdrop Click by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11475\n* Datagrid: Support Dateonly filter by @​raimana in https://github.com/MudBlazor/MudBlazor/pull/11535\n* MudExpansionPanel: Add toggle keyboard hotkeys, Add ability to remove content from DOM by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11531\n\n## New Contributors\n* @​raimana made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11535\n* @​AmpF5 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11548\n* @​nccadman19 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11531\n* @​n0spaces made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11566\n* @​christianielsen made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11443\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.8.0...v8.9.0\n\n## 8.8.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.8.0 --\u003e\n\n## What's Changed\n### New Features\n* MudAutocomplete: Scroll to selected item when not strict by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11049\n* MudMenu: Add min width \u0026 submenu icon gutters by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11435\n* MudDataGrid Default GroupTemplate At Grid Level by @​peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/11237\n* Improve accessibility labels and localize picker buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11456\n* MudTabs: Add Drag and Drop functionality by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11267\n* MudGlobal: Add PopoverDefaults.ModalOverlay to control Modal parameters by @​rabidsheep in https://github.com/MudBlazor/MudBlazor/pull/11486\n* MudFileUpload: Add file size validation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11476\n* MudToggleGroup: Refactor borders, Add border opacity support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11496\n### Bug Fixes\n* MudMenu: Hide popover overflow by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11444\n* MudMenu: Position At Cursor Flip Logic by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11437\n* MudDataGrid: Filters and Options Popover changed to Position At Cursor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11452\n* MudTextField: Fix partially hidden scrollbar, Focus field on label click by @​mathdx1111 in https://github.com/MudBlazor/MudBlazor/pull/11402\n* MudDataGrid: Groupable Logic by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11383\n* MudTablePager: Fix InfoFormat ignoring custom text (#​11466) by @​sirdx in https://github.com/MudBlazor/MudBlazor/pull/11468\n* MudMenu: Revert previous refactor by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11484\n* MudAutocomplete: Fix item selection stealing focus back after handler completes by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11482\n* MudTabs: Fix MudTabSlider not showing by @​sirdx in https://github.com/MudBlazor/MudBlazor/pull/11467\n* MudDrawer: Fix stall when loading by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/11009\n* MudInput: Dispose iOS Blur With Error Handling by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11436\n### Other Changes\n* Build: Remove \"needs review\" label from new PRs by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11431\n* MudToggleItem: Enforce direct parent hierarchy by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11498\n\n## New Contributors\n* @​ecrocombe made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11427\n* @​mathdx1111 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11402\n* @​sirdx made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11468\n* @​oxayotl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11474\n* @​rabidsheep made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11486\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.7.0...v8.8.0\n\n## 8.7.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.7.0 --\u003e\n\n## What's Changed\n### New Features\n* DataGridExtensions: support GridStateVirtualize and sort comparer by @​ahjephson in https://github.com/MudBlazor/MudBlazor/pull/11270\n* MudTabPanel: Implement Sorting by Text, SortKey, or Custom IComparer by @​richardhauer in https://github.com/MudBlazor/MudBlazor/pull/10803\n* SwipeArea: Real Time Swipe Support by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11307\n* Pickers: Use `InputDefaults` for inputs in `Picker` components by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11342\n* MudTable: Add TableClass parameter #​11351 by @​nathanhqws in https://github.com/MudBlazor/MudBlazor/pull/11352\n* MudCheckBox: Use disabled style on text by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/11356\n* MudCircularProgress: Add ChildContent to Show Centered Content in the Progress by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11271\n* MudColorPicker: Reduce default throttle by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11368\n* MudPopover: Expand Flip Logic to Include Anchor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11248\n* MudTablePager: Add thousands separator for all_items by @​RafBorrelli in https://github.com/MudBlazor/MudBlazor/pull/11371\n* Add `d-contents` display class, Fix missing gap between MessageBox action buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11391\n* MudDataGrid: Form Dialog Focus by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11379\n* MudColorPicker: Improve ARIA labels \u0026 doc page wording by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11401\n* Palette: Add BorderOpacity property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11394\n* MudAutocomplete: Allow changing `LockScroll` value by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11414\n### Bug Fixes\n* Popover: Initial Show When Open=\"true\" by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11277\n* MudCarousel: Utilize ParameterState by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11324\n* MudBooleanInput, MudRating: Improve accessibility by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11084\n* PopoverProvider: Multiple Layouts by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11305\n* MudInput: Fix Disposal of IOS Blur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11347\n* MudOverlay: Check JSRuntime by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11282\n* MudToggleGroup: Fix MudToggleItem selection when asynchronously loaded by @​jimitndiaye in https://github.com/MudBlazor/MudBlazor/pull/11309\n* MudToggleGroup: Fix FixedContent Visual Options by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11306\n* MudInput: Fix Proper Blur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11376\n* MudAutocomplete: Fix `AutoFocus` not opening item list by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11365\n* DataGrid: GroupingByOrder / Style Fix / Expansion StateHasChanged by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11302\n* Line chart: Fix index out of bounds error by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11381\n* MudMenu: Fix submenu activators being too wide by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11367\n* MudTabs: Fix slider misalignment when component is scaled by @​liamAU28910 in https://github.com/MudBlazor/MudBlazor/pull/11405\n* MudMask: Fix `⌘` shortcuts on MacOS \u0026 `cut` shortcut in general by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11366\n* MudPopover: Fix Event Order by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11389\n* MudToggleGroup: Selection Tracking by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11395\n* Docs: Fix mangled `AppbarButtons.razor.cs` merge by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11419\n* MudExpansionPanel: Fix `Gutters` property not taking effect by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11408\n### Other Changes\n* GitHubActions: Fix TryMudBlazor deploy by @​Garderoben in https://github.com/MudBlazor/MudBlazor/pull/11257\n\n## New Contributors\n* @​ahjephson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11270\n* @​richardhauer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10803\n* @​nathanhqws made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11352\n* @​liamAU28910 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11405\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.6.0...v8.7.0\n\n## 8.6.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudOverlay: Add parameter Modal allowing click-through by @​Cybrosys in https://github.com/MudBlazor/MudBlazor/pull/10893\n* MudDataGrid: Hierarchy Column Header by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11181\n* MudDateRangePicker: BlurAsync() MudRangeInput can now blur both inputs at once by @​urbanambroz in https://github.com/MudBlazor/MudBlazor/pull/11104\n* MudDataGrid: Multi Level Grouping by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11243\n### Bug Fixes\n* MudDateRangePicker: Re-enable selecting end date before start date (fix regression) by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11126\n* MudInput - Heap Locked When Disabled by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11135\n* BarChart: Fix tooltip display value by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11150\n* MudTimeSeriesChart: Fix Unhandled Exception by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11153\n* MudPicker: Set TextUpdateSuppression based on Readonly state by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11144\n* MudAutocomplete: Fix various activation issues by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11130\n* MudDataGrid: Enhance HierarchyColumn for RTL and Expand/Collapse All by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11103\n* MudCarousel: Fix timer creation after component disposal by @​jHabjanMXP in https://github.com/MudBlazor/MudBlazor/pull/11192\n* MudPopover: Javascript refactor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11165\n* MudChat: RTL Display / Remove Expiramental Tag by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11219\n* mudElementReference.js: Fix null exception by @​phamtuanit in https://github.com/MudBlazor/MudBlazor/pull/11222\n* MudThemeProvider: Only wrap multi-word font names in quotes in CSS font-family declarations by @​Garderoben in https://github.com/MudBlazor/MudBlazor/pull/11214\n* Popover: Z-Index Alignment by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11220\n* MudOverlay: Prevent unnecessary LockScroll changes by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11174\n* MudInput: Dispose DotNetObjectReference by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11254\n### Other Changes\n* MudMenu: Revert hide delay to match show delay again by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11129\n\n## New Contributors\n* @​jHabjanMXP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11192\n* @​MiroslavKabat made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11198\n* @​phamtuanit made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11222\n* @​urbanambroz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11104\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.5.1...v8.6.0\n\n## 8.5.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.5.1 --\u003e\n\n## What's Changed\n### Bug Fixes\n* Analyzer: Lower the Roslyn version by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11116\n* MudMenu Nested Fix by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11117\n\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.5.0...v8.5.1\n\n## 8.5.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.5.0 --\u003e\n\n## What's Changed\n\n### Bug Fixes\n* MudChart: Fix culture and perfomance issues by @​radderz in https://github.com/MudBlazor/MudBlazor/pull/11041\n* MudSwitch: Change track color to improve visibility on dark theme by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/11077\n* MudTextField: Fix AutoGrow Adornment padding by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10932\n* MudInput: Fix trimming issue by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11029\n* MudTable: Fix table sort label style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11022\n* MudDateRangePicker: Fix error with MaxDays and IsDateDisabledFunc  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11033\n* MudPopover: Remove shadow if the popover is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11040\n* MudAutocomplete: Fix duplicate search calls when opened on click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11023\n* MudPopover: Overlay Position Exclusion by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11038\n* ObserverManager: Optimize to reduce dictionary lookups by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11067\n* DataGrid: Mutlisort key fix on mac by @​tomasgreen in https://github.com/MudBlazor/MudBlazor/pull/11070\n* MudDialog : Duplicate dialog fix by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/11048\n* MudSelect: Add FitContent Parameter by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10894\n* MudToolTip: Move Duration Delay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11051\n* MudInput Dispose JS OnBlur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11039\n* MudDatePicker: Fix selecting DateTime.MaxValue (#​7285) by @​LukasMerz in https://github.com/MudBlazor/MudBlazor/pull/7286\n* MudPopover: Fix positioning delay (partial revert of #​10856) by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11107\n* Analyzers/SourceGenerator: Update Roslyn by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11110\n* MudMenu: Autocomplete/Select adornment click no longer causes menu to close by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11011\n* MudTreeViewItem: Fix NullReferenceException by @​masonwheeler in https://github.com/MudBlazor/MudBlazor/pull/11108\n* MudDataGrid - Preserve Selection with ParameterState by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11032\n\n## New Contributors\n* @​tomasgreen made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11070\n* @​LukasMerz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7286\n* @​masonwheeler made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11108\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.4.0...v8.5.0\n\n## 8.4.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.4.0 --\u003e\n\u003e [!CAUTION]\n\u003e We don't recommend to use this version.\n\u003e Since the MudMenu and Charts are broken.\n\n## What's Changed\n### New Features\n* MudDateRangePicker: Limit Date Range selection based on min/max days constraint by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10769\n* MudChart: Timeseries charting improvements by @​radderz in https://github.com/MudBlazor/MudBlazor/pull/10865\n* MudTable: Add CellClass parameter by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/10884\n### Bug Fixes\n* MudProgressLinear: Use MudGlobal.Rounded as default. by @​Devqon in https://github.com/MudBlazor/MudBlazor/pull/10944\n* Fix usages of MudGlobal.Rounded by @​Devqon in https://github.com/MudBlazor/MudBlazor/pull/10957\n* MudDialog: Fix duplicate dialogs by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/10979\n* MudRadio: Fix incorrect aria checked radio by @​ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/10965\n* MudChart/Heatmap: Add Min/Max Overrides by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10985\n* MudPopover: Adjust Overlay Add Throttle and Debounce by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10856\n* Prevent Rendering of unused MudPopover and MudOverlay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10853\n* DataGrid: SelectedItem(s) ParameterState Refactor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10829\n* MudInput: Implement Streamlined Blur event by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10842\n* MudCollapse: Apply scroll to expanded content overflow by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10948\n* MudButtonGroup: Fix some disabled styles not applying to buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10999\n* MudSelect: Fix menu toggled on non-primary mouse clicks  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11002\n* Popover: Fix Overlay Z-Index issue by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10994\n* MudStepper: Fix final step completed color by @​Lewis-Pitman in https://github.com/MudBlazor/MudBlazor/pull/11012\n* MudTabs: Fix underline display for active tab (#​10970) by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10974\n### Other Changes\n* Refactor: Fix code styling, tests by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10993\n\n## New Contributors\n* @​Devqon made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10944\n* @​Lewis-Pitman made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11012\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.3.0...v8.4.0\n\n## 8.3.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.3.0 --\u003e\n\n## What's Changed\n### New Features\n* MudExpansionPanels: add Panels property to expose child components by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10789\n* MudTable: Show the default cursor for sortable headers when sorting is disabled by @​Qwertyluk in https://github.com/MudBlazor/MudBlazor/pull/10703\n* MudStack: Responsive Breakpoint Attributes by @​mouse0270 in https://github.com/MudBlazor/MudBlazor/pull/10596\n* MudTabPanel: Add Visible property by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10797\n### Bug Fixes\n* MudInput: Fix label text being cut vertically by @​DoobieAsDave in https://github.com/MudBlazor/MudBlazor/pull/10780\n* MudNumericField: Ignore default UI Culture by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10796\n* MudDropContainer: allow scrolling on disabled dragging by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10781\n* MudTextField: Fix break style if label text too long by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10805\n* MudSelect: Fix ResetAsync by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10828\n* MudDataGrid: Fix Loading Indicator scrolls out of view with FixedHeader by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10838\n* FilterHeaderCell: Display filter icons based on ShowFilterIcon value by @​thestahan in https://github.com/MudBlazor/MudBlazor/pull/7729\n* MudAutocomplete: Fix unintended autofocus when adornment clicked by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10837\n* MudDataGrid: Use key row item instead of row index. by @​Jaron-jp in https://github.com/MudBlazor/MudBlazor/pull/10845\n* MudChip: Fix memory allocation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10913\n* MudForm: Fire IsTouchChanged when ChildForm triggers by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10811\n* MudChart: Fix radius error in donut chart (#​8780) by @​Felixlundmark in https://github.com/MudBlazor/MudBlazor/pull/10921\n* MudDatePicker: Fix Persian year in header by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10854\n### Other Changes\n* CSS: Fix CSS issues reported by sonar by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/10757\n* Refactor: Fix formatting by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10859\n* Refactor: Fix code style by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10892\n\n## New Contributors\n* @​thestahan made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7729\n* @​Jaron-jp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10845\n* @​tgothorp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10883\n* @​Felixlundmark made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10921\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.2.0...v8.3.0\n\n## 8.2.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabPanel: Add BadgeIcon property by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10694\n\n### Bug Fixes\n* MudInput: Fix adornment click passing through to field by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10737\n* MudTooltip: Remove `width:fit-content` by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10720\n* MudDropContainer: Re-enable content selection by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10741\n* MudDataGrid: Grouping Icon RTL Support by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10743\n* MudTabs: Fix scroll button appearing when zooming page (#​10686) by @​sirWest in https://github.com/MudBlazor/MudBlazor/pull/10760\n* MudAutocomplete, MudSelect: Fix Focus and Clear by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10740\n* MudPopover: Fix Z-Index edge cases by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10735\n* MudNumericField: Ignore default UI Culture by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10734\n* MudProgressLinear: prevent buffer clipping on Medium/Large sizes by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10782\n* MudBaseDatePicker: Don't try to highlight invalid dates by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10785\n* MudDateRangePicker: Fix highlight for single day range by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10783\n* MudEventManager: Correctly handle TouchList properties in touch-related events by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10714\n\n## New Contributors\n* @​Cybrosys made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10728\n* @​sirWest made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10760\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.1.0...v8.2.0\n\n## 8.1.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.1.0 --\u003e\n\n\u003e [!CAUTION]\n\u003e We don't recommend to use this version.\n\n## What's Changed\n### New Features\n* MudImage: Add fallback source  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10599\n* MudThemeProvider: Add ClassName Style tag by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10667\n* MudDataGrid: remove detrimental ChildRowContent CSS by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10581\n* MudDateRangePicker: Allow select end before start by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10680\n* MudTable: Enable text selection in sortable table header columns by @​Qwertyluk in https://github.com/MudBlazor/MudBlazor/pull/10615\n* MudDataGrid: Remove sort when clicking after descending sort by @​d4npia in https://github.com/MudBlazor/MudBlazor/pull/10623\n### Bug Fixes\n* MudDataGrid: Fix Column Options Popover FixedHeader positioning by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10580\n* MudDataGrid: Sticky toolbars (table menu bar \u0026 pagination bar) by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10386\n* MudTextField: Fix line height for outlined frame by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10649\n* MudPagination: Restore list style CSS by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10657\n* MudOverlay: Introduce `mud-skip-overlay-section` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10666\n* MudDateRangePicker: Fix Outlined Variant label rendering by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10670\n* MudInput: Fix outline label conflict with third-party CSS by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10672\n* Analyzer: Fix HTMLAttributes mode defaults by @​peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/10678\n* MudDatePicker/MudDateRangePicker: Open static picker on bound date by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10582\n* MudTextField : With Required parameter, shows error when only one space is entered by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10671\n* DialogService: Return DialogHelperComponent by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10682\n* MudInput: Fix legend style incorrectly inherited to child components by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10683\n* MudTreeViewItem: make Items two-way for returning server-loaded children by @​henon in https://github.com/MudBlazor/MudBlazor/pull/10684\n* MudGlobal: Inherit TooltipDefaults from TransitionDefaults by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10679\n* RegexMask: Update `RegexMask.Email` to allow hyphens (`-`) in the domain by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10693\n* MudPicker/MudDateRangePicker: Only highlight selected date by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10629\n* MudDropContainer: Fix drag preview \"ghost\" glitch by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10652\n* Select: Don't open while scrolling via touch by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10718\n* MudAutocomplete: Restore `ScrollToListItemAsync` API method by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10717\n\n## New Contributors\n* @​Apflkuacha made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10649\n* @​phmatray made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10654\n* @​aybti made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10677\n* @​d4npia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10623\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0...v8.1.0\n\n## 8.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n\u003e [!NOTE]\n\u003e If you are migrating from v7.x.x to v8.0.0 please make sure to read the [v8.0.0 Migration Guide](https://github.com/MudBlazor/MudBlazor/issues/9953) !! You can give us your [feedback about v8](https://github.com/MudBlazor/MudBlazor/discussions/10003), it'll be appreciated.\n\n\n## What's Changed\n### Breaking Changes\n* Build: Drop support for .NET 7 by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9511\n* Theme: Change Typography members to type BaseTypography by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9434\n* MudTable: Rename MudBlazorFix namespace to MudBlazor by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9952\n* Rename utilities to fix typos by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9582\n* Typography: Make `FontWeight` and `LineHeight` strings by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9592\n* MudGlobal: Remove `EnableIllegalRazorParameterDetection` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9580\n* Remove KeyInterceptor, Replaced by KeyInterceptorService by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9956\n* Remove MudPopoverService by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9957\n* Key handling followup work by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9921\n* KeyInterceptorService: Make KeyOptions immutable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9969\n* DialogService: Remove obsolete OnDialogInstanceAdded by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9980\n* MudDropContainer: Remove obsolete API by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9981\n* MudDataGrid: Remove obsolete CancelledEditingItem by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9982\n* JsApiService: Make implementation internal \u0026 add xmldoc. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9994\n* JsEvent: Make implementation internal \u0026 add xmldoc. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9996\n* IJSRuntimeExtensions: Adjust pre-rendering handling for .NET8 by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9997\n* Localization: Remove obsolete code by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10001\n* EventUtil: Propagate exceptions. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9967\n* TimeSeries: Rename `TimeSeriesDiplayType` to fix typo by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9581\n* MudCharts: Update Namespace, set some classes visibility to internal by @​ingkor in https://github.com/MudBlazor/MudBlazor/pull/9919\n* Add `Typography` suffix to all typography classes by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9962\n* MudDialog: Don't override `Class` param and convert BackgroundClass to getter by @​henon in https://github.com/MudBlazor/MudBlazor/pull/9909\n* MudFileUpload: fix `AppendMultipleFiles` keeping stale file references (#​9586) by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/9600\n* Typography: Remove `input` in favor of `subtitle1` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10028\n* Components: Use IAsyncDisposable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10037\n* MudSelectItem, MudNavLink: Remove MudBaseSelectItem by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10045\n* Radio, Check Box, Switch: Unification and improved alignaments by @​ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/9472\n* Scroll services: Clean up, make implementations internal, add xmodoc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10048\n* EventListener: Clean up, make implementations internal, add xmodoc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10051\n* ResizeObserver: Clean up, make implementations internal, add xmodoc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10055\n* JsEvent: Use IAsyncDisposable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10061\n* MudCollapse: Rework animation by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10056\n* Inputs: Refactor adornment related code by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10057\n* Dialog: Use ParameterState, make DialogOptions immutable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10066\n* Inputs, Menu: Standardize default origin point by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10071\n* MudDrawer: Make Temporary Drawer non-responsive by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/10095\n* MudDataGrid: Rename _classname to Classname etc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10149\n* MudPagination: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10154\n* MudBreadcrumbs: Convert BreadcrumbItem to record type by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10116\n* MudBreadcrumbs: Change HTML structure and semantics for accessibility by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10115\n* MudToggleGroup: Fix icon margins by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10162\n* MudSelect: Open menu on pointer down instead of click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10129\n ... (truncated)\n\n## 8.0.0-rc.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n### Note \nThis is a re-release of `v8.0.0-rc.1` where `MudBlazor.min.css` was missing.\n\n## What's Changed\n### Breaking Changes\n* MudToggleGroup: Remove `Rounded` in favor of CSS utilities `rounded-*` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10533\n* MudChip: Use anchor or button tag instead of div when appropriate by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10488\n* MudGlobal: Remove low impact properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10516\n### New Features\n* MudMenuItem: Add chevrons to submenus and automatically choose anchor origin by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10509\n* MudMenu: Open standard sub menus with left click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10539\n* MudMenu: Bring style closer to Material Design by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10542\n* MudMenu: Improve usage of `Dense`, icons, and touch by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10545\n* MudChart: HeatMap Cell Customization and Override by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10365\n* MudSelect: Enhance Keyboard Searching by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10433\n* Converter: Enable translation for error messages (#​3313) by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10411\n### Bug Fixes\n* MudDataGrid: Fix the shifting of striped rows when loading by @​BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/10528\n* MudMenu: Fix pointer event timing with cascading menus by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10551\n* MudPopover: Fix overlay regression in nested popovers inside Dialog by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10554\n* MudStepper: ResetAsync now sends correct StepAction arg by @​Skuzzle-UK in https://github.com/MudBlazor/MudBlazor/pull/10341\n* MudSwipeArea: Fix onpointer on touch devices by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10461\n* Revert \"Build: Sass compiler file contention fix (#​10564)\" by @​mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10589\n\n## New Contributors\n* @​Skuzzle-UK made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10341\n* @​pwasilewski made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10411\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0-preview.7...v8.0.0-rc.2\n\n## 8.0.0-preview.7\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.7 --\u003e\n\n## What's Changed\n### Breaking Changes\n* Menu: Allow simplified submenu syntax by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10469\n* MudMenuItem: Decouple from MudListItem and Change Icon Layout by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10478\n### New Features\n* Menu: Make `Open` a two-way parameter by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10459\n* MenuItem: Add `Label` parameter by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10476\n* MudDataGrid: Add CurrentPageChanged EventHandler to enable binding by @​ZizWing in https://github.com/MudBlazor/MudBlazor/pull/10483\n* MudTable: Add CurrentPageChanged fot two-way binding (#​3563 #​6260) by @​ZizWing in https://github.com/MudBlazor/MudBlazor/pull/10458\n### Bug Fixes\n* Menu: Optimize pointer events by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10479\n* MudDataGrid: Align select column and row select behavior by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10475\n* MudNumericField: Use native html input number type by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10192\n* MudDrawer: Fix bug related to Z-Index and Overlay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10467\n* MudAutocomplete: Fix OnAdornmentClick regression #​10446 by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10500\n* MudDataGrid: Fix regression ServerData + Virtualize flag (#​10495) \u0026 Footer columns (#​10501) by @​Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10507\n### Other Changes\n* MudMenu: Small optimization by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10466\n* Refactor: Cleanup some console messages by @​mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10464\n\n## New Contributors\n* @​ZizWing made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10483\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0-preview.6...v8.0.0-preview.7\n\n## 8.0.0-preview.6\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* Snackbar: Allow to attach custom task on close button click by @​BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/8589\n* MudColor: Change Equals logic by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10355\n* MudSelect: Change Visibility of \"_currentIcon\" to Internal by @​jperson2000 in https://github.com/MudBlazor/MudBlazor/pull/10451\n* MudAutocomplete: Fix overlay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10446\n\n### New Features\n* MudColor: Add Palette algorithms by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10313\n* MudColor: Add GenerateMultiGradientPalette by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10318\n* MudDataGrid: Allow overriding default filter operators per column by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10254\n* MudColorPicker: Add nullable annotation. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10321\n* MudColor: Add IParsable and Deconstruct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10333\n* New Chart: HeatMap by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10263\n* MudAutocomplete, MudSelect: Allow popover customization and add scroll events by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10327\n* MudMenu: Hide Button when Label, Icon and Content are unset by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10349\n* ParameterState: Add IsChildOriginatedChange to ParameterChangedEventArgs by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10359\n* MudDataGrid: Add AggregateTemplate render fragment by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10419\n* Menu: Improve nesting support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10452\n\n### Bug Fixes\n* MudDialog: Fix exception when closing a dialog while rendering by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10226\n* MudColor: Fix special case in GenerateGradientPalette by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10316\n* MudDataGrid: Fix Filter Panel Positioning with FixedHeader = true by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10292\n* MudTimeline: Fix item alignment in nested horizontal timeline (#​9958) by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10346\n* IJSRuntimeExtensions: Fix InvokeVoidAsyncIgnoreErrors to catch JSException by @​brpeeters in https://github.com/MudBlazor/MudBlazor/pull/10356\n* Cookie Consent CSS: Fixes the Cookie Consent Popup from Blocking the UI by @​mouse0270 in https://github.com/MudBlazor/MudBlazor/pull/10368\n* MudDatePicker: Fix bugs in FixYear and FixMonth by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10392\n* DateMask: Fix leap year February logic 02/29 by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10377\n* MudTextField: With mask, setting parameter value updates the input text by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10328\n* MudDataGrid: Fix virtualization regression (#​10343) by @​Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10402\n* MudDataGrid: Fix SelectOnRowClick when MultiSelection is false by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10387\n* Build: Better sasscompiler workaround by @​mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10417\n* MudDataGrid: Fix Resizable property behavior  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10436\n* MudDataGrid: Don't remove `Is Not Empty` filter definition on filter close by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10438\n* MudSelect: Prevent adornment `pointerdown` propogating to input by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10353\n* Fixing MudRatingItem ADA issue by @​ocastanedaglobant in https://github.com/MudBlazor/MudBlazor/pull/10429\n* MudDateRangePicker: Fix #​9667: Fix Clearable Button Not Disappearing with No Range Data by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10401\n* MudSelect: Fix MultiSelection in MudSelect by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10395\n* MudTextField: Fix MudTextField label background by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10385\n* MudTextField: Fix clickable area in multiline fields by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10364\n### Other Changes\n* README: Update support policy by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10445\n* New Component - MudChat by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10400\n\n## New Contributors\n* @​brpeeters made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10356\n* @​mouse0270 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10368\n ... (truncated)\n\n## 8.0.0-preview.5\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.5 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudDataGrid: Rename _classname to Classname etc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10149\n* MudPagination: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10154\n* MudBreadcrumbs: Convert BreadcrumbItem to record type by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10116\n* MudBreadcrumbs: Change HTML structure and semantics for accessibility by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10115\n* MudToggleGroup: Fix icon margins by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10162\n* MudSelect: Open menu on pointer down instead of click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10129\n* MudAutocomplete: Don't wrap around selected index with down arrow by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10161\n* MudAutocomplete: Coerce value immediately by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10138\n* MudSwipeArea: Replace  ontouch with onpointer by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9445\n### New Features\n* MudTreeView: Add parameter FilterFunc for selectively displaying tree nodes by @​mueller-marcel in https://github.com/MudBlazor/MudBlazor/pull/10096\n* MudNavGroup: Add TitleContent parameter by @​Ben0421 in https://github.com/MudBlazor/MudBlazor/pull/10160\n* MudDataGrid: Custom comparer by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10156\n* Autocomplete: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10127\n* MudInputAdornment: Add nullable annotation. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10203\n* Mask: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10119\n* NumericField: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10123\n* Input: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10124\n* MudNumericField: Change default InputMode to decimal by @​Eddie-Hartman in https://github.com/MudBlazor/MudBlazor/pull/9923\n* MudAppBar: Add contextual action bar implementation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10210\n* Add .NET9 Support by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10233\n* MudGlobal: Add defaults for MudPaper by @​rena0157 in https://github.com/MudBlazor/MudBlazor/pull/10264\n* MudColor: Add Lerp by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10275\n* MudColor: Add IFormattable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10295\n* MudNavGroup: Add HeaderClass for title customization by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10268\n* Snackbar: Move Icon configs to CommonSnackbarOptions by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10285\n### Bug Fixes\n* MudTextField: Fix ShrinkLabel for text fields with Mask by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10134\n* MudDataGrid: Fix Sticky Columns with Sticky Headers by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10151\n* JS: Fix cannot read properties of undefined / null by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10202\n* MudList: Fix logic of the Gutters parameter by @​henon in https://github.com/MudBlazor/MudBlazor/pull/10199\n* MudTabs: Fix scrolling to active index by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/10184\n* MudDataGrid: Allow grouping by null values by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10213\n* [MudSelect] Control popover width by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10215\n* MudSelect, MudMenu: Fix max height exceeds window by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10216\n* MudSelect/MudDatePicker: Fix accidental MudDatePicker break while maintaining desired MudSelect behavior by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10238\n* MudDataGrid: Fix virtualized indexes (#​10179) by @​Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10218\n* MudMenu: Fix menu closing if mouse move too quickly by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10172\n* DataGridTests: Fix test failure by using Invariant Culture by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10220\n* Pickers: Fix popover elevation and gap by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10270\n* Revert \"Popover: Hide all element overflow\" by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10308\n### Other Changes\n* Chore: Drop CollectionExtensions for .NET 9+ by @​xC0dex in https://github.com/MudBlazor/MudBlazor/pull/10165\n* MudInput: Remove `@​onmousewheel` by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10221\n\n## New Contributors\n ... (truncated)\n\n## 8.0.0-preview.4\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.4 --\u003e\n\n## What's Changed\n### New Features\n* Picker: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10121\n* MudMenu: Fix PositionAtCursor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10122\n* Form: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10125\n### Bug Fixes\n* MudBreadcrumbs: Fix separator template not vertically centered by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10112\n* MudDataGrid: Correctly render initially expanded rows by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10133\n* IJSRuntimeExtensions: Fix when pre-rendering by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10142\n\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0-preview.3...v8.0.0-preview.4\n\n## 8.0.0-preview.3\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.3 --\u003e\n\n## What's Changed\n### Breaking Changes\n* Inputs, Menu: Standardize default origin point by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10071\n* MudDrawer: Make Temporary Drawer non-responsive by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/10095\n### New Features\n* MudDatePicker: Use TimeProvider to allow mocking current date by @​emcbem in https://github.com/MudBlazor/MudBlazor/pull/10087\n* Inputs: Hide Clear button when readonly by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10070\n### Bug Fixes\n* MudAutocomplete: Fix Text coersion on Tab key (OnBlur or CloseMenu) by @​HClausing in https://github.com/MudBlazor/MudBlazor/pull/10074\n* MudAutocomplete: Fix ResetAsync without debounce not opening the menu by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10063\n* MudPopover: Fix z-index issues with nested popovers by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10089\n* MudPopover: Fix regression with respect to direction and location and z-index  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10106\n* Fix origin points that relied on previous defaults by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10110\n* MudToggleGroup: Unregister removed items by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10091\n### Other Changes\n* MudStepper: Use nameof() instead of hardcoded strings by @​0xced in https://github.com/MudBlazor/MudBlazor/pull/10079\n...\n\n_Description has been truncated_","html_url":"https://github.com/Digvijay/WarnScope/pull/10","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digvijay%2FWarnScope/issues/10","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/10/packages"},{"uuid":"3801905554","node_id":"PR_kwDOO-eTGs68k1Xi","number":17,"state":"closed","title":"Bump MudBlazor from 7.15.0 to 8.15.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-01T16:41:32.000Z","author_association":null,"state_reason":null,"created_at":"2026-01-11T19:40:49.000Z","updated_at":"2026-03-01T16:41:42.000Z","time_to_close":4222843,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","old_version":"7.15.0","new_version":"8.15.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 7.15.0 to 8.15.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\n## 8.14.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.14.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudGlobal: Deprecate theming properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11415\n### New Features\n* MudColorPicker: Add opt-out tooltips for icon buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11953\n* MudMenu: Enhance keyboard accessibility and focus management by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11762\n* MudTable: Add AriaLabel parameter for accessibility by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/11995\n* Pickers: Add InputId parameter by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12003\n* Icons: Add Slack brand icon to Icons.Custom.Brands by @​codomposer in https://github.com/MudBlazor/MudBlazor/pull/12057\n* MudStepper: Provide step context to child content by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/12054\n### Bug Fixes\n* MudDataGrid: Fix generated EditTemplates not inheriting their column's culture by @​benditorok in https://github.com/MudBlazor/MudBlazor/pull/11931\n* CSS: Improve browser compatibility by replacing `from ... r g b` syntax by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11939\n* MudDialog: Fix gaps in body style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11506\n* MudIconButton: Fix filled buttons losing background color on click by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11944\n* MudDialog: Force titles to wrap \u0026 prevent close button overlap by @​RabindranathChanda in https://github.com/MudBlazor/MudBlazor/pull/11921\n* MudPopover: Fix JS Typo by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11968\n* MudFormComponent: Clear converter errors on ResetValidation by @​ArfitAP in https://github.com/MudBlazor/MudBlazor/pull/11971\n* MudScrollListener: Fix document scroll by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11978\n* MudTooltip: Fix FullWidth children not stretching by @​FreskOoAs in https://github.com/MudBlazor/MudBlazor/pull/11948\n* MudAutocomplete: ProgressBar AdornmentIcon Hiding by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11980\n* MudTabs: Fix TabWrapperContent and Tooltip display with Drag and Drop by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12009\n* MudSelect: Display selected value when null by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12001\n* ParameterState: Add Snapshot to avoid race condition by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12023\n* MudNavGroup: Fix Background Color After Click by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11989\n* MudDatePicker: Fix FixedDay, FixMonth, FixYear for non-Gregorian calendar by @​oxayotl in https://github.com/MudBlazor/MudBlazor/pull/11992\n* MudAutocomplete: Fix input not focused on adornment click by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11970\n* MudAutocomplete: OpenChanged called twice after selection by @​Yomodo in https://github.com/MudBlazor/MudBlazor/pull/11985\n* MudCard: Hide gap when MudCardActions is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12033\n* MudExpansionPanel: Fix Gutters property not affecting header padding by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12036\n### Other Changes\n* SankeyChart: Add chart for displaying dataflow by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/11919\n\n## New Contributors\n* @​benditorok made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11931\n* @​RabindranathChanda made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11921\n* @​ArfitAP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11971\n* @​FreskOoAs made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11948\n* @​dev-KingMaster made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11995\n* @​codomposer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12057\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.13.0...v8.14.0\n\n## 8.13.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.13.0 --\u003e\n\n## What's Changed\n### New Features\n* MudTable: Add LoadingContentBody render fragment by @​Enderlook in https://github.com/MudBlazor/MudBlazor/pull/11718\n* MudTable: Scroll to row \u0026 focus cell by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11569\n* MudSnackbar: Add global HideIcon option by @​franco-diaz-licham in https://github.com/MudBlazor/MudBlazor/pull/11900\n* MudDataGrid: Add parameters for filter icons by @​CyrilArtFX in https://github.com/MudBlazor/MudBlazor/pull/11864\n### Bug Fixes\n* MudIconButton: Fix icon button with default color not having focus indicator by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11858\n* MudCheckbox: Fix Tri-State required validation  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11886\n* MudCarousel: Fix UI update of bullets on item add by @​Blocko07 in https://github.com/MudBlazor/MudBlazor/pull/11873\n* MudDataGrid: Hierarchy ExpandAll/CollapseAll when one item is present by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11904\n* MudTabs: Guard for ScrollPrev by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11924\n\n## New Contributors\n* @​Blocko07 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11873\n* @​franco-diaz-licham made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11900\n* @​CyrilArtFX made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11864\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.12.0...v8.13.0\n\n## 8.12.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.12.0 --\u003e\n\n## What's Changed\n### New Features\n* MudDataGrid: Add hierarchy visibility toggled parameter by @​GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11706\n* MudChart: Support custom ToString func for Y axis by @​IchBinAb4los in https://github.com/MudBlazor/MudBlazor/pull/11674\n### Bug Fixes\n* MudPopover: Maintain Scroll Position by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11765\n* MudTextField: Fix padding for outlined multiline fields by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/11776\n* MudDataGrid: Fix nested group expansion for multilevel grouping (#​11725) by @​M4ntax in https://github.com/MudBlazor/MudBlazor/pull/11729\n* MudDialog: Fix when a dialog is canceled, it can be reopened by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11804\n* MudDataGrid : Refresh on collection changed by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11822\n* MudDataGrid: SCSS, Clean Up Sticky Columns by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11800\n* MudAutocomplete: Fix `Strict=false` when using a `Converter` with `CoerceValue` by @​Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/11826\n\n## New Contributors\n* @​rasmus-carlsson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11776\n* @​M4ntax made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11729\n* @​IchBinAb4los made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11674\n* @​Copilot made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11810\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.11.0...v8.12.0\n\n## 8.11.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.11.0 --\u003e\n\n## What's Changed\n### New Features\n* MudField: AdornmentAria and ShrinkLabel by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11669\n* MudStepper: Add Skipped State (#​11739) by @​Alex-DeLaet in https://github.com/MudBlazor/MudBlazor/pull/11742\n### Bug Fixes\n* MudTable: Maintains group row state when group list is modified by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11681\n* MudTextField: Fix Focus by ElementReference by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11733\n* MudMenu: Hide menu list if it has no items by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11740\n* MudDataGrid: Fix HierarchyColumn Expansion with Funcs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11292\n* MudTabs: Improve accessibility by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11581\n* MudTable : Fix bug where CurrentPage is reset at the initialization by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11745\n* MudPopover: MudList MaxHeight Adjustments by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11734\n### Other Changes\n* Community Extensions: Add MudX by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11692\n* MudPopover: Fix MudList Scroll Issue by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11694\n* MudTimeSeriesChart: Use InvariantCulture when rendering opacity (#​11696) by @​svarnyjunak in https://github.com/MudBlazor/MudBlazor/pull/11697\n* MudHighlighter: Maintain markup formatting when Markup=true by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11705\n* MudBaseInput: Fix expired ParameterView in inherited components by @​GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11715\n\n## New Contributors\n* @​svarnyjunak made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11697\n* @​GeorgeKarlinzer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11715\n* @​Alex-DeLaet made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11742\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.10.0...v8.11.0\n\n## 8.10.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.10.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudStepper: Remove StepStyle property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11589\n### New Features\n* DataGrid: Extend DateOnly filtering support for Simple and ColumnFilterMenu modes by @​raimana in https://github.com/MudBlazor/MudBlazor/pull/11599\n### Bug Fixes\n* MudTextField: Fix excessive height with AutoGrow, Outlined, Dense, and Adornment by @​mathdx1111 in https://github.com/MudBlazor/MudBlazor/pull/11600\n* MudFocusTrap: Prevent JSException on Disposed Component by @​jHabjanMXP in https://github.com/MudBlazor/MudBlazor/pull/11586\n* MudTabs: Update ActiveIndex On Render and Refresh when Drag and Drop Enabled by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11568\n* MudDataGrid: AllowUnsorted Default Behavior  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11655\n* MudSimpleTable: Remove redundant bottom border from the last row header by @​9PK4U in https://github.com/MudBlazor/MudBlazor/pull/11628\n### Other Changes\n* MudPopover: Restrict Max Height Adjustments by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11680\n\n## New Contributors\n* @​9PK4U made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11628\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.9.0...v8.10.0\n\n## 8.9.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.9.0 --\u003e\n\n## What's Changed\n### New Features\n* MudDataGrid: Add AllowUnsorted property by @​christianielsen in https://github.com/MudBlazor/MudBlazor/pull/11443\n### Bug Fixes\n* MudDialog: Fix Inline Dialog Title Refresh by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11504\n* MudHighlighter: Fix Highlighted Markup Render Bug by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11543\n* MudMask: Update value on browser autofill by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11547\n* MudAutocomplete: Fix Strict mode regression by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11533\n* MudSimpleTable: Fix missing row borders in nested tables (#​11559) by @​n0spaces in https://github.com/MudBlazor/MudBlazor/pull/11566\n* MudProgressCircular: Calculate view box size based on stroke width by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11557\n* MudSelect: Always call `FieldChanged` when `MultiSelection=true` by @​Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/11553\n### Other Changes\n* MudDialog: Fix CloseOnEscapeKey Not Triggered After Backdrop Click by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11475\n* Datagrid: Support Dateonly filter by @​raimana in https://github.com/MudBlazor/MudBlazor/pull/11535\n* MudExpansionPanel: Add toggle keyboard hotkeys, Add ability to remove content from DOM by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11531\n\n## New Contributors\n* @​raimana made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11535\n* @​AmpF5 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11548\n* @​nccadman19 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11531\n* @​n0spaces made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11566\n* @​christianielsen made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11443\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.8.0...v8.9.0\n\n## 8.8.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.8.0 --\u003e\n\n## What's Changed\n### New Features\n* MudAutocomplete: Scroll to selected item when not strict by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11049\n* MudMenu: Add min width \u0026 submenu icon gutters by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11435\n* MudDataGrid Default GroupTemplate At Grid Level by @​peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/11237\n* Improve accessibility labels and localize picker buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11456\n* MudTabs: Add Drag and Drop functionality by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11267\n* MudGlobal: Add PopoverDefaults.ModalOverlay to control Modal parameters by @​rabidsheep in https://github.com/MudBlazor/MudBlazor/pull/11486\n* MudFileUpload: Add file size validation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11476\n* MudToggleGroup: Refactor borders, Add border opacity support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11496\n### Bug Fixes\n* MudMenu: Hide popover overflow by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11444\n* MudMenu: Position At Cursor Flip Logic by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11437\n* MudDataGrid: Filters and Options Popover changed to Position At Cursor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11452\n* MudTextField: Fix partially hidden scrollbar, Focus field on label click by @​mathdx1111 in https://github.com/MudBlazor/MudBlazor/pull/11402\n* MudDataGrid: Groupable Logic by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11383\n* MudTablePager: Fix InfoFormat ignoring custom text (#​11466) by @​sirdx in https://github.com/MudBlazor/MudBlazor/pull/11468\n* MudMenu: Revert previous refactor by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11484\n* MudAutocomplete: Fix item selection stealing focus back after handler completes by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11482\n* MudTabs: Fix MudTabSlider not showing by @​sirdx in https://github.com/MudBlazor/MudBlazor/pull/11467\n* MudDrawer: Fix stall when loading by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/11009\n* MudInput: Dispose iOS Blur With Error Handling by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11436\n### Other Changes\n* Build: Remove \"needs review\" label from new PRs by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11431\n* MudToggleItem: Enforce direct parent hierarchy by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11498\n\n## New Contributors\n* @​ecrocombe made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11427\n* @​mathdx1111 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11402\n* @​sirdx made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11468\n* @​oxayotl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11474\n* @​rabidsheep made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11486\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.7.0...v8.8.0\n\n## 8.7.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.7.0 --\u003e\n\n## What's Changed\n### New Features\n* DataGridExtensions: support GridStateVirtualize and sort comparer by @​ahjephson in https://github.com/MudBlazor/MudBlazor/pull/11270\n* MudTabPanel: Implement Sorting by Text, SortKey, or Custom IComparer by @​richardhauer in https://github.com/MudBlazor/MudBlazor/pull/10803\n* SwipeArea: Real Time Swipe Support by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11307\n* Pickers: Use `InputDefaults` for inputs in `Picker` components by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11342\n* MudTable: Add TableClass parameter #​11351 by @​nathanhqws in https://github.com/MudBlazor/MudBlazor/pull/11352\n* MudCheckBox: Use disabled style on text by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/11356\n* MudCircularProgress: Add ChildContent to Show Centered Content in the Progress by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11271\n* MudColorPicker: Reduce default throttle by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11368\n* MudPopover: Expand Flip Logic to Include Anchor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11248\n* MudTablePager: Add thousands separator for all_items by @​RafBorrelli in https://github.com/MudBlazor/MudBlazor/pull/11371\n* Add `d-contents` display class, Fix missing gap between MessageBox action buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11391\n* MudDataGrid: Form Dialog Focus by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11379\n* MudColorPicker: Improve ARIA labels \u0026 doc page wording by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11401\n* Palette: Add BorderOpacity property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11394\n* MudAutocomplete: Allow changing `LockScroll` value by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11414\n### Bug Fixes\n* Popover: Initial Show When Open=\"true\" by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11277\n* MudCarousel: Utilize ParameterState by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11324\n* MudBooleanInput, MudRating: Improve accessibility by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11084\n* PopoverProvider: Multiple Layouts by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11305\n* MudInput: Fix Disposal of IOS Blur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11347\n* MudOverlay: Check JSRuntime by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11282\n* MudToggleGroup: Fix MudToggleItem selection when asynchronously loaded by @​jimitndiaye in https://github.com/MudBlazor/MudBlazor/pull/11309\n* MudToggleGroup: Fix FixedContent Visual Options by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11306\n* MudInput: Fix Proper Blur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11376\n* MudAutocomplete: Fix `AutoFocus` not opening item list by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11365\n* DataGrid: GroupingByOrder / Style Fix / Expansion StateHasChanged by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11302\n* Line chart: Fix index out of bounds error by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11381\n* MudMenu: Fix submenu activators being too wide by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11367\n* MudTabs: Fix slider misalignment when component is scaled by @​liamAU28910 in https://github.com/MudBlazor/MudBlazor/pull/11405\n* MudMask: Fix `⌘` shortcuts on MacOS \u0026 `cut` shortcut in general by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11366\n* MudPopover: Fix Event Order by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11389\n* MudToggleGroup: Selection Tracking by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11395\n* Docs: Fix mangled `AppbarButtons.razor.cs` merge by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11419\n* MudExpansionPanel: Fix `Gutters` property not taking effect by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11408\n### Other Changes\n* GitHubActions: Fix TryMudBlazor deploy by @​Garderoben in https://github.com/MudBlazor/MudBlazor/pull/11257\n\n## New Contributors\n* @​ahjephson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11270\n* @​richardhauer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10803\n* @​nathanhqws made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11352\n* @​liamAU28910 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11405\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.6.0...v8.7.0\n\n## 8.6.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudOverlay: Add parameter Modal allowing click-through by @​Cybrosys in https://github.com/MudBlazor/MudBlazor/pull/10893\n* MudDataGrid: Hierarchy Column Header by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11181\n* MudDateRangePicker: BlurAsync() MudRangeInput can now blur both inputs at once by @​urbanambroz in https://github.com/MudBlazor/MudBlazor/pull/11104\n* MudDataGrid: Multi Level Grouping by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11243\n### Bug Fixes\n* MudDateRangePicker: Re-enable selecting end date before start date (fix regression) by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11126\n* MudInput - Heap Locked When Disabled by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11135\n* BarChart: Fix tooltip display value by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11150\n* MudTimeSeriesChart: Fix Unhandled Exception by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11153\n* MudPicker: Set TextUpdateSuppression based on Readonly state by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11144\n* MudAutocomplete: Fix various activation issues by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11130\n* MudDataGrid: Enhance HierarchyColumn for RTL and Expand/Collapse All by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11103\n* MudCarousel: Fix timer creation after component disposal by @​jHabjanMXP in https://github.com/MudBlazor/MudBlazor/pull/11192\n* MudPopover: Javascript refactor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11165\n* MudChat: RTL Display / Remove Expiramental Tag by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11219\n* mudElementReference.js: Fix null exception by @​phamtuanit in https://github.com/MudBlazor/MudBlazor/pull/11222\n* MudThemeProvider: Only wrap multi-word font names in quotes in CSS font-family declarations by @​Garderoben in https://github.com/MudBlazor/MudBlazor/pull/11214\n* Popover: Z-Index Alignment by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11220\n* MudOverlay: Prevent unnecessary LockScroll changes by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11174\n* MudInput: Dispose DotNetObjectReference by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11254\n### Other Changes\n* MudMenu: Revert hide delay to match show delay again by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11129\n\n## New Contributors\n* @​jHabjanMXP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11192\n* @​MiroslavKabat made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11198\n* @​phamtuanit made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11222\n* @​urbanambroz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11104\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.5.1...v8.6.0\n\n## 8.5.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.5.1 --\u003e\n\n## What's Changed\n### Bug Fixes\n* Analyzer: Lower the Roslyn version by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11116\n* MudMenu Nested Fix by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11117\n\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.5.0...v8.5.1\n\n## 8.5.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.5.0 --\u003e\n\n## What's Changed\n\n### Bug Fixes\n* MudChart: Fix culture and perfomance issues by @​radderz in https://github.com/MudBlazor/MudBlazor/pull/11041\n* MudSwitch: Change track color to improve visibility on dark theme by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/11077\n* MudTextField: Fix AutoGrow Adornment padding by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10932\n* MudInput: Fix trimming issue by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11029\n* MudTable: Fix table sort label style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11022\n* MudDateRangePicker: Fix error with MaxDays and IsDateDisabledFunc  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11033\n* MudPopover: Remove shadow if the popover is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11040\n* MudAutocomplete: Fix duplicate search calls when opened on click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11023\n* MudPopover: Overlay Position Exclusion by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11038\n* ObserverManager: Optimize to reduce dictionary lookups by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11067\n* DataGrid: Mutlisort key fix on mac by @​tomasgreen in https://github.com/MudBlazor/MudBlazor/pull/11070\n* MudDialog : Duplicate dialog fix by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/11048\n* MudSelect: Add FitContent Parameter by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10894\n* MudToolTip: Move Duration Delay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11051\n* MudInput Dispose JS OnBlur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11039\n* MudDatePicker: Fix selecting DateTime.MaxValue (#​7285) by @​LukasMerz in https://github.com/MudBlazor/MudBlazor/pull/7286\n* MudPopover: Fix positioning delay (partial revert of #​10856) by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11107\n* Analyzers/SourceGenerator: Update Roslyn by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11110\n* MudMenu: Autocomplete/Select adornment click no longer causes menu to close by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11011\n* MudTreeViewItem: Fix NullReferenceException by @​masonwheeler in https://github.com/MudBlazor/MudBlazor/pull/11108\n* MudDataGrid - Preserve Selection with ParameterState by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11032\n\n## New Contributors\n* @​tomasgreen made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11070\n* @​LukasMerz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7286\n* @​masonwheeler made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11108\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.4.0...v8.5.0\n\n## 8.4.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.4.0 --\u003e\n\u003e [!CAUTION]\n\u003e We don't recommend to use this version.\n\u003e Since the MudMenu and Charts are broken.\n\n## What's Changed\n### New Features\n* MudDateRangePicker: Limit Date Range selection based on min/max days constraint by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10769\n* MudChart: Timeseries charting improvements by @​radderz in https://github.com/MudBlazor/MudBlazor/pull/10865\n* MudTable: Add CellClass parameter by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/10884\n### Bug Fixes\n* MudProgressLinear: Use MudGlobal.Rounded as default. by @​Devqon in https://github.com/MudBlazor/MudBlazor/pull/10944\n* Fix usages of MudGlobal.Rounded by @​Devqon in https://github.com/MudBlazor/MudBlazor/pull/10957\n* MudDialog: Fix duplicate dialogs by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/10979\n* MudRadio: Fix incorrect aria checked radio by @​ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/10965\n* MudChart/Heatmap: Add Min/Max Overrides by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10985\n* MudPopover: Adjust Overlay Add Throttle and Debounce by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10856\n* Prevent Rendering of unused MudPopover and MudOverlay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10853\n* DataGrid: SelectedItem(s) ParameterState Refactor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10829\n* MudInput: Implement Streamlined Blur event by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10842\n* MudCollapse: Apply scroll to expanded content overflow by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10948\n* MudButtonGroup: Fix some disabled styles not applying to buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10999\n* MudSelect: Fix menu toggled on non-primary mouse clicks  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11002\n* Popover: Fix Overlay Z-Index issue by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10994\n* MudStepper: Fix final step completed color by @​Lewis-Pitman in https://github.com/MudBlazor/MudBlazor/pull/11012\n* MudTabs: Fix underline display for active tab (#​10970) by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10974\n### Other Changes\n* Refactor: Fix code styling, tests by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10993\n\n## New Contributors\n* @​Devqon made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10944\n* @​Lewis-Pitman made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11012\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.3.0...v8.4.0\n\n## 8.3.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.3.0 --\u003e\n\n## What's Changed\n### New Features\n* MudExpansionPanels: add Panels property to expose child components by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10789\n* MudTable: Show the default cursor for sortable headers when sorting is disabled by @​Qwertyluk in https://github.com/MudBlazor/MudBlazor/pull/10703\n* MudStack: Responsive Breakpoint Attributes by @​mouse0270 in https://github.com/MudBlazor/MudBlazor/pull/10596\n* MudTabPanel: Add Visible property by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10797\n### Bug Fixes\n* MudInput: Fix label text being cut vertically by @​DoobieAsDave in https://github.com/MudBlazor/MudBlazor/pull/10780\n* MudNumericField: Ignore default UI Culture by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10796\n* MudDropContainer: allow scrolling on disabled dragging by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10781\n* MudTextField: Fix break style if label text too long by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10805\n* MudSelect: Fix ResetAsync by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10828\n* MudDataGrid: Fix Loading Indicator scrolls out of view with FixedHeader by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10838\n* FilterHeaderCell: Display filter icons based on ShowFilterIcon value by @​thestahan in https://github.com/MudBlazor/MudBlazor/pull/7729\n* MudAutocomplete: Fix unintended autofocus when adornment clicked by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10837\n* MudDataGrid: Use key row item instead of row index. by @​Jaron-jp in https://github.com/MudBlazor/MudBlazor/pull/10845\n* MudChip: Fix memory allocation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10913\n* MudForm: Fire IsTouchChanged when ChildForm triggers by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10811\n* MudChart: Fix radius error in donut chart (#​8780) by @​Felixlundmark in https://github.com/MudBlazor/MudBlazor/pull/10921\n* MudDatePicker: Fix Persian year in header by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10854\n### Other Changes\n* CSS: Fix CSS issues reported by sonar by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/10757\n* Refactor: Fix formatting by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10859\n* Refactor: Fix code style by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10892\n\n## New Contributors\n* @​thestahan made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7729\n* @​Jaron-jp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10845\n* @​tgothorp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10883\n* @​Felixlundmark made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10921\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.2.0...v8.3.0\n\n## 8.2.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabPanel: Add BadgeIcon property by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10694\n\n### Bug Fixes\n* MudInput: Fix adornment click passing through to field by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10737\n* MudTooltip: Remove `width:fit-content` by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10720\n* MudDropContainer: Re-enable content selection by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10741\n* MudDataGrid: Grouping Icon RTL Support by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10743\n* MudTabs: Fix scroll button appearing when zooming page (#​10686) by @​sirWest in https://github.com/MudBlazor/MudBlazor/pull/10760\n* MudAutocomplete, MudSelect: Fix Focus and Clear by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10740\n* MudPopover: Fix Z-Index edge cases by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10735\n* MudNumericField: Ignore default UI Culture by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10734\n* MudProgressLinear: prevent buffer clipping on Medium/Large sizes by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10782\n* MudBaseDatePicker: Don't try to highlight invalid dates by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10785\n* MudDateRangePicker: Fix highlight for single day range by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10783\n* MudEventManager: Correctly handle TouchList properties in touch-related events by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10714\n\n## New Contributors\n* @​Cybrosys made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10728\n* @​sirWest made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10760\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.1.0...v8.2.0\n\n## 8.1.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.1.0 --\u003e\n\n\u003e [!CAUTION]\n\u003e We don't recommend to use this version.\n\n## What's Changed\n### New Features\n* MudImage: Add fallback source  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10599\n* MudThemeProvider: Add ClassName Style tag by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10667\n* MudDataGrid: remove detrimental ChildRowContent CSS by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10581\n* MudDateRangePicker: Allow select end before start by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10680\n* MudTable: Enable text selection in sortable table header columns by @​Qwertyluk in https://github.com/MudBlazor/MudBlazor/pull/10615\n* MudDataGrid: Remove sort when clicking after descending sort by @​d4npia in https://github.com/MudBlazor/MudBlazor/pull/10623\n### Bug Fixes\n* MudDataGrid: Fix Column Options Popover FixedHeader positioning by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10580\n* MudDataGrid: Sticky toolbars (table menu bar \u0026 pagination bar) by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10386\n* MudTextField: Fix line height for outlined frame by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10649\n* MudPagination: Restore list style CSS by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10657\n* MudOverlay: Introduce `mud-skip-overlay-section` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10666\n* MudDateRangePicker: Fix Outlined Variant label rendering by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10670\n* MudInput: Fix outline label conflict with third-party CSS by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10672\n* Analyzer: Fix HTMLAttributes mode defaults by @​peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/10678\n* MudDatePicker/MudDateRangePicker: Open static picker on bound date by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10582\n* MudTextField : With Required parameter, shows error when only one space is entered by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10671\n* DialogService: Return DialogHelperComponent by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10682\n* MudInput: Fix legend style incorrectly inherited to child components by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10683\n* MudTreeViewItem: make Items two-way for returning server-loaded children by @​henon in https://github.com/MudBlazor/MudBlazor/pull/10684\n* MudGlobal: Inherit TooltipDefaults from TransitionDefaults by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10679\n* RegexMask: Update `RegexMask.Email` to allow hyphens (`-`) in the domain by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10693\n* MudPicker/MudDateRangePicker: Only highlight selected date by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10629\n* MudDropContainer: Fix drag preview \"ghost\" glitch by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10652\n* Select: Don't open while scrolling via touch by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10718\n* MudAutocomplete: Restore `ScrollToListItemAsync` API method by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10717\n\n## New Contributors\n* @​Apflkuacha made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10649\n* @​phmatray made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10654\n* @​aybti made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10677\n* @​d4npia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10623\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0...v8.1.0\n\n## 8.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n\u003e [!NOTE]\n\u003e If you are migrating from v7.x.x to v8.0.0 please make sure to read the [v8.0.0 Migration Guide](https://github.com/MudBlazor/MudBlazor/issues/9953) !! You can give us your [feedback about v8](https://github.com/MudBlazor/MudBlazor/discussions/10003), it'll be appreciated.\n\n\n## What's Changed\n### Breaking Changes\n* Build: Drop support for .NET 7 by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9511\n* Theme: Change Typography members to type BaseTypography by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9434\n* MudTable: Rename MudBlazorFix namespace to MudBlazor by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9952\n* Rename utilities to fix typos by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9582\n* Typography: Make `FontWeight` and `LineHeight` strings by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9592\n* MudGlobal: Remove `EnableIllegalRazorParameterDetection` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9580\n* Remove KeyInterceptor, Replaced by KeyInterceptorService by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9956\n* Remove MudPopoverService by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9957\n* Key handling followup work by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9921\n* KeyInterceptorService: Make KeyOptions immutable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9969\n* DialogService: Remove obsolete OnDialogInstanceAdded by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9980\n* MudDropContainer: Remove obsolete API by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9981\n* MudDataGrid: Remove obsolete CancelledEditingItem by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9982\n* JsApiService: Make implementation internal \u0026 add xmldoc. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9994\n* JsEvent: Make implementation internal \u0026 add xmldoc. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9996\n* IJSRuntimeExtensions: Adjust pre-rendering handling for .NET8 by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9997\n* Localization: Remove obsolete code by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10001\n* EventUtil: Propagate exceptions. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9967\n* TimeSeries: Rename `TimeSeriesDiplayType` to fix typo by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9581\n* MudCharts: Update Namespace, set some classes visibility to internal by @​ingkor in https://github.com/MudBlazor/MudBlazor/pull/9919\n* Add `Typography` suffix to all typography classes by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9962\n* MudDialog: Don't override `Class` param and convert BackgroundClass to getter by @​henon in https://github.com/MudBlazor/MudBlazor/pull/9909\n* MudFileUpload: fix `AppendMultipleFiles` keeping stale file references (#​9586) by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/9600\n* Typography: Remove `input` in favor of `subtitle1` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10028\n* Components: Use IAsyncDisposable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10037\n* MudSelectItem, MudNavLink: Remove MudBaseSelectItem by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10045\n* Radio, Check Box, Switch: Unification and improved alignaments by @​ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/9472\n* Scroll services: Clean up, make implementations internal, add xmodoc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10048\n* EventListener: Clean up, make implementations internal, add xmodoc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10051\n* ResizeObserver: Clean up, make implementations internal, add xmodoc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10055\n* JsEvent: Use IAsyncDisposable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10061\n* MudCollapse: Rework animation by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10056\n* Inputs: Refactor adornment related code by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10057\n* Dialog: Use ParameterState, make DialogOptions immutable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10066\n* Inputs, Menu: Standardize default origin point by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10071\n* MudDrawer: Make Temporary Drawer non-responsive by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/10095\n* MudDataGrid: Rename _classname to Classname etc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10149\n* MudPagination: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10154\n* MudBreadcrumbs: Convert BreadcrumbItem to record type by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10116\n* MudBreadcrumbs: Change HTML structure and semantics for accessibility by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10115\n* MudToggleGroup: Fix icon margins by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10162\n* MudSelect: Open menu on pointer down instead of click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10129\n ... (truncated)\n\n## 8.0.0-rc.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n### Note \nThis is a re-release of `v8.0.0-rc.1` where `MudBlazor.min.css` was missing.\n\n## What's Changed\n### Breaking Changes\n* MudToggleGroup: Remove `Rounded` in favor of CSS utilities `rounded-*` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10533\n* MudChip: Use anchor or button tag instead of div when appropriate by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10488\n* MudGlobal: Remove low impact properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10516\n### New Features\n* MudMenuItem: Add chevrons to submenus and automatically choose anchor origin by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10509\n* MudMenu: Open standard sub menus with left click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10539\n* MudMenu: Bring style closer to Material Design by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10542\n* MudMenu: Improve usage of `Dense`, icons, and touch by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10545\n* MudChart: HeatMap Cell Customization and Override by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10365\n* MudSelect: Enhance Keyboard Searching by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10433\n* Converter: Enable translation for error messages (#​3313) by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10411\n### Bug Fixes\n* MudDataGrid: Fix the shifting of striped rows when loading by @​BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/10528\n* MudMenu: Fix pointer event timing with cascading menus by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10551\n* MudPopover: Fix overlay regression in nested popovers inside Dialog by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10554\n* MudStepper: ResetAsync now sends correct StepAction arg by @​Skuzzle-UK in https://github.com/MudBlazor/MudBlazor/pull/10341\n* MudSwipeArea: Fix onpointer on touch devices by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10461\n* Revert \"Build: Sass compiler file contention fix (#​10564)\" by @​mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10589\n\n## New Contributors\n* @​Skuzzle-UK made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10341\n* @​pwasilewski made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10411\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0-preview.7...v8.0.0-rc.2\n\n## 8.0.0-preview.7\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.7 --\u003e\n\n## What's Changed\n### Breaking Changes\n* Menu: Allow simplified submenu syntax by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10469\n* MudMenuItem: Decouple from MudListItem and Change Icon Layout by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10478\n### New Features\n* Menu: Make `Open` a two-way parameter by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10459\n* MenuItem: Add `Label` parameter by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10476\n* MudDataGrid: Add CurrentPageChanged EventHandler to enable binding by @​ZizWing in https://github.com/MudBlazor/MudBlazor/pull/10483\n* MudTable: Add CurrentPageChanged fot two-way binding (#​3563 #​6260) by @​ZizWing in https://github.com/MudBlazor/MudBlazor/pull/10458\n### Bug Fixes\n* Menu: Optimize pointer events by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10479\n* MudDataGrid: Align select column and row select behavior by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10475\n* MudNumericField: Use native html input number type by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10192\n* MudDrawer: Fix bug related to Z-Index and Overlay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10467\n* MudAutocomplete: Fix OnAdornmentClick regression #​10446 by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10500\n* MudDataGrid: Fix regression ServerData + Virtualize flag (#​10495) \u0026 Footer columns (#​10501) by @​Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10507\n### Other Changes\n* MudMenu: Small optimization by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10466\n* Refactor: Cleanup some console messages by @​mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10464\n\n## New Contributors\n* @​ZizWing made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10483\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0-preview.6...v8.0.0-preview.7\n\n## 8.0.0-preview.6\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* Snackbar: Allow to attach custom task on close button click by @​BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/8589\n* MudColor: Change Equals logic by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10355\n* MudSelect: Change Visibility of \"_currentIcon\" to Internal by @​jperson2000 in https://github.com/MudBlazor/MudBlazor/pull/10451\n* MudAutocomplete: Fix overlay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10446\n\n### New Features\n* MudColor: Add Palette algorithms by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10313\n* MudColor: Add GenerateMultiGradientPalette by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10318\n* MudDataGrid: Allow overriding default filter operators per column by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10254\n* MudColorPicker: Add nullable annotation. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10321\n* MudColor: Add IParsable and Deconstruct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10333\n* New Chart: HeatMap by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10263\n* MudAutocomplete, MudSelect: Allow popover customization and add scroll events by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10327\n* MudMenu: Hide Button when Label, Icon and Content are unset by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10349\n* ParameterState: Add IsChildOriginatedChange to ParameterChangedEventArgs by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10359\n* MudDataGrid: Add AggregateTemplate render fragment by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10419\n* Menu: Improve nesting support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10452\n\n### Bug Fixes\n* MudDialog: Fix exception when closing a dialog while rendering by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10226\n* MudColor: Fix special case in GenerateGradientPalette by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10316\n* MudDataGrid: Fix Filter Panel Positioning with FixedHeader = true by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10292\n* MudTimeline: Fix item alignment in nested horizontal timeline (#​9958) by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10346\n* IJSRuntimeExtensions: Fix InvokeVoidAsyncIgnoreErrors to catch JSException by @​brpeeters in https://github.com/MudBlazor/MudBlazor/pull/10356\n* Cookie Consent CSS: Fixes the Cookie Consent Popup from Blocking the UI by @​mouse0270 in https://github.com/MudBlazor/MudBlazor/pull/10368\n* MudDatePicker: Fix bugs in FixYear and FixMonth by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10392\n* DateMask: Fix leap year February logic 02/29 by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10377\n* MudTextField: With mask, setting parameter value updates the input text by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10328\n* MudDataGrid: Fix virtualization regression (#​10343) by @​Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10402\n* MudDataGrid: Fix SelectOnRowClick when MultiSelection is false by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10387\n* Build: Better sasscompiler workaround by @​mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10417\n* MudDataGrid: Fix Resizable property behavior  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10436\n* MudDataGrid: Don't remove `Is Not Empty` filter definition on filter close by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10438\n* MudSelect: Prevent adornment `pointerdown` propogating to input by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10353\n* Fixing MudRatingItem ADA issue by @​ocastanedaglobant in https://github.com/MudBlazor/MudBlazor/pull/10429\n* MudDateRangePicker: Fix #​9667: Fix Clearable Button Not Disappearing with No Range Data by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10401\n* MudSelect: Fix MultiSelection in MudSelect by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10395\n* MudTextField: Fix MudTextField label background by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10385\n* MudTextField: Fix clickable area in multiline fields by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10364\n### Other Changes\n* README: Update support policy by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10445\n* New Component - MudChat by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10400\n\n## New Contributors\n* @​brpeeters made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10356\n* @​mouse0270 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10368\n ... (truncated)\n\n## 8.0.0-preview.5\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.5 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudDataGrid: Rename _classname to Classname etc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10149\n* MudPagination: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10154\n* MudBreadcrumbs: Convert BreadcrumbItem to record type by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10116\n* MudBreadcrumbs: Change HTML structure and semantics for accessibility by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10115\n* MudToggleGroup: Fix icon margins by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10162\n* MudSelect: Open menu on pointer down instead of click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10129\n* MudAutocomplete: Don't wrap around selected index with down arrow by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10161\n* MudAutocomplete: Coerce value immediately by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10138\n* MudSwipeArea: Replace  ontouch with onpointer by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9445\n### New Features\n* MudTreeView: Add parameter FilterFunc for selectively displaying tree nodes by @​mueller-marcel in https://github.com/MudBlazor/MudBlazor/pull/10096\n* MudNavGroup: Add TitleContent parameter by @​Ben0421 in https://github.com/MudBlazor/MudBlazor/pull/10160\n* MudDataGrid: Custom comparer by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10156\n* Autocomplete: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10127\n* MudInputAdornment: Add nullable annotation. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10203\n* Mask: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10119\n* NumericField: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10123\n* Input: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10124\n* MudNumericField: Change default InputMode to decimal by @​Eddie-Hartman in https://github.com/MudBlazor/MudBlazor/pull/9923\n* MudAppBar: Add contextual action bar implementation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10210\n* Add .NET9 Support by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10233\n* MudGlobal: Add defaults for MudPaper by @​rena0157 in https://github.com/MudBlazor/MudBlazor/pull/10264\n* MudColor: Add Lerp by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10275\n* MudColor: Add IFormattable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10295\n* MudNavGroup: Add HeaderClass for title customization by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10268\n* Snackbar: Move Icon configs to CommonSnackbarOptions by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10285\n### Bug Fixes\n* MudTextField: Fix ShrinkLabel for text fields with Mask by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10134\n* MudDataGrid: Fix Sticky Columns with Sticky Headers by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10151\n* JS: Fix cannot read properties of undefined / null by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10202\n* MudList: Fix logic of the Gutters parameter by @​henon in https://github.com/MudBlazor/MudBlazor/pull/10199\n* MudTabs: Fix scrolling to active index by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/10184\n* MudDataGrid: Allow grouping by null values by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10213\n* [MudSelect] Control popover width by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10215\n* MudSelect, MudMenu: Fix max height exceeds window by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10216\n* MudSelect/MudDatePicker: Fix accidental MudDatePicker break while maintaining desired MudSelect behavior by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10238\n* MudDataGrid: Fix virtualized indexes (#​10179) by @​Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10218\n* MudMenu: Fix menu closing if mouse move too quickly by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10172\n* DataGridTests: Fix test failure by using Invariant Culture by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10220\n* Pickers: Fix popover elevation and gap by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10270\n* Revert \"Popover: Hide all element overflow\" by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10308\n### Other Changes\n* Chore: Drop CollectionExtensions for .NET 9+ by @​xC0dex in https://github.com/MudBlazor/MudBlazor/pull/10165\n* MudInput: Remove `@​onmousewheel` by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10221\n\n## New Contributors\n ... (truncated)\n\n## 8.0.0-preview.4\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.4 --\u003e\n\n## What's Changed\n### New Features\n* Picker: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10121\n* MudMenu: Fix PositionAtCursor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10122\n* Form: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10125\n### Bug Fixes\n* MudBreadcrumbs: Fix separator template not vertically centered by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10112\n* MudDataGrid: Correctly render initially expanded rows by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10133\n* IJSRuntimeExtensions: Fix when pre-rendering by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10142\n\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0-preview.3...v8.0.0-preview.4\n\n## 8.0.0-preview.3\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.3 --\u003e\n\n## What's Changed\n### Breaking Changes\n* Inputs, Menu: Standardize default origin point by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10071\n* MudDrawer: Make Temporary Drawer non-responsive by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/10095\n### New Features\n* MudDatePicker: Use TimeProvider to allow mocking current date by @​emcbem in https://github.com/MudBlazor/MudBlazor/pull/10087\n* Inputs: Hide Clear button when readonly by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10070\n### Bug Fixes\n* MudAutocomplete: Fix Text coersion on Tab key (OnBlur or CloseMenu) by @​HClausing in https://github.com/MudBlazor/MudBlazor/pull/10074\n* MudAutocomplete: Fix ResetAsync without debounce not opening the menu by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10063\n* MudPopover: Fix z-index issues with nested popovers by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10089\n* MudPopover: Fix regression with respect to direction and location and z-index  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10106\n* Fix origin points that relied on previous defaults by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10110\n* MudToggleGroup: Unregister removed items by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10091\n### Other Changes\n* MudStepper: Use nameof() instead of hardcoded strings by @​0xced in https://github.com/MudBlazor/MudBlazor/pull/10079...\n\n_Description has been truncated_\n\n\u003e **Note**\n\u003e Automatic rebases have been disabled on this pull request as it has been open for over 30 days.\n","html_url":"https://github.com/Mythetech/Iris/pull/17","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mythetech%2FIris/issues/17","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/17/packages"},{"uuid":"3778583040","node_id":"PR_kwDOQzG3JM67ZJc-","number":9,"state":"open","title":"Bump MudBlazor from 6.11.0 to 8.15.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-01-03T23:17:40.000Z","updated_at":"2026-01-03T23:17:42.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","old_version":"6.11.0","new_version":"8.15.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 6.11.0 to 8.15.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\n## 8.14.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.14.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudGlobal: Deprecate theming properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11415\n### New Features\n* MudColorPicker: Add opt-out tooltips for icon buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11953\n* MudMenu: Enhance keyboard accessibility and focus management by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11762\n* MudTable: Add AriaLabel parameter for accessibility by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/11995\n* Pickers: Add InputId parameter by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12003\n* Icons: Add Slack brand icon to Icons.Custom.Brands by @​codomposer in https://github.com/MudBlazor/MudBlazor/pull/12057\n* MudStepper: Provide step context to child content by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/12054\n### Bug Fixes\n* MudDataGrid: Fix generated EditTemplates not inheriting their column's culture by @​benditorok in https://github.com/MudBlazor/MudBlazor/pull/11931\n* CSS: Improve browser compatibility by replacing `from ... r g b` syntax by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11939\n* MudDialog: Fix gaps in body style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11506\n* MudIconButton: Fix filled buttons losing background color on click by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11944\n* MudDialog: Force titles to wrap \u0026 prevent close button overlap by @​RabindranathChanda in https://github.com/MudBlazor/MudBlazor/pull/11921\n* MudPopover: Fix JS Typo by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11968\n* MudFormComponent: Clear converter errors on ResetValidation by @​ArfitAP in https://github.com/MudBlazor/MudBlazor/pull/11971\n* MudScrollListener: Fix document scroll by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11978\n* MudTooltip: Fix FullWidth children not stretching by @​FreskOoAs in https://github.com/MudBlazor/MudBlazor/pull/11948\n* MudAutocomplete: ProgressBar AdornmentIcon Hiding by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11980\n* MudTabs: Fix TabWrapperContent and Tooltip display with Drag and Drop by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12009\n* MudSelect: Display selected value when null by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12001\n* ParameterState: Add Snapshot to avoid race condition by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12023\n* MudNavGroup: Fix Background Color After Click by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11989\n* MudDatePicker: Fix FixedDay, FixMonth, FixYear for non-Gregorian calendar by @​oxayotl in https://github.com/MudBlazor/MudBlazor/pull/11992\n* MudAutocomplete: Fix input not focused on adornment click by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11970\n* MudAutocomplete: OpenChanged called twice after selection by @​Yomodo in https://github.com/MudBlazor/MudBlazor/pull/11985\n* MudCard: Hide gap when MudCardActions is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12033\n* MudExpansionPanel: Fix Gutters property not affecting header padding by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12036\n### Other Changes\n* SankeyChart: Add chart for displaying dataflow by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/11919\n\n## New Contributors\n* @​benditorok made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11931\n* @​RabindranathChanda made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11921\n* @​ArfitAP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11971\n* @​FreskOoAs made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11948\n* @​dev-KingMaster made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11995\n* @​codomposer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12057\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.13.0...v8.14.0\n\n## 8.13.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.13.0 --\u003e\n\n## What's Changed\n### New Features\n* MudTable: Add LoadingContentBody render fragment by @​Enderlook in https://github.com/MudBlazor/MudBlazor/pull/11718\n* MudTable: Scroll to row \u0026 focus cell by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11569\n* MudSnackbar: Add global HideIcon option by @​franco-diaz-licham in https://github.com/MudBlazor/MudBlazor/pull/11900\n* MudDataGrid: Add parameters for filter icons by @​CyrilArtFX in https://github.com/MudBlazor/MudBlazor/pull/11864\n### Bug Fixes\n* MudIconButton: Fix icon button with default color not having focus indicator by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11858\n* MudCheckbox: Fix Tri-State required validation  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11886\n* MudCarousel: Fix UI update of bullets on item add by @​Blocko07 in https://github.com/MudBlazor/MudBlazor/pull/11873\n* MudDataGrid: Hierarchy ExpandAll/CollapseAll when one item is present by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11904\n* MudTabs: Guard for ScrollPrev by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11924\n\n## New Contributors\n* @​Blocko07 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11873\n* @​franco-diaz-licham made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11900\n* @​CyrilArtFX made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11864\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.12.0...v8.13.0\n\n## 8.12.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.12.0 --\u003e\n\n## What's Changed\n### New Features\n* MudDataGrid: Add hierarchy visibility toggled parameter by @​GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11706\n* MudChart: Support custom ToString func for Y axis by @​IchBinAb4los in https://github.com/MudBlazor/MudBlazor/pull/11674\n### Bug Fixes\n* MudPopover: Maintain Scroll Position by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11765\n* MudTextField: Fix padding for outlined multiline fields by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/11776\n* MudDataGrid: Fix nested group expansion for multilevel grouping (#​11725) by @​M4ntax in https://github.com/MudBlazor/MudBlazor/pull/11729\n* MudDialog: Fix when a dialog is canceled, it can be reopened by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11804\n* MudDataGrid : Refresh on collection changed by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11822\n* MudDataGrid: SCSS, Clean Up Sticky Columns by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11800\n* MudAutocomplete: Fix `Strict=false` when using a `Converter` with `CoerceValue` by @​Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/11826\n\n## New Contributors\n* @​rasmus-carlsson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11776\n* @​M4ntax made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11729\n* @​IchBinAb4los made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11674\n* @​Copilot made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11810\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.11.0...v8.12.0\n\n## 8.11.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.11.0 --\u003e\n\n## What's Changed\n### New Features\n* MudField: AdornmentAria and ShrinkLabel by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11669\n* MudStepper: Add Skipped State (#​11739) by @​Alex-DeLaet in https://github.com/MudBlazor/MudBlazor/pull/11742\n### Bug Fixes\n* MudTable: Maintains group row state when group list is modified by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11681\n* MudTextField: Fix Focus by ElementReference by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11733\n* MudMenu: Hide menu list if it has no items by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11740\n* MudDataGrid: Fix HierarchyColumn Expansion with Funcs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11292\n* MudTabs: Improve accessibility by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11581\n* MudTable : Fix bug where CurrentPage is reset at the initialization by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11745\n* MudPopover: MudList MaxHeight Adjustments by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11734\n### Other Changes\n* Community Extensions: Add MudX by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11692\n* MudPopover: Fix MudList Scroll Issue by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11694\n* MudTimeSeriesChart: Use InvariantCulture when rendering opacity (#​11696) by @​svarnyjunak in https://github.com/MudBlazor/MudBlazor/pull/11697\n* MudHighlighter: Maintain markup formatting when Markup=true by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11705\n* MudBaseInput: Fix expired ParameterView in inherited components by @​GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11715\n\n## New Contributors\n* @​svarnyjunak made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11697\n* @​GeorgeKarlinzer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11715\n* @​Alex-DeLaet made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11742\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.10.0...v8.11.0\n\n## 8.10.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.10.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudStepper: Remove StepStyle property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11589\n### New Features\n* DataGrid: Extend DateOnly filtering support for Simple and ColumnFilterMenu modes by @​raimana in https://github.com/MudBlazor/MudBlazor/pull/11599\n### Bug Fixes\n* MudTextField: Fix excessive height with AutoGrow, Outlined, Dense, and Adornment by @​mathdx1111 in https://github.com/MudBlazor/MudBlazor/pull/11600\n* MudFocusTrap: Prevent JSException on Disposed Component by @​jHabjanMXP in https://github.com/MudBlazor/MudBlazor/pull/11586\n* MudTabs: Update ActiveIndex On Render and Refresh when Drag and Drop Enabled by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11568\n* MudDataGrid: AllowUnsorted Default Behavior  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11655\n* MudSimpleTable: Remove redundant bottom border from the last row header by @​9PK4U in https://github.com/MudBlazor/MudBlazor/pull/11628\n### Other Changes\n* MudPopover: Restrict Max Height Adjustments by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11680\n\n## New Contributors\n* @​9PK4U made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11628\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.9.0...v8.10.0\n\n## 8.9.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.9.0 --\u003e\n\n## What's Changed\n### New Features\n* MudDataGrid: Add AllowUnsorted property by @​christianielsen in https://github.com/MudBlazor/MudBlazor/pull/11443\n### Bug Fixes\n* MudDialog: Fix Inline Dialog Title Refresh by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11504\n* MudHighlighter: Fix Highlighted Markup Render Bug by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11543\n* MudMask: Update value on browser autofill by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11547\n* MudAutocomplete: Fix Strict mode regression by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11533\n* MudSimpleTable: Fix missing row borders in nested tables (#​11559) by @​n0spaces in https://github.com/MudBlazor/MudBlazor/pull/11566\n* MudProgressCircular: Calculate view box size based on stroke width by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11557\n* MudSelect: Always call `FieldChanged` when `MultiSelection=true` by @​Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/11553\n### Other Changes\n* MudDialog: Fix CloseOnEscapeKey Not Triggered After Backdrop Click by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11475\n* Datagrid: Support Dateonly filter by @​raimana in https://github.com/MudBlazor/MudBlazor/pull/11535\n* MudExpansionPanel: Add toggle keyboard hotkeys, Add ability to remove content from DOM by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11531\n\n## New Contributors\n* @​raimana made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11535\n* @​AmpF5 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11548\n* @​nccadman19 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11531\n* @​n0spaces made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11566\n* @​christianielsen made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11443\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.8.0...v8.9.0\n\n## 8.8.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.8.0 --\u003e\n\n## What's Changed\n### New Features\n* MudAutocomplete: Scroll to selected item when not strict by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11049\n* MudMenu: Add min width \u0026 submenu icon gutters by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11435\n* MudDataGrid Default GroupTemplate At Grid Level by @​peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/11237\n* Improve accessibility labels and localize picker buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11456\n* MudTabs: Add Drag and Drop functionality by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11267\n* MudGlobal: Add PopoverDefaults.ModalOverlay to control Modal parameters by @​rabidsheep in https://github.com/MudBlazor/MudBlazor/pull/11486\n* MudFileUpload: Add file size validation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11476\n* MudToggleGroup: Refactor borders, Add border opacity support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11496\n### Bug Fixes\n* MudMenu: Hide popover overflow by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11444\n* MudMenu: Position At Cursor Flip Logic by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11437\n* MudDataGrid: Filters and Options Popover changed to Position At Cursor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11452\n* MudTextField: Fix partially hidden scrollbar, Focus field on label click by @​mathdx1111 in https://github.com/MudBlazor/MudBlazor/pull/11402\n* MudDataGrid: Groupable Logic by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11383\n* MudTablePager: Fix InfoFormat ignoring custom text (#​11466) by @​sirdx in https://github.com/MudBlazor/MudBlazor/pull/11468\n* MudMenu: Revert previous refactor by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11484\n* MudAutocomplete: Fix item selection stealing focus back after handler completes by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11482\n* MudTabs: Fix MudTabSlider not showing by @​sirdx in https://github.com/MudBlazor/MudBlazor/pull/11467\n* MudDrawer: Fix stall when loading by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/11009\n* MudInput: Dispose iOS Blur With Error Handling by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11436\n### Other Changes\n* Build: Remove \"needs review\" label from new PRs by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11431\n* MudToggleItem: Enforce direct parent hierarchy by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11498\n\n## New Contributors\n* @​ecrocombe made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11427\n* @​mathdx1111 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11402\n* @​sirdx made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11468\n* @​oxayotl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11474\n* @​rabidsheep made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11486\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.7.0...v8.8.0\n\n## 8.7.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.7.0 --\u003e\n\n## What's Changed\n### New Features\n* DataGridExtensions: support GridStateVirtualize and sort comparer by @​ahjephson in https://github.com/MudBlazor/MudBlazor/pull/11270\n* MudTabPanel: Implement Sorting by Text, SortKey, or Custom IComparer by @​richardhauer in https://github.com/MudBlazor/MudBlazor/pull/10803\n* SwipeArea: Real Time Swipe Support by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11307\n* Pickers: Use `InputDefaults` for inputs in `Picker` components by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11342\n* MudTable: Add TableClass parameter #​11351 by @​nathanhqws in https://github.com/MudBlazor/MudBlazor/pull/11352\n* MudCheckBox: Use disabled style on text by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/11356\n* MudCircularProgress: Add ChildContent to Show Centered Content in the Progress by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11271\n* MudColorPicker: Reduce default throttle by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11368\n* MudPopover: Expand Flip Logic to Include Anchor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11248\n* MudTablePager: Add thousands separator for all_items by @​RafBorrelli in https://github.com/MudBlazor/MudBlazor/pull/11371\n* Add `d-contents` display class, Fix missing gap between MessageBox action buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11391\n* MudDataGrid: Form Dialog Focus by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11379\n* MudColorPicker: Improve ARIA labels \u0026 doc page wording by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11401\n* Palette: Add BorderOpacity property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11394\n* MudAutocomplete: Allow changing `LockScroll` value by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11414\n### Bug Fixes\n* Popover: Initial Show When Open=\"true\" by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11277\n* MudCarousel: Utilize ParameterState by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11324\n* MudBooleanInput, MudRating: Improve accessibility by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11084\n* PopoverProvider: Multiple Layouts by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11305\n* MudInput: Fix Disposal of IOS Blur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11347\n* MudOverlay: Check JSRuntime by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11282\n* MudToggleGroup: Fix MudToggleItem selection when asynchronously loaded by @​jimitndiaye in https://github.com/MudBlazor/MudBlazor/pull/11309\n* MudToggleGroup: Fix FixedContent Visual Options by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11306\n* MudInput: Fix Proper Blur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11376\n* MudAutocomplete: Fix `AutoFocus` not opening item list by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11365\n* DataGrid: GroupingByOrder / Style Fix / Expansion StateHasChanged by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11302\n* Line chart: Fix index out of bounds error by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11381\n* MudMenu: Fix submenu activators being too wide by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11367\n* MudTabs: Fix slider misalignment when component is scaled by @​liamAU28910 in https://github.com/MudBlazor/MudBlazor/pull/11405\n* MudMask: Fix `⌘` shortcuts on MacOS \u0026 `cut` shortcut in general by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11366\n* MudPopover: Fix Event Order by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11389\n* MudToggleGroup: Selection Tracking by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11395\n* Docs: Fix mangled `AppbarButtons.razor.cs` merge by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11419\n* MudExpansionPanel: Fix `Gutters` property not taking effect by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11408\n### Other Changes\n* GitHubActions: Fix TryMudBlazor deploy by @​Garderoben in https://github.com/MudBlazor/MudBlazor/pull/11257\n\n## New Contributors\n* @​ahjephson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11270\n* @​richardhauer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10803\n* @​nathanhqws made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11352\n* @​liamAU28910 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11405\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.6.0...v8.7.0\n\n## 8.6.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudOverlay: Add parameter Modal allowing click-through by @​Cybrosys in https://github.com/MudBlazor/MudBlazor/pull/10893\n* MudDataGrid: Hierarchy Column Header by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11181\n* MudDateRangePicker: BlurAsync() MudRangeInput can now blur both inputs at once by @​urbanambroz in https://github.com/MudBlazor/MudBlazor/pull/11104\n* MudDataGrid: Multi Level Grouping by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11243\n### Bug Fixes\n* MudDateRangePicker: Re-enable selecting end date before start date (fix regression) by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11126\n* MudInput - Heap Locked When Disabled by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11135\n* BarChart: Fix tooltip display value by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11150\n* MudTimeSeriesChart: Fix Unhandled Exception by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11153\n* MudPicker: Set TextUpdateSuppression based on Readonly state by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11144\n* MudAutocomplete: Fix various activation issues by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11130\n* MudDataGrid: Enhance HierarchyColumn for RTL and Expand/Collapse All by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11103\n* MudCarousel: Fix timer creation after component disposal by @​jHabjanMXP in https://github.com/MudBlazor/MudBlazor/pull/11192\n* MudPopover: Javascript refactor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11165\n* MudChat: RTL Display / Remove Expiramental Tag by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11219\n* mudElementReference.js: Fix null exception by @​phamtuanit in https://github.com/MudBlazor/MudBlazor/pull/11222\n* MudThemeProvider: Only wrap multi-word font names in quotes in CSS font-family declarations by @​Garderoben in https://github.com/MudBlazor/MudBlazor/pull/11214\n* Popover: Z-Index Alignment by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11220\n* MudOverlay: Prevent unnecessary LockScroll changes by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11174\n* MudInput: Dispose DotNetObjectReference by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11254\n### Other Changes\n* MudMenu: Revert hide delay to match show delay again by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11129\n\n## New Contributors\n* @​jHabjanMXP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11192\n* @​MiroslavKabat made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11198\n* @​phamtuanit made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11222\n* @​urbanambroz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11104\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.5.1...v8.6.0\n\n## 8.5.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.5.1 --\u003e\n\n## What's Changed\n### Bug Fixes\n* Analyzer: Lower the Roslyn version by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11116\n* MudMenu Nested Fix by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11117\n\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.5.0...v8.5.1\n\n## 8.5.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.5.0 --\u003e\n\n## What's Changed\n\n### Bug Fixes\n* MudChart: Fix culture and perfomance issues by @​radderz in https://github.com/MudBlazor/MudBlazor/pull/11041\n* MudSwitch: Change track color to improve visibility on dark theme by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/11077\n* MudTextField: Fix AutoGrow Adornment padding by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10932\n* MudInput: Fix trimming issue by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11029\n* MudTable: Fix table sort label style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11022\n* MudDateRangePicker: Fix error with MaxDays and IsDateDisabledFunc  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11033\n* MudPopover: Remove shadow if the popover is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11040\n* MudAutocomplete: Fix duplicate search calls when opened on click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11023\n* MudPopover: Overlay Position Exclusion by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11038\n* ObserverManager: Optimize to reduce dictionary lookups by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11067\n* DataGrid: Mutlisort key fix on mac by @​tomasgreen in https://github.com/MudBlazor/MudBlazor/pull/11070\n* MudDialog : Duplicate dialog fix by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/11048\n* MudSelect: Add FitContent Parameter by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10894\n* MudToolTip: Move Duration Delay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11051\n* MudInput Dispose JS OnBlur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11039\n* MudDatePicker: Fix selecting DateTime.MaxValue (#​7285) by @​LukasMerz in https://github.com/MudBlazor/MudBlazor/pull/7286\n* MudPopover: Fix positioning delay (partial revert of #​10856) by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11107\n* Analyzers/SourceGenerator: Update Roslyn by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11110\n* MudMenu: Autocomplete/Select adornment click no longer causes menu to close by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11011\n* MudTreeViewItem: Fix NullReferenceException by @​masonwheeler in https://github.com/MudBlazor/MudBlazor/pull/11108\n* MudDataGrid - Preserve Selection with ParameterState by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11032\n\n## New Contributors\n* @​tomasgreen made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11070\n* @​LukasMerz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7286\n* @​masonwheeler made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11108\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.4.0...v8.5.0\n\n## 8.4.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.4.0 --\u003e\n\u003e [!CAUTION]\n\u003e We don't recommend to use this version.\n\u003e Since the MudMenu and Charts are broken.\n\n## What's Changed\n### New Features\n* MudDateRangePicker: Limit Date Range selection based on min/max days constraint by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10769\n* MudChart: Timeseries charting improvements by @​radderz in https://github.com/MudBlazor/MudBlazor/pull/10865\n* MudTable: Add CellClass parameter by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/10884\n### Bug Fixes\n* MudProgressLinear: Use MudGlobal.Rounded as default. by @​Devqon in https://github.com/MudBlazor/MudBlazor/pull/10944\n* Fix usages of MudGlobal.Rounded by @​Devqon in https://github.com/MudBlazor/MudBlazor/pull/10957\n* MudDialog: Fix duplicate dialogs by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/10979\n* MudRadio: Fix incorrect aria checked radio by @​ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/10965\n* MudChart/Heatmap: Add Min/Max Overrides by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10985\n* MudPopover: Adjust Overlay Add Throttle and Debounce by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10856\n* Prevent Rendering of unused MudPopover and MudOverlay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10853\n* DataGrid: SelectedItem(s) ParameterState Refactor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10829\n* MudInput: Implement Streamlined Blur event by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10842\n* MudCollapse: Apply scroll to expanded content overflow by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10948\n* MudButtonGroup: Fix some disabled styles not applying to buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10999\n* MudSelect: Fix menu toggled on non-primary mouse clicks  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11002\n* Popover: Fix Overlay Z-Index issue by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10994\n* MudStepper: Fix final step completed color by @​Lewis-Pitman in https://github.com/MudBlazor/MudBlazor/pull/11012\n* MudTabs: Fix underline display for active tab (#​10970) by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10974\n### Other Changes\n* Refactor: Fix code styling, tests by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10993\n\n## New Contributors\n* @​Devqon made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10944\n* @​Lewis-Pitman made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11012\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.3.0...v8.4.0\n\n## 8.3.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.3.0 --\u003e\n\n## What's Changed\n### New Features\n* MudExpansionPanels: add Panels property to expose child components by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10789\n* MudTable: Show the default cursor for sortable headers when sorting is disabled by @​Qwertyluk in https://github.com/MudBlazor/MudBlazor/pull/10703\n* MudStack: Responsive Breakpoint Attributes by @​mouse0270 in https://github.com/MudBlazor/MudBlazor/pull/10596\n* MudTabPanel: Add Visible property by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10797\n### Bug Fixes\n* MudInput: Fix label text being cut vertically by @​DoobieAsDave in https://github.com/MudBlazor/MudBlazor/pull/10780\n* MudNumericField: Ignore default UI Culture by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10796\n* MudDropContainer: allow scrolling on disabled dragging by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10781\n* MudTextField: Fix break style if label text too long by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10805\n* MudSelect: Fix ResetAsync by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10828\n* MudDataGrid: Fix Loading Indicator scrolls out of view with FixedHeader by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10838\n* FilterHeaderCell: Display filter icons based on ShowFilterIcon value by @​thestahan in https://github.com/MudBlazor/MudBlazor/pull/7729\n* MudAutocomplete: Fix unintended autofocus when adornment clicked by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10837\n* MudDataGrid: Use key row item instead of row index. by @​Jaron-jp in https://github.com/MudBlazor/MudBlazor/pull/10845\n* MudChip: Fix memory allocation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10913\n* MudForm: Fire IsTouchChanged when ChildForm triggers by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10811\n* MudChart: Fix radius error in donut chart (#​8780) by @​Felixlundmark in https://github.com/MudBlazor/MudBlazor/pull/10921\n* MudDatePicker: Fix Persian year in header by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10854\n### Other Changes\n* CSS: Fix CSS issues reported by sonar by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/10757\n* Refactor: Fix formatting by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10859\n* Refactor: Fix code style by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10892\n\n## New Contributors\n* @​thestahan made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7729\n* @​Jaron-jp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10845\n* @​tgothorp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10883\n* @​Felixlundmark made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10921\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.2.0...v8.3.0\n\n## 8.2.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabPanel: Add BadgeIcon property by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10694\n\n### Bug Fixes\n* MudInput: Fix adornment click passing through to field by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10737\n* MudTooltip: Remove `width:fit-content` by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10720\n* MudDropContainer: Re-enable content selection by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10741\n* MudDataGrid: Grouping Icon RTL Support by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10743\n* MudTabs: Fix scroll button appearing when zooming page (#​10686) by @​sirWest in https://github.com/MudBlazor/MudBlazor/pull/10760\n* MudAutocomplete, MudSelect: Fix Focus and Clear by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10740\n* MudPopover: Fix Z-Index edge cases by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10735\n* MudNumericField: Ignore default UI Culture by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10734\n* MudProgressLinear: prevent buffer clipping on Medium/Large sizes by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10782\n* MudBaseDatePicker: Don't try to highlight invalid dates by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10785\n* MudDateRangePicker: Fix highlight for single day range by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10783\n* MudEventManager: Correctly handle TouchList properties in touch-related events by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10714\n\n## New Contributors\n* @​Cybrosys made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10728\n* @​sirWest made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10760\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.1.0...v8.2.0\n\n## 8.1.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.1.0 --\u003e\n\n\u003e [!CAUTION]\n\u003e We don't recommend to use this version.\n\n## What's Changed\n### New Features\n* MudImage: Add fallback source  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10599\n* MudThemeProvider: Add ClassName Style tag by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10667\n* MudDataGrid: remove detrimental ChildRowContent CSS by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10581\n* MudDateRangePicker: Allow select end before start by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10680\n* MudTable: Enable text selection in sortable table header columns by @​Qwertyluk in https://github.com/MudBlazor/MudBlazor/pull/10615\n* MudDataGrid: Remove sort when clicking after descending sort by @​d4npia in https://github.com/MudBlazor/MudBlazor/pull/10623\n### Bug Fixes\n* MudDataGrid: Fix Column Options Popover FixedHeader positioning by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10580\n* MudDataGrid: Sticky toolbars (table menu bar \u0026 pagination bar) by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10386\n* MudTextField: Fix line height for outlined frame by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10649\n* MudPagination: Restore list style CSS by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10657\n* MudOverlay: Introduce `mud-skip-overlay-section` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10666\n* MudDateRangePicker: Fix Outlined Variant label rendering by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10670\n* MudInput: Fix outline label conflict with third-party CSS by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10672\n* Analyzer: Fix HTMLAttributes mode defaults by @​peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/10678\n* MudDatePicker/MudDateRangePicker: Open static picker on bound date by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10582\n* MudTextField : With Required parameter, shows error when only one space is entered by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10671\n* DialogService: Return DialogHelperComponent by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10682\n* MudInput: Fix legend style incorrectly inherited to child components by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10683\n* MudTreeViewItem: make Items two-way for returning server-loaded children by @​henon in https://github.com/MudBlazor/MudBlazor/pull/10684\n* MudGlobal: Inherit TooltipDefaults from TransitionDefaults by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10679\n* RegexMask: Update `RegexMask.Email` to allow hyphens (`-`) in the domain by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10693\n* MudPicker/MudDateRangePicker: Only highlight selected date by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10629\n* MudDropContainer: Fix drag preview \"ghost\" glitch by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10652\n* Select: Don't open while scrolling via touch by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10718\n* MudAutocomplete: Restore `ScrollToListItemAsync` API method by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10717\n\n## New Contributors\n* @​Apflkuacha made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10649\n* @​phmatray made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10654\n* @​aybti made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10677\n* @​d4npia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10623\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0...v8.1.0\n\n## 8.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n\u003e [!NOTE]\n\u003e If you are migrating from v7.x.x to v8.0.0 please make sure to read the [v8.0.0 Migration Guide](https://github.com/MudBlazor/MudBlazor/issues/9953) !! You can give us your [feedback about v8](https://github.com/MudBlazor/MudBlazor/discussions/10003), it'll be appreciated.\n\n\n## What's Changed\n### Breaking Changes\n* Build: Drop support for .NET 7 by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9511\n* Theme: Change Typography members to type BaseTypography by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9434\n* MudTable: Rename MudBlazorFix namespace to MudBlazor by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9952\n* Rename utilities to fix typos by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9582\n* Typography: Make `FontWeight` and `LineHeight` strings by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9592\n* MudGlobal: Remove `EnableIllegalRazorParameterDetection` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9580\n* Remove KeyInterceptor, Replaced by KeyInterceptorService by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9956\n* Remove MudPopoverService by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9957\n* Key handling followup work by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9921\n* KeyInterceptorService: Make KeyOptions immutable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9969\n* DialogService: Remove obsolete OnDialogInstanceAdded by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9980\n* MudDropContainer: Remove obsolete API by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9981\n* MudDataGrid: Remove obsolete CancelledEditingItem by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9982\n* JsApiService: Make implementation internal \u0026 add xmldoc. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9994\n* JsEvent: Make implementation internal \u0026 add xmldoc. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9996\n* IJSRuntimeExtensions: Adjust pre-rendering handling for .NET8 by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9997\n* Localization: Remove obsolete code by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10001\n* EventUtil: Propagate exceptions. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9967\n* TimeSeries: Rename `TimeSeriesDiplayType` to fix typo by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9581\n* MudCharts: Update Namespace, set some classes visibility to internal by @​ingkor in https://github.com/MudBlazor/MudBlazor/pull/9919\n* Add `Typography` suffix to all typography classes by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9962\n* MudDialog: Don't override `Class` param and convert BackgroundClass to getter by @​henon in https://github.com/MudBlazor/MudBlazor/pull/9909\n* MudFileUpload: fix `AppendMultipleFiles` keeping stale file references (#​9586) by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/9600\n* Typography: Remove `input` in favor of `subtitle1` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10028\n* Components: Use IAsyncDisposable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10037\n* MudSelectItem, MudNavLink: Remove MudBaseSelectItem by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10045\n* Radio, Check Box, Switch: Unification and improved alignaments by @​ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/9472\n* Scroll services: Clean up, make implementations internal, add xmodoc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10048\n* EventListener: Clean up, make implementations internal, add xmodoc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10051\n* ResizeObserver: Clean up, make implementations internal, add xmodoc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10055\n* JsEvent: Use IAsyncDisposable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10061\n* MudCollapse: Rework animation by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10056\n* Inputs: Refactor adornment related code by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10057\n* Dialog: Use ParameterState, make DialogOptions immutable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10066\n* Inputs, Menu: Standardize default origin point by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10071\n* MudDrawer: Make Temporary Drawer non-responsive by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/10095\n* MudDataGrid: Rename _classname to Classname etc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10149\n* MudPagination: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10154\n* MudBreadcrumbs: Convert BreadcrumbItem to record type by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10116\n* MudBreadcrumbs: Change HTML structure and semantics for accessibility by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10115\n* MudToggleGroup: Fix icon margins by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10162\n* MudSelect: Open menu on pointer down instead of click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10129\n ... (truncated)\n\n## 8.0.0-rc.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n### Note \nThis is a re-release of `v8.0.0-rc.1` where `MudBlazor.min.css` was missing.\n\n## What's Changed\n### Breaking Changes\n* MudToggleGroup: Remove `Rounded` in favor of CSS utilities `rounded-*` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10533\n* MudChip: Use anchor or button tag instead of div when appropriate by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10488\n* MudGlobal: Remove low impact properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10516\n### New Features\n* MudMenuItem: Add chevrons to submenus and automatically choose anchor origin by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10509\n* MudMenu: Open standard sub menus with left click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10539\n* MudMenu: Bring style closer to Material Design by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10542\n* MudMenu: Improve usage of `Dense`, icons, and touch by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10545\n* MudChart: HeatMap Cell Customization and Override by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10365\n* MudSelect: Enhance Keyboard Searching by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10433\n* Converter: Enable translation for error messages (#​3313) by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10411\n### Bug Fixes\n* MudDataGrid: Fix the shifting of striped rows when loading by @​BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/10528\n* MudMenu: Fix pointer event timing with cascading menus by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10551\n* MudPopover: Fix overlay regression in nested popovers inside Dialog by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10554\n* MudStepper: ResetAsync now sends correct StepAction arg by @​Skuzzle-UK in https://github.com/MudBlazor/MudBlazor/pull/10341\n* MudSwipeArea: Fix onpointer on touch devices by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10461\n* Revert \"Build: Sass compiler file contention fix (#​10564)\" by @​mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10589\n\n## New Contributors\n* @​Skuzzle-UK made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10341\n* @​pwasilewski made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10411\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0-preview.7...v8.0.0-rc.2\n\n## 8.0.0-preview.7\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.7 --\u003e\n\n## What's Changed\n### Breaking Changes\n* Menu: Allow simplified submenu syntax by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10469\n* MudMenuItem: Decouple from MudListItem and Change Icon Layout by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10478\n### New Features\n* Menu: Make `Open` a two-way parameter by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10459\n* MenuItem: Add `Label` parameter by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10476\n* MudDataGrid: Add CurrentPageChanged EventHandler to enable binding by @​ZizWing in https://github.com/MudBlazor/MudBlazor/pull/10483\n* MudTable: Add CurrentPageChanged fot two-way binding (#​3563 #​6260) by @​ZizWing in https://github.com/MudBlazor/MudBlazor/pull/10458\n### Bug Fixes\n* Menu: Optimize pointer events by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10479\n* MudDataGrid: Align select column and row select behavior by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10475\n* MudNumericField: Use native html input number type by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10192\n* MudDrawer: Fix bug related to Z-Index and Overlay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10467\n* MudAutocomplete: Fix OnAdornmentClick regression #​10446 by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10500\n* MudDataGrid: Fix regression ServerData + Virtualize flag (#​10495) \u0026 Footer columns (#​10501) by @​Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10507\n### Other Changes\n* MudMenu: Small optimization by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10466\n* Refactor: Cleanup some console messages by @​mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10464\n\n## New Contributors\n* @​ZizWing made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10483\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0-preview.6...v8.0.0-preview.7\n\n## 8.0.0-preview.6\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* Snackbar: Allow to attach custom task on close button click by @​BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/8589\n* MudColor: Change Equals logic by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10355\n* MudSelect: Change Visibility of \"_currentIcon\" to Internal by @​jperson2000 in https://github.com/MudBlazor/MudBlazor/pull/10451\n* MudAutocomplete: Fix overlay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10446\n\n### New Features\n* MudColor: Add Palette algorithms by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10313\n* MudColor: Add GenerateMultiGradientPalette by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10318\n* MudDataGrid: Allow overriding default filter operators per column by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10254\n* MudColorPicker: Add nullable annotation. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10321\n* MudColor: Add IParsable and Deconstruct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10333\n* New Chart: HeatMap by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10263\n* MudAutocomplete, MudSelect: Allow popover customization and add scroll events by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10327\n* MudMenu: Hide Button when Label, Icon and Content are unset by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10349\n* ParameterState: Add IsChildOriginatedChange to ParameterChangedEventArgs by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10359\n* MudDataGrid: Add AggregateTemplate render fragment by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10419\n* Menu: Improve nesting support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10452\n\n### Bug Fixes\n* MudDialog: Fix exception when closing a dialog while rendering by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10226\n* MudColor: Fix special case in GenerateGradientPalette by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10316\n* MudDataGrid: Fix Filter Panel Positioning with FixedHeader = true by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10292\n* MudTimeline: Fix item alignment in nested horizontal timeline (#​9958) by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10346\n* IJSRuntimeExtensions: Fix InvokeVoidAsyncIgnoreErrors to catch JSException by @​brpeeters in https://github.com/MudBlazor/MudBlazor/pull/10356\n* Cookie Consent CSS: Fixes the Cookie Consent Popup from Blocking the UI by @​mouse0270 in https://github.com/MudBlazor/MudBlazor/pull/10368\n* MudDatePicker: Fix bugs in FixYear and FixMonth by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10392\n* DateMask: Fix leap year February logic 02/29 by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10377\n* MudTextField: With mask, setting parameter value updates the input text by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10328\n* MudDataGrid: Fix virtualization regression (#​10343) by @​Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10402\n* MudDataGrid: Fix SelectOnRowClick when MultiSelection is false by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10387\n* Build: Better sasscompiler workaround by @​mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10417\n* MudDataGrid: Fix Resizable property behavior  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10436\n* MudDataGrid: Don't remove `Is Not Empty` filter definition on filter close by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10438\n* MudSelect: Prevent adornment `pointerdown` propogating to input by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10353\n* Fixing MudRatingItem ADA issue by @​ocastanedaglobant in https://github.com/MudBlazor/MudBlazor/pull/10429\n* MudDateRangePicker: Fix #​9667: Fix Clearable Button Not Disappearing with No Range Data by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10401\n* MudSelect: Fix MultiSelection in MudSelect by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10395\n* MudTextField: Fix MudTextField label background by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10385\n* MudTextField: Fix clickable area in multiline fields by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10364\n### Other Changes\n* README: Update support policy by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10445\n* New Component - MudChat by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10400\n\n## New Contributors\n* @​brpeeters made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10356\n* @​mouse0270 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10368\n ... (truncated)\n\n## 8.0.0-preview.5\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.5 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudDataGrid: Rename _classname to Classname etc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10149\n* MudPagination: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10154\n* MudBreadcrumbs: Convert BreadcrumbItem to record type by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10116\n* MudBreadcrumbs: Change HTML structure and semantics for accessibility by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10115\n* MudToggleGroup: Fix icon margins by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10162\n* MudSelect: Open menu on pointer down instead of click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10129\n* MudAutocomplete: Don't wrap around selected index with down arrow by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10161\n* MudAutocomplete: Coerce value immediately by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10138\n* MudSwipeArea: Replace  ontouch with onpointer by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9445\n### New Features\n* MudTreeView: Add parameter FilterFunc for selectively displaying tree nodes by @​mueller-marcel in https://github.com/MudBlazor/MudBlazor/pull/10096\n* MudNavGroup: Add TitleContent parameter by @​Ben0421 in https://github.com/MudBlazor/MudBlazor/pull/10160\n* MudDataGrid: Custom comparer by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10156\n* Autocomplete: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10127\n* MudInputAdornment: Add nullable annotation. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10203\n* Mask: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10119\n* NumericField: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10123\n* Input: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10124\n* MudNumericField: Change default InputMode to decimal by @​Eddie-Hartman in https://github.com/MudBlazor/MudBlazor/pull/9923\n* MudAppBar: Add contextual action bar implementation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10210\n* Add .NET9 Support by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10233\n* MudGlobal: Add defaults for MudPaper by @​rena0157 in https://github.com/MudBlazor/MudBlazor/pull/10264\n* MudColor: Add Lerp by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10275\n* MudColor: Add IFormattable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10295\n* MudNavGroup: Add HeaderClass for title customization by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10268\n* Snackbar: Move Icon configs to CommonSnackbarOptions by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10285\n### Bug Fixes\n* MudTextField: Fix ShrinkLabel for text fields with Mask by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10134\n* MudDataGrid: Fix Sticky Columns with Sticky Headers by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10151\n* JS: Fix cannot read properties of undefined / null by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10202\n* MudList: Fix logic of the Gutters parameter by @​henon in https://github.com/MudBlazor/MudBlazor/pull/10199\n* MudTabs: Fix scrolling to active index by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/10184\n* MudDataGrid: Allow grouping by null values by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10213\n* [MudSelect] Control popover width by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10215\n* MudSelect, MudMenu: Fix max height exceeds window by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10216\n* MudSelect/MudDatePicker: Fix accidental MudDatePicker break while maintaining desired MudSelect behavior by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10238\n* MudDataGrid: Fix virtualized indexes (#​10179) by @​Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10218\n* MudMenu: Fix menu closing if mouse move too quickly by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10172\n* DataGridTests: Fix test failure by using Invariant Culture by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10220\n* Pickers: Fix popover elevation and gap by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10270\n* Revert \"Popover: Hide all element overflow\" by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10308\n### Other Changes\n* Chore: Drop CollectionExtensions for .NET 9+ by @​xC0dex in https://github.com/MudBlazor/MudBlazor/pull/10165\n* MudInput: Remove `@​onmousewheel` by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10221\n\n## New Contributors\n ... (truncated)\n\n## 8.0.0-preview.4\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.4 --\u003e\n\n## What's Changed\n### New Features\n* Picker: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10121\n* MudMenu: Fix PositionAtCursor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10122\n* Form: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10125\n### Bug Fixes\n* MudBreadcrumbs: Fix separator template not vertically centered by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10112\n* MudDataGrid: Correctly render initially expanded rows by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10133\n* IJSRuntimeExtensions: Fix when pre-rendering by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10142\n\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0-preview.3...v8.0.0-preview.4\n\n## 8.0.0-preview.3\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.3 --\u003e\n\n## What's Changed\n### Breaking Changes\n* Inputs, Menu: Standardize default origin point by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10071\n* MudDrawer: Make Temporary Drawer non-responsive by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/10095\n### New Features\n* MudDatePicker: Use TimeProvider to allow mocking current date by @​emcbem in https://github.com/MudBlazor/MudBlazor/pull/10087\n* Inputs: Hide Clear button when readonly by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10070\n### Bug Fixes\n* MudAutocomplete: Fix Text coersion on Tab key (OnBlur or CloseMenu) by @​HClausing in https://github.com/MudBlazor/MudBlazor/pull/10074\n* MudAutocomplete: Fix ResetAsync without debounce not opening the menu by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10063\n* MudPopover: Fix z-index issues with nested popovers by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10089\n* MudPopover: Fix regression with respect to direction and location and z-index  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10106\n* Fix origin points that relied on previous defaults by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10110\n* MudToggleGroup: Unregister removed items by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10091\n### Other Changes\n* MudStepper: Use nameof() instead of hardcoded strings by @​0xced in https://github.com/MudBlazor/MudBlazor/pull/10079...\n\n_Description has been truncated_","html_url":"https://github.com/thompcd/BenchLibrary/pull/9","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/thompcd%2FBenchLibrary/issues/9","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/9/packages"},{"uuid":"3662849940","node_id":"PR_kwDOMGBA6861aC0c","number":233,"state":"open","title":"Bump CodeBeam.MudBlazor.Extensions and MudBlazor","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-11-25T12:21:04.000Z","updated_at":"2025-11-25T12:23:54.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"CodeBeam.MudBlazor.Extensions","repository_url":"https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions"},{"name":"MudBlazor","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [CodeBeam.MudBlazor.Extensions](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions) from 8.2.5 to 8.3.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [CodeBeam.MudBlazor.Extensions's releases](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/releases)._\n\n## 8.3.0\n\n## MudStepperExtended: Remake #​569 \n- Full CSP compatibility\n- Full navigation engine rewrite\n- New, consistent API surface\n- Enhanced result-step lifecycle\n- Introducing new IntroStep (An optional step show on start and not count as main steps)\n- Improved status logic (NotStarted, Continued, Completed, Skipped)\n- UI/UX refinements\n- Basic keyboard navigation and accessibility\n- Documentation updates\n- Additional unit tests\n\n## Remove Dependencies: Seperate Components that has external dependencies to new projects and packages #​571 \n- MudBarcode is now in CodeBeam.MudBlazor.Extensions.Qr package\n- MudCsvMapper is now in CodeBeam.MudBlazor.Extensions.Csv package\n\n## Breaking Changes\n- The old APİ in MudStepperExtended is obsoleted. They should work, but needed to switch new API. There is no expected programmatic breaking changes, but some visual design changes may seen if you redesign the component.\n- For MudBarcode and MudCsvMapper, you only need to install new packages. No need to change namespaces or other code.\n\n## 8.2.6\n\n### Features\n- **MudStepperExtended:** Added `MobileBreakpoint` Parameter to automatically switch MobileView.\n- **MudStepperExtended:** Added new `center` option to StepperActionsJustify.\n- **MudSelectExtended:** Added `AddNullItem` and `AddedNullItemText` Parameters.\n\n### Bug Fixes\n- **MudSelectExtended:** Fixed interactive visual even Disabled parameter is set.\n\nCommits viewable in [compare view](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/compare/8.2.5...8.3.0).\n\u003c/details\u003e\n\nUpdated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.14.0 to 8.15.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0).\n\u003c/details\u003e\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/CorruptComputer/Bones/pull/233","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorruptComputer%2FBones/issues/233","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/233/packages"},{"uuid":"3660053658","node_id":"PR_kwDOJU_oLc61QqyV","number":359,"state":"closed","title":"Bump MudBlazor from 8.14.0 to 8.15.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-25T00:09:31.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-24T18:28:01.000Z","updated_at":"2025-11-25T00:09:33.000Z","time_to_close":20490,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","old_version":"8.14.0","new_version":"8.15.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.14.0 to 8.15.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=8.14.0\u0026new-version=8.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/nefarius/WinDbgSymbolsCachingProxy/pull/359","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/nefarius%2FWinDbgSymbolsCachingProxy/issues/359","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/359/packages"},{"uuid":"3659657604","node_id":"PR_kwDOJFpnes61PUMq","number":25,"state":"closed","title":"Bump MudBlazor from 8.14.0 to 8.15.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-12-03T09:03:55.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-24T16:34:03.000Z","updated_at":"2025-12-03T09:03:57.000Z","time_to_close":750592,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","old_version":"8.14.0","new_version":"8.15.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.14.0 to 8.15.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=8.14.0\u0026new-version=8.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/ProReception/ProReception.DistributionServerInfrastructure/pull/25","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProReception%2FProReception.DistributionServerInfrastructure/issues/25","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/25/packages"}],"issue_packages":[{"old_version":"8.10.0","new_version":"9.4.0","update_type":"major","path":null,"pr_created_at":"2026-04-27T06:00:17.000Z","version_change":"8.10.0 → 9.4.0","issue":{"uuid":"4333415096","node_id":"PR_kwDOSEPLx87V1wPb","number":21,"state":"closed","title":"deps: Bump MudBlazor from 8.10.0 to 9.4.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-05-04T05:59:13.000Z","author_association":null,"state_reason":null,"created_at":"2026-04-27T06:00:17.000Z","updated_at":"2026-05-04T05:59:15.000Z","time_to_close":604736,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps: Bump","packages":[{"name":"MudBlazor","old_version":"8.10.0","new_version":"9.4.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.10.0 to 9.4.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.4.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudDataGrid: Simplify icon customization to grid-level defaults by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13004\n### New Features\n* MudDataGrid: Add default and customizable ARIA semantics to select column by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12911\n* MudTimelineItem: Add DotClass and deprecate DotStyle by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/13020\n* MudList: Improve accessibility foundation and keyboard navigation by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13066\n* MudDataGrid: Expose filter state in FilterTemplate context by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13005\n* MudSelect: add combobox/listbox ARIA wiring and correct option selection state by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13077\n* MudDataGrid: Autofocus ColumnFilterMenu value input and support Enter/Escape keyboard actions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/13101\n* MudDataGrid: Add empty-state filters for nullable enum columns by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/13104\n* MudFileUpload: Add first-class drag callbacks while preserving internal drag-state reset by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/13063\n* MudMessageBox: Add global ReverseMessageBoxButtonOrder option by @​omarkurtovic in https://github.com/MudBlazor/MudBlazor/pull/13069\n### Bug Fixes\n* MudNumericField: Focus numeric input on spin button pointer down by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/13001\n* MudDataGrid: Fix Striped rows not rendering consistently with Virtualize by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/13006\n* MudStepper: Fix ARIA tab/panel linkage to avoid invalid `aria-controls` references by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/13018\n* MudSelect: Fix exception on MAUI platform by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/13025\n* MudMessageBox: Honor provider BackgroundClass when options are omitted by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/13044\n* MudFabMenu: Fix hover menu closing prematurely by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13050\n* MudColorPicker: Fix black-color selector initialization by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13043\n* MudDataGrid: Pass down ContentFormat for generated input fields in edit mode by @​benditorok in https://github.com/MudBlazor/MudBlazor/pull/13061\n* MudAppBar: Remove scroll-lock compensation by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13081\n* MudDataGrid: Ensure two-way binding for GroupByOrder works with ParameterState updates by @​sparlist in https://github.com/MudBlazor/MudBlazor/pull/13010\n* MudPopover: Keep spawner popovers cross-axis aligned near viewport edges by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/13053\n* MudInput: Avoid duplicate blur interop during normal focus changes by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13049\n* MudMenu: Fix NullReferenceException when using MouseEvent.RightClick with ActivatorContent (Blazor Server) by @​pigwing in https://github.com/MudBlazor/MudBlazor/pull/13093\n* MudSelect: Fix required validation not showing on focus loss by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/13039\n* MudSelect: defer selected-item scroll until post-render registration by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/13097\n* MudSelect: Fix selected item ChildContent not re-rendering after value swap by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/13034\n* MudSelect: Preserve initial SelectedValues when Comparer is set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/13109\n* MudNumericField: Restore managed text input behavior by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13035\n\n## New Contributors\n* @​sparlist made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13010\n* @​omarkurtovic made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13083\n* @​pigwing made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13093\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.3.0...v9.4.0\n\n## 9.3.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudDataGrid: FilterTemplate for DataGridFilterMode.Simple by @​mmaestro16 in https://github.com/MudBlazor/MudBlazor/pull/12802\n* MudStack: Add HtmlTag support by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12906\n* MudDataGrid: Add post-apply edit callback (`CommittedItemChanged`) for form edits by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12907\n* MudDialog: Add IDialogService.ShowAsync\u003cT\u003e(DialogParameters) overload to remove required empty title by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12908\n* MudBreadcrumbs: Add accessible landmark label to navigation by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12917\n* MudTabs: Add `Disabled` to disable all child tab panels from the parent by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12920\n* MudDataGrid: Add `FilterChanged` callback and raise it on filter mutations by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12955\n* MudAutocomplete: Add OnDebounceIntervalElapsed support by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12958\n* MudSwitch: Add `role` and `aria-checked` attributes  by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12971\n* Components: Remove redundant and misleading ARIA markup by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12974\n* MudRangeInput, MudDateRangePicker: Add localizable start/end ARIA labels by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12973\n* MudTable, MudDataGrid: Add InitialSortDirection for first-click sorting by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12923\n* MudDataGrid: Add public `SortChanged` callback by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12957\n* MudDataGrid: Add HierarchyColumn-level expand/collapse callback with row context by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12956\n* MudChart: Rework radar chart axis label scaling by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12985\n* MudChart: Add ScatterPlot chart with optional line series overlay by @​cacamille3 in https://github.com/MudBlazor/MudBlazor/pull/12913\n* MudDialog: Wire title into accessible name via `aria-labelledby` by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12948\n### Bug Fixes\n* MudDateRangePicker: Fire DateRangeChanged correctly after clear and reselect of same range by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12775\n* MudTabs: Fix scroll buttons inside disabled form by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/12885\n* MudTabs: Fix drag-drop preview sizing for horizontal and vertical tabs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12897\n* MudBaseInput: Preserve initial value \u0026 preserve invalid text across key-triggered rerenders by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12880\n* MudForm: Fix false dirty-state signals from EditForm field-change events on blur by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12817\n* MudPopover: Guard observer disposal against missing map entries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12909\n* MudSelect: Fix multi-select checkbox by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12915\n* MudCollapse: Scope OnAnimationEnd to collapse transitions only by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12918\n* MudChart [TimeSeries]: Fix Types other than T=\"double\" to work by @​pkaaz in https://github.com/MudBlazor/MudBlazor/pull/12925\n* MudDateRangePicker: Update toolbar year when navigating years without a selected range by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12924\n* MudNumericField: Prevent blur on spin-button interaction by retaining input focus by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12946\n* MudFileUpload: Use container layout in CustomContent by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12950\n* Interop: Prevent select-range errors on unsupported input types by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12951\n* Charts: Respect height when MatchBoundsToSize is enabled by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12944\n* MudAutocomplete: Fix Converter during Coerce by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12928\n* MudIconButton: Adjust focus selectors to restore keyboard-visible focus states by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12966\n* MudFormComponent: Stabilize validation error IDs across invalid states by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12975\n* Inputs: Align ARIA invalid state with computed validation errors by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12972\n* Inputs: Propagate ErrorId to boolean/radio input wrappers and picker text input by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12988\n* MudDataGrid: Use flip-on-open for simple filter popover to prevent ShowMenuIcon overlap by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12905\n* Inputs: Fix validation on programmatic value change by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/12892\n\n## New Contributors\n* @​BlackOrca made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12896\n* @​JoschiZ made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12879\n* @​mmaestro16 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12802\n* @​renovate[bot] made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12941\n* @​pkaaz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12925\n ... (truncated)\n\n## 9.2.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudDropZone: Add MudDragHandle for custom drag handle support by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12703\n* DefaultConverter: Add IParsable support by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12809\n* MudTabs: Add overridable `DisposeAsyncCore` to support derived async disposal by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12811\n* Converter: Improve performance and rework Enum by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12816\n* DefaultConverter: Improve fallback T → string conversion by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12836\n* MudSelect: Give ToStringFunc Higher Precedence by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12837\n* MudFabMenu: Add Direction and Anchor support by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12843\n### Bug Fixes\n* MudCheckBox, MudSwitch, MudRadio: Respect user-defined `tabindex` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12808\n* MudChart: Rework MatchBoundsToSize Fix by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12806\n* MudTreeView: Fix selected value reset when adding data-bound items by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12840\n* MudTreeViewItem: Read GetDisabled/GetReadOnly by @​bonfante in https://github.com/MudBlazor/MudBlazor/pull/12841\n* MudChart: Ensure fill-opacity renders invariantly across cultures by @​kjetilbraadland in https://github.com/MudBlazor/MudBlazor/pull/12845\n* MudTreeView: Fix server-data reset by tracking lazy-load state per node by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12850\n* MudDataGridPager: Use MudDataGrid.Culture when formatting counts by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12863\n* MudSelect: Fix FitContent by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12860\n* MudDebouncedInput: Fix validation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12865\n* MudChart: Fix line chart natural spline interpolation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12798\n* DebounceDispatcher: Remove .Wait() to avoid PlatformNotSupportedException by @​pavelsavara in https://github.com/MudBlazor/MudBlazor/pull/12866\n* MudChart: Prevent Rounding Height Values by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12868\n* MudDataGrid: Fix Virtualize scroll jumping by using tr spacer elements by @​codemonkey85 in https://github.com/MudBlazor/MudBlazor/pull/12799\n* MudSelect, MudAutocomplete, MudMenu: Fix modeless overlay reopen on same activator click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12870\n* MudDataGrid: Fix filters being ignored when added programmatically  by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12683\n* MudTextField: Align `Sizing.Auto` visuals with default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12774\n\n## New Contributors\n* @​bonfante made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12841\n* @​kjetilbraadland made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12845\n* @​pavelsavara made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12866\n* @​codemonkey85 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12799\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.1.0...v9.2.0\n\n## 9.1.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudChart: Remove width adjustment by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12714\n* Charts: Fix radial rendering, alignment, and padding issues by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12736\n* MudForm: Obsolete `Validate` in favor of new `ValidateAsync` by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12713\n### New Features\n* MudTabs: Add accessibility labels to icon buttons by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12646\n* MudCarousel: Add ArrowsColor parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12709\n### Bug Fixes\n* MudVirtualize: Fix MaxItemCount runtime crash on .NET 8 by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12701\n* MudFileUpload: Remove mt-1 spacing when SelectedTemplate is set by @​sean-mcl in https://github.com/MudBlazor/MudBlazor/pull/12700\n* MudDataGrid: Fix CellClass ordering to allow style overrides by @​pine919 in https://github.com/MudBlazor/MudBlazor/pull/12662\n* MudMenu: Fix nested submenu arrow direction in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12706\n* MudBaseInput: Fix OnlyValidateIfDirty with non-default initial Value by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12716\n* MudTooltip: Fix Unnecessary Tooltip Content Re-render by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12724\n* MudTimePicker: Fix closed-value formatting to honor AmPm / TimeFormat by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12726\n* Build: Mitigate JS parse collisions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12728\n* MudSelect, MudAutocomplete: Fix pointer cursor shown on readonly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12704\n* MudDebouncedInput: Fix DebounceInterval doesn't update its initial value if set by async operation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12735\n* MudColorPicker: render initial `@​bind-Text` value in input on first render by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12749\n* MudRadialChart: Prevent tooltips from disappearing during parameter updates by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12751\n* MudSelect: Prevent default(T) preselection in MultiSelection by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12743\n* MudMenu: Fix mutation-unsafe async enumeration during close by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12757\n* MudDateRangePicker: Fix initialization when using `DateTime.MinValue` by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12668\n* MudListItem: Fix disabled items not showing selected state in multi-selection mode by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12727\n* MudChart: Fix infinite expansion loop with MatchBoundsToSize and relative height by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12760\n* MudNumericField: Fix Format being broken by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12766\n* MudDatePicker: Clear conversion error when editable field is manually erased by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12695\n* MudAutocomplete: Fix item template containers rendering padding when empty by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12782\n* MudTabs: Fix SliderColor having no visual effect by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12780\n* MudTimePicker: Fix wrong cursor in popover/dialog when editable by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12781\n* MudSlider: Fix value label position in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12777\n* MudStepper: Fix nested steppers with different orientations by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12776\n* MudAlert: Fix ContentAlignment ignored on mobile (xs) breakpoint by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12786\n* Pickers: Fix ReadOnly not respected in PickerVariant.Static by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12785\n* MudTable: Fix loading indicator visibility in mobile layout by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12778\n\n## New Contributors\n* @​sean-mcl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12700\n* @​pine919 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12662\n* @​xdaneault made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12668\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0...v9.1.0\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\n## 8.14.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.14.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudGlobal: Deprecate theming properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11415\n### New Features\n* MudColorPicker: Add opt-out tooltips for icon buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11953\n* MudMenu: Enhance keyboard accessibility and focus management by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11762\n* MudTable: Add AriaLabel parameter for accessibility by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/11995\n* Pickers: Add InputId parameter by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12003\n* Icons: Add Slack brand icon to Icons.Custom.Brands by @​codomposer in https://github.com/MudBlazor/MudBlazor/pull/12057\n* MudStepper: Provide step context to child content by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/12054\n### Bug Fixes\n* MudDataGrid: Fix generated EditTemplates not inheriting their column's culture by @​benditorok in https://github.com/MudBlazor/MudBlazor/pull/11931\n* CSS: Improve browser compatibility by replacing `from ... r g b` syntax by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11939\n* MudDialog: Fix gaps in body style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11506\n* MudIconButton: Fix filled buttons losing background color on click by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11944\n* MudDialog: Force titles to wrap \u0026 prevent close button overlap by @​RabindranathChanda in https://github.com/MudBlazor/MudBlazor/pull/11921\n* MudPopover: Fix JS Typo by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11968\n* MudFormComponent: Clear converter errors on ResetValidation by @​ArfitAP in https://github.com/MudBlazor/MudBlazor/pull/11971\n* MudScrollListener: Fix document scroll by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11978\n* MudTooltip: Fix FullWidth children not stretching by @​FreskOoAs in https://github.com/MudBlazor/MudBlazor/pull/11948\n* MudAutocomplete: ProgressBar AdornmentIcon Hiding by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11980\n* MudTabs: Fix TabWrapperContent and Tooltip display with Drag and Drop by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12009\n* MudSelect: Display selected value when null by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12001\n* ParameterState: Add Snapshot to avoid race condition by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12023\n* MudNavGroup: Fix Background Color After Click by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11989\n* MudDatePicker: Fix FixedDay, FixMonth, FixYear for non-Gregorian calendar by @​oxayotl in https://github.com/MudBlazor/MudBlazor/pull/11992\n* MudAutocomplete: Fix input not focused on adornment click by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11970\n* MudAutocomplete: OpenChanged called twice after selection by @​Yomodo in https://github.com/MudBlazor/MudBlazor/pull/11985\n* MudCard: Hide gap when MudCardActions is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12033\n* MudExpansionPanel: Fix Gutters property not affecting header padding by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12036\n### Other Changes\n* SankeyChart: Add chart for displaying dataflow by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/11919\n\n## New Contributors\n* @​benditorok made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11931\n* @​RabindranathChanda made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11921\n* @​ArfitAP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11971\n* @​FreskOoAs made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11948\n* @​dev-KingMaster made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11995\n* @​codomposer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12057\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.13.0...v8.14.0\n\n## 8.13.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.13.0 --\u003e\n\n## What's Changed\n### New Features\n* MudTable: Add LoadingContentBody render fragment by @​Enderlook in https://github.com/MudBlazor/MudBlazor/pull/11718\n* MudTable: Scroll to row \u0026 focus cell by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11569\n* MudSnackbar: Add global HideIcon option by @​franco-diaz-licham in https://github.com/MudBlazor/MudBlazor/pull/11900\n* MudDataGrid: Add parameters for filter icons by @​CyrilArtFX in https://github.com/MudBlazor/MudBlazor/pull/11864\n### Bug Fixes\n* MudIconButton: Fix icon button with default color not having focus indicator by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11858\n* MudCheckbox: Fix Tri-State required validation  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11886\n* MudCarousel: Fix UI update of bullets on item add by @​Blocko07 in https://github.com/MudBlazor/MudBlazor/pull/11873\n* MudDataGrid: Hierarchy ExpandAll/CollapseAll when one item is present by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11904\n* MudTabs: Guard for ScrollPrev by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11924\n\n## New Contributors\n* @​Blocko07 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11873\n* @​franco-diaz-licham made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11900\n* @​CyrilArtFX made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11864\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.12.0...v8.13.0\n\n## 8.12.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.12.0 --\u003e\n\n## What's Changed\n### New Features\n* MudDataGrid: Add hierarchy visibility toggled parameter by @​GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11706\n* MudChart: Support custom ToString func for Y axis by @​IchBinAb4los in https://github.com/MudBlazor/MudBlazor/pull/11674\n### Bug Fixes\n* MudPopover: Maintain Scroll Position by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11765\n* MudTextField: Fix padding for outlined multiline fields by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/11776\n* MudDataGrid: Fix nested group expansion for multilevel grouping (#​11725) by @​M4ntax in https://github.com/MudBlazor/MudBlazor/pull/11729\n* MudDialog: Fix when a dialog is canceled, it can be reopened by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11804\n* MudDataGrid : Refresh on collection changed by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11822\n* MudDataGrid: SCSS, Clean Up Sticky Columns by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11800\n* MudAutocomplete: Fix `Strict=false` when using a `Converter` with `CoerceValue` by @​Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/11826\n\n## New Contributors\n* @​rasmus-carlsson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11776\n* @​M4ntax made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11729\n* @​IchBinAb4los made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11674\n* @​Copilot made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11810\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.11.0...v8.12.0\n\n## 8.11.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.11.0 --\u003e\n\n## What's Changed\n### New Features\n* MudField: AdornmentAria and ShrinkLabel by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11669\n* MudStepper: Add Skipped State (#​11739) by @​Alex-DeLaet in https://github.com/MudBlazor/MudBlazor/pull/11742\n### Bug Fixes\n* MudTable: Maintains group row state when group list is modified by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11681\n* MudTextField: Fix Focus by ElementReference by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11733\n* MudMenu: Hide menu list if it has no items by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11740\n* MudDataGrid: Fix HierarchyColumn Expansion with Funcs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11292\n* MudTabs: Improve accessibility by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11581\n* MudTable : Fix bug where CurrentPage is reset at the initialization by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11745\n* MudPopover: MudList MaxHeight Adjustments by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11734\n### Other Changes\n* Community Extensions: Add MudX by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11692\n* MudPopover: Fix MudList Scroll Issue by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11694\n* MudTimeSeriesChart: Use InvariantCulture when rendering opacity (#​11696) by @​svarnyjunak in https://github.com/MudBlazor/MudBlazor/pull/11697\n* MudHighlighter: Maintain markup formatting when Markup=true by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11705\n* MudBaseInput: Fix expired ParameterView in inherited components by @​GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11715\n\n## New Contributors\n* @​svarnyjunak made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11697\n* @​GeorgeKarlinzer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11715\n* @​Alex-DeLaet made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11742\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.10.0...v8.11.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.10.0...v9.4.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=8.10.0\u0026new-version=9.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/rrubeo/prima-nota/pull/21","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/rrubeo%2Fprima-nota/issues/21","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/21/packages"}},{"old_version":null,"new_version":null,"update_type":null,"path":null,"pr_created_at":"2026-04-01T05:21:35.000Z","version_change":null,"issue":{"uuid":"4184194415","node_id":"PR_kwDOOPXuPM7PJRbx","number":2,"state":"closed","title":"Bump MudBlazor and MudBlazor.Translations","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":3,"pull_request":true,"closed_at":"2026-04-01T05:36:32.000Z","author_association":null,"state_reason":null,"created_at":"2026-04-01T05:21:35.000Z","updated_at":"2026-04-01T05:36:42.000Z","time_to_close":897,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","repository_url":"https://github.com/MudBlazor/MudBlazor"},{"name":"MudBlazor.Translations","repository_url":"https://github.com/MudBlazor/Translations"}],"path":null,"ecosystem":"nuget"},"body":"[//]: # (dependabot-start)\n⚠️  **Dependabot is rebasing this PR** ⚠️ \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nUpdated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.3.0 to 9.0.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\n## 8.14.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.14.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudGlobal: Deprecate theming properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11415\n### New Features\n* MudColorPicker: Add opt-out tooltips for icon buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11953\n* MudMenu: Enhance keyboard accessibility and focus management by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11762\n* MudTable: Add AriaLabel parameter for accessibility by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/11995\n* Pickers: Add InputId parameter by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12003\n* Icons: Add Slack brand icon to Icons.Custom.Brands by @​codomposer in https://github.com/MudBlazor/MudBlazor/pull/12057\n* MudStepper: Provide step context to child content by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/12054\n### Bug Fixes\n* MudDataGrid: Fix generated EditTemplates not inheriting their column's culture by @​benditorok in https://github.com/MudBlazor/MudBlazor/pull/11931\n* CSS: Improve browser compatibility by replacing `from ... r g b` syntax by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11939\n* MudDialog: Fix gaps in body style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11506\n* MudIconButton: Fix filled buttons losing background color on click by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11944\n* MudDialog: Force titles to wrap \u0026 prevent close button overlap by @​RabindranathChanda in https://github.com/MudBlazor/MudBlazor/pull/11921\n* MudPopover: Fix JS Typo by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11968\n* MudFormComponent: Clear converter errors on ResetValidation by @​ArfitAP in https://github.com/MudBlazor/MudBlazor/pull/11971\n* MudScrollListener: Fix document scroll by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11978\n* MudTooltip: Fix FullWidth children not stretching by @​FreskOoAs in https://github.com/MudBlazor/MudBlazor/pull/11948\n* MudAutocomplete: ProgressBar AdornmentIcon Hiding by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11980\n* MudTabs: Fix TabWrapperContent and Tooltip display with Drag and Drop by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12009\n* MudSelect: Display selected value when null by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12001\n* ParameterState: Add Snapshot to avoid race condition by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12023\n* MudNavGroup: Fix Background Color After Click by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11989\n* MudDatePicker: Fix FixedDay, FixMonth, FixYear for non-Gregorian calendar by @​oxayotl in https://github.com/MudBlazor/MudBlazor/pull/11992\n* MudAutocomplete: Fix input not focused on adornment click by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11970\n* MudAutocomplete: OpenChanged called twice after selection by @​Yomodo in https://github.com/MudBlazor/MudBlazor/pull/11985\n* MudCard: Hide gap when MudCardActions is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12033\n* MudExpansionPanel: Fix Gutters property not affecting header padding by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12036\n### Other Changes\n* SankeyChart: Add chart for displaying dataflow by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/11919\n\n## New Contributors\n* @​benditorok made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11931\n* @​RabindranathChanda made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11921\n* @​ArfitAP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11971\n* @​FreskOoAs made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11948\n* @​dev-KingMaster made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11995\n* @​codomposer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12057\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.13.0...v8.14.0\n\n## 8.13.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.13.0 --\u003e\n\n## What's Changed\n### New Features\n* MudTable: Add LoadingContentBody render fragment by @​Enderlook in https://github.com/MudBlazor/MudBlazor/pull/11718\n* MudTable: Scroll to row \u0026 focus cell by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11569\n* MudSnackbar: Add global HideIcon option by @​franco-diaz-licham in https://github.com/MudBlazor/MudBlazor/pull/11900\n* MudDataGrid: Add parameters for filter icons by @​CyrilArtFX in https://github.com/MudBlazor/MudBlazor/pull/11864\n### Bug Fixes\n* MudIconButton: Fix icon button with default color not having focus indicator by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11858\n* MudCheckbox: Fix Tri-State required validation  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11886\n* MudCarousel: Fix UI update of bullets on item add by @​Blocko07 in https://github.com/MudBlazor/MudBlazor/pull/11873\n* MudDataGrid: Hierarchy ExpandAll/CollapseAll when one item is present by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11904\n* MudTabs: Guard for ScrollPrev by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11924\n\n## New Contributors\n* @​Blocko07 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11873\n* @​franco-diaz-licham made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11900\n* @​CyrilArtFX made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11864\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.12.0...v8.13.0\n\n## 8.12.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.12.0 --\u003e\n\n## What's Changed\n### New Features\n* MudDataGrid: Add hierarchy visibility toggled parameter by @​GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11706\n* MudChart: Support custom ToString func for Y axis by @​IchBinAb4los in https://github.com/MudBlazor/MudBlazor/pull/11674\n### Bug Fixes\n* MudPopover: Maintain Scroll Position by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11765\n* MudTextField: Fix padding for outlined multiline fields by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/11776\n* MudDataGrid: Fix nested group expansion for multilevel grouping (#​11725) by @​M4ntax in https://github.com/MudBlazor/MudBlazor/pull/11729\n* MudDialog: Fix when a dialog is canceled, it can be reopened by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11804\n* MudDataGrid : Refresh on collection changed by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11822\n* MudDataGrid: SCSS, Clean Up Sticky Columns by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11800\n* MudAutocomplete: Fix `Strict=false` when using a `Converter` with `CoerceValue` by @​Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/11826\n\n## New Contributors\n* @​rasmus-carlsson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11776\n* @​M4ntax made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11729\n* @​IchBinAb4los made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11674\n* @​Copilot made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11810\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.11.0...v8.12.0\n\n## 8.11.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.11.0 --\u003e\n\n## What's Changed\n### New Features\n* MudField: AdornmentAria and ShrinkLabel by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11669\n* MudStepper: Add Skipped State (#​11739) by @​Alex-DeLaet in https://github.com/MudBlazor/MudBlazor/pull/11742\n### Bug Fixes\n* MudTable: Maintains group row state when group list is modified by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11681\n* MudTextField: Fix Focus by ElementReference by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11733\n* MudMenu: Hide menu list if it has no items by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11740\n* MudDataGrid: Fix HierarchyColumn Expansion with Funcs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11292\n* MudTabs: Improve accessibility by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11581\n* MudTable : Fix bug where CurrentPage is reset at the initialization by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11745\n* MudPopover: MudList MaxHeight Adjustments by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11734\n### Other Changes\n* Community Extensions: Add MudX by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11692\n* MudPopover: Fix MudList Scroll Issue by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11694\n* MudTimeSeriesChart: Use InvariantCulture when rendering opacity (#​11696) by @​svarnyjunak in https://github.com/MudBlazor/MudBlazor/pull/11697\n* MudHighlighter: Maintain markup formatting when Markup=true by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11705\n* MudBaseInput: Fix expired ParameterView in inherited components by @​GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11715\n\n## New Contributors\n* @​svarnyjunak made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11697\n* @​GeorgeKarlinzer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11715\n* @​Alex-DeLaet made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11742\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.10.0...v8.11.0\n\n## 8.10.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.10.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudStepper: Remove StepStyle property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11589\n### New Features\n* DataGrid: Extend DateOnly filtering support for Simple and ColumnFilterMenu modes by @​raimana in https://github.com/MudBlazor/MudBlazor/pull/11599\n### Bug Fixes\n* MudTextField: Fix excessive height with AutoGrow, Outlined, Dense, and Adornment by @​mathdx1111 in https://github.com/MudBlazor/MudBlazor/pull/11600\n* MudFocusTrap: Prevent JSException on Disposed Component by @​jHabjanMXP in https://github.com/MudBlazor/MudBlazor/pull/11586\n* MudTabs: Update ActiveIndex On Render and Refresh when Drag and Drop Enabled by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11568\n* MudDataGrid: AllowUnsorted Default Behavior  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11655\n* MudSimpleTable: Remove redundant bottom border from the last row header by @​9PK4U in https://github.com/MudBlazor/MudBlazor/pull/11628\n### Other Changes\n* MudPopover: Restrict Max Height Adjustments by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11680\n\n## New Contributors\n* @​9PK4U made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11628\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.9.0...v8.10.0\n\n## 8.9.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.9.0 --\u003e\n\n## What's Changed\n### New Features\n* MudDataGrid: Add AllowUnsorted property by @​christianielsen in https://github.com/MudBlazor/MudBlazor/pull/11443\n### Bug Fixes\n* MudDialog: Fix Inline Dialog Title Refresh by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11504\n* MudHighlighter: Fix Highlighted Markup Render Bug by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11543\n* MudMask: Update value on browser autofill by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11547\n* MudAutocomplete: Fix Strict mode regression by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11533\n* MudSimpleTable: Fix missing row borders in nested tables (#​11559) by @​n0spaces in https://github.com/MudBlazor/MudBlazor/pull/11566\n* MudProgressCircular: Calculate view box size based on stroke width by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11557\n* MudSelect: Always call `FieldChanged` when `MultiSelection=true` by @​Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/11553\n### Other Changes\n* MudDialog: Fix CloseOnEscapeKey Not Triggered After Backdrop Click by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11475\n* Datagrid: Support Dateonly filter by @​raimana in https://github.com/MudBlazor/MudBlazor/pull/11535\n* MudExpansionPanel: Add toggle keyboard hotkeys, Add ability to remove content from DOM by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11531\n\n## New Contributors\n* @​raimana made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11535\n* @​AmpF5 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11548\n* @​nccadman19 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11531\n* @​n0spaces made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11566\n* @​christianielsen made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11443\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.8.0...v8.9.0\n\n## 8.8.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.8.0 --\u003e\n\n## What's Changed\n### New Features\n* MudAutocomplete: Scroll to selected item when not strict by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11049\n* MudMenu: Add min width \u0026 submenu icon gutters by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11435\n* MudDataGrid Default GroupTemplate At Grid Level by @​peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/11237\n* Improve accessibility labels and localize picker buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11456\n* MudTabs: Add Drag and Drop functionality by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11267\n* MudGlobal: Add PopoverDefaults.ModalOverlay to control Modal parameters by @​rabidsheep in https://github.com/MudBlazor/MudBlazor/pull/11486\n* MudFileUpload: Add file size validation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11476\n* MudToggleGroup: Refactor borders, Add border opacity support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11496\n### Bug Fixes\n* MudMenu: Hide popover overflow by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11444\n* MudMenu: Position At Cursor Flip Logic by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11437\n* MudDataGrid: Filters and Options Popover changed to Position At Cursor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11452\n* MudTextField: Fix partially hidden scrollbar, Focus field on label click by @​mathdx1111 in https://github.com/MudBlazor/MudBlazor/pull/11402\n* MudDataGrid: Groupable Logic by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11383\n* MudTablePager: Fix InfoFormat ignoring custom text (#​11466) by @​sirdx in https://github.com/MudBlazor/MudBlazor/pull/11468\n* MudMenu: Revert previous refactor by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11484\n* MudAutocomplete: Fix item selection stealing focus back after handler completes by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11482\n* MudTabs: Fix MudTabSlider not showing by @​sirdx in https://github.com/MudBlazor/MudBlazor/pull/11467\n* MudDrawer: Fix stall when loading by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/11009\n* MudInput: Dispose iOS Blur With Error Handling by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11436\n### Other Changes\n* Build: Remove \"needs review\" label from new PRs by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11431\n* MudToggleItem: Enforce direct parent hierarchy by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11498\n\n## New Contributors\n* @​ecrocombe made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11427\n* @​mathdx1111 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11402\n* @​sirdx made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11468\n* @​oxayotl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11474\n* @​rabidsheep made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11486\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.7.0...v8.8.0\n\n## 8.7.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.7.0 --\u003e\n\n## What's Changed\n### New Features\n* DataGridExtensions: support GridStateVirtualize and sort comparer by @​ahjephson in https://github.com/MudBlazor/MudBlazor/pull/11270\n* MudTabPanel: Implement Sorting by Text, SortKey, or Custom IComparer by @​richardhauer in https://github.com/MudBlazor/MudBlazor/pull/10803\n* SwipeArea: Real Time Swipe Support by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11307\n* Pickers: Use `InputDefaults` for inputs in `Picker` components by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11342\n* MudTable: Add TableClass parameter #​11351 by @​nathanhqws in https://github.com/MudBlazor/MudBlazor/pull/11352\n* MudCheckBox: Use disabled style on text by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/11356\n* MudCircularProgress: Add ChildContent to Show Centered Content in the Progress by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11271\n* MudColorPicker: Reduce default throttle by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11368\n* MudPopover: Expand Flip Logic to Include Anchor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11248\n* MudTablePager: Add thousands separator for all_items by @​RafBorrelli in https://github.com/MudBlazor/MudBlazor/pull/11371\n* Add `d-contents` display class, Fix missing gap between MessageBox action buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11391\n* MudDataGrid: Form Dialog Focus by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11379\n* MudColorPicker: Improve ARIA labels \u0026 doc page wording by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11401\n* Palette: Add BorderOpacity property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11394\n* MudAutocomplete: Allow changing `LockScroll` value by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11414\n### Bug Fixes\n* Popover: Initial Show When Open=\"true\" by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11277\n* MudCarousel: Utilize ParameterState by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11324\n* MudBooleanInput, MudRating: Improve accessibility by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11084\n* PopoverProvider: Multiple Layouts by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11305\n* MudInput: Fix Disposal of IOS Blur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11347\n* MudOverlay: Check JSRuntime by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11282\n* MudToggleGroup: Fix MudToggleItem selection when asynchronously loaded by @​jimitndiaye in https://github.com/MudBlazor/MudBlazor/pull/11309\n* MudToggleGroup: Fix FixedContent Visual Options by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11306\n* MudInput: Fix Proper Blur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11376\n* MudAutocomplete: Fix `AutoFocus` not opening item list by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11365\n* DataGrid: GroupingByOrder / Style Fix / Expansion StateHasChanged by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11302\n* Line chart: Fix index out of bounds error by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11381\n* MudMenu: Fix submenu activators being too wide by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11367\n* MudTabs: Fix slider misalignment when component is scaled by @​liamAU28910 in https://github.com/MudBlazor/MudBlazor/pull/11405\n* MudMask: Fix `⌘` shortcuts on MacOS \u0026 `cut` shortcut in general by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11366\n* MudPopover: Fix Event Order by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11389\n* MudToggleGroup: Selection Tracking by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11395\n* Docs: Fix mangled `AppbarButtons.razor.cs` merge by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11419\n* MudExpansionPanel: Fix `Gutters` property not taking effect by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11408\n### Other Changes\n* GitHubActions: Fix TryMudBlazor deploy by @​Garderoben in https://github.com/MudBlazor/MudBlazor/pull/11257\n\n## New Contributors\n* @​ahjephson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11270\n* @​richardhauer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10803\n* @​nathanhqws made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11352\n* @​liamAU28910 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11405\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.6.0...v8.7.0\n\n## 8.6.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudOverlay: Add parameter Modal allowing click-through by @​Cybrosys in https://github.com/MudBlazor/MudBlazor/pull/10893\n* MudDataGrid: Hierarchy Column Header by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11181\n* MudDateRangePicker: BlurAsync() MudRangeInput can now blur both inputs at once by @​urbanambroz in https://github.com/MudBlazor/MudBlazor/pull/11104\n* MudDataGrid: Multi Level Grouping by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11243\n### Bug Fixes\n* MudDateRangePicker: Re-enable selecting end date before start date (fix regression) by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11126\n* MudInput - Heap Locked When Disabled by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11135\n* BarChart: Fix tooltip display value by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11150\n* MudTimeSeriesChart: Fix Unhandled Exception by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11153\n* MudPicker: Set TextUpdateSuppression based on Readonly state by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11144\n* MudAutocomplete: Fix various activation issues by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11130\n* MudDataGrid: Enhance HierarchyColumn for RTL and Expand/Collapse All by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11103\n* MudCarousel: Fix timer creation after component disposal by @​jHabjanMXP in https://github.com/MudBlazor/MudBlazor/pull/11192\n* MudPopover: Javascript refactor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11165\n* MudChat: RTL Display / Remove Expiramental Tag by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11219\n* mudElementReference.js: Fix null exception by @​phamtuanit in https://github.com/MudBlazor/MudBlazor/pull/11222\n* MudThemeProvider: Only wrap multi-word font names in quotes in CSS font-family declarations by @​Garderoben in https://github.com/MudBlazor/MudBlazor/pull/11214\n* Popover: Z-Index Alignment by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11220\n* MudOverlay: Prevent unnecessary LockScroll changes by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11174\n* MudInput: Dispose DotNetObjectReference by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11254\n### Other Changes\n* MudMenu: Revert hide delay to match show delay again by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11129\n\n## New Contributors\n* @​jHabjanMXP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11192\n* @​MiroslavKabat made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11198\n* @​phamtuanit made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11222\n* @​urbanambroz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11104\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.5.1...v8.6.0\n\n## 8.5.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.5.1 --\u003e\n\n## What's Changed\n### Bug Fixes\n* Analyzer: Lower the Roslyn version by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11116\n* MudMenu Nested Fix by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11117\n\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.5.0...v8.5.1\n\n## 8.5.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.5.0 --\u003e\n\n## What's Changed\n\n### Bug Fixes\n* MudChart: Fix culture and perfomance issues by @​radderz in https://github.com/MudBlazor/MudBlazor/pull/11041\n* MudSwitch: Change track color to improve visibility on dark theme by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/11077\n* MudTextField: Fix AutoGrow Adornment padding by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10932\n* MudInput: Fix trimming issue by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11029\n* MudTable: Fix table sort label style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11022\n* MudDateRangePicker: Fix error with MaxDays and IsDateDisabledFunc  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11033\n* MudPopover: Remove shadow if the popover is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11040\n* MudAutocomplete: Fix duplicate search calls when opened on click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11023\n* MudPopover: Overlay Position Exclusion by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11038\n* ObserverManager: Optimize to reduce dictionary lookups by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11067\n* DataGrid: Mutlisort key fix on mac by @​tomasgreen in https://github.com/MudBlazor/MudBlazor/pull/11070\n* MudDialog : Duplicate dialog fix by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/11048\n* MudSelect: Add FitContent Parameter by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10894\n* MudToolTip: Move Duration Delay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11051\n* MudInput Dispose JS OnBlur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11039\n* MudDatePicker: Fix selecting DateTime.MaxValue (#​7285) by @​LukasMerz in https://github.com/MudBlazor/MudBlazor/pull/7286\n* MudPopover: Fix positioning delay (partial revert of #​10856) by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11107\n* Analyzers/SourceGenerator: Update Roslyn by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11110\n* MudMenu: Autocomplete/Select adornment click no longer causes menu to close by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11011\n* MudTreeViewItem: Fix NullReferenceException by @​masonwheeler in https://github.com/MudBlazor/MudBlazor/pull/11108\n* MudDataGrid - Preserve Selection with ParameterState by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11032\n\n## New Contributors\n* @​tomasgreen made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11070\n* @​LukasMerz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7286\n* @​masonwheeler made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11108\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.4.0...v8.5.0\n\n## 8.4.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.4.0 --\u003e\n\u003e [!CAUTION]\n\u003e We don't recommend to use this version.\n\u003e Since the MudMenu and Charts are broken.\n\n## What's Changed\n### New Features\n* MudDateRangePicker: Limit Date Range selection based on min/max days constraint by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10769\n* MudChart: Timeseries charting improvements by @​radderz in https://github.com/MudBlazor/MudBlazor/pull/10865\n* MudTable: Add CellClass parameter by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/10884\n### Bug Fixes\n* MudProgressLinear: Use MudGlobal.Rounded as default. by @​Devqon in https://github.com/MudBlazor/MudBlazor/pull/10944\n* Fix usages of MudGlobal.Rounded by @​Devqon in https://github.com/MudBlazor/MudBlazor/pull/10957\n* MudDialog: Fix duplicate dialogs by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/10979\n* MudRadio: Fix incorrect aria checked radio by @​ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/10965\n* MudChart/Heatmap: Add Min/Max Overrides by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10985\n* MudPopover: Adjust Overlay Add Throttle and Debounce by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10856\n* Prevent Rendering of unused MudPopover and MudOverlay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10853\n* DataGrid: SelectedItem(s) ParameterState Refactor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10829\n* MudInput: Implement Streamlined Blur event by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10842\n* MudCollapse: Apply scroll to expanded content overflow by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10948\n* MudButtonGroup: Fix some disabled styles not applying to buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10999\n* MudSelect: Fix menu toggled on non-primary mouse clicks  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11002\n* Popover: Fix Overlay Z-Index issue by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10994\n* MudStepper: Fix final step completed color by @​Lewis-Pitman in https://github.com/MudBlazor/MudBlazor/pull/11012\n* MudTabs: Fix underline display for active tab (#​10970) by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10974\n### Other Changes\n* Refactor: Fix code styling, tests by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10993\n\n## New Contributors\n* @​Devqon made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10944\n* @​Lewis-Pitman made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11012\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.3.0...v8.4.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.3.0...v9.0.0).\n\u003c/details\u003e\n\nUpdated [MudBlazor.Translations](https://github.com/MudBlazor/Translations) from 2.3.0 to 3.3.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor.Translations's releases](https://github.com/MudBlazor/Translations/releases)._\n\n## 3.3.0\n\n## Notable Changes 🚀\n\n- Updated translations\n\n## What's Changed\n\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/329\n* chore: bump version to 3.3 by @​meenzen in https://github.com/MudBlazor/Translations/pull/330\n\n**Full Changelog**: https://github.com/MudBlazor/Translations/compare/v3.2.0...v3.3.0\n\n## NuGet Package :package:\n\n```bash\ndotnet add package MudBlazor.Translations --version 3.3.0\n```\n\n## 3.2.0\n\n## Notable Changes 🚀\n\n- Updated translations\n\n## What's Changed\n\n* feat: add Georgian resource file by @​meenzen in https://github.com/MudBlazor/Translations/pull/324\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/323\n* feat: improve build performance by @​meenzen in https://github.com/MudBlazor/Translations/pull/325\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/326\n* chore: bump version to 3.2 by @​meenzen in https://github.com/MudBlazor/Translations/pull/328\n\n**Full Changelog**: https://github.com/MudBlazor/Translations/compare/v3.1.0...v3.2.0\n\n## NuGet Package :package:\n\n```bash\ndotnet add package MudBlazor.Translations --version 3.2.0\n```\n\n## 3.1.0\n\n## Notable Changes 🚀\n\n- Updated translations\n\n## What's Changed\n\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/318\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/319\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/320\n* chore: use slnx by @​meenzen in https://github.com/MudBlazor/Translations/pull/321\n* chore: bump version to 3.1 by @​meenzen in https://github.com/MudBlazor/Translations/pull/322\n\n**Full Changelog**: https://github.com/MudBlazor/Translations/compare/v3.0.0...v3.1.0\n\n## NuGet Package :package:\n\n```bash\ndotnet add package MudBlazor.Translations --version 3.1.0\n```\n\n## 3.0.0\n\n## Notable Changes 🚀\n\n- MudBlazor `v9.0.0` support\n- Updated translations\n\n## What's Changed\n\n* chore(deps): update dependency sonaranalyzer.csharp to 10.16.0.128591 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/258\n* chore(deps): update dependency tunit to 1.3.0 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/259\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/260\n* chore(deps): update dependency tunit to 1.3.9 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/261\n* chore(deps): update dependency tunit to 1.3.15 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/262\n* chore: add indonesian language file by @​meenzen in https://github.com/MudBlazor/Translations/pull/265\n* chore(deps): update dependency tunit to 1.3.25 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/264\n* chore(deps): update dependency sonaranalyzer.csharp to 10.16.1.129956 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/263\n* chore(deps): update dependency tunit to 1.5.0 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/266\n* chore(deps): update dependency tunit to 1.5.6 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/267\n* chore(deps): update dependency tunit to 1.5.37 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/268\n* chore(deps): update dependency tunit to 1.5.53 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/269\n* chore(deps): update dependency csharpier to v1.2.2 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/270\n* chore(deps): update dependency tunit to 1.5.60 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/271\n* chore(deps): update dependency roslynator.analyzers to 4.15.0 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/272\n* chore(deps): update dependency csharpier to v1.2.3 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/273\n* chore(deps): update dependency sonaranalyzer.csharp to 10.17.0.131074 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/275\n* chore(deps): update dependency tunit to 1.5.78 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/274\n* chore: add Slovenian language file by @​meenzen in https://github.com/MudBlazor/Translations/pull/277\n* chore(deps): update dependency tunit to 1.5.80 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/276\n* chore(deps): update dependency tunit to 1.6.20 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/278\n* chore(deps): update dependency tunit to 1.6.28 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/280\n* chore(deps): update dependency csharpier to v1.2.4 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/279\n* chore(deps): update dependency tunit to 1.9.2 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/281\n* chore(deps): update dependency csharpier to v1.2.5 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/282\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/283\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/286\n* chore(deps): update dependency microsoft.testing.extensions.codecoverage to 18.3.1 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/284\n* chore(deps): update dependency microsoft.testing.extensions.codecoverage to 18.3.2 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/289\n* chore(deps): update dependency sonaranalyzer.csharp to 10.18.0.131500 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/288\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/290\n* chore(deps): update dependency tunit to 1.11.18 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/287\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/292\n* chore(deps): update dependency tunit to 1.11.56 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/291\n* chore(deps): update dependency tunit to 1.12.3 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/293\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/295\n* chore(deps): update dependency tunit to 1.12.15 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/294\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/297\n* chore(deps): update dependency tunit to 1.12.53 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/296\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/299\n* chore(deps): update dependency tunit to 1.12.65 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/298\n* chore(deps): update dependency tunit to 1.12.125 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/300\n* chore(deps): update dependency sonaranalyzer.csharp to 10.19.0.132793 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/301\n ... (truncated)\n\n## 2.7.0\n\n## Notable Changes 🚀\n\n- Target .NET 10\n- Updated translations\n\n## What's Changed\n\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/229\n* chore(deps): update actions/setup-dotnet action to v5 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/231\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/230\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/233\n* chore(deps): update xunit-dotnet monorepo by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/236\n* chore(deps): update nerdbank.gitversioning to 3.8.118 - autoclosed by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/235\n* chore(deps): update dependency awesomeassertions to 9.2.0 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/234\n* chore(deps): update dependency microsoft.net.test.sdk to v18 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/237\n* chore(deps): update dependency roslynator.analyzers to 4.14.1 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/238\n* chore(deps): update github/codeql-action action to v4 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/239\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/240\n* chore(deps): update dependency awesomeassertions to 9.2.1 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/241\n* chore(deps): update xunit-dotnet monorepo by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/244\n* chore(deps): update dependency awesomeassertions to 9.3.0 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/242\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/243\n* chore(deps): update nerdbank.gitversioning to 3.9.50 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/245\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/246\n* chore(deps): update dependency csharpier to v1.2.0 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/247\n* chore(deps): update dependency microsoft.net.test.sdk to 18.0.1 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/249\n* chore(deps): update dependency csharpier to v1.2.1 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/248\n* Translations update from Hosted Weblate by @​weblate in https://github.com/MudBlazor/Translations/pull/250\n* chore(deps): update dependency husky to v0.8.0 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/251\n* chore(deps): update actions/checkout action to v6 by @​renovate-bot in https://github.com/MudBlazor/Translations/pull/252\n* feat: dotnet 10 by @​meenzen in https://github.com/MudBlazor/Translations/pull/253\n* feat: norwe...\n\n...\n\n_Description has been truncated_","html_url":"https://github.com/jonathanperis/blazor-mudblazor-starter/pull/2","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/jonathanperis%2Fblazor-mudblazor-starter/issues/2","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2/packages"}},{"old_version":"9.1.0","new_version":"9.2.0","update_type":"minor","path":null,"pr_created_at":"2026-03-23T09:49:14.000Z","version_change":"9.1.0 → 9.2.0","issue":{"uuid":"4119610390","node_id":"PR_kwDOQ2daEM7MoLOW","number":67,"state":"closed","title":"deps: Bump MudBlazor from 9.1.0 to 9.2.0","user":"dependabot[bot]","labels":["size/xs","dependencies","nuget"],"assignees":[],"locked":false,"comments_count":4,"pull_request":true,"closed_at":"2026-03-24T02:10:20.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-23T09:49:14.000Z","updated_at":"2026-03-24T02:10:21.000Z","time_to_close":58866,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps: Bump","packages":[{"name":"MudBlazor","old_version":"9.1.0","new_version":"9.2.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 9.1.0 to 9.2.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.2.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudDropZone: Add MudDragHandle for custom drag handle support by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12703\n* DefaultConverter: Add IParsable support by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12809\n* MudTabs: Add overridable `DisposeAsyncCore` to support derived async disposal by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12811\n* Converter: Improve performance and rework Enum by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12816\n* DefaultConverter: Improve fallback T → string conversion by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12836\n* MudSelect: Give ToStringFunc Higher Precedence by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12837\n* MudFabMenu: Add Direction and Anchor support by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12843\n### Bug Fixes\n* MudCheckBox, MudSwitch, MudRadio: Respect user-defined `tabindex` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12808\n* MudChart: Rework MatchBoundsToSize Fix by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12806\n* MudTreeView: Fix selected value reset when adding data-bound items by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12840\n* MudTreeViewItem: Read GetDisabled/GetReadOnly by @​bonfante in https://github.com/MudBlazor/MudBlazor/pull/12841\n* MudChart: Ensure fill-opacity renders invariantly across cultures by @​kjetilbraadland in https://github.com/MudBlazor/MudBlazor/pull/12845\n* MudTreeView: Fix server-data reset by tracking lazy-load state per node by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12850\n* MudDataGridPager: Use MudDataGrid.Culture when formatting counts by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12863\n* MudSelect: Fix FitContent by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12860\n* MudDebouncedInput: Fix validation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12865\n* MudChart: Fix line chart natural spline interpolation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12798\n* DebounceDispatcher: Remove .Wait() to avoid PlatformNotSupportedException by @​pavelsavara in https://github.com/MudBlazor/MudBlazor/pull/12866\n* MudChart: Prevent Rounding Height Values by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12868\n* MudDataGrid: Fix Virtualize scroll jumping by using tr spacer elements by @​codemonkey85 in https://github.com/MudBlazor/MudBlazor/pull/12799\n* MudSelect, MudAutocomplete, MudMenu: Fix modeless overlay reopen on same activator click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12870\n* MudDataGrid: Fix filters being ignored when added programmatically  by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12683\n* MudTextField: Align `Sizing.Auto` visuals with default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12774\n\n## New Contributors\n* @​bonfante made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12841\n* @​kjetilbraadland made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12845\n* @​pavelsavara made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12866\n* @​codemonkey85 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12799\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.1.0...v9.2.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v9.1.0...v9.2.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=9.1.0\u0026new-version=9.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/JerrettDavis/QuickApiMapper/pull/67","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/JerrettDavis%2FQuickApiMapper/issues/67","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/67/packages"}},{"old_version":"8.14.0","new_version":"9.2.0","update_type":"major","path":null,"pr_created_at":"2026-03-22T19:18:13.000Z","version_change":"8.14.0 → 9.2.0","issue":{"uuid":"4116876226","node_id":"PR_kwDOO-eTGs7Mg8zu","number":43,"state":"closed","title":"Bump MudBlazor from 8.14.0 to 9.2.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-04-09T22:59:50.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-22T19:18:13.000Z","updated_at":"2026-04-09T22:59:52.000Z","time_to_close":1568497,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","old_version":"8.14.0","new_version":"9.2.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.14.0 to 9.2.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.2.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudDropZone: Add MudDragHandle for custom drag handle support by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12703\n* DefaultConverter: Add IParsable support by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12809\n* MudTabs: Add overridable `DisposeAsyncCore` to support derived async disposal by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12811\n* Converter: Improve performance and rework Enum by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12816\n* DefaultConverter: Improve fallback T → string conversion by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12836\n* MudSelect: Give ToStringFunc Higher Precedence by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12837\n* MudFabMenu: Add Direction and Anchor support by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12843\n### Bug Fixes\n* MudCheckBox, MudSwitch, MudRadio: Respect user-defined `tabindex` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12808\n* MudChart: Rework MatchBoundsToSize Fix by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12806\n* MudTreeView: Fix selected value reset when adding data-bound items by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12840\n* MudTreeViewItem: Read GetDisabled/GetReadOnly by @​bonfante in https://github.com/MudBlazor/MudBlazor/pull/12841\n* MudChart: Ensure fill-opacity renders invariantly across cultures by @​kjetilbraadland in https://github.com/MudBlazor/MudBlazor/pull/12845\n* MudTreeView: Fix server-data reset by tracking lazy-load state per node by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12850\n* MudDataGridPager: Use MudDataGrid.Culture when formatting counts by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12863\n* MudSelect: Fix FitContent by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12860\n* MudDebouncedInput: Fix validation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12865\n* MudChart: Fix line chart natural spline interpolation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12798\n* DebounceDispatcher: Remove .Wait() to avoid PlatformNotSupportedException by @​pavelsavara in https://github.com/MudBlazor/MudBlazor/pull/12866\n* MudChart: Prevent Rounding Height Values by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12868\n* MudDataGrid: Fix Virtualize scroll jumping by using tr spacer elements by @​codemonkey85 in https://github.com/MudBlazor/MudBlazor/pull/12799\n* MudSelect, MudAutocomplete, MudMenu: Fix modeless overlay reopen on same activator click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12870\n* MudDataGrid: Fix filters being ignored when added programmatically  by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12683\n* MudTextField: Align `Sizing.Auto` visuals with default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12774\n\n## New Contributors\n* @​bonfante made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12841\n* @​kjetilbraadland made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12845\n* @​pavelsavara made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12866\n* @​codemonkey85 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12799\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.1.0...v9.2.0\n\n## 9.1.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudChart: Remove width adjustment by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12714\n* Charts: Fix radial rendering, alignment, and padding issues by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12736\n* MudForm: Obsolete `Validate` in favor of new `ValidateAsync` by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12713\n### New Features\n* MudTabs: Add accessibility labels to icon buttons by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12646\n* MudCarousel: Add ArrowsColor parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12709\n### Bug Fixes\n* MudVirtualize: Fix MaxItemCount runtime crash on .NET 8 by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12701\n* MudFileUpload: Remove mt-1 spacing when SelectedTemplate is set by @​sean-mcl in https://github.com/MudBlazor/MudBlazor/pull/12700\n* MudDataGrid: Fix CellClass ordering to allow style overrides by @​pine919 in https://github.com/MudBlazor/MudBlazor/pull/12662\n* MudMenu: Fix nested submenu arrow direction in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12706\n* MudBaseInput: Fix OnlyValidateIfDirty with non-default initial Value by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12716\n* MudTooltip: Fix Unnecessary Tooltip Content Re-render by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12724\n* MudTimePicker: Fix closed-value formatting to honor AmPm / TimeFormat by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12726\n* Build: Mitigate JS parse collisions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12728\n* MudSelect, MudAutocomplete: Fix pointer cursor shown on readonly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12704\n* MudDebouncedInput: Fix DebounceInterval doesn't update its initial value if set by async operation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12735\n* MudColorPicker: render initial `@​bind-Text` value in input on first render by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12749\n* MudRadialChart: Prevent tooltips from disappearing during parameter updates by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12751\n* MudSelect: Prevent default(T) preselection in MultiSelection by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12743\n* MudMenu: Fix mutation-unsafe async enumeration during close by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12757\n* MudDateRangePicker: Fix initialization when using `DateTime.MinValue` by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12668\n* MudListItem: Fix disabled items not showing selected state in multi-selection mode by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12727\n* MudChart: Fix infinite expansion loop with MatchBoundsToSize and relative height by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12760\n* MudNumericField: Fix Format being broken by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12766\n* MudDatePicker: Clear conversion error when editable field is manually erased by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12695\n* MudAutocomplete: Fix item template containers rendering padding when empty by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12782\n* MudTabs: Fix SliderColor having no visual effect by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12780\n* MudTimePicker: Fix wrong cursor in popover/dialog when editable by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12781\n* MudSlider: Fix value label position in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12777\n* MudStepper: Fix nested steppers with different orientations by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12776\n* MudAlert: Fix ContentAlignment ignored on mobile (xs) breakpoint by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12786\n* Pickers: Fix ReadOnly not respected in PickerVariant.Static by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12785\n* MudTable: Fix loading indicator visibility in mobile layout by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12778\n\n## New Contributors\n* @​sean-mcl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12700\n* @​pine919 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12662\n* @​xdaneault made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12668\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0...v9.1.0\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v9.2.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=8.14.0\u0026new-version=9.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Mythetech/Iris/pull/43","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mythetech%2FIris/issues/43","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/43/packages"}},{"old_version":"9.1.0","new_version":"9.2.0","update_type":"minor","path":null,"pr_created_at":"2026-03-18T07:56:43.000Z","version_change":"9.1.0 → 9.2.0","issue":{"uuid":"4093412208","node_id":"PR_kwDORIrwEM7LdJVB","number":154,"state":"open","title":"Bump MudBlazor from 9.1.0 to 9.2.0","user":"dependabot[bot]","labels":["csharp"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-18T07:56:43.000Z","updated_at":"2026-03-18T07:56:44.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","old_version":"9.1.0","new_version":"9.2.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 9.1.0 to 9.2.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.2.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudDropZone: Add MudDragHandle for custom drag handle support by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12703\n* DefaultConverter: Add IParsable support by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12809\n* MudTabs: Add overridable `DisposeAsyncCore` to support derived async disposal by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12811\n* Converter: Improve performance and rework Enum by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12816\n* DefaultConverter: Improve fallback T → string conversion by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12836\n* MudSelect: Give ToStringFunc Higher Precedence by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12837\n* MudFabMenu: Add Direction and Anchor support by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12843\n### Bug Fixes\n* MudCheckBox, MudSwitch, MudRadio: Respect user-defined `tabindex` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12808\n* MudChart: Rework MatchBoundsToSize Fix by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12806\n* MudTreeView: Fix selected value reset when adding data-bound items by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12840\n* MudTreeViewItem: Read GetDisabled/GetReadOnly by @​bonfante in https://github.com/MudBlazor/MudBlazor/pull/12841\n* MudChart: Ensure fill-opacity renders invariantly across cultures by @​kjetilbraadland in https://github.com/MudBlazor/MudBlazor/pull/12845\n* MudTreeView: Fix server-data reset by tracking lazy-load state per node by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12850\n* MudDataGridPager: Use MudDataGrid.Culture when formatting counts by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12863\n* MudSelect: Fix FitContent by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12860\n* MudDebouncedInput: Fix validation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12865\n* MudChart: Fix line chart natural spline interpolation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12798\n* DebounceDispatcher: Remove .Wait() to avoid PlatformNotSupportedException by @​pavelsavara in https://github.com/MudBlazor/MudBlazor/pull/12866\n* MudChart: Prevent Rounding Height Values by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12868\n* MudDataGrid: Fix Virtualize scroll jumping by using tr spacer elements by @​codemonkey85 in https://github.com/MudBlazor/MudBlazor/pull/12799\n* MudSelect, MudAutocomplete, MudMenu: Fix modeless overlay reopen on same activator click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12870\n* MudDataGrid: Fix filters being ignored when added programmatically  by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12683\n* MudTextField: Align `Sizing.Auto` visuals with default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12774\n\n## New Contributors\n* @​bonfante made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12841\n* @​kjetilbraadland made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12845\n* @​pavelsavara made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12866\n* @​codemonkey85 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12799\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.1.0...v9.2.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v9.1.0...v9.2.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=9.1.0\u0026new-version=9.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/grounzero/alpaca-fleece/pull/154","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/grounzero%2Falpaca-fleece/issues/154","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/154/packages"}},{"old_version":"8.15.0","new_version":"9.2.0","update_type":"major","path":null,"pr_created_at":"2026-03-18T03:28:43.000Z","version_change":"8.15.0 → 9.2.0","issue":{"uuid":"4092464669","node_id":"PR_kwDORAe_ds7LaNFV","number":44,"state":"open","title":"chore: Bump MudBlazor from 8.15.0 to 9.2.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-18T03:28:43.000Z","updated_at":"2026-03-18T03:28:56.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore: Bump","packages":[{"name":"MudBlazor","old_version":"8.15.0","new_version":"9.2.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.15.0 to 9.2.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.2.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudDropZone: Add MudDragHandle for custom drag handle support by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12703\n* DefaultConverter: Add IParsable support by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12809\n* MudTabs: Add overridable `DisposeAsyncCore` to support derived async disposal by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12811\n* Converter: Improve performance and rework Enum by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12816\n* DefaultConverter: Improve fallback T → string conversion by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12836\n* MudSelect: Give ToStringFunc Higher Precedence by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12837\n* MudFabMenu: Add Direction and Anchor support by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12843\n### Bug Fixes\n* MudCheckBox, MudSwitch, MudRadio: Respect user-defined `tabindex` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12808\n* MudChart: Rework MatchBoundsToSize Fix by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12806\n* MudTreeView: Fix selected value reset when adding data-bound items by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12840\n* MudTreeViewItem: Read GetDisabled/GetReadOnly by @​bonfante in https://github.com/MudBlazor/MudBlazor/pull/12841\n* MudChart: Ensure fill-opacity renders invariantly across cultures by @​kjetilbraadland in https://github.com/MudBlazor/MudBlazor/pull/12845\n* MudTreeView: Fix server-data reset by tracking lazy-load state per node by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12850\n* MudDataGridPager: Use MudDataGrid.Culture when formatting counts by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12863\n* MudSelect: Fix FitContent by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12860\n* MudDebouncedInput: Fix validation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12865\n* MudChart: Fix line chart natural spline interpolation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12798\n* DebounceDispatcher: Remove .Wait() to avoid PlatformNotSupportedException by @​pavelsavara in https://github.com/MudBlazor/MudBlazor/pull/12866\n* MudChart: Prevent Rounding Height Values by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12868\n* MudDataGrid: Fix Virtualize scroll jumping by using tr spacer elements by @​codemonkey85 in https://github.com/MudBlazor/MudBlazor/pull/12799\n* MudSelect, MudAutocomplete, MudMenu: Fix modeless overlay reopen on same activator click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12870\n* MudDataGrid: Fix filters being ignored when added programmatically  by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12683\n* MudTextField: Align `Sizing.Auto` visuals with default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12774\n\n## New Contributors\n* @​bonfante made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12841\n* @​kjetilbraadland made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12845\n* @​pavelsavara made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12866\n* @​codemonkey85 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12799\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.1.0...v9.2.0\n\n## 9.1.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudChart: Remove width adjustment by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12714\n* Charts: Fix radial rendering, alignment, and padding issues by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12736\n* MudForm: Obsolete `Validate` in favor of new `ValidateAsync` by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12713\n### New Features\n* MudTabs: Add accessibility labels to icon buttons by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12646\n* MudCarousel: Add ArrowsColor parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12709\n### Bug Fixes\n* MudVirtualize: Fix MaxItemCount runtime crash on .NET 8 by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12701\n* MudFileUpload: Remove mt-1 spacing when SelectedTemplate is set by @​sean-mcl in https://github.com/MudBlazor/MudBlazor/pull/12700\n* MudDataGrid: Fix CellClass ordering to allow style overrides by @​pine919 in https://github.com/MudBlazor/MudBlazor/pull/12662\n* MudMenu: Fix nested submenu arrow direction in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12706\n* MudBaseInput: Fix OnlyValidateIfDirty with non-default initial Value by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12716\n* MudTooltip: Fix Unnecessary Tooltip Content Re-render by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12724\n* MudTimePicker: Fix closed-value formatting to honor AmPm / TimeFormat by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12726\n* Build: Mitigate JS parse collisions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12728\n* MudSelect, MudAutocomplete: Fix pointer cursor shown on readonly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12704\n* MudDebouncedInput: Fix DebounceInterval doesn't update its initial value if set by async operation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12735\n* MudColorPicker: render initial `@​bind-Text` value in input on first render by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12749\n* MudRadialChart: Prevent tooltips from disappearing during parameter updates by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12751\n* MudSelect: Prevent default(T) preselection in MultiSelection by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12743\n* MudMenu: Fix mutation-unsafe async enumeration during close by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12757\n* MudDateRangePicker: Fix initialization when using `DateTime.MinValue` by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12668\n* MudListItem: Fix disabled items not showing selected state in multi-selection mode by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12727\n* MudChart: Fix infinite expansion loop with MatchBoundsToSize and relative height by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12760\n* MudNumericField: Fix Format being broken by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12766\n* MudDatePicker: Clear conversion error when editable field is manually erased by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12695\n* MudAutocomplete: Fix item template containers rendering padding when empty by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12782\n* MudTabs: Fix SliderColor having no visual effect by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12780\n* MudTimePicker: Fix wrong cursor in popover/dialog when editable by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12781\n* MudSlider: Fix value label position in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12777\n* MudStepper: Fix nested steppers with different orientations by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12776\n* MudAlert: Fix ContentAlignment ignored on mobile (xs) breakpoint by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12786\n* Pickers: Fix ReadOnly not respected in PickerVariant.Static by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12785\n* MudTable: Fix loading indicator visibility in mobile layout by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12778\n\n## New Contributors\n* @​sean-mcl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12700\n* @​pine919 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12662\n* @​xdaneault made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12668\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0...v9.1.0\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.15.0...v9.2.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=8.15.0\u0026new-version=9.2.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/JerrettDavis/PokManagerUI/pull/44","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/JerrettDavis%2FPokManagerUI/issues/44","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/44/packages"}},{"old_version":"9.0.0","new_version":"9.1.0","update_type":"minor","path":null,"pr_created_at":"2026-03-09T07:55:31.000Z","version_change":"9.0.0 → 9.1.0","issue":{"uuid":"4043984486","node_id":"PR_kwDOLlucDM7I_XOX","number":69,"state":"open","title":"Bump MudBlazor from 9.0.0 to 9.1.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-09T07:55:31.000Z","updated_at":"2026-03-09T07:55:47.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","old_version":"9.0.0","new_version":"9.1.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 9.0.0 to 9.1.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.1.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudChart: Remove width adjustment by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12714\n* Charts: Fix radial rendering, alignment, and padding issues by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12736\n* MudForm: Obsolete `Validate` in favor of new `ValidateAsync` by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12713\n### New Features\n* MudTabs: Add accessibility labels to icon buttons by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12646\n* MudCarousel: Add ArrowsColor parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12709\n### Bug Fixes\n* MudVirtualize: Fix MaxItemCount runtime crash on .NET 8 by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12701\n* MudFileUpload: Remove mt-1 spacing when SelectedTemplate is set by @​sean-mcl in https://github.com/MudBlazor/MudBlazor/pull/12700\n* MudDataGrid: Fix CellClass ordering to allow style overrides by @​pine919 in https://github.com/MudBlazor/MudBlazor/pull/12662\n* MudMenu: Fix nested submenu arrow direction in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12706\n* MudBaseInput: Fix OnlyValidateIfDirty with non-default initial Value by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12716\n* MudTooltip: Fix Unnecessary Tooltip Content Re-render by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12724\n* MudTimePicker: Fix closed-value formatting to honor AmPm / TimeFormat by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12726\n* Build: Mitigate JS parse collisions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12728\n* MudSelect, MudAutocomplete: Fix pointer cursor shown on readonly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12704\n* MudDebouncedInput: Fix DebounceInterval doesn't update its initial value if set by async operation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12735\n* MudColorPicker: render initial `@​bind-Text` value in input on first render by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12749\n* MudRadialChart: Prevent tooltips from disappearing during parameter updates by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12751\n* MudSelect: Prevent default(T) preselection in MultiSelection by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12743\n* MudMenu: Fix mutation-unsafe async enumeration during close by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12757\n* MudDateRangePicker: Fix initialization when using `DateTime.MinValue` by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12668\n* MudListItem: Fix disabled items not showing selected state in multi-selection mode by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12727\n* MudChart: Fix infinite expansion loop with MatchBoundsToSize and relative height by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12760\n* MudNumericField: Fix Format being broken by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12766\n* MudDatePicker: Clear conversion error when editable field is manually erased by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12695\n* MudAutocomplete: Fix item template containers rendering padding when empty by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12782\n* MudTabs: Fix SliderColor having no visual effect by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12780\n* MudTimePicker: Fix wrong cursor in popover/dialog when editable by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12781\n* MudSlider: Fix value label position in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12777\n* MudStepper: Fix nested steppers with different orientations by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12776\n* MudAlert: Fix ContentAlignment ignored on mobile (xs) breakpoint by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12786\n* Pickers: Fix ReadOnly not respected in PickerVariant.Static by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12785\n* MudTable: Fix loading indicator visibility in mobile layout by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12778\n\n## New Contributors\n* @​sean-mcl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12700\n* @​pine919 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12662\n* @​xdaneault made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12668\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0...v9.1.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v9.0.0...v9.1.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=9.0.0\u0026new-version=9.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/0phois/MudBlazor.StaticInput/pull/69","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/0phois%2FMudBlazor.StaticInput/issues/69","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/69/packages"}},{"old_version":"8.15.0","new_version":"9.1.0","update_type":"major","path":null,"pr_created_at":"2026-03-09T05:37:31.000Z","version_change":"8.15.0 → 9.1.0","issue":{"uuid":"4043470159","node_id":"PR_kwDORTzEic7I9rta","number":26,"state":"open","title":"Bump MudBlazor from 8.15.0 to 9.1.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-03-09T05:37:31.000Z","updated_at":"2026-03-09T05:37:32.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","old_version":"8.15.0","new_version":"9.1.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.15.0 to 9.1.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.1.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudChart: Remove width adjustment by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12714\n* Charts: Fix radial rendering, alignment, and padding issues by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12736\n* MudForm: Obsolete `Validate` in favor of new `ValidateAsync` by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12713\n### New Features\n* MudTabs: Add accessibility labels to icon buttons by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12646\n* MudCarousel: Add ArrowsColor parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12709\n### Bug Fixes\n* MudVirtualize: Fix MaxItemCount runtime crash on .NET 8 by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12701\n* MudFileUpload: Remove mt-1 spacing when SelectedTemplate is set by @​sean-mcl in https://github.com/MudBlazor/MudBlazor/pull/12700\n* MudDataGrid: Fix CellClass ordering to allow style overrides by @​pine919 in https://github.com/MudBlazor/MudBlazor/pull/12662\n* MudMenu: Fix nested submenu arrow direction in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12706\n* MudBaseInput: Fix OnlyValidateIfDirty with non-default initial Value by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12716\n* MudTooltip: Fix Unnecessary Tooltip Content Re-render by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12724\n* MudTimePicker: Fix closed-value formatting to honor AmPm / TimeFormat by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12726\n* Build: Mitigate JS parse collisions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12728\n* MudSelect, MudAutocomplete: Fix pointer cursor shown on readonly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12704\n* MudDebouncedInput: Fix DebounceInterval doesn't update its initial value if set by async operation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12735\n* MudColorPicker: render initial `@​bind-Text` value in input on first render by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12749\n* MudRadialChart: Prevent tooltips from disappearing during parameter updates by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12751\n* MudSelect: Prevent default(T) preselection in MultiSelection by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12743\n* MudMenu: Fix mutation-unsafe async enumeration during close by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12757\n* MudDateRangePicker: Fix initialization when using `DateTime.MinValue` by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12668\n* MudListItem: Fix disabled items not showing selected state in multi-selection mode by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12727\n* MudChart: Fix infinite expansion loop with MatchBoundsToSize and relative height by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12760\n* MudNumericField: Fix Format being broken by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12766\n* MudDatePicker: Clear conversion error when editable field is manually erased by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12695\n* MudAutocomplete: Fix item template containers rendering padding when empty by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12782\n* MudTabs: Fix SliderColor having no visual effect by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12780\n* MudTimePicker: Fix wrong cursor in popover/dialog when editable by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12781\n* MudSlider: Fix value label position in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12777\n* MudStepper: Fix nested steppers with different orientations by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12776\n* MudAlert: Fix ContentAlignment ignored on mobile (xs) breakpoint by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12786\n* Pickers: Fix ReadOnly not respected in PickerVariant.Static by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12785\n* MudTable: Fix loading indicator visibility in mobile layout by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12778\n\n## New Contributors\n* @​sean-mcl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12700\n* @​pine919 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12662\n* @​xdaneault made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12668\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0...v9.1.0\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.15.0...v9.1.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=8.15.0\u0026new-version=9.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/arnaud-wissart-lab/Proba-loto-euromillions/pull/26","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/arnaud-wissart-lab%2FProba-loto-euromillions/issues/26","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/26/packages"}},{"old_version":"8.15.0","new_version":"9.1.0","update_type":"major","path":null,"pr_created_at":"2026-03-04T05:30:31.000Z","version_change":"8.15.0 → 9.1.0","issue":{"uuid":"4020154839","node_id":"PR_kwDOPV27KM7HyKNk","number":234,"state":"closed","title":"deps: Bump MudBlazor from 8.15.0 to 9.1.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":"2026-03-04T09:11:14.000Z","author_association":null,"state_reason":null,"created_at":"2026-03-04T05:30:31.000Z","updated_at":"2026-03-04T09:11:16.000Z","time_to_close":13243,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"deps: Bump","packages":[{"name":"MudBlazor","old_version":"8.15.0","new_version":"9.1.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.15.0 to 9.1.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.1.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudChart: Remove width adjustment by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12714\n* Charts: Fix radial rendering, alignment, and padding issues by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12736\n* MudForm: Obsolete `Validate` in favor of new `ValidateAsync` by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12713\n### New Features\n* MudTabs: Add accessibility labels to icon buttons by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12646\n* MudCarousel: Add ArrowsColor parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12709\n### Bug Fixes\n* MudVirtualize: Fix MaxItemCount runtime crash on .NET 8 by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12701\n* MudFileUpload: Remove mt-1 spacing when SelectedTemplate is set by @​sean-mcl in https://github.com/MudBlazor/MudBlazor/pull/12700\n* MudDataGrid: Fix CellClass ordering to allow style overrides by @​pine919 in https://github.com/MudBlazor/MudBlazor/pull/12662\n* MudMenu: Fix nested submenu arrow direction in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12706\n* MudBaseInput: Fix OnlyValidateIfDirty with non-default initial Value by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12716\n* MudTooltip: Fix Unnecessary Tooltip Content Re-render by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12724\n* MudTimePicker: Fix closed-value formatting to honor AmPm / TimeFormat by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12726\n* Build: Mitigate JS parse collisions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12728\n* MudSelect, MudAutocomplete: Fix pointer cursor shown on readonly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12704\n* MudDebouncedInput: Fix DebounceInterval doesn't update its initial value if set by async operation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12735\n* MudColorPicker: render initial `@​bind-Text` value in input on first render by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12749\n* MudRadialChart: Prevent tooltips from disappearing during parameter updates by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12751\n* MudSelect: Prevent default(T) preselection in MultiSelection by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12743\n* MudMenu: Fix mutation-unsafe async enumeration during close by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12757\n* MudDateRangePicker: Fix initialization when using `DateTime.MinValue` by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12668\n* MudListItem: Fix disabled items not showing selected state in multi-selection mode by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12727\n* MudChart: Fix infinite expansion loop with MatchBoundsToSize and relative height by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12760\n* MudNumericField: Fix Format being broken by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12766\n* MudDatePicker: Clear conversion error when editable field is manually erased by @​xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12695\n* MudAutocomplete: Fix item template containers rendering padding when empty by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12782\n* MudTabs: Fix SliderColor having no visual effect by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12780\n* MudTimePicker: Fix wrong cursor in popover/dialog when editable by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12781\n* MudSlider: Fix value label position in RTL mode by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12777\n* MudStepper: Fix nested steppers with different orientations by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12776\n* MudAlert: Fix ContentAlignment ignored on mobile (xs) breakpoint by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12786\n* Pickers: Fix ReadOnly not respected in PickerVariant.Static by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12785\n* MudTable: Fix loading indicator visibility in mobile layout by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12778\n\n## New Contributors\n* @​sean-mcl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12700\n* @​pine919 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12662\n* @​xdaneault made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12668\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0...v9.1.0\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.15.0...v9.1.0).\n\u003c/details\u003e\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/homebook-app/homebook/pull/234","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/homebook-app%2Fhomebook/issues/234","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/234/packages"}},{"old_version":null,"new_version":null,"update_type":null,"path":null,"pr_created_at":"2026-02-24T03:15:24.000Z","version_change":null,"issue":{"uuid":"3981258201","node_id":"PR_kwDOGs036s7Fzi4J","number":2567,"state":"closed","title":"Bump CodeBeam.MudBlazor.Extensions and MudBlazor","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-04T03:15:08.000Z","author_association":null,"state_reason":null,"created_at":"2026-02-24T03:15:24.000Z","updated_at":"2026-03-04T03:15:09.000Z","time_to_close":691184,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"CodeBeam.MudBlazor.Extensions","repository_url":"https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions"},{"name":"MudBlazor","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [CodeBeam.MudBlazor.Extensions](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions) from 8.3.0 to 9.0.1.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [CodeBeam.MudBlazor.Extensions's releases](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/releases)._\n\n## 9.0.1\n\n### Bug Fixes\n- **MudCombobox:** Fixed component crash when set value at start of component lifecycle.\n- **MudPasswordField:** Better aligned with form validation.\n\n## 9.0.0\n\n### New Component\n- **MudCodeViewer** - Download and install CodeBeam.MudBlazor.Extensions.Code package.\n\n### Stability\n- Removed all dependencies except MudBlazor.\n- Arranged base classes properly to align MudBlazor better.\n\n### New Features\n- **MudSelectExtended:** Searchbox is now working with RenderFragment approach.\n- **MudSelectExtended:** Fix selected item style when virtualize is true.\n- **MudChipField:** Now working on mobile.\n- **MudSelectExtended \u0026 MudCombobox:** Added Modal parameter (Introduced in MudBlazor core before) to control background click behavior.\n\n### Bug Fixes\n- **MudCodeInput:** Fix visual that input text was not centered properly.\n- **MudStepperExtended:** Fix Custom Action Content doesn't show when remove all buttons.\n\n### Docs\n- Code view sections in examples changed with new MudCodeViewer component.\n\n### Other\n- Several code quality improvements.\n\n## 9.0.0-rc.1\n\nCompatible with MudBlazor 9.0.0-rc.1\n\n## 9.0.0-preview.5\n\n### BugFixes\n- Fix input components crash on Firefox on blazor WASM.\n\n### Others\n- Several stability and code quality enhancements. (Thanks for @​ScarletKuro)\n\n## 9.0.0-preview.4\n\n- Sync with MudBlazor v 9.0.0-preview.2\n\n### Features\n- **MudSelectExtended \u0026 MudCombobox:** Added Modal parameter to control background click behavior.\n\n### Bug Fixes\n- **MudStepperExtended:** Fix Custom Action doesn't show when remove all buttons.\n\n## 9.0.0-preview.3\n\n### Bug Fixes\n- **MudSelectExtended:** Fix initialized text that doesn't shown in Virtualize \u0026 MultiSelection\n\n## 9.0.0-preview.2\n\n### Bug Fixes\n- **MudPasswordField:** Fixed value bind.\n\n## 9.0.0-preview.1\n\n## Major Update Preview: CodeBeam.MudBlazor.Extensions v 9.0.0-preview.1\n\n### Supports .NET 10 and Mud 9-preview\nRemoved all dependencies except MudBlazor.\n\n### Features\n- **MudSelectExtended:** Searchbox is now working with RenderFragment approach.\n- **MudChipField:** Now working on mobile.\n\n### BugFixes\n- **MudCodeInput:** Fix visual that input text was not centered truly.\n\n#### Some other changes and improvements.\n\nCommits viewable in [compare view](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/compare/8.3.0...9.0.1).\n\u003c/details\u003e\n\nUpdated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.15.0 to 9.0.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.15.0...v9.0.0).\n\u003c/details\u003e\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/pkuehnel/TeslaSolarCharger/pull/2567","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkuehnel%2FTeslaSolarCharger/issues/2567","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/2567/packages"}},{"old_version":"8.13.0","new_version":"9.0.0","update_type":"major","path":null,"pr_created_at":"2026-02-23T06:40:16.000Z","version_change":"8.13.0 → 9.0.0","issue":{"uuid":"3976604589","node_id":"PR_kwDOQnZ3Qs7FkQ6K","number":29,"state":"open","title":"⬆️ Bump MudBlazor from 8.13.0 to 9.0.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-23T06:40:16.000Z","updated_at":"2026-02-23T06:41:18.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"⬆️ Bump","packages":[{"name":"MudBlazor","old_version":"8.13.0","new_version":"9.0.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.13.0 to 9.0.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\n## 8.14.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.14.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudGlobal: Deprecate theming properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11415\n### New Features\n* MudColorPicker: Add opt-out tooltips for icon buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11953\n* MudMenu: Enhance keyboard accessibility and focus management by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11762\n* MudTable: Add AriaLabel parameter for accessibility by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/11995\n* Pickers: Add InputId parameter by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12003\n* Icons: Add Slack brand icon to Icons.Custom.Brands by @​codomposer in https://github.com/MudBlazor/MudBlazor/pull/12057\n* MudStepper: Provide step context to child content by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/12054\n### Bug Fixes\n* MudDataGrid: Fix generated EditTemplates not inheriting their column's culture by @​benditorok in https://github.com/MudBlazor/MudBlazor/pull/11931\n* CSS: Improve browser compatibility by replacing `from ... r g b` syntax by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11939\n* MudDialog: Fix gaps in body style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11506\n* MudIconButton: Fix filled buttons losing background color on click by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11944\n* MudDialog: Force titles to wrap \u0026 prevent close button overlap by @​RabindranathChanda in https://github.com/MudBlazor/MudBlazor/pull/11921\n* MudPopover: Fix JS Typo by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11968\n* MudFormComponent: Clear converter errors on ResetValidation by @​ArfitAP in https://github.com/MudBlazor/MudBlazor/pull/11971\n* MudScrollListener: Fix document scroll by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11978\n* MudTooltip: Fix FullWidth children not stretching by @​FreskOoAs in https://github.com/MudBlazor/MudBlazor/pull/11948\n* MudAutocomplete: ProgressBar AdornmentIcon Hiding by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11980\n* MudTabs: Fix TabWrapperContent and Tooltip display with Drag and Drop by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12009\n* MudSelect: Display selected value when null by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12001\n* ParameterState: Add Snapshot to avoid race condition by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12023\n* MudNavGroup: Fix Background Color After Click by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11989\n* MudDatePicker: Fix FixedDay, FixMonth, FixYear for non-Gregorian calendar by @​oxayotl in https://github.com/MudBlazor/MudBlazor/pull/11992\n* MudAutocomplete: Fix input not focused on adornment click by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11970\n* MudAutocomplete: OpenChanged called twice after selection by @​Yomodo in https://github.com/MudBlazor/MudBlazor/pull/11985\n* MudCard: Hide gap when MudCardActions is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12033\n* MudExpansionPanel: Fix Gutters property not affecting header padding by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12036\n### Other Changes\n* SankeyChart: Add chart for displaying dataflow by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/11919\n\n## New Contributors\n* @​benditorok made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11931\n* @​RabindranathChanda made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11921\n* @​ArfitAP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11971\n* @​FreskOoAs made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11948\n* @​dev-KingMaster made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11995\n* @​codomposer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12057\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.13.0...v8.14.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.13.0...v9.0.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=8.13.0\u0026new-version=9.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/Neha82Lonare/test2-repository-push-again/pull/29","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Neha82Lonare%2Ftest2-repository-push-again/issues/29","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/29/packages"}},{"old_version":"8.13.0","new_version":"9.0.0","update_type":"major","path":null,"pr_created_at":"2026-02-23T06:36:10.000Z","version_change":"8.13.0 → 9.0.0","issue":{"uuid":"3976593578","node_id":"PR_kwDOPyddOs7FkOnM","number":121,"state":"open","title":"⬆️ Bump MudBlazor from 8.13.0 to 9.0.0","user":"dependabot[bot]","labels":[],"assignees":["eugenecp"],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-23T06:36:10.000Z","updated_at":"2026-02-23T06:37:10.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"⬆️ Bump","packages":[{"name":"MudBlazor","old_version":"8.13.0","new_version":"9.0.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.13.0 to 9.0.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\n## 8.14.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.14.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudGlobal: Deprecate theming properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11415\n### New Features\n* MudColorPicker: Add opt-out tooltips for icon buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11953\n* MudMenu: Enhance keyboard accessibility and focus management by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11762\n* MudTable: Add AriaLabel parameter for accessibility by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/11995\n* Pickers: Add InputId parameter by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12003\n* Icons: Add Slack brand icon to Icons.Custom.Brands by @​codomposer in https://github.com/MudBlazor/MudBlazor/pull/12057\n* MudStepper: Provide step context to child content by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/12054\n### Bug Fixes\n* MudDataGrid: Fix generated EditTemplates not inheriting their column's culture by @​benditorok in https://github.com/MudBlazor/MudBlazor/pull/11931\n* CSS: Improve browser compatibility by replacing `from ... r g b` syntax by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11939\n* MudDialog: Fix gaps in body style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11506\n* MudIconButton: Fix filled buttons losing background color on click by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11944\n* MudDialog: Force titles to wrap \u0026 prevent close button overlap by @​RabindranathChanda in https://github.com/MudBlazor/MudBlazor/pull/11921\n* MudPopover: Fix JS Typo by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11968\n* MudFormComponent: Clear converter errors on ResetValidation by @​ArfitAP in https://github.com/MudBlazor/MudBlazor/pull/11971\n* MudScrollListener: Fix document scroll by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11978\n* MudTooltip: Fix FullWidth children not stretching by @​FreskOoAs in https://github.com/MudBlazor/MudBlazor/pull/11948\n* MudAutocomplete: ProgressBar AdornmentIcon Hiding by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11980\n* MudTabs: Fix TabWrapperContent and Tooltip display with Drag and Drop by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12009\n* MudSelect: Display selected value when null by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12001\n* ParameterState: Add Snapshot to avoid race condition by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12023\n* MudNavGroup: Fix Background Color After Click by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11989\n* MudDatePicker: Fix FixedDay, FixMonth, FixYear for non-Gregorian calendar by @​oxayotl in https://github.com/MudBlazor/MudBlazor/pull/11992\n* MudAutocomplete: Fix input not focused on adornment click by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11970\n* MudAutocomplete: OpenChanged called twice after selection by @​Yomodo in https://github.com/MudBlazor/MudBlazor/pull/11985\n* MudCard: Hide gap when MudCardActions is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12033\n* MudExpansionPanel: Fix Gutters property not affecting header padding by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12036\n### Other Changes\n* SankeyChart: Add chart for displaying dataflow by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/11919\n\n## New Contributors\n* @​benditorok made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11931\n* @​RabindranathChanda made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11921\n* @​ArfitAP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11971\n* @​FreskOoAs made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11948\n* @​dev-KingMaster made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11995\n* @​codomposer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12057\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.13.0...v8.14.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.13.0...v9.0.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=8.13.0\u0026new-version=9.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/eugenecp/setlist-studio/pull/121","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/eugenecp%2Fsetlist-studio/issues/121","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/121/packages"}},{"old_version":"8.15.0","new_version":"9.0.0","update_type":"major","path":null,"pr_created_at":"2026-02-20T05:55:27.000Z","version_change":"8.15.0 → 9.0.0","issue":{"uuid":"3966750291","node_id":"PR_kwDOFRuQ2s7FEpl5","number":44,"state":"closed","title":"Bump MudBlazor from 8.15.0 to 9.0.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-04T05:55:23.000Z","author_association":null,"state_reason":null,"created_at":"2026-02-20T05:55:27.000Z","updated_at":"2026-03-04T05:55:26.000Z","time_to_close":1036796,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","old_version":"8.15.0","new_version":"9.0.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.15.0 to 9.0.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.15.0...v9.0.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=8.15.0\u0026new-version=9.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/codemonkey85/TicTacToeBlazor/pull/44","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonkey85%2FTicTacToeBlazor/issues/44","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/44/packages"}},{"old_version":"8.15.0","new_version":"9.0.0","update_type":"major","path":null,"pr_created_at":"2026-02-20T03:21:39.000Z","version_change":"8.15.0 → 9.0.0","issue":{"uuid":"3966340202","node_id":"PR_kwDORAe_ds7FDS6G","number":25,"state":"open","title":"chore: Bump MudBlazor from 8.15.0 to 9.0.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":2,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-02-20T03:21:39.000Z","updated_at":"2026-02-20T03:21:52.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"chore: Bump","packages":[{"name":"MudBlazor","old_version":"8.15.0","new_version":"9.0.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.15.0 to 9.0.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 9.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n ... (truncated)\n\n## 9.0.0-rc.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudTextField: Add async postfixes by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484\n* Components: SetTextAsync-\u003eSetTextCoreAsync, SetValueAsync-\u003eSetValueCoreAsync by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489\n* MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514\n* Remove EventListener / EventManager by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532\n* MudThemeProvider: Fix script and refactor by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534\n* MudBaseInput: Remove ForceUpdate by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542\n* MudSelect: Add two-way Open parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589\n* PopoverOptions: Remove PopoverMode by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596\n* CssBuilder/StyleBuilder: declare as readonly struct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598\n* Components: Migrate time-dependent logic to TimeProvider abstraction by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592\n* MudSelect/MudSelectItem: Improve communication between them by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582\n* MudSelect: Change SelectedValues to IReadOnlyCollection by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619\n* MudSelect:  generic over object SelectOption by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623\n* MudDataGrid: Add ability to continue editing by @​ntark in https://github.com/MudBlazor/MudBlazor/pull/12430\n* MudColorPicker: Fix support for null color values and throttling by @​Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567\n* MudFileUpload: Remove IActivator, Add defaults by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487\n### New Features\n* ScrollListener: Add report rate and GetCurrentScrollDataAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183\n* MudCard: Add ContentPadding property by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446\n* MudProgressLinear: Add ShowBackground by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443\n* MudTextField: Add insert functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483\n* Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411\n* MudVirtualize: Add MaxItemCount by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536\n* MudTable: Add row disabled by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441\n* KeyInterceptorService: Add KeyCommand concept by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512\n* MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586\n* MudForm: Add OnEnterPressed by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570\n* MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591\n* MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @​aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437\n* MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @​angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605\n* MudExitPrompt: Add component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287\n### Bug Fixes\n* MudDataGrid: Fix stale selection/hierarchy cleanup by @​Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354\n* MudCollapse: Hide content after collapse animation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455\n* MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511\n* MudMenu: Fix race condition, Improve test case reliability by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510\n* MudSelect: Replace async void with Task by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539\n* MudTheme: Don't cache supplied Theme parameter by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559\n* MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590\n* MudSplitPanel: Fix splitter reset on double click even if drag occurs by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594\n* MudTable: Add accessible name to loading progress bar by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618\n* ThrottleDispatcher: Fix not throttling fast-completing actions by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636\n\n## New Contributors\n* @​Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354\n* @​corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459\n ... (truncated)\n\n## 9.0.0-preview.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347\n* MudFormComponent: Add GetDefaultConverter, cleanup by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365\n* MudSplitPanel: Add get and set divider position functions by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370\n* MudInput: Replace `AutoGrow` with `Sizing` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417\n### New Features\n* Identifier: Optimize, make it public API by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339\n* MudBaseInput: Make GetInputType protected by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351\n* SequenceComparer: Optimize by using SequenceEqual by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356\n* KeyInterceptorService: Add option to ignore repeat events when holding down keys by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376\n* KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377\n* KeyInterceptorService: Do not observe dom when targeting the element itself by @​JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380\n* MudDataGrid: Allow disabling selection per row via criteria by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554\n* MudLink: Add StartIcon and EndIcon properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407\n* MudRipple: Provide immediate visual feedback by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409\n* MudPicker \u0026 MudRangeInput: add customizable ClearIcon parameter by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425\n* Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435\n* MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405\n### Bug Fixes\n* DebounceDispatcher: Fix race condition causing flaky test by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334\n* MudDatePicker: Fix FixYear by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372\n* MudPicker: Adds new style for disabled MudPicker static variant (#​11761) by @​dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352\n* MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390\n* MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386\n* MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378\n* DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393\n* MudDatePicker: Fix keyboard navigation with fixed year/month by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12180\n* MudDialog: Prevent default on close button to not trigger validations by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12332\n\n## New Contributors\n* @​mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340\n* @​JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376\n* @​dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352\n* @​fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v9.0.0-preview.1...v9.0.0-preview.2\n\n## 9.0.0-preview.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v9.0.0-preview.1 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudSwitch: Decouple label font size from Size property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132\n* Deprecate some public Style properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407\n* MudDataGrid: Add CancellationToken support for ServerData by @​w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841\n* ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022\n* MudChart: Chart Type Unification + 2 New Charts by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458\n* MudGlobal: Remove deprecated theming properties by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141\n* Popovers: Make overlay popovers non-modal by default by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101\n* v9: Remove all code marked obsolete/deprecated by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142\n* MudSnackbar: Make snackbar require interaction when action present by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108\n* MudFormComponent: Rename methods to async, use await by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147\n* MudLink: Inherit typography by default by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094\n* MudColorPicker: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357\n* MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090\n* Converters: Rework conversion system by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177\n* ResizeObserver: Resizes observer and bounding client rect cleanup by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173\n* Popovers: Remove and Replace DropdownSettings by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186\n* MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @​filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156\n* MudStepper: Add IStepContext by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212\n* MudSelect: Use ParameterState for MultiSelection by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241\n* MudSelect: use ParameterState by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244\n* MudBaseInput: Use ParameterState for Text by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259\n* MudBaseInput: ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267\n* MudBooleanInput: Use ParameterState for Value by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273\n* DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292\n* MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286\n* MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297\n* MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298\n* MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300\n* MudInput: Use bind:get/bind:set by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272\n* MudBaseInput: Remove TextUpdateSuppression by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306\n* Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296\n* MudBaseInput \u0026 MudFormComponent: Fix API naming inconsistency by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312\n* MudMenu: Replace IActivatable with MenuContext by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145\n* Masking: Improve abstraction, add more tests by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314\n* Range\u003cT\u003e: Remove setters by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319\n* MudChat: Remove components in v9, redirect to MudX by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151\n### New Features\n* MudFabMenu: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097\n* MudDatePicker: Add keyboard navigation by @​spingee in https://github.com/MudBlazor/MudBlazor/pull/12028\n* MudFormComponent: Make Error two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138\n* MudFormComponent: Make ErrorId two-way bindable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140\n* Palette: Make PaletteLight and PaletteDark of type Palette by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148\n* ThemeProvider: Add `bind-CurrentPalette` parameter by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149\n* MudHotkey: Add new component for handling hotkeys by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079\n* MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123\n* MudSplitPanel: Add new component by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116\n ... (truncated)\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.15.0...v9.0.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=8.15.0\u0026new-version=9.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/JerrettDavis/PokManagerUI/pull/25","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/JerrettDavis%2FPokManagerUI/issues/25","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/25/packages"}},{"old_version":"7.0.0","new_version":"8.15.0","update_type":"major","path":null,"pr_created_at":"2026-01-19T20:36:36.000Z","version_change":"7.0.0 → 8.15.0","issue":{"uuid":"3831136164","node_id":"PR_kwDOQ9EQQc6-FQtL","number":10,"state":"open","title":"Bump MudBlazor from 7.0.0 to 8.15.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-01-19T20:36:36.000Z","updated_at":"2026-01-19T20:39:10.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","old_version":"7.0.0","new_version":"8.15.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"[//]: # (dependabot-start)\n⚠️  **Dependabot is rebasing this PR** ⚠️ \n\nRebasing might not happen immediately, so don't worry if this takes some time.\n\nNote: if you make any changes to this PR yourself, they will take precedence over the rebase.\n\n---\n\n[//]: # (dependabot-end)\n\nUpdated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 7.0.0 to 8.15.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\n## 8.14.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.14.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudGlobal: Deprecate theming properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11415\n### New Features\n* MudColorPicker: Add opt-out tooltips for icon buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11953\n* MudMenu: Enhance keyboard accessibility and focus management by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11762\n* MudTable: Add AriaLabel parameter for accessibility by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/11995\n* Pickers: Add InputId parameter by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12003\n* Icons: Add Slack brand icon to Icons.Custom.Brands by @​codomposer in https://github.com/MudBlazor/MudBlazor/pull/12057\n* MudStepper: Provide step context to child content by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/12054\n### Bug Fixes\n* MudDataGrid: Fix generated EditTemplates not inheriting their column's culture by @​benditorok in https://github.com/MudBlazor/MudBlazor/pull/11931\n* CSS: Improve browser compatibility by replacing `from ... r g b` syntax by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11939\n* MudDialog: Fix gaps in body style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11506\n* MudIconButton: Fix filled buttons losing background color on click by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11944\n* MudDialog: Force titles to wrap \u0026 prevent close button overlap by @​RabindranathChanda in https://github.com/MudBlazor/MudBlazor/pull/11921\n* MudPopover: Fix JS Typo by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11968\n* MudFormComponent: Clear converter errors on ResetValidation by @​ArfitAP in https://github.com/MudBlazor/MudBlazor/pull/11971\n* MudScrollListener: Fix document scroll by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11978\n* MudTooltip: Fix FullWidth children not stretching by @​FreskOoAs in https://github.com/MudBlazor/MudBlazor/pull/11948\n* MudAutocomplete: ProgressBar AdornmentIcon Hiding by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11980\n* MudTabs: Fix TabWrapperContent and Tooltip display with Drag and Drop by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12009\n* MudSelect: Display selected value when null by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12001\n* ParameterState: Add Snapshot to avoid race condition by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12023\n* MudNavGroup: Fix Background Color After Click by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11989\n* MudDatePicker: Fix FixedDay, FixMonth, FixYear for non-Gregorian calendar by @​oxayotl in https://github.com/MudBlazor/MudBlazor/pull/11992\n* MudAutocomplete: Fix input not focused on adornment click by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11970\n* MudAutocomplete: OpenChanged called twice after selection by @​Yomodo in https://github.com/MudBlazor/MudBlazor/pull/11985\n* MudCard: Hide gap when MudCardActions is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12033\n* MudExpansionPanel: Fix Gutters property not affecting header padding by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12036\n### Other Changes\n* SankeyChart: Add chart for displaying dataflow by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/11919\n\n## New Contributors\n* @​benditorok made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11931\n* @​RabindranathChanda made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11921\n* @​ArfitAP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11971\n* @​FreskOoAs made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11948\n* @​dev-KingMaster made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11995\n* @​codomposer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12057\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.13.0...v8.14.0\n\n## 8.13.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.13.0 --\u003e\n\n## What's Changed\n### New Features\n* MudTable: Add LoadingContentBody render fragment by @​Enderlook in https://github.com/MudBlazor/MudBlazor/pull/11718\n* MudTable: Scroll to row \u0026 focus cell by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11569\n* MudSnackbar: Add global HideIcon option by @​franco-diaz-licham in https://github.com/MudBlazor/MudBlazor/pull/11900\n* MudDataGrid: Add parameters for filter icons by @​CyrilArtFX in https://github.com/MudBlazor/MudBlazor/pull/11864\n### Bug Fixes\n* MudIconButton: Fix icon button with default color not having focus indicator by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11858\n* MudCheckbox: Fix Tri-State required validation  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11886\n* MudCarousel: Fix UI update of bullets on item add by @​Blocko07 in https://github.com/MudBlazor/MudBlazor/pull/11873\n* MudDataGrid: Hierarchy ExpandAll/CollapseAll when one item is present by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11904\n* MudTabs: Guard for ScrollPrev by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11924\n\n## New Contributors\n* @​Blocko07 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11873\n* @​franco-diaz-licham made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11900\n* @​CyrilArtFX made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11864\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.12.0...v8.13.0\n\n## 8.12.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.12.0 --\u003e\n\n## What's Changed\n### New Features\n* MudDataGrid: Add hierarchy visibility toggled parameter by @​GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11706\n* MudChart: Support custom ToString func for Y axis by @​IchBinAb4los in https://github.com/MudBlazor/MudBlazor/pull/11674\n### Bug Fixes\n* MudPopover: Maintain Scroll Position by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11765\n* MudTextField: Fix padding for outlined multiline fields by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/11776\n* MudDataGrid: Fix nested group expansion for multilevel grouping (#​11725) by @​M4ntax in https://github.com/MudBlazor/MudBlazor/pull/11729\n* MudDialog: Fix when a dialog is canceled, it can be reopened by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11804\n* MudDataGrid : Refresh on collection changed by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11822\n* MudDataGrid: SCSS, Clean Up Sticky Columns by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11800\n* MudAutocomplete: Fix `Strict=false` when using a `Converter` with `CoerceValue` by @​Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/11826\n\n## New Contributors\n* @​rasmus-carlsson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11776\n* @​M4ntax made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11729\n* @​IchBinAb4los made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11674\n* @​Copilot made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11810\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.11.0...v8.12.0\n\n## 8.11.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.11.0 --\u003e\n\n## What's Changed\n### New Features\n* MudField: AdornmentAria and ShrinkLabel by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11669\n* MudStepper: Add Skipped State (#​11739) by @​Alex-DeLaet in https://github.com/MudBlazor/MudBlazor/pull/11742\n### Bug Fixes\n* MudTable: Maintains group row state when group list is modified by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11681\n* MudTextField: Fix Focus by ElementReference by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11733\n* MudMenu: Hide menu list if it has no items by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11740\n* MudDataGrid: Fix HierarchyColumn Expansion with Funcs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11292\n* MudTabs: Improve accessibility by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11581\n* MudTable : Fix bug where CurrentPage is reset at the initialization by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11745\n* MudPopover: MudList MaxHeight Adjustments by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11734\n### Other Changes\n* Community Extensions: Add MudX by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11692\n* MudPopover: Fix MudList Scroll Issue by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11694\n* MudTimeSeriesChart: Use InvariantCulture when rendering opacity (#​11696) by @​svarnyjunak in https://github.com/MudBlazor/MudBlazor/pull/11697\n* MudHighlighter: Maintain markup formatting when Markup=true by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11705\n* MudBaseInput: Fix expired ParameterView in inherited components by @​GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11715\n\n## New Contributors\n* @​svarnyjunak made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11697\n* @​GeorgeKarlinzer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11715\n* @​Alex-DeLaet made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11742\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.10.0...v8.11.0\n\n## 8.10.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.10.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudStepper: Remove StepStyle property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11589\n### New Features\n* DataGrid: Extend DateOnly filtering support for Simple and ColumnFilterMenu modes by @​raimana in https://github.com/MudBlazor/MudBlazor/pull/11599\n### Bug Fixes\n* MudTextField: Fix excessive height with AutoGrow, Outlined, Dense, and Adornment by @​mathdx1111 in https://github.com/MudBlazor/MudBlazor/pull/11600\n* MudFocusTrap: Prevent JSException on Disposed Component by @​jHabjanMXP in https://github.com/MudBlazor/MudBlazor/pull/11586\n* MudTabs: Update ActiveIndex On Render and Refresh when Drag and Drop Enabled by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11568\n* MudDataGrid: AllowUnsorted Default Behavior  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11655\n* MudSimpleTable: Remove redundant bottom border from the last row header by @​9PK4U in https://github.com/MudBlazor/MudBlazor/pull/11628\n### Other Changes\n* MudPopover: Restrict Max Height Adjustments by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11680\n\n## New Contributors\n* @​9PK4U made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11628\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.9.0...v8.10.0\n\n## 8.9.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.9.0 --\u003e\n\n## What's Changed\n### New Features\n* MudDataGrid: Add AllowUnsorted property by @​christianielsen in https://github.com/MudBlazor/MudBlazor/pull/11443\n### Bug Fixes\n* MudDialog: Fix Inline Dialog Title Refresh by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11504\n* MudHighlighter: Fix Highlighted Markup Render Bug by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11543\n* MudMask: Update value on browser autofill by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11547\n* MudAutocomplete: Fix Strict mode regression by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11533\n* MudSimpleTable: Fix missing row borders in nested tables (#​11559) by @​n0spaces in https://github.com/MudBlazor/MudBlazor/pull/11566\n* MudProgressCircular: Calculate view box size based on stroke width by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11557\n* MudSelect: Always call `FieldChanged` when `MultiSelection=true` by @​Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/11553\n### Other Changes\n* MudDialog: Fix CloseOnEscapeKey Not Triggered After Backdrop Click by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11475\n* Datagrid: Support Dateonly filter by @​raimana in https://github.com/MudBlazor/MudBlazor/pull/11535\n* MudExpansionPanel: Add toggle keyboard hotkeys, Add ability to remove content from DOM by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11531\n\n## New Contributors\n* @​raimana made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11535\n* @​AmpF5 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11548\n* @​nccadman19 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11531\n* @​n0spaces made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11566\n* @​christianielsen made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11443\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.8.0...v8.9.0\n\n## 8.8.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.8.0 --\u003e\n\n## What's Changed\n### New Features\n* MudAutocomplete: Scroll to selected item when not strict by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11049\n* MudMenu: Add min width \u0026 submenu icon gutters by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11435\n* MudDataGrid Default GroupTemplate At Grid Level by @​peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/11237\n* Improve accessibility labels and localize picker buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11456\n* MudTabs: Add Drag and Drop functionality by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11267\n* MudGlobal: Add PopoverDefaults.ModalOverlay to control Modal parameters by @​rabidsheep in https://github.com/MudBlazor/MudBlazor/pull/11486\n* MudFileUpload: Add file size validation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11476\n* MudToggleGroup: Refactor borders, Add border opacity support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11496\n### Bug Fixes\n* MudMenu: Hide popover overflow by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11444\n* MudMenu: Position At Cursor Flip Logic by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11437\n* MudDataGrid: Filters and Options Popover changed to Position At Cursor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11452\n* MudTextField: Fix partially hidden scrollbar, Focus field on label click by @​mathdx1111 in https://github.com/MudBlazor/MudBlazor/pull/11402\n* MudDataGrid: Groupable Logic by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11383\n* MudTablePager: Fix InfoFormat ignoring custom text (#​11466) by @​sirdx in https://github.com/MudBlazor/MudBlazor/pull/11468\n* MudMenu: Revert previous refactor by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11484\n* MudAutocomplete: Fix item selection stealing focus back after handler completes by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11482\n* MudTabs: Fix MudTabSlider not showing by @​sirdx in https://github.com/MudBlazor/MudBlazor/pull/11467\n* MudDrawer: Fix stall when loading by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/11009\n* MudInput: Dispose iOS Blur With Error Handling by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11436\n### Other Changes\n* Build: Remove \"needs review\" label from new PRs by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11431\n* MudToggleItem: Enforce direct parent hierarchy by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11498\n\n## New Contributors\n* @​ecrocombe made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11427\n* @​mathdx1111 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11402\n* @​sirdx made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11468\n* @​oxayotl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11474\n* @​rabidsheep made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11486\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.7.0...v8.8.0\n\n## 8.7.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.7.0 --\u003e\n\n## What's Changed\n### New Features\n* DataGridExtensions: support GridStateVirtualize and sort comparer by @​ahjephson in https://github.com/MudBlazor/MudBlazor/pull/11270\n* MudTabPanel: Implement Sorting by Text, SortKey, or Custom IComparer by @​richardhauer in https://github.com/MudBlazor/MudBlazor/pull/10803\n* SwipeArea: Real Time Swipe Support by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11307\n* Pickers: Use `InputDefaults` for inputs in `Picker` components by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11342\n* MudTable: Add TableClass parameter #​11351 by @​nathanhqws in https://github.com/MudBlazor/MudBlazor/pull/11352\n* MudCheckBox: Use disabled style on text by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/11356\n* MudCircularProgress: Add ChildContent to Show Centered Content in the Progress by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11271\n* MudColorPicker: Reduce default throttle by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11368\n* MudPopover: Expand Flip Logic to Include Anchor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11248\n* MudTablePager: Add thousands separator for all_items by @​RafBorrelli in https://github.com/MudBlazor/MudBlazor/pull/11371\n* Add `d-contents` display class, Fix missing gap between MessageBox action buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11391\n* MudDataGrid: Form Dialog Focus by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11379\n* MudColorPicker: Improve ARIA labels \u0026 doc page wording by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11401\n* Palette: Add BorderOpacity property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11394\n* MudAutocomplete: Allow changing `LockScroll` value by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11414\n### Bug Fixes\n* Popover: Initial Show When Open=\"true\" by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11277\n* MudCarousel: Utilize ParameterState by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11324\n* MudBooleanInput, MudRating: Improve accessibility by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11084\n* PopoverProvider: Multiple Layouts by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11305\n* MudInput: Fix Disposal of IOS Blur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11347\n* MudOverlay: Check JSRuntime by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11282\n* MudToggleGroup: Fix MudToggleItem selection when asynchronously loaded by @​jimitndiaye in https://github.com/MudBlazor/MudBlazor/pull/11309\n* MudToggleGroup: Fix FixedContent Visual Options by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11306\n* MudInput: Fix Proper Blur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11376\n* MudAutocomplete: Fix `AutoFocus` not opening item list by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11365\n* DataGrid: GroupingByOrder / Style Fix / Expansion StateHasChanged by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11302\n* Line chart: Fix index out of bounds error by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11381\n* MudMenu: Fix submenu activators being too wide by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11367\n* MudTabs: Fix slider misalignment when component is scaled by @​liamAU28910 in https://github.com/MudBlazor/MudBlazor/pull/11405\n* MudMask: Fix `⌘` shortcuts on MacOS \u0026 `cut` shortcut in general by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11366\n* MudPopover: Fix Event Order by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11389\n* MudToggleGroup: Selection Tracking by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11395\n* Docs: Fix mangled `AppbarButtons.razor.cs` merge by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11419\n* MudExpansionPanel: Fix `Gutters` property not taking effect by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11408\n### Other Changes\n* GitHubActions: Fix TryMudBlazor deploy by @​Garderoben in https://github.com/MudBlazor/MudBlazor/pull/11257\n\n## New Contributors\n* @​ahjephson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11270\n* @​richardhauer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10803\n* @​nathanhqws made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11352\n* @​liamAU28910 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11405\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.6.0...v8.7.0\n\n## 8.6.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudOverlay: Add parameter Modal allowing click-through by @​Cybrosys in https://github.com/MudBlazor/MudBlazor/pull/10893\n* MudDataGrid: Hierarchy Column Header by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11181\n* MudDateRangePicker: BlurAsync() MudRangeInput can now blur both inputs at once by @​urbanambroz in https://github.com/MudBlazor/MudBlazor/pull/11104\n* MudDataGrid: Multi Level Grouping by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11243\n### Bug Fixes\n* MudDateRangePicker: Re-enable selecting end date before start date (fix regression) by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11126\n* MudInput - Heap Locked When Disabled by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11135\n* BarChart: Fix tooltip display value by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11150\n* MudTimeSeriesChart: Fix Unhandled Exception by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11153\n* MudPicker: Set TextUpdateSuppression based on Readonly state by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11144\n* MudAutocomplete: Fix various activation issues by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11130\n* MudDataGrid: Enhance HierarchyColumn for RTL and Expand/Collapse All by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11103\n* MudCarousel: Fix timer creation after component disposal by @​jHabjanMXP in https://github.com/MudBlazor/MudBlazor/pull/11192\n* MudPopover: Javascript refactor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11165\n* MudChat: RTL Display / Remove Expiramental Tag by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11219\n* mudElementReference.js: Fix null exception by @​phamtuanit in https://github.com/MudBlazor/MudBlazor/pull/11222\n* MudThemeProvider: Only wrap multi-word font names in quotes in CSS font-family declarations by @​Garderoben in https://github.com/MudBlazor/MudBlazor/pull/11214\n* Popover: Z-Index Alignment by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11220\n* MudOverlay: Prevent unnecessary LockScroll changes by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11174\n* MudInput: Dispose DotNetObjectReference by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11254\n### Other Changes\n* MudMenu: Revert hide delay to match show delay again by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11129\n\n## New Contributors\n* @​jHabjanMXP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11192\n* @​MiroslavKabat made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11198\n* @​phamtuanit made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11222\n* @​urbanambroz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11104\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.5.1...v8.6.0\n\n## 8.5.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.5.1 --\u003e\n\n## What's Changed\n### Bug Fixes\n* Analyzer: Lower the Roslyn version by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11116\n* MudMenu Nested Fix by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11117\n\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.5.0...v8.5.1\n\n## 8.5.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.5.0 --\u003e\n\n## What's Changed\n\n### Bug Fixes\n* MudChart: Fix culture and perfomance issues by @​radderz in https://github.com/MudBlazor/MudBlazor/pull/11041\n* MudSwitch: Change track color to improve visibility on dark theme by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/11077\n* MudTextField: Fix AutoGrow Adornment padding by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10932\n* MudInput: Fix trimming issue by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11029\n* MudTable: Fix table sort label style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11022\n* MudDateRangePicker: Fix error with MaxDays and IsDateDisabledFunc  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11033\n* MudPopover: Remove shadow if the popover is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11040\n* MudAutocomplete: Fix duplicate search calls when opened on click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11023\n* MudPopover: Overlay Position Exclusion by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11038\n* ObserverManager: Optimize to reduce dictionary lookups by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11067\n* DataGrid: Mutlisort key fix on mac by @​tomasgreen in https://github.com/MudBlazor/MudBlazor/pull/11070\n* MudDialog : Duplicate dialog fix by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/11048\n* MudSelect: Add FitContent Parameter by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10894\n* MudToolTip: Move Duration Delay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11051\n* MudInput Dispose JS OnBlur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11039\n* MudDatePicker: Fix selecting DateTime.MaxValue (#​7285) by @​LukasMerz in https://github.com/MudBlazor/MudBlazor/pull/7286\n* MudPopover: Fix positioning delay (partial revert of #​10856) by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11107\n* Analyzers/SourceGenerator: Update Roslyn by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11110\n* MudMenu: Autocomplete/Select adornment click no longer causes menu to close by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11011\n* MudTreeViewItem: Fix NullReferenceException by @​masonwheeler in https://github.com/MudBlazor/MudBlazor/pull/11108\n* MudDataGrid - Preserve Selection with ParameterState by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11032\n\n## New Contributors\n* @​tomasgreen made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11070\n* @​LukasMerz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7286\n* @​masonwheeler made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11108\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.4.0...v8.5.0\n\n## 8.4.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.4.0 --\u003e\n\u003e [!CAUTION]\n\u003e We don't recommend to use this version.\n\u003e Since the MudMenu and Charts are broken.\n\n## What's Changed\n### New Features\n* MudDateRangePicker: Limit Date Range selection based on min/max days constraint by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10769\n* MudChart: Timeseries charting improvements by @​radderz in https://github.com/MudBlazor/MudBlazor/pull/10865\n* MudTable: Add CellClass parameter by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/10884\n### Bug Fixes\n* MudProgressLinear: Use MudGlobal.Rounded as default. by @​Devqon in https://github.com/MudBlazor/MudBlazor/pull/10944\n* Fix usages of MudGlobal.Rounded by @​Devqon in https://github.com/MudBlazor/MudBlazor/pull/10957\n* MudDialog: Fix duplicate dialogs by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/10979\n* MudRadio: Fix incorrect aria checked radio by @​ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/10965\n* MudChart/Heatmap: Add Min/Max Overrides by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10985\n* MudPopover: Adjust Overlay Add Throttle and Debounce by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10856\n* Prevent Rendering of unused MudPopover and MudOverlay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10853\n* DataGrid: SelectedItem(s) ParameterState Refactor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10829\n* MudInput: Implement Streamlined Blur event by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10842\n* MudCollapse: Apply scroll to expanded content overflow by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10948\n* MudButtonGroup: Fix some disabled styles not applying to buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10999\n* MudSelect: Fix menu toggled on non-primary mouse clicks  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11002\n* Popover: Fix Overlay Z-Index issue by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10994\n* MudStepper: Fix final step completed color by @​Lewis-Pitman in https://github.com/MudBlazor/MudBlazor/pull/11012\n* MudTabs: Fix underline display for active tab (#​10970) by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10974\n### Other Changes\n* Refactor: Fix code styling, tests by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10993\n\n## New Contributors\n* @​Devqon made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10944\n* @​Lewis-Pitman made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11012\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.3.0...v8.4.0\n\n## 8.3.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.3.0 --\u003e\n\n## What's Changed\n### New Features\n* MudExpansionPanels: add Panels property to expose child components by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10789\n* MudTable: Show the default cursor for sortable headers when sorting is disabled by @​Qwertyluk in https://github.com/MudBlazor/MudBlazor/pull/10703\n* MudStack: Responsive Breakpoint Attributes by @​mouse0270 in https://github.com/MudBlazor/MudBlazor/pull/10596\n* MudTabPanel: Add Visible property by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10797\n### Bug Fixes\n* MudInput: Fix label text being cut vertically by @​DoobieAsDave in https://github.com/MudBlazor/MudBlazor/pull/10780\n* MudNumericField: Ignore default UI Culture by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10796\n* MudDropContainer: allow scrolling on disabled dragging by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10781\n* MudTextField: Fix break style if label text too long by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10805\n* MudSelect: Fix ResetAsync by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10828\n* MudDataGrid: Fix Loading Indicator scrolls out of view with FixedHeader by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10838\n* FilterHeaderCell: Display filter icons based on ShowFilterIcon value by @​thestahan in https://github.com/MudBlazor/MudBlazor/pull/7729\n* MudAutocomplete: Fix unintended autofocus when adornment clicked by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10837\n* MudDataGrid: Use key row item instead of row index. by @​Jaron-jp in https://github.com/MudBlazor/MudBlazor/pull/10845\n* MudChip: Fix memory allocation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10913\n* MudForm: Fire IsTouchChanged when ChildForm triggers by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10811\n* MudChart: Fix radius error in donut chart (#​8780) by @​Felixlundmark in https://github.com/MudBlazor/MudBlazor/pull/10921\n* MudDatePicker: Fix Persian year in header by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10854\n### Other Changes\n* CSS: Fix CSS issues reported by sonar by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/10757\n* Refactor: Fix formatting by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10859\n* Refactor: Fix code style by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10892\n\n## New Contributors\n* @​thestahan made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7729\n* @​Jaron-jp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10845\n* @​tgothorp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10883\n* @​Felixlundmark made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10921\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.2.0...v8.3.0\n\n## 8.2.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabPanel: Add BadgeIcon property by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10694\n\n### Bug Fixes\n* MudInput: Fix adornment click passing through to field by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10737\n* MudTooltip: Remove `width:fit-content` by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10720\n* MudDropContainer: Re-enable content selection by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10741\n* MudDataGrid: Grouping Icon RTL Support by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10743\n* MudTabs: Fix scroll button appearing when zooming page (#​10686) by @​sirWest in https://github.com/MudBlazor/MudBlazor/pull/10760\n* MudAutocomplete, MudSelect: Fix Focus and Clear by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10740\n* MudPopover: Fix Z-Index edge cases by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10735\n* MudNumericField: Ignore default UI Culture by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10734\n* MudProgressLinear: prevent buffer clipping on Medium/Large sizes by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10782\n* MudBaseDatePicker: Don't try to highlight invalid dates by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10785\n* MudDateRangePicker: Fix highlight for single day range by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10783\n* MudEventManager: Correctly handle TouchList properties in touch-related events by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10714\n\n## New Contributors\n* @​Cybrosys made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10728\n* @​sirWest made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10760\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.1.0...v8.2.0\n\n## 8.1.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.1.0 --\u003e\n\n\u003e [!CAUTION]\n\u003e We don't recommend to use this version.\n\n## What's Changed\n### New Features\n* MudImage: Add fallback source  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10599\n* MudThemeProvider: Add ClassName Style tag by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10667\n* MudDataGrid: remove detrimental ChildRowContent CSS by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10581\n* MudDateRangePicker: Allow select end before start by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10680\n* MudTable: Enable text selection in sortable table header columns by @​Qwertyluk in https://github.com/MudBlazor/MudBlazor/pull/10615\n* MudDataGrid: Remove sort when clicking after descending sort by @​d4npia in https://github.com/MudBlazor/MudBlazor/pull/10623\n### Bug Fixes\n* MudDataGrid: Fix Column Options Popover FixedHeader positioning by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10580\n* MudDataGrid: Sticky toolbars (table menu bar \u0026 pagination bar) by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10386\n* MudTextField: Fix line height for outlined frame by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10649\n* MudPagination: Restore list style CSS by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10657\n* MudOverlay: Introduce `mud-skip-overlay-section` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10666\n* MudDateRangePicker: Fix Outlined Variant label rendering by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10670\n* MudInput: Fix outline label conflict with third-party CSS by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10672\n* Analyzer: Fix HTMLAttributes mode defaults by @​peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/10678\n* MudDatePicker/MudDateRangePicker: Open static picker on bound date by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10582\n* MudTextField : With Required parameter, shows error when only one space is entered by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10671\n* DialogService: Return DialogHelperComponent by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10682\n* MudInput: Fix legend style incorrectly inherited to child components by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10683\n* MudTreeViewItem: make Items two-way for returning server-loaded children by @​henon in https://github.com/MudBlazor/MudBlazor/pull/10684\n* MudGlobal: Inherit TooltipDefaults from TransitionDefaults by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10679\n* RegexMask: Update `RegexMask.Email` to allow hyphens (`-`) in the domain by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10693\n* MudPicker/MudDateRangePicker: Only highlight selected date by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10629\n* MudDropContainer: Fix drag preview \"ghost\" glitch by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10652\n* Select: Don't open while scrolling via touch by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10718\n* MudAutocomplete: Restore `ScrollToListItemAsync` API method by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10717\n\n## New Contributors\n* @​Apflkuacha made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10649\n* @​phmatray made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10654\n* @​aybti made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10677\n* @​d4npia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10623\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0...v8.1.0\n\n## 8.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n\u003e [!NOTE]\n\u003e If you are migrating from v7.x.x to v8.0.0 please make sure to read the [v8.0.0 Migration Guide](https://github.com/MudBlazor/MudBlazor/issues/9953) !! You can give us your [feedback about v8](https://github.com/MudBlazor/MudBlazor/discussions/10003), it'll be appreciated.\n\n\n## What's Changed\n### Breaking Changes\n* Build: Drop support for .NET 7 by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9511\n* Theme: Change Typography members to type BaseTypography by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9434\n* MudTable: Rename MudBlazorFix namespace to MudBlazor by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9952\n* Rename utilities to fix typos by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9582\n* Typography: Make `FontWeight` and `LineHeight` strings by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9592\n* MudGlobal: Remove `EnableIllegalRazorParameterDetection` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9580\n* Remove KeyInterceptor, Replaced by KeyInterceptorService by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9956\n* Remove MudPopoverService by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9957\n* Key handling followup work by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9921\n* KeyInterceptorService: Make KeyOptions immutable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9969\n* DialogService: Remove obsolete OnDialogInstanceAdded by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9980\n* MudDropContainer: Remove obsolete API by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9981\n* MudDataGrid: Remove obsolete CancelledEditingItem by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9982\n* JsApiService: Make implementation internal \u0026 add xmldoc. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9994\n* JsEvent: Make implementation internal \u0026 add xmldoc. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9996\n* IJSRuntimeExtensions: Adjust pre-rendering handling for .NET8 by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9997\n* Localization: Remove obsolete code by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10001\n* EventUtil: Propagate exceptions. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9967\n* TimeSeries: Rename `TimeSeriesDiplayType` to fix typo by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9581\n* MudCharts: Update Namespace, set some classes visibility to internal by @​ingkor in https://github.com/MudBlazor/MudBlazor/pull/9919\n* Add `Typography` suffix to all typography classes by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9962\n* MudDialog: Don't override `Class` param and convert BackgroundClass to getter by @​henon in https://github.com/MudBlazor/MudBlazor/pull/9909\n* MudFileUpload: fix `AppendMultipleFiles` keeping stale file references (#​9586) by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/9600\n* Typography: Remove `input` in favor of `subtitle1` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10028\n* Components: Use IAsyncDisposable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10037\n* MudSelectItem, MudNavLink: Remove MudBaseSelectItem by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10045\n* Radio, Check Box, Switch: Unification and improved alignaments by @​ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/9472\n* Scroll services: Clean up, make implementations internal, add xmodoc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10048\n* EventListener: Clean up, make implementations internal, add xmodoc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10051\n* ResizeObserver: Clean up, make implementations internal, add xmodoc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10055\n* JsEvent: Use IAsyncDisposable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10061\n* MudCollapse: Rework animation by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10056\n* Inputs: Refactor adornment related code by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10057\n* Dialog: Use ParameterState, make DialogOptions immutable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10066\n* Inputs, Menu: Standardize default origin point by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10071\n* MudDrawer: Make Temporary Drawer non-responsive by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/10095\n* MudDataGrid: Rename _classname to Classname etc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10149\n* MudPagination: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10154\n* MudBreadcrumbs: Convert BreadcrumbItem to record type by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10116\n* MudBreadcrumbs: Change HTML structure and semantics for accessibility by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10115\n* MudToggleGroup: Fix icon margins by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10162\n* MudSelect: Open menu on pointer down instead of click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10129\n ... (truncated)\n\n## 8.0.0-rc.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n### Note \nThis is a re-release of `v8.0.0-rc.1` where `MudBlazor.min.css` was missing.\n\n## What's Changed\n### Breaking Changes\n* MudToggleGroup: Remove `Rounded` in favor of CSS utilities `rounded-*` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10533\n* MudChip: Use anchor or button tag instead of div when appropriate by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10488\n* MudGlobal: Remove low impact properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10516\n### New Features\n* MudMenuItem: Add chevrons to submenus and automatically choose anchor origin by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10509\n* MudMenu: Open standard sub menus with left click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10539\n* MudMenu: Bring style closer to Material Design by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10542\n* MudMenu: Improve usage of `Dense`, icons, and touch by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10545\n* MudChart: HeatMap Cell Customization and Override by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10365\n* MudSelect: Enhance Keyboard Searching by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10433\n* Converter: Enable translation for error messages (#​3313) by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10411\n### Bug Fixes\n* MudDataGrid: Fix the shifting of striped rows when loading by @​BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/10528\n* MudMenu: Fix pointer event timing with cascading menus by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10551\n* MudPopover: Fix overlay regression in nested popovers inside Dialog by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10554\n* MudStepper: ResetAsync now sends correct StepAction arg by @​Skuzzle-UK in https://github.com/MudBlazor/MudBlazor/pull/10341\n* MudSwipeArea: Fix onpointer on touch devices by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10461\n* Revert \"Build: Sass compiler file contention fix (#​10564)\" by @​mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10589\n\n## New Contributors\n* @​Skuzzle-UK made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10341\n* @​pwasilewski made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10411\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0-preview.7...v8.0.0-rc.2\n\n## 8.0.0-preview.7\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.7 --\u003e\n\n## What's Changed\n### Breaking Changes\n* Menu: Allow simplified submenu syntax by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10469\n* MudMenuItem: Decouple from MudListItem and Change Icon Layout by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10478\n### New Features\n* Menu: Make `Open` a two-way parameter by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10459\n* MenuItem: Add `Label` parameter by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10476\n* MudDataGrid: Add CurrentPageChanged EventHandler to enable binding by @​ZizWing in https://github.com/MudBlazor/MudBlazor/pull/10483\n* MudTable: Add CurrentPageChanged fot two-way binding (#​3563 #​6260) by @​ZizWing in https://github.com/MudBlazor/MudBlazor/pull/10458\n### Bug Fixes\n* Menu: Optimize pointer events by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10479\n* MudDataGrid: Align select column and row select behavior by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10475\n* MudNumericField: Use native html input number type by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10192\n* MudDrawer: Fix bug related to Z-Index and Overlay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10467\n* MudAutocomplete: Fix OnAdornmentClick regression #​10446 by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10500\n* MudDataGrid: Fix regression ServerData + Virtualize flag (#​10495) \u0026 Footer columns (#​10501) by @​Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10507\n### Other Changes\n* MudMenu: Small optimization by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10466\n* Refactor: Cleanup some console messages by @​mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10464\n\n## New Contributors\n* @​ZizWing made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10483\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0-preview.6...v8.0.0-preview.7\n\n## 8.0.0-preview.6\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* Snackbar: Allow to attach custom task on close button click by @​BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/8589\n* MudColor: Change Equals logic by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10355\n* MudSelect: Change Visibility of \"_currentIcon\" to Internal by @​jperson2000 in https://github.com/MudBlazor/MudBlazor/pull/10451\n* MudAutocomplete: Fix overlay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10446\n\n### New Features\n* MudColor: Add Palette algorithms by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10313\n* MudColor: Add GenerateMultiGradientPalette by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10318\n* MudDataGrid: Allow overriding default filter operators per column by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10254\n* MudColorPicker: Add nullable annotation. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10321\n* MudColor: Add IParsable and Deconstruct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10333\n* New Chart: HeatMap by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10263\n* MudAutocomplete, MudSelect: Allow popover customization and add scroll events by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10327\n* MudMenu: Hide Button when Label, Icon and Content are unset by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10349\n* ParameterState: Add IsChildOriginatedChange to ParameterChangedEventArgs by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10359\n* MudDataGrid: Add AggregateTemplate render fragment by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10419\n* Menu: Improve nesting support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10452\n\n### Bug Fixes\n* MudDialog: Fix exception when closing a dialog while rendering by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10226\n* MudColor: Fix special case in GenerateGradientPalette by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10316\n* MudDataGrid: Fix Filter Panel Positioning with FixedHeader = true by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10292\n* MudTimeline: Fix item alignment in nested horizontal timeline (#​9958) by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10346\n* IJSRuntimeExtensions: Fix InvokeVoidAsyncIgnoreErrors to catch JSException by @​brpeeters in https://github.com/MudBlazor/MudBlazor/pull/10356\n* Cookie Consent CSS: Fixes the Cookie Consent Popup from Blocking the UI by @​mouse0270 in https://github.com/MudBlazor/MudBlazor/pull/10368\n* MudDatePicker: Fix bugs in FixYear and FixMonth by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10392\n* DateMask: Fix leap year February logic 02/29 by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10377\n* MudTextField: With mask, setting parameter value updates the input text by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10328\n* MudDataGrid: Fix virtualization regression (#​10343) by @​Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10402\n* MudDataGrid: Fix SelectOnRowClick when MultiSelection is false by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10387\n* Build: Better sasscompiler workaround by @​mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10417\n* MudDataGrid: Fix Resizable property behavior  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10436\n* MudDataGrid: Don't remove `Is Not Empty` filter definition on filter close by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10438\n* MudSelect: Prevent adornment `pointerdown` propogating to input by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10353\n* Fixing MudRatingItem ADA issue by @​ocastanedaglobant in https://github.com/MudBlazor/MudBlazor/pull/10429\n* MudDateRangePicker: Fix #​9667: Fix Clearable Button Not Disappearing with No Range Data by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10401\n* MudSelect: Fix MultiSelection in MudSelect by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10395\n* MudTextField: Fix MudTextField label background by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10385\n* MudTextField: Fix clickable area in multiline fields by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10364\n### Other Changes\n* README: Update support policy by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10445\n* New Component - MudChat by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10400\n\n## New Contributors\n* @​brpeeters made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10356\n* @​mouse0270 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10368\n ... (truncated)\n\n## 8.0.0-preview.5\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.5 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudDataGrid: Rename _classname to Classname etc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10149\n* MudPagination: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10154\n* MudBreadcrumbs: Convert BreadcrumbItem to record type by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10116\n* MudBreadcrumbs: Change HTML structure and semantics for accessibility by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10115\n* MudToggleGroup: Fix icon margins by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10162\n* MudSelect: Open menu on pointer down instead of click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10129\n* MudAutocomplete: Don't wrap around selected index with down arrow by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10161\n* MudAutocomplete: Coerce value immediately by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10138\n* MudSwipeArea: Replace  ontouch with onpointer by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9445\n### New Features\n* MudTreeView: Add parameter FilterFunc for selectively displaying tree nodes by @​mueller-marcel in https://github.com/MudBlazor/MudBlazor/pull/10096\n* MudNavGroup: Add TitleContent parameter by @​Ben0421 in https://github.com/MudBlazor/MudBlazor/pull/10160\n* MudDataGrid: Custom comparer by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10156\n* Autocomplete: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10127\n* MudInputAdornment: Add nullable annotation. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10203\n* Mask: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10119\n* NumericField: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10123\n* Input: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10124\n* MudNumericField: Change default InputMode to decimal by @​Eddie-Hartman in https://github.com/MudBlazor/MudBlazor/pull/9923\n* MudAppBar: Add contextual action bar implementation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10210\n* Add .NET9 Support by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10233\n* MudGlobal: Add defaults for MudPaper by @​rena0157 in https://github.com/MudBlazor/MudBlazor/pull/10264\n* MudColor: Add Lerp by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10275\n* MudColor: Add IFormattable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10295\n* MudNavGroup: Add HeaderClass for title customization by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10268\n* Snackbar: Move Icon configs to CommonSnackbarOptions by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10285\n### Bug Fixes\n* MudTextField: Fix ShrinkLabel for text fields with Mask by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10134\n* MudDataGrid: Fix Sticky Columns with Sticky Headers by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10151\n* JS: Fix cannot read properties of undefined / null by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10202\n* MudList: Fix logic of the Gutters parameter by @​henon in https://github.com/MudBlazor/MudBlazor/pull/10199\n* MudTabs: Fix scrolling to active index by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/10184\n* MudDataGrid: Allow grouping by null values by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10213\n* [MudSelect] Control popover width by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10215\n* MudSelect, MudMenu: Fix max height exceeds window by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10216\n* MudSelect/MudDatePicker: Fix accidental MudDatePicker break while maintaining desired MudSelect behavior by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10238\n* MudDataGrid: Fix virtualized indexes (#​10179) by @​Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10218\n* MudMenu: Fix menu closing if mouse move too quickly by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10172\n* DataGridTests: Fix test failure by using Invariant Culture by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10220\n* Pickers: Fix popover elevation and gap by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10270\n* Revert \"Popover: Hide all element overflow\" by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10308\n### Other Changes\n* Chore: Drop CollectionExtensions for .NET 9+ by @​xC0dex in https://github.com/MudBlazor/MudBlazor/pull/10165\n* MudInput: Remove `@​onmousewheel` by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10221\n\n## New Contributors\n ... (truncated)\n\n## 8.0.0-preview.4\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.4 --\u003e\n\n## What's Changed\n### New Features\n* Picker: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10121\n* MudMenu: Fix PositionAtCursor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10122\n* Form: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10125\n### Bug Fixes\n* MudBreadcrumbs: Fix separator template not vertically centered by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10112\n* MudDataGrid: Correctly render initially expanded rows by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10133\n* IJSRuntimeExtensions: Fix when pre-rendering by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10142\n\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0-preview.3...v8.0.0-preview.4\n\n## 8.0.0-preview.3\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.3 --\u003e\n\n## What's Changed\n### Breaking Changes\n* Inputs, Menu: Standardize default origin point by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10071\n* MudDrawer: Make Temporary Drawer non-responsive by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/10095\n### New Features\n* MudDatePicker: Use TimeProvider to allow mocking current date by @​emcbem in https://github.com/MudBlazor/MudBlazor/pull/10087\n* Inputs: Hide Clear button when readonly by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10070\n### Bug Fixes\n* MudAutocomplete: Fix Text coersion on Tab key (OnBlur or CloseMenu) by @​HClausing in https://github.com/MudBlazor/MudBlazor/pull/10074\n* MudAutocomplete: Fix ResetAsync without debounce not opening the menu by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10063\n* MudPopover: Fix z-index issues with nested popovers by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10089\n* MudPopover: Fix regression with respect to direction and location and z-index  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10106\n* Fix origin points that relied on previous defaults by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10110\n* MudToggleGroup: Unregister removed items by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10091\n### Other Changes\n* MudStepper: Use nameof() instead of hardcoded strings by @​0xced in https://github.com/MudBlazor/MudBlazor/pull/10079\n...\n\n_Description has been truncated_","html_url":"https://github.com/Digvijay/WarnScope/pull/10","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Digvijay%2FWarnScope/issues/10","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/10/packages"}},{"old_version":"7.15.0","new_version":"8.15.0","update_type":"major","path":null,"pr_created_at":"2026-01-11T19:40:49.000Z","version_change":"7.15.0 → 8.15.0","issue":{"uuid":"3801905554","node_id":"PR_kwDOO-eTGs68k1Xi","number":17,"state":"closed","title":"Bump MudBlazor from 7.15.0 to 8.15.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2026-03-01T16:41:32.000Z","author_association":null,"state_reason":null,"created_at":"2026-01-11T19:40:49.000Z","updated_at":"2026-03-01T16:41:42.000Z","time_to_close":4222843,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","old_version":"7.15.0","new_version":"8.15.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 7.15.0 to 8.15.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\n## 8.14.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.14.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudGlobal: Deprecate theming properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11415\n### New Features\n* MudColorPicker: Add opt-out tooltips for icon buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11953\n* MudMenu: Enhance keyboard accessibility and focus management by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11762\n* MudTable: Add AriaLabel parameter for accessibility by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/11995\n* Pickers: Add InputId parameter by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12003\n* Icons: Add Slack brand icon to Icons.Custom.Brands by @​codomposer in https://github.com/MudBlazor/MudBlazor/pull/12057\n* MudStepper: Provide step context to child content by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/12054\n### Bug Fixes\n* MudDataGrid: Fix generated EditTemplates not inheriting their column's culture by @​benditorok in https://github.com/MudBlazor/MudBlazor/pull/11931\n* CSS: Improve browser compatibility by replacing `from ... r g b` syntax by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11939\n* MudDialog: Fix gaps in body style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11506\n* MudIconButton: Fix filled buttons losing background color on click by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11944\n* MudDialog: Force titles to wrap \u0026 prevent close button overlap by @​RabindranathChanda in https://github.com/MudBlazor/MudBlazor/pull/11921\n* MudPopover: Fix JS Typo by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11968\n* MudFormComponent: Clear converter errors on ResetValidation by @​ArfitAP in https://github.com/MudBlazor/MudBlazor/pull/11971\n* MudScrollListener: Fix document scroll by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11978\n* MudTooltip: Fix FullWidth children not stretching by @​FreskOoAs in https://github.com/MudBlazor/MudBlazor/pull/11948\n* MudAutocomplete: ProgressBar AdornmentIcon Hiding by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11980\n* MudTabs: Fix TabWrapperContent and Tooltip display with Drag and Drop by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12009\n* MudSelect: Display selected value when null by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12001\n* ParameterState: Add Snapshot to avoid race condition by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12023\n* MudNavGroup: Fix Background Color After Click by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11989\n* MudDatePicker: Fix FixedDay, FixMonth, FixYear for non-Gregorian calendar by @​oxayotl in https://github.com/MudBlazor/MudBlazor/pull/11992\n* MudAutocomplete: Fix input not focused on adornment click by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11970\n* MudAutocomplete: OpenChanged called twice after selection by @​Yomodo in https://github.com/MudBlazor/MudBlazor/pull/11985\n* MudCard: Hide gap when MudCardActions is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12033\n* MudExpansionPanel: Fix Gutters property not affecting header padding by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12036\n### Other Changes\n* SankeyChart: Add chart for displaying dataflow by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/11919\n\n## New Contributors\n* @​benditorok made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11931\n* @​RabindranathChanda made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11921\n* @​ArfitAP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11971\n* @​FreskOoAs made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11948\n* @​dev-KingMaster made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11995\n* @​codomposer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12057\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.13.0...v8.14.0\n\n## 8.13.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.13.0 --\u003e\n\n## What's Changed\n### New Features\n* MudTable: Add LoadingContentBody render fragment by @​Enderlook in https://github.com/MudBlazor/MudBlazor/pull/11718\n* MudTable: Scroll to row \u0026 focus cell by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11569\n* MudSnackbar: Add global HideIcon option by @​franco-diaz-licham in https://github.com/MudBlazor/MudBlazor/pull/11900\n* MudDataGrid: Add parameters for filter icons by @​CyrilArtFX in https://github.com/MudBlazor/MudBlazor/pull/11864\n### Bug Fixes\n* MudIconButton: Fix icon button with default color not having focus indicator by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11858\n* MudCheckbox: Fix Tri-State required validation  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11886\n* MudCarousel: Fix UI update of bullets on item add by @​Blocko07 in https://github.com/MudBlazor/MudBlazor/pull/11873\n* MudDataGrid: Hierarchy ExpandAll/CollapseAll when one item is present by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11904\n* MudTabs: Guard for ScrollPrev by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11924\n\n## New Contributors\n* @​Blocko07 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11873\n* @​franco-diaz-licham made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11900\n* @​CyrilArtFX made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11864\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.12.0...v8.13.0\n\n## 8.12.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.12.0 --\u003e\n\n## What's Changed\n### New Features\n* MudDataGrid: Add hierarchy visibility toggled parameter by @​GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11706\n* MudChart: Support custom ToString func for Y axis by @​IchBinAb4los in https://github.com/MudBlazor/MudBlazor/pull/11674\n### Bug Fixes\n* MudPopover: Maintain Scroll Position by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11765\n* MudTextField: Fix padding for outlined multiline fields by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/11776\n* MudDataGrid: Fix nested group expansion for multilevel grouping (#​11725) by @​M4ntax in https://github.com/MudBlazor/MudBlazor/pull/11729\n* MudDialog: Fix when a dialog is canceled, it can be reopened by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11804\n* MudDataGrid : Refresh on collection changed by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11822\n* MudDataGrid: SCSS, Clean Up Sticky Columns by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11800\n* MudAutocomplete: Fix `Strict=false` when using a `Converter` with `CoerceValue` by @​Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/11826\n\n## New Contributors\n* @​rasmus-carlsson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11776\n* @​M4ntax made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11729\n* @​IchBinAb4los made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11674\n* @​Copilot made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11810\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.11.0...v8.12.0\n\n## 8.11.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.11.0 --\u003e\n\n## What's Changed\n### New Features\n* MudField: AdornmentAria and ShrinkLabel by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11669\n* MudStepper: Add Skipped State (#​11739) by @​Alex-DeLaet in https://github.com/MudBlazor/MudBlazor/pull/11742\n### Bug Fixes\n* MudTable: Maintains group row state when group list is modified by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11681\n* MudTextField: Fix Focus by ElementReference by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11733\n* MudMenu: Hide menu list if it has no items by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11740\n* MudDataGrid: Fix HierarchyColumn Expansion with Funcs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11292\n* MudTabs: Improve accessibility by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11581\n* MudTable : Fix bug where CurrentPage is reset at the initialization by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11745\n* MudPopover: MudList MaxHeight Adjustments by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11734\n### Other Changes\n* Community Extensions: Add MudX by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11692\n* MudPopover: Fix MudList Scroll Issue by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11694\n* MudTimeSeriesChart: Use InvariantCulture when rendering opacity (#​11696) by @​svarnyjunak in https://github.com/MudBlazor/MudBlazor/pull/11697\n* MudHighlighter: Maintain markup formatting when Markup=true by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11705\n* MudBaseInput: Fix expired ParameterView in inherited components by @​GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11715\n\n## New Contributors\n* @​svarnyjunak made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11697\n* @​GeorgeKarlinzer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11715\n* @​Alex-DeLaet made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11742\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.10.0...v8.11.0\n\n## 8.10.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.10.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudStepper: Remove StepStyle property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11589\n### New Features\n* DataGrid: Extend DateOnly filtering support for Simple and ColumnFilterMenu modes by @​raimana in https://github.com/MudBlazor/MudBlazor/pull/11599\n### Bug Fixes\n* MudTextField: Fix excessive height with AutoGrow, Outlined, Dense, and Adornment by @​mathdx1111 in https://github.com/MudBlazor/MudBlazor/pull/11600\n* MudFocusTrap: Prevent JSException on Disposed Component by @​jHabjanMXP in https://github.com/MudBlazor/MudBlazor/pull/11586\n* MudTabs: Update ActiveIndex On Render and Refresh when Drag and Drop Enabled by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11568\n* MudDataGrid: AllowUnsorted Default Behavior  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11655\n* MudSimpleTable: Remove redundant bottom border from the last row header by @​9PK4U in https://github.com/MudBlazor/MudBlazor/pull/11628\n### Other Changes\n* MudPopover: Restrict Max Height Adjustments by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11680\n\n## New Contributors\n* @​9PK4U made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11628\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.9.0...v8.10.0\n\n## 8.9.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.9.0 --\u003e\n\n## What's Changed\n### New Features\n* MudDataGrid: Add AllowUnsorted property by @​christianielsen in https://github.com/MudBlazor/MudBlazor/pull/11443\n### Bug Fixes\n* MudDialog: Fix Inline Dialog Title Refresh by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11504\n* MudHighlighter: Fix Highlighted Markup Render Bug by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11543\n* MudMask: Update value on browser autofill by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11547\n* MudAutocomplete: Fix Strict mode regression by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11533\n* MudSimpleTable: Fix missing row borders in nested tables (#​11559) by @​n0spaces in https://github.com/MudBlazor/MudBlazor/pull/11566\n* MudProgressCircular: Calculate view box size based on stroke width by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11557\n* MudSelect: Always call `FieldChanged` when `MultiSelection=true` by @​Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/11553\n### Other Changes\n* MudDialog: Fix CloseOnEscapeKey Not Triggered After Backdrop Click by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11475\n* Datagrid: Support Dateonly filter by @​raimana in https://github.com/MudBlazor/MudBlazor/pull/11535\n* MudExpansionPanel: Add toggle keyboard hotkeys, Add ability to remove content from DOM by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11531\n\n## New Contributors\n* @​raimana made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11535\n* @​AmpF5 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11548\n* @​nccadman19 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11531\n* @​n0spaces made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11566\n* @​christianielsen made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11443\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.8.0...v8.9.0\n\n## 8.8.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.8.0 --\u003e\n\n## What's Changed\n### New Features\n* MudAutocomplete: Scroll to selected item when not strict by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11049\n* MudMenu: Add min width \u0026 submenu icon gutters by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11435\n* MudDataGrid Default GroupTemplate At Grid Level by @​peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/11237\n* Improve accessibility labels and localize picker buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11456\n* MudTabs: Add Drag and Drop functionality by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11267\n* MudGlobal: Add PopoverDefaults.ModalOverlay to control Modal parameters by @​rabidsheep in https://github.com/MudBlazor/MudBlazor/pull/11486\n* MudFileUpload: Add file size validation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11476\n* MudToggleGroup: Refactor borders, Add border opacity support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11496\n### Bug Fixes\n* MudMenu: Hide popover overflow by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11444\n* MudMenu: Position At Cursor Flip Logic by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11437\n* MudDataGrid: Filters and Options Popover changed to Position At Cursor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11452\n* MudTextField: Fix partially hidden scrollbar, Focus field on label click by @​mathdx1111 in https://github.com/MudBlazor/MudBlazor/pull/11402\n* MudDataGrid: Groupable Logic by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11383\n* MudTablePager: Fix InfoFormat ignoring custom text (#​11466) by @​sirdx in https://github.com/MudBlazor/MudBlazor/pull/11468\n* MudMenu: Revert previous refactor by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11484\n* MudAutocomplete: Fix item selection stealing focus back after handler completes by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11482\n* MudTabs: Fix MudTabSlider not showing by @​sirdx in https://github.com/MudBlazor/MudBlazor/pull/11467\n* MudDrawer: Fix stall when loading by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/11009\n* MudInput: Dispose iOS Blur With Error Handling by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11436\n### Other Changes\n* Build: Remove \"needs review\" label from new PRs by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11431\n* MudToggleItem: Enforce direct parent hierarchy by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11498\n\n## New Contributors\n* @​ecrocombe made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11427\n* @​mathdx1111 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11402\n* @​sirdx made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11468\n* @​oxayotl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11474\n* @​rabidsheep made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11486\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.7.0...v8.8.0\n\n## 8.7.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.7.0 --\u003e\n\n## What's Changed\n### New Features\n* DataGridExtensions: support GridStateVirtualize and sort comparer by @​ahjephson in https://github.com/MudBlazor/MudBlazor/pull/11270\n* MudTabPanel: Implement Sorting by Text, SortKey, or Custom IComparer by @​richardhauer in https://github.com/MudBlazor/MudBlazor/pull/10803\n* SwipeArea: Real Time Swipe Support by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11307\n* Pickers: Use `InputDefaults` for inputs in `Picker` components by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11342\n* MudTable: Add TableClass parameter #​11351 by @​nathanhqws in https://github.com/MudBlazor/MudBlazor/pull/11352\n* MudCheckBox: Use disabled style on text by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/11356\n* MudCircularProgress: Add ChildContent to Show Centered Content in the Progress by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11271\n* MudColorPicker: Reduce default throttle by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11368\n* MudPopover: Expand Flip Logic to Include Anchor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11248\n* MudTablePager: Add thousands separator for all_items by @​RafBorrelli in https://github.com/MudBlazor/MudBlazor/pull/11371\n* Add `d-contents` display class, Fix missing gap between MessageBox action buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11391\n* MudDataGrid: Form Dialog Focus by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11379\n* MudColorPicker: Improve ARIA labels \u0026 doc page wording by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11401\n* Palette: Add BorderOpacity property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11394\n* MudAutocomplete: Allow changing `LockScroll` value by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11414\n### Bug Fixes\n* Popover: Initial Show When Open=\"true\" by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11277\n* MudCarousel: Utilize ParameterState by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11324\n* MudBooleanInput, MudRating: Improve accessibility by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11084\n* PopoverProvider: Multiple Layouts by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11305\n* MudInput: Fix Disposal of IOS Blur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11347\n* MudOverlay: Check JSRuntime by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11282\n* MudToggleGroup: Fix MudToggleItem selection when asynchronously loaded by @​jimitndiaye in https://github.com/MudBlazor/MudBlazor/pull/11309\n* MudToggleGroup: Fix FixedContent Visual Options by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11306\n* MudInput: Fix Proper Blur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11376\n* MudAutocomplete: Fix `AutoFocus` not opening item list by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11365\n* DataGrid: GroupingByOrder / Style Fix / Expansion StateHasChanged by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11302\n* Line chart: Fix index out of bounds error by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11381\n* MudMenu: Fix submenu activators being too wide by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11367\n* MudTabs: Fix slider misalignment when component is scaled by @​liamAU28910 in https://github.com/MudBlazor/MudBlazor/pull/11405\n* MudMask: Fix `⌘` shortcuts on MacOS \u0026 `cut` shortcut in general by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11366\n* MudPopover: Fix Event Order by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11389\n* MudToggleGroup: Selection Tracking by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11395\n* Docs: Fix mangled `AppbarButtons.razor.cs` merge by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11419\n* MudExpansionPanel: Fix `Gutters` property not taking effect by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11408\n### Other Changes\n* GitHubActions: Fix TryMudBlazor deploy by @​Garderoben in https://github.com/MudBlazor/MudBlazor/pull/11257\n\n## New Contributors\n* @​ahjephson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11270\n* @​richardhauer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10803\n* @​nathanhqws made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11352\n* @​liamAU28910 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11405\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.6.0...v8.7.0\n\n## 8.6.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudOverlay: Add parameter Modal allowing click-through by @​Cybrosys in https://github.com/MudBlazor/MudBlazor/pull/10893\n* MudDataGrid: Hierarchy Column Header by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11181\n* MudDateRangePicker: BlurAsync() MudRangeInput can now blur both inputs at once by @​urbanambroz in https://github.com/MudBlazor/MudBlazor/pull/11104\n* MudDataGrid: Multi Level Grouping by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11243\n### Bug Fixes\n* MudDateRangePicker: Re-enable selecting end date before start date (fix regression) by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11126\n* MudInput - Heap Locked When Disabled by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11135\n* BarChart: Fix tooltip display value by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11150\n* MudTimeSeriesChart: Fix Unhandled Exception by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11153\n* MudPicker: Set TextUpdateSuppression based on Readonly state by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11144\n* MudAutocomplete: Fix various activation issues by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11130\n* MudDataGrid: Enhance HierarchyColumn for RTL and Expand/Collapse All by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11103\n* MudCarousel: Fix timer creation after component disposal by @​jHabjanMXP in https://github.com/MudBlazor/MudBlazor/pull/11192\n* MudPopover: Javascript refactor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11165\n* MudChat: RTL Display / Remove Expiramental Tag by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11219\n* mudElementReference.js: Fix null exception by @​phamtuanit in https://github.com/MudBlazor/MudBlazor/pull/11222\n* MudThemeProvider: Only wrap multi-word font names in quotes in CSS font-family declarations by @​Garderoben in https://github.com/MudBlazor/MudBlazor/pull/11214\n* Popover: Z-Index Alignment by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11220\n* MudOverlay: Prevent unnecessary LockScroll changes by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11174\n* MudInput: Dispose DotNetObjectReference by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11254\n### Other Changes\n* MudMenu: Revert hide delay to match show delay again by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11129\n\n## New Contributors\n* @​jHabjanMXP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11192\n* @​MiroslavKabat made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11198\n* @​phamtuanit made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11222\n* @​urbanambroz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11104\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.5.1...v8.6.0\n\n## 8.5.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.5.1 --\u003e\n\n## What's Changed\n### Bug Fixes\n* Analyzer: Lower the Roslyn version by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11116\n* MudMenu Nested Fix by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11117\n\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.5.0...v8.5.1\n\n## 8.5.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.5.0 --\u003e\n\n## What's Changed\n\n### Bug Fixes\n* MudChart: Fix culture and perfomance issues by @​radderz in https://github.com/MudBlazor/MudBlazor/pull/11041\n* MudSwitch: Change track color to improve visibility on dark theme by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/11077\n* MudTextField: Fix AutoGrow Adornment padding by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10932\n* MudInput: Fix trimming issue by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11029\n* MudTable: Fix table sort label style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11022\n* MudDateRangePicker: Fix error with MaxDays and IsDateDisabledFunc  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11033\n* MudPopover: Remove shadow if the popover is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11040\n* MudAutocomplete: Fix duplicate search calls when opened on click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11023\n* MudPopover: Overlay Position Exclusion by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11038\n* ObserverManager: Optimize to reduce dictionary lookups by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11067\n* DataGrid: Mutlisort key fix on mac by @​tomasgreen in https://github.com/MudBlazor/MudBlazor/pull/11070\n* MudDialog : Duplicate dialog fix by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/11048\n* MudSelect: Add FitContent Parameter by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10894\n* MudToolTip: Move Duration Delay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11051\n* MudInput Dispose JS OnBlur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11039\n* MudDatePicker: Fix selecting DateTime.MaxValue (#​7285) by @​LukasMerz in https://github.com/MudBlazor/MudBlazor/pull/7286\n* MudPopover: Fix positioning delay (partial revert of #​10856) by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11107\n* Analyzers/SourceGenerator: Update Roslyn by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11110\n* MudMenu: Autocomplete/Select adornment click no longer causes menu to close by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11011\n* MudTreeViewItem: Fix NullReferenceException by @​masonwheeler in https://github.com/MudBlazor/MudBlazor/pull/11108\n* MudDataGrid - Preserve Selection with ParameterState by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11032\n\n## New Contributors\n* @​tomasgreen made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11070\n* @​LukasMerz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7286\n* @​masonwheeler made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11108\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.4.0...v8.5.0\n\n## 8.4.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.4.0 --\u003e\n\u003e [!CAUTION]\n\u003e We don't recommend to use this version.\n\u003e Since the MudMenu and Charts are broken.\n\n## What's Changed\n### New Features\n* MudDateRangePicker: Limit Date Range selection based on min/max days constraint by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10769\n* MudChart: Timeseries charting improvements by @​radderz in https://github.com/MudBlazor/MudBlazor/pull/10865\n* MudTable: Add CellClass parameter by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/10884\n### Bug Fixes\n* MudProgressLinear: Use MudGlobal.Rounded as default. by @​Devqon in https://github.com/MudBlazor/MudBlazor/pull/10944\n* Fix usages of MudGlobal.Rounded by @​Devqon in https://github.com/MudBlazor/MudBlazor/pull/10957\n* MudDialog: Fix duplicate dialogs by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/10979\n* MudRadio: Fix incorrect aria checked radio by @​ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/10965\n* MudChart/Heatmap: Add Min/Max Overrides by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10985\n* MudPopover: Adjust Overlay Add Throttle and Debounce by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10856\n* Prevent Rendering of unused MudPopover and MudOverlay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10853\n* DataGrid: SelectedItem(s) ParameterState Refactor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10829\n* MudInput: Implement Streamlined Blur event by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10842\n* MudCollapse: Apply scroll to expanded content overflow by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10948\n* MudButtonGroup: Fix some disabled styles not applying to buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10999\n* MudSelect: Fix menu toggled on non-primary mouse clicks  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11002\n* Popover: Fix Overlay Z-Index issue by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10994\n* MudStepper: Fix final step completed color by @​Lewis-Pitman in https://github.com/MudBlazor/MudBlazor/pull/11012\n* MudTabs: Fix underline display for active tab (#​10970) by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10974\n### Other Changes\n* Refactor: Fix code styling, tests by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10993\n\n## New Contributors\n* @​Devqon made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10944\n* @​Lewis-Pitman made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11012\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.3.0...v8.4.0\n\n## 8.3.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.3.0 --\u003e\n\n## What's Changed\n### New Features\n* MudExpansionPanels: add Panels property to expose child components by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10789\n* MudTable: Show the default cursor for sortable headers when sorting is disabled by @​Qwertyluk in https://github.com/MudBlazor/MudBlazor/pull/10703\n* MudStack: Responsive Breakpoint Attributes by @​mouse0270 in https://github.com/MudBlazor/MudBlazor/pull/10596\n* MudTabPanel: Add Visible property by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10797\n### Bug Fixes\n* MudInput: Fix label text being cut vertically by @​DoobieAsDave in https://github.com/MudBlazor/MudBlazor/pull/10780\n* MudNumericField: Ignore default UI Culture by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10796\n* MudDropContainer: allow scrolling on disabled dragging by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10781\n* MudTextField: Fix break style if label text too long by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10805\n* MudSelect: Fix ResetAsync by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10828\n* MudDataGrid: Fix Loading Indicator scrolls out of view with FixedHeader by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10838\n* FilterHeaderCell: Display filter icons based on ShowFilterIcon value by @​thestahan in https://github.com/MudBlazor/MudBlazor/pull/7729\n* MudAutocomplete: Fix unintended autofocus when adornment clicked by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10837\n* MudDataGrid: Use key row item instead of row index. by @​Jaron-jp in https://github.com/MudBlazor/MudBlazor/pull/10845\n* MudChip: Fix memory allocation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10913\n* MudForm: Fire IsTouchChanged when ChildForm triggers by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10811\n* MudChart: Fix radius error in donut chart (#​8780) by @​Felixlundmark in https://github.com/MudBlazor/MudBlazor/pull/10921\n* MudDatePicker: Fix Persian year in header by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10854\n### Other Changes\n* CSS: Fix CSS issues reported by sonar by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/10757\n* Refactor: Fix formatting by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10859\n* Refactor: Fix code style by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10892\n\n## New Contributors\n* @​thestahan made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7729\n* @​Jaron-jp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10845\n* @​tgothorp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10883\n* @​Felixlundmark made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10921\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.2.0...v8.3.0\n\n## 8.2.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabPanel: Add BadgeIcon property by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10694\n\n### Bug Fixes\n* MudInput: Fix adornment click passing through to field by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10737\n* MudTooltip: Remove `width:fit-content` by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10720\n* MudDropContainer: Re-enable content selection by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10741\n* MudDataGrid: Grouping Icon RTL Support by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10743\n* MudTabs: Fix scroll button appearing when zooming page (#​10686) by @​sirWest in https://github.com/MudBlazor/MudBlazor/pull/10760\n* MudAutocomplete, MudSelect: Fix Focus and Clear by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10740\n* MudPopover: Fix Z-Index edge cases by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10735\n* MudNumericField: Ignore default UI Culture by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10734\n* MudProgressLinear: prevent buffer clipping on Medium/Large sizes by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10782\n* MudBaseDatePicker: Don't try to highlight invalid dates by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10785\n* MudDateRangePicker: Fix highlight for single day range by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10783\n* MudEventManager: Correctly handle TouchList properties in touch-related events by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10714\n\n## New Contributors\n* @​Cybrosys made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10728\n* @​sirWest made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10760\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.1.0...v8.2.0\n\n## 8.1.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.1.0 --\u003e\n\n\u003e [!CAUTION]\n\u003e We don't recommend to use this version.\n\n## What's Changed\n### New Features\n* MudImage: Add fallback source  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10599\n* MudThemeProvider: Add ClassName Style tag by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10667\n* MudDataGrid: remove detrimental ChildRowContent CSS by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10581\n* MudDateRangePicker: Allow select end before start by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10680\n* MudTable: Enable text selection in sortable table header columns by @​Qwertyluk in https://github.com/MudBlazor/MudBlazor/pull/10615\n* MudDataGrid: Remove sort when clicking after descending sort by @​d4npia in https://github.com/MudBlazor/MudBlazor/pull/10623\n### Bug Fixes\n* MudDataGrid: Fix Column Options Popover FixedHeader positioning by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10580\n* MudDataGrid: Sticky toolbars (table menu bar \u0026 pagination bar) by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10386\n* MudTextField: Fix line height for outlined frame by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10649\n* MudPagination: Restore list style CSS by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10657\n* MudOverlay: Introduce `mud-skip-overlay-section` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10666\n* MudDateRangePicker: Fix Outlined Variant label rendering by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10670\n* MudInput: Fix outline label conflict with third-party CSS by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10672\n* Analyzer: Fix HTMLAttributes mode defaults by @​peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/10678\n* MudDatePicker/MudDateRangePicker: Open static picker on bound date by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10582\n* MudTextField : With Required parameter, shows error when only one space is entered by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10671\n* DialogService: Return DialogHelperComponent by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10682\n* MudInput: Fix legend style incorrectly inherited to child components by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10683\n* MudTreeViewItem: make Items two-way for returning server-loaded children by @​henon in https://github.com/MudBlazor/MudBlazor/pull/10684\n* MudGlobal: Inherit TooltipDefaults from TransitionDefaults by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10679\n* RegexMask: Update `RegexMask.Email` to allow hyphens (`-`) in the domain by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10693\n* MudPicker/MudDateRangePicker: Only highlight selected date by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10629\n* MudDropContainer: Fix drag preview \"ghost\" glitch by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10652\n* Select: Don't open while scrolling via touch by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10718\n* MudAutocomplete: Restore `ScrollToListItemAsync` API method by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10717\n\n## New Contributors\n* @​Apflkuacha made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10649\n* @​phmatray made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10654\n* @​aybti made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10677\n* @​d4npia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10623\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0...v8.1.0\n\n## 8.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n\u003e [!NOTE]\n\u003e If you are migrating from v7.x.x to v8.0.0 please make sure to read the [v8.0.0 Migration Guide](https://github.com/MudBlazor/MudBlazor/issues/9953) !! You can give us your [feedback about v8](https://github.com/MudBlazor/MudBlazor/discussions/10003), it'll be appreciated.\n\n\n## What's Changed\n### Breaking Changes\n* Build: Drop support for .NET 7 by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9511\n* Theme: Change Typography members to type BaseTypography by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9434\n* MudTable: Rename MudBlazorFix namespace to MudBlazor by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9952\n* Rename utilities to fix typos by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9582\n* Typography: Make `FontWeight` and `LineHeight` strings by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9592\n* MudGlobal: Remove `EnableIllegalRazorParameterDetection` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9580\n* Remove KeyInterceptor, Replaced by KeyInterceptorService by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9956\n* Remove MudPopoverService by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9957\n* Key handling followup work by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9921\n* KeyInterceptorService: Make KeyOptions immutable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9969\n* DialogService: Remove obsolete OnDialogInstanceAdded by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9980\n* MudDropContainer: Remove obsolete API by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9981\n* MudDataGrid: Remove obsolete CancelledEditingItem by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9982\n* JsApiService: Make implementation internal \u0026 add xmldoc. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9994\n* JsEvent: Make implementation internal \u0026 add xmldoc. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9996\n* IJSRuntimeExtensions: Adjust pre-rendering handling for .NET8 by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9997\n* Localization: Remove obsolete code by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10001\n* EventUtil: Propagate exceptions. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9967\n* TimeSeries: Rename `TimeSeriesDiplayType` to fix typo by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9581\n* MudCharts: Update Namespace, set some classes visibility to internal by @​ingkor in https://github.com/MudBlazor/MudBlazor/pull/9919\n* Add `Typography` suffix to all typography classes by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9962\n* MudDialog: Don't override `Class` param and convert BackgroundClass to getter by @​henon in https://github.com/MudBlazor/MudBlazor/pull/9909\n* MudFileUpload: fix `AppendMultipleFiles` keeping stale file references (#​9586) by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/9600\n* Typography: Remove `input` in favor of `subtitle1` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10028\n* Components: Use IAsyncDisposable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10037\n* MudSelectItem, MudNavLink: Remove MudBaseSelectItem by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10045\n* Radio, Check Box, Switch: Unification and improved alignaments by @​ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/9472\n* Scroll services: Clean up, make implementations internal, add xmodoc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10048\n* EventListener: Clean up, make implementations internal, add xmodoc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10051\n* ResizeObserver: Clean up, make implementations internal, add xmodoc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10055\n* JsEvent: Use IAsyncDisposable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10061\n* MudCollapse: Rework animation by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10056\n* Inputs: Refactor adornment related code by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10057\n* Dialog: Use ParameterState, make DialogOptions immutable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10066\n* Inputs, Menu: Standardize default origin point by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10071\n* MudDrawer: Make Temporary Drawer non-responsive by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/10095\n* MudDataGrid: Rename _classname to Classname etc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10149\n* MudPagination: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10154\n* MudBreadcrumbs: Convert BreadcrumbItem to record type by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10116\n* MudBreadcrumbs: Change HTML structure and semantics for accessibility by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10115\n* MudToggleGroup: Fix icon margins by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10162\n* MudSelect: Open menu on pointer down instead of click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10129\n ... (truncated)\n\n## 8.0.0-rc.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n### Note \nThis is a re-release of `v8.0.0-rc.1` where `MudBlazor.min.css` was missing.\n\n## What's Changed\n### Breaking Changes\n* MudToggleGroup: Remove `Rounded` in favor of CSS utilities `rounded-*` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10533\n* MudChip: Use anchor or button tag instead of div when appropriate by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10488\n* MudGlobal: Remove low impact properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10516\n### New Features\n* MudMenuItem: Add chevrons to submenus and automatically choose anchor origin by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10509\n* MudMenu: Open standard sub menus with left click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10539\n* MudMenu: Bring style closer to Material Design by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10542\n* MudMenu: Improve usage of `Dense`, icons, and touch by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10545\n* MudChart: HeatMap Cell Customization and Override by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10365\n* MudSelect: Enhance Keyboard Searching by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10433\n* Converter: Enable translation for error messages (#​3313) by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10411\n### Bug Fixes\n* MudDataGrid: Fix the shifting of striped rows when loading by @​BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/10528\n* MudMenu: Fix pointer event timing with cascading menus by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10551\n* MudPopover: Fix overlay regression in nested popovers inside Dialog by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10554\n* MudStepper: ResetAsync now sends correct StepAction arg by @​Skuzzle-UK in https://github.com/MudBlazor/MudBlazor/pull/10341\n* MudSwipeArea: Fix onpointer on touch devices by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10461\n* Revert \"Build: Sass compiler file contention fix (#​10564)\" by @​mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10589\n\n## New Contributors\n* @​Skuzzle-UK made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10341\n* @​pwasilewski made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10411\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0-preview.7...v8.0.0-rc.2\n\n## 8.0.0-preview.7\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.7 --\u003e\n\n## What's Changed\n### Breaking Changes\n* Menu: Allow simplified submenu syntax by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10469\n* MudMenuItem: Decouple from MudListItem and Change Icon Layout by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10478\n### New Features\n* Menu: Make `Open` a two-way parameter by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10459\n* MenuItem: Add `Label` parameter by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10476\n* MudDataGrid: Add CurrentPageChanged EventHandler to enable binding by @​ZizWing in https://github.com/MudBlazor/MudBlazor/pull/10483\n* MudTable: Add CurrentPageChanged fot two-way binding (#​3563 #​6260) by @​ZizWing in https://github.com/MudBlazor/MudBlazor/pull/10458\n### Bug Fixes\n* Menu: Optimize pointer events by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10479\n* MudDataGrid: Align select column and row select behavior by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10475\n* MudNumericField: Use native html input number type by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10192\n* MudDrawer: Fix bug related to Z-Index and Overlay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10467\n* MudAutocomplete: Fix OnAdornmentClick regression #​10446 by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10500\n* MudDataGrid: Fix regression ServerData + Virtualize flag (#​10495) \u0026 Footer columns (#​10501) by @​Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10507\n### Other Changes\n* MudMenu: Small optimization by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10466\n* Refactor: Cleanup some console messages by @​mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10464\n\n## New Contributors\n* @​ZizWing made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10483\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0-preview.6...v8.0.0-preview.7\n\n## 8.0.0-preview.6\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* Snackbar: Allow to attach custom task on close button click by @​BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/8589\n* MudColor: Change Equals logic by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10355\n* MudSelect: Change Visibility of \"_currentIcon\" to Internal by @​jperson2000 in https://github.com/MudBlazor/MudBlazor/pull/10451\n* MudAutocomplete: Fix overlay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10446\n\n### New Features\n* MudColor: Add Palette algorithms by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10313\n* MudColor: Add GenerateMultiGradientPalette by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10318\n* MudDataGrid: Allow overriding default filter operators per column by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10254\n* MudColorPicker: Add nullable annotation. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10321\n* MudColor: Add IParsable and Deconstruct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10333\n* New Chart: HeatMap by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10263\n* MudAutocomplete, MudSelect: Allow popover customization and add scroll events by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10327\n* MudMenu: Hide Button when Label, Icon and Content are unset by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10349\n* ParameterState: Add IsChildOriginatedChange to ParameterChangedEventArgs by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10359\n* MudDataGrid: Add AggregateTemplate render fragment by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10419\n* Menu: Improve nesting support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10452\n\n### Bug Fixes\n* MudDialog: Fix exception when closing a dialog while rendering by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10226\n* MudColor: Fix special case in GenerateGradientPalette by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10316\n* MudDataGrid: Fix Filter Panel Positioning with FixedHeader = true by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10292\n* MudTimeline: Fix item alignment in nested horizontal timeline (#​9958) by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10346\n* IJSRuntimeExtensions: Fix InvokeVoidAsyncIgnoreErrors to catch JSException by @​brpeeters in https://github.com/MudBlazor/MudBlazor/pull/10356\n* Cookie Consent CSS: Fixes the Cookie Consent Popup from Blocking the UI by @​mouse0270 in https://github.com/MudBlazor/MudBlazor/pull/10368\n* MudDatePicker: Fix bugs in FixYear and FixMonth by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10392\n* DateMask: Fix leap year February logic 02/29 by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10377\n* MudTextField: With mask, setting parameter value updates the input text by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10328\n* MudDataGrid: Fix virtualization regression (#​10343) by @​Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10402\n* MudDataGrid: Fix SelectOnRowClick when MultiSelection is false by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10387\n* Build: Better sasscompiler workaround by @​mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10417\n* MudDataGrid: Fix Resizable property behavior  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10436\n* MudDataGrid: Don't remove `Is Not Empty` filter definition on filter close by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10438\n* MudSelect: Prevent adornment `pointerdown` propogating to input by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10353\n* Fixing MudRatingItem ADA issue by @​ocastanedaglobant in https://github.com/MudBlazor/MudBlazor/pull/10429\n* MudDateRangePicker: Fix #​9667: Fix Clearable Button Not Disappearing with No Range Data by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10401\n* MudSelect: Fix MultiSelection in MudSelect by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10395\n* MudTextField: Fix MudTextField label background by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10385\n* MudTextField: Fix clickable area in multiline fields by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10364\n### Other Changes\n* README: Update support policy by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10445\n* New Component - MudChat by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10400\n\n## New Contributors\n* @​brpeeters made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10356\n* @​mouse0270 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10368\n ... (truncated)\n\n## 8.0.0-preview.5\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.5 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudDataGrid: Rename _classname to Classname etc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10149\n* MudPagination: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10154\n* MudBreadcrumbs: Convert BreadcrumbItem to record type by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10116\n* MudBreadcrumbs: Change HTML structure and semantics for accessibility by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10115\n* MudToggleGroup: Fix icon margins by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10162\n* MudSelect: Open menu on pointer down instead of click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10129\n* MudAutocomplete: Don't wrap around selected index with down arrow by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10161\n* MudAutocomplete: Coerce value immediately by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10138\n* MudSwipeArea: Replace  ontouch with onpointer by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9445\n### New Features\n* MudTreeView: Add parameter FilterFunc for selectively displaying tree nodes by @​mueller-marcel in https://github.com/MudBlazor/MudBlazor/pull/10096\n* MudNavGroup: Add TitleContent parameter by @​Ben0421 in https://github.com/MudBlazor/MudBlazor/pull/10160\n* MudDataGrid: Custom comparer by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10156\n* Autocomplete: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10127\n* MudInputAdornment: Add nullable annotation. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10203\n* Mask: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10119\n* NumericField: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10123\n* Input: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10124\n* MudNumericField: Change default InputMode to decimal by @​Eddie-Hartman in https://github.com/MudBlazor/MudBlazor/pull/9923\n* MudAppBar: Add contextual action bar implementation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10210\n* Add .NET9 Support by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10233\n* MudGlobal: Add defaults for MudPaper by @​rena0157 in https://github.com/MudBlazor/MudBlazor/pull/10264\n* MudColor: Add Lerp by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10275\n* MudColor: Add IFormattable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10295\n* MudNavGroup: Add HeaderClass for title customization by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10268\n* Snackbar: Move Icon configs to CommonSnackbarOptions by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10285\n### Bug Fixes\n* MudTextField: Fix ShrinkLabel for text fields with Mask by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10134\n* MudDataGrid: Fix Sticky Columns with Sticky Headers by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10151\n* JS: Fix cannot read properties of undefined / null by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10202\n* MudList: Fix logic of the Gutters parameter by @​henon in https://github.com/MudBlazor/MudBlazor/pull/10199\n* MudTabs: Fix scrolling to active index by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/10184\n* MudDataGrid: Allow grouping by null values by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10213\n* [MudSelect] Control popover width by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10215\n* MudSelect, MudMenu: Fix max height exceeds window by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10216\n* MudSelect/MudDatePicker: Fix accidental MudDatePicker break while maintaining desired MudSelect behavior by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10238\n* MudDataGrid: Fix virtualized indexes (#​10179) by @​Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10218\n* MudMenu: Fix menu closing if mouse move too quickly by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10172\n* DataGridTests: Fix test failure by using Invariant Culture by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10220\n* Pickers: Fix popover elevation and gap by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10270\n* Revert \"Popover: Hide all element overflow\" by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10308\n### Other Changes\n* Chore: Drop CollectionExtensions for .NET 9+ by @​xC0dex in https://github.com/MudBlazor/MudBlazor/pull/10165\n* MudInput: Remove `@​onmousewheel` by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10221\n\n## New Contributors\n ... (truncated)\n\n## 8.0.0-preview.4\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.4 --\u003e\n\n## What's Changed\n### New Features\n* Picker: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10121\n* MudMenu: Fix PositionAtCursor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10122\n* Form: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10125\n### Bug Fixes\n* MudBreadcrumbs: Fix separator template not vertically centered by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10112\n* MudDataGrid: Correctly render initially expanded rows by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10133\n* IJSRuntimeExtensions: Fix when pre-rendering by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10142\n\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0-preview.3...v8.0.0-preview.4\n\n## 8.0.0-preview.3\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.3 --\u003e\n\n## What's Changed\n### Breaking Changes\n* Inputs, Menu: Standardize default origin point by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10071\n* MudDrawer: Make Temporary Drawer non-responsive by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/10095\n### New Features\n* MudDatePicker: Use TimeProvider to allow mocking current date by @​emcbem in https://github.com/MudBlazor/MudBlazor/pull/10087\n* Inputs: Hide Clear button when readonly by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10070\n### Bug Fixes\n* MudAutocomplete: Fix Text coersion on Tab key (OnBlur or CloseMenu) by @​HClausing in https://github.com/MudBlazor/MudBlazor/pull/10074\n* MudAutocomplete: Fix ResetAsync without debounce not opening the menu by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10063\n* MudPopover: Fix z-index issues with nested popovers by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10089\n* MudPopover: Fix regression with respect to direction and location and z-index  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10106\n* Fix origin points that relied on previous defaults by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10110\n* MudToggleGroup: Unregister removed items by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10091\n### Other Changes\n* MudStepper: Use nameof() instead of hardcoded strings by @​0xced in https://github.com/MudBlazor/MudBlazor/pull/10079...\n\n_Description has been truncated_\n\n\u003e **Note**\n\u003e Automatic rebases have been disabled on this pull request as it has been open for over 30 days.\n","html_url":"https://github.com/Mythetech/Iris/pull/17","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/Mythetech%2FIris/issues/17","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/17/packages"}},{"old_version":"6.11.0","new_version":"8.15.0","update_type":"major","path":null,"pr_created_at":"2026-01-03T23:17:40.000Z","version_change":"6.11.0 → 8.15.0","issue":{"uuid":"3778583040","node_id":"PR_kwDOQzG3JM67ZJc-","number":9,"state":"open","title":"Bump MudBlazor from 6.11.0 to 8.15.0","user":"dependabot[bot]","labels":[],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2026-01-03T23:17:40.000Z","updated_at":"2026-01-03T23:17:42.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","old_version":"6.11.0","new_version":"8.15.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 6.11.0 to 8.15.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\n## 8.14.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.14.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudGlobal: Deprecate theming properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11415\n### New Features\n* MudColorPicker: Add opt-out tooltips for icon buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11953\n* MudMenu: Enhance keyboard accessibility and focus management by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11762\n* MudTable: Add AriaLabel parameter for accessibility by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/11995\n* Pickers: Add InputId parameter by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12003\n* Icons: Add Slack brand icon to Icons.Custom.Brands by @​codomposer in https://github.com/MudBlazor/MudBlazor/pull/12057\n* MudStepper: Provide step context to child content by @​dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/12054\n### Bug Fixes\n* MudDataGrid: Fix generated EditTemplates not inheriting their column's culture by @​benditorok in https://github.com/MudBlazor/MudBlazor/pull/11931\n* CSS: Improve browser compatibility by replacing `from ... r g b` syntax by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11939\n* MudDialog: Fix gaps in body style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11506\n* MudIconButton: Fix filled buttons losing background color on click by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11944\n* MudDialog: Force titles to wrap \u0026 prevent close button overlap by @​RabindranathChanda in https://github.com/MudBlazor/MudBlazor/pull/11921\n* MudPopover: Fix JS Typo by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11968\n* MudFormComponent: Clear converter errors on ResetValidation by @​ArfitAP in https://github.com/MudBlazor/MudBlazor/pull/11971\n* MudScrollListener: Fix document scroll by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11978\n* MudTooltip: Fix FullWidth children not stretching by @​FreskOoAs in https://github.com/MudBlazor/MudBlazor/pull/11948\n* MudAutocomplete: ProgressBar AdornmentIcon Hiding by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11980\n* MudTabs: Fix TabWrapperContent and Tooltip display with Drag and Drop by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12009\n* MudSelect: Display selected value when null by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12001\n* ParameterState: Add Snapshot to avoid race condition by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12023\n* MudNavGroup: Fix Background Color After Click by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11989\n* MudDatePicker: Fix FixedDay, FixMonth, FixYear for non-Gregorian calendar by @​oxayotl in https://github.com/MudBlazor/MudBlazor/pull/11992\n* MudAutocomplete: Fix input not focused on adornment click by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11970\n* MudAutocomplete: OpenChanged called twice after selection by @​Yomodo in https://github.com/MudBlazor/MudBlazor/pull/11985\n* MudCard: Hide gap when MudCardActions is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12033\n* MudExpansionPanel: Fix Gutters property not affecting header padding by @​Copilot in https://github.com/MudBlazor/MudBlazor/pull/12036\n### Other Changes\n* SankeyChart: Add chart for displaying dataflow by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/11919\n\n## New Contributors\n* @​benditorok made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11931\n* @​RabindranathChanda made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11921\n* @​ArfitAP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11971\n* @​FreskOoAs made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11948\n* @​dev-KingMaster made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11995\n* @​codomposer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12057\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.13.0...v8.14.0\n\n## 8.13.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.13.0 --\u003e\n\n## What's Changed\n### New Features\n* MudTable: Add LoadingContentBody render fragment by @​Enderlook in https://github.com/MudBlazor/MudBlazor/pull/11718\n* MudTable: Scroll to row \u0026 focus cell by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11569\n* MudSnackbar: Add global HideIcon option by @​franco-diaz-licham in https://github.com/MudBlazor/MudBlazor/pull/11900\n* MudDataGrid: Add parameters for filter icons by @​CyrilArtFX in https://github.com/MudBlazor/MudBlazor/pull/11864\n### Bug Fixes\n* MudIconButton: Fix icon button with default color not having focus indicator by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11858\n* MudCheckbox: Fix Tri-State required validation  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11886\n* MudCarousel: Fix UI update of bullets on item add by @​Blocko07 in https://github.com/MudBlazor/MudBlazor/pull/11873\n* MudDataGrid: Hierarchy ExpandAll/CollapseAll when one item is present by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11904\n* MudTabs: Guard for ScrollPrev by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11924\n\n## New Contributors\n* @​Blocko07 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11873\n* @​franco-diaz-licham made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11900\n* @​CyrilArtFX made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11864\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.12.0...v8.13.0\n\n## 8.12.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.12.0 --\u003e\n\n## What's Changed\n### New Features\n* MudDataGrid: Add hierarchy visibility toggled parameter by @​GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11706\n* MudChart: Support custom ToString func for Y axis by @​IchBinAb4los in https://github.com/MudBlazor/MudBlazor/pull/11674\n### Bug Fixes\n* MudPopover: Maintain Scroll Position by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11765\n* MudTextField: Fix padding for outlined multiline fields by @​rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/11776\n* MudDataGrid: Fix nested group expansion for multilevel grouping (#​11725) by @​M4ntax in https://github.com/MudBlazor/MudBlazor/pull/11729\n* MudDialog: Fix when a dialog is canceled, it can be reopened by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11804\n* MudDataGrid : Refresh on collection changed by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11822\n* MudDataGrid: SCSS, Clean Up Sticky Columns by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11800\n* MudAutocomplete: Fix `Strict=false` when using a `Converter` with `CoerceValue` by @​Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/11826\n\n## New Contributors\n* @​rasmus-carlsson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11776\n* @​M4ntax made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11729\n* @​IchBinAb4los made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11674\n* @​Copilot made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11810\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.11.0...v8.12.0\n\n## 8.11.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.11.0 --\u003e\n\n## What's Changed\n### New Features\n* MudField: AdornmentAria and ShrinkLabel by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11669\n* MudStepper: Add Skipped State (#​11739) by @​Alex-DeLaet in https://github.com/MudBlazor/MudBlazor/pull/11742\n### Bug Fixes\n* MudTable: Maintains group row state when group list is modified by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11681\n* MudTextField: Fix Focus by ElementReference by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11733\n* MudMenu: Hide menu list if it has no items by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11740\n* MudDataGrid: Fix HierarchyColumn Expansion with Funcs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11292\n* MudTabs: Improve accessibility by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11581\n* MudTable : Fix bug where CurrentPage is reset at the initialization by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/11745\n* MudPopover: MudList MaxHeight Adjustments by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11734\n### Other Changes\n* Community Extensions: Add MudX by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11692\n* MudPopover: Fix MudList Scroll Issue by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11694\n* MudTimeSeriesChart: Use InvariantCulture when rendering opacity (#​11696) by @​svarnyjunak in https://github.com/MudBlazor/MudBlazor/pull/11697\n* MudHighlighter: Maintain markup formatting when Markup=true by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11705\n* MudBaseInput: Fix expired ParameterView in inherited components by @​GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11715\n\n## New Contributors\n* @​svarnyjunak made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11697\n* @​GeorgeKarlinzer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11715\n* @​Alex-DeLaet made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11742\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.10.0...v8.11.0\n\n## 8.10.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.10.0 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudStepper: Remove StepStyle property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11589\n### New Features\n* DataGrid: Extend DateOnly filtering support for Simple and ColumnFilterMenu modes by @​raimana in https://github.com/MudBlazor/MudBlazor/pull/11599\n### Bug Fixes\n* MudTextField: Fix excessive height with AutoGrow, Outlined, Dense, and Adornment by @​mathdx1111 in https://github.com/MudBlazor/MudBlazor/pull/11600\n* MudFocusTrap: Prevent JSException on Disposed Component by @​jHabjanMXP in https://github.com/MudBlazor/MudBlazor/pull/11586\n* MudTabs: Update ActiveIndex On Render and Refresh when Drag and Drop Enabled by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11568\n* MudDataGrid: AllowUnsorted Default Behavior  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11655\n* MudSimpleTable: Remove redundant bottom border from the last row header by @​9PK4U in https://github.com/MudBlazor/MudBlazor/pull/11628\n### Other Changes\n* MudPopover: Restrict Max Height Adjustments by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11680\n\n## New Contributors\n* @​9PK4U made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11628\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.9.0...v8.10.0\n\n## 8.9.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.9.0 --\u003e\n\n## What's Changed\n### New Features\n* MudDataGrid: Add AllowUnsorted property by @​christianielsen in https://github.com/MudBlazor/MudBlazor/pull/11443\n### Bug Fixes\n* MudDialog: Fix Inline Dialog Title Refresh by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11504\n* MudHighlighter: Fix Highlighted Markup Render Bug by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11543\n* MudMask: Update value on browser autofill by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11547\n* MudAutocomplete: Fix Strict mode regression by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11533\n* MudSimpleTable: Fix missing row borders in nested tables (#​11559) by @​n0spaces in https://github.com/MudBlazor/MudBlazor/pull/11566\n* MudProgressCircular: Calculate view box size based on stroke width by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11557\n* MudSelect: Always call `FieldChanged` when `MultiSelection=true` by @​Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/11553\n### Other Changes\n* MudDialog: Fix CloseOnEscapeKey Not Triggered After Backdrop Click by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11475\n* Datagrid: Support Dateonly filter by @​raimana in https://github.com/MudBlazor/MudBlazor/pull/11535\n* MudExpansionPanel: Add toggle keyboard hotkeys, Add ability to remove content from DOM by @​nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11531\n\n## New Contributors\n* @​raimana made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11535\n* @​AmpF5 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11548\n* @​nccadman19 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11531\n* @​n0spaces made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11566\n* @​christianielsen made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11443\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.8.0...v8.9.0\n\n## 8.8.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.8.0 --\u003e\n\n## What's Changed\n### New Features\n* MudAutocomplete: Scroll to selected item when not strict by @​digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11049\n* MudMenu: Add min width \u0026 submenu icon gutters by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11435\n* MudDataGrid Default GroupTemplate At Grid Level by @​peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/11237\n* Improve accessibility labels and localize picker buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11456\n* MudTabs: Add Drag and Drop functionality by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11267\n* MudGlobal: Add PopoverDefaults.ModalOverlay to control Modal parameters by @​rabidsheep in https://github.com/MudBlazor/MudBlazor/pull/11486\n* MudFileUpload: Add file size validation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11476\n* MudToggleGroup: Refactor borders, Add border opacity support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11496\n### Bug Fixes\n* MudMenu: Hide popover overflow by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11444\n* MudMenu: Position At Cursor Flip Logic by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11437\n* MudDataGrid: Filters and Options Popover changed to Position At Cursor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11452\n* MudTextField: Fix partially hidden scrollbar, Focus field on label click by @​mathdx1111 in https://github.com/MudBlazor/MudBlazor/pull/11402\n* MudDataGrid: Groupable Logic by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11383\n* MudTablePager: Fix InfoFormat ignoring custom text (#​11466) by @​sirdx in https://github.com/MudBlazor/MudBlazor/pull/11468\n* MudMenu: Revert previous refactor by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11484\n* MudAutocomplete: Fix item selection stealing focus back after handler completes by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11482\n* MudTabs: Fix MudTabSlider not showing by @​sirdx in https://github.com/MudBlazor/MudBlazor/pull/11467\n* MudDrawer: Fix stall when loading by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/11009\n* MudInput: Dispose iOS Blur With Error Handling by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11436\n### Other Changes\n* Build: Remove \"needs review\" label from new PRs by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11431\n* MudToggleItem: Enforce direct parent hierarchy by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11498\n\n## New Contributors\n* @​ecrocombe made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11427\n* @​mathdx1111 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11402\n* @​sirdx made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11468\n* @​oxayotl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11474\n* @​rabidsheep made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11486\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.7.0...v8.8.0\n\n## 8.7.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.7.0 --\u003e\n\n## What's Changed\n### New Features\n* DataGridExtensions: support GridStateVirtualize and sort comparer by @​ahjephson in https://github.com/MudBlazor/MudBlazor/pull/11270\n* MudTabPanel: Implement Sorting by Text, SortKey, or Custom IComparer by @​richardhauer in https://github.com/MudBlazor/MudBlazor/pull/10803\n* SwipeArea: Real Time Swipe Support by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11307\n* Pickers: Use `InputDefaults` for inputs in `Picker` components by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11342\n* MudTable: Add TableClass parameter #​11351 by @​nathanhqws in https://github.com/MudBlazor/MudBlazor/pull/11352\n* MudCheckBox: Use disabled style on text by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/11356\n* MudCircularProgress: Add ChildContent to Show Centered Content in the Progress by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11271\n* MudColorPicker: Reduce default throttle by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11368\n* MudPopover: Expand Flip Logic to Include Anchor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11248\n* MudTablePager: Add thousands separator for all_items by @​RafBorrelli in https://github.com/MudBlazor/MudBlazor/pull/11371\n* Add `d-contents` display class, Fix missing gap between MessageBox action buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11391\n* MudDataGrid: Form Dialog Focus by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11379\n* MudColorPicker: Improve ARIA labels \u0026 doc page wording by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11401\n* Palette: Add BorderOpacity property by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11394\n* MudAutocomplete: Allow changing `LockScroll` value by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11414\n### Bug Fixes\n* Popover: Initial Show When Open=\"true\" by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11277\n* MudCarousel: Utilize ParameterState by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11324\n* MudBooleanInput, MudRating: Improve accessibility by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11084\n* PopoverProvider: Multiple Layouts by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11305\n* MudInput: Fix Disposal of IOS Blur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11347\n* MudOverlay: Check JSRuntime by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11282\n* MudToggleGroup: Fix MudToggleItem selection when asynchronously loaded by @​jimitndiaye in https://github.com/MudBlazor/MudBlazor/pull/11309\n* MudToggleGroup: Fix FixedContent Visual Options by @​mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11306\n* MudInput: Fix Proper Blur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11376\n* MudAutocomplete: Fix `AutoFocus` not opening item list by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11365\n* DataGrid: GroupingByOrder / Style Fix / Expansion StateHasChanged by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11302\n* Line chart: Fix index out of bounds error by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11381\n* MudMenu: Fix submenu activators being too wide by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11367\n* MudTabs: Fix slider misalignment when component is scaled by @​liamAU28910 in https://github.com/MudBlazor/MudBlazor/pull/11405\n* MudMask: Fix `⌘` shortcuts on MacOS \u0026 `cut` shortcut in general by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11366\n* MudPopover: Fix Event Order by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11389\n* MudToggleGroup: Selection Tracking by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11395\n* Docs: Fix mangled `AppbarButtons.razor.cs` merge by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11419\n* MudExpansionPanel: Fix `Gutters` property not taking effect by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11408\n### Other Changes\n* GitHubActions: Fix TryMudBlazor deploy by @​Garderoben in https://github.com/MudBlazor/MudBlazor/pull/11257\n\n## New Contributors\n* @​ahjephson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11270\n* @​richardhauer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10803\n* @​nathanhqws made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11352\n* @​liamAU28910 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11405\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.6.0...v8.7.0\n\n## 8.6.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudOverlay: Add parameter Modal allowing click-through by @​Cybrosys in https://github.com/MudBlazor/MudBlazor/pull/10893\n* MudDataGrid: Hierarchy Column Header by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11181\n* MudDateRangePicker: BlurAsync() MudRangeInput can now blur both inputs at once by @​urbanambroz in https://github.com/MudBlazor/MudBlazor/pull/11104\n* MudDataGrid: Multi Level Grouping by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11243\n### Bug Fixes\n* MudDateRangePicker: Re-enable selecting end date before start date (fix regression) by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11126\n* MudInput - Heap Locked When Disabled by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11135\n* BarChart: Fix tooltip display value by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11150\n* MudTimeSeriesChart: Fix Unhandled Exception by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11153\n* MudPicker: Set TextUpdateSuppression based on Readonly state by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11144\n* MudAutocomplete: Fix various activation issues by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11130\n* MudDataGrid: Enhance HierarchyColumn for RTL and Expand/Collapse All by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11103\n* MudCarousel: Fix timer creation after component disposal by @​jHabjanMXP in https://github.com/MudBlazor/MudBlazor/pull/11192\n* MudPopover: Javascript refactor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11165\n* MudChat: RTL Display / Remove Expiramental Tag by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11219\n* mudElementReference.js: Fix null exception by @​phamtuanit in https://github.com/MudBlazor/MudBlazor/pull/11222\n* MudThemeProvider: Only wrap multi-word font names in quotes in CSS font-family declarations by @​Garderoben in https://github.com/MudBlazor/MudBlazor/pull/11214\n* Popover: Z-Index Alignment by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11220\n* MudOverlay: Prevent unnecessary LockScroll changes by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11174\n* MudInput: Dispose DotNetObjectReference by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11254\n### Other Changes\n* MudMenu: Revert hide delay to match show delay again by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11129\n\n## New Contributors\n* @​jHabjanMXP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11192\n* @​MiroslavKabat made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11198\n* @​phamtuanit made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11222\n* @​urbanambroz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11104\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.5.1...v8.6.0\n\n## 8.5.1\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.5.1 --\u003e\n\n## What's Changed\n### Bug Fixes\n* Analyzer: Lower the Roslyn version by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11116\n* MudMenu Nested Fix by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11117\n\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.5.0...v8.5.1\n\n## 8.5.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.5.0 --\u003e\n\n## What's Changed\n\n### Bug Fixes\n* MudChart: Fix culture and perfomance issues by @​radderz in https://github.com/MudBlazor/MudBlazor/pull/11041\n* MudSwitch: Change track color to improve visibility on dark theme by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/11077\n* MudTextField: Fix AutoGrow Adornment padding by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10932\n* MudInput: Fix trimming issue by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11029\n* MudTable: Fix table sort label style by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11022\n* MudDateRangePicker: Fix error with MaxDays and IsDateDisabledFunc  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11033\n* MudPopover: Remove shadow if the popover is empty by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11040\n* MudAutocomplete: Fix duplicate search calls when opened on click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11023\n* MudPopover: Overlay Position Exclusion by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11038\n* ObserverManager: Optimize to reduce dictionary lookups by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11067\n* DataGrid: Mutlisort key fix on mac by @​tomasgreen in https://github.com/MudBlazor/MudBlazor/pull/11070\n* MudDialog : Duplicate dialog fix by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/11048\n* MudSelect: Add FitContent Parameter by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10894\n* MudToolTip: Move Duration Delay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11051\n* MudInput Dispose JS OnBlur by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11039\n* MudDatePicker: Fix selecting DateTime.MaxValue (#​7285) by @​LukasMerz in https://github.com/MudBlazor/MudBlazor/pull/7286\n* MudPopover: Fix positioning delay (partial revert of #​10856) by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11107\n* Analyzers/SourceGenerator: Update Roslyn by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11110\n* MudMenu: Autocomplete/Select adornment click no longer causes menu to close by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11011\n* MudTreeViewItem: Fix NullReferenceException by @​masonwheeler in https://github.com/MudBlazor/MudBlazor/pull/11108\n* MudDataGrid - Preserve Selection with ParameterState by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11032\n\n## New Contributors\n* @​tomasgreen made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11070\n* @​LukasMerz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7286\n* @​masonwheeler made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11108\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.4.0...v8.5.0\n\n## 8.4.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.4.0 --\u003e\n\u003e [!CAUTION]\n\u003e We don't recommend to use this version.\n\u003e Since the MudMenu and Charts are broken.\n\n## What's Changed\n### New Features\n* MudDateRangePicker: Limit Date Range selection based on min/max days constraint by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10769\n* MudChart: Timeseries charting improvements by @​radderz in https://github.com/MudBlazor/MudBlazor/pull/10865\n* MudTable: Add CellClass parameter by @​boukenka in https://github.com/MudBlazor/MudBlazor/pull/10884\n### Bug Fixes\n* MudProgressLinear: Use MudGlobal.Rounded as default. by @​Devqon in https://github.com/MudBlazor/MudBlazor/pull/10944\n* Fix usages of MudGlobal.Rounded by @​Devqon in https://github.com/MudBlazor/MudBlazor/pull/10957\n* MudDialog: Fix duplicate dialogs by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/10979\n* MudRadio: Fix incorrect aria checked radio by @​ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/10965\n* MudChart/Heatmap: Add Min/Max Overrides by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10985\n* MudPopover: Adjust Overlay Add Throttle and Debounce by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10856\n* Prevent Rendering of unused MudPopover and MudOverlay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10853\n* DataGrid: SelectedItem(s) ParameterState Refactor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10829\n* MudInput: Implement Streamlined Blur event by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10842\n* MudCollapse: Apply scroll to expanded content overflow by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10948\n* MudButtonGroup: Fix some disabled styles not applying to buttons by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10999\n* MudSelect: Fix menu toggled on non-primary mouse clicks  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/11002\n* Popover: Fix Overlay Z-Index issue by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10994\n* MudStepper: Fix final step completed color by @​Lewis-Pitman in https://github.com/MudBlazor/MudBlazor/pull/11012\n* MudTabs: Fix underline display for active tab (#​10970) by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10974\n### Other Changes\n* Refactor: Fix code styling, tests by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10993\n\n## New Contributors\n* @​Devqon made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10944\n* @​Lewis-Pitman made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11012\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.3.0...v8.4.0\n\n## 8.3.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.3.0 --\u003e\n\n## What's Changed\n### New Features\n* MudExpansionPanels: add Panels property to expose child components by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10789\n* MudTable: Show the default cursor for sortable headers when sorting is disabled by @​Qwertyluk in https://github.com/MudBlazor/MudBlazor/pull/10703\n* MudStack: Responsive Breakpoint Attributes by @​mouse0270 in https://github.com/MudBlazor/MudBlazor/pull/10596\n* MudTabPanel: Add Visible property by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10797\n### Bug Fixes\n* MudInput: Fix label text being cut vertically by @​DoobieAsDave in https://github.com/MudBlazor/MudBlazor/pull/10780\n* MudNumericField: Ignore default UI Culture by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10796\n* MudDropContainer: allow scrolling on disabled dragging by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10781\n* MudTextField: Fix break style if label text too long by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10805\n* MudSelect: Fix ResetAsync by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10828\n* MudDataGrid: Fix Loading Indicator scrolls out of view with FixedHeader by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10838\n* FilterHeaderCell: Display filter icons based on ShowFilterIcon value by @​thestahan in https://github.com/MudBlazor/MudBlazor/pull/7729\n* MudAutocomplete: Fix unintended autofocus when adornment clicked by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10837\n* MudDataGrid: Use key row item instead of row index. by @​Jaron-jp in https://github.com/MudBlazor/MudBlazor/pull/10845\n* MudChip: Fix memory allocation by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10913\n* MudForm: Fire IsTouchChanged when ChildForm triggers by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10811\n* MudChart: Fix radius error in donut chart (#​8780) by @​Felixlundmark in https://github.com/MudBlazor/MudBlazor/pull/10921\n* MudDatePicker: Fix Persian year in header by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10854\n### Other Changes\n* CSS: Fix CSS issues reported by sonar by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/10757\n* Refactor: Fix formatting by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10859\n* Refactor: Fix code style by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10892\n\n## New Contributors\n* @​thestahan made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7729\n* @​Jaron-jp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10845\n* @​tgothorp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10883\n* @​Felixlundmark made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10921\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.2.0...v8.3.0\n\n## 8.2.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabPanel: Add BadgeIcon property by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10694\n\n### Bug Fixes\n* MudInput: Fix adornment click passing through to field by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10737\n* MudTooltip: Remove `width:fit-content` by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10720\n* MudDropContainer: Re-enable content selection by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10741\n* MudDataGrid: Grouping Icon RTL Support by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10743\n* MudTabs: Fix scroll button appearing when zooming page (#​10686) by @​sirWest in https://github.com/MudBlazor/MudBlazor/pull/10760\n* MudAutocomplete, MudSelect: Fix Focus and Clear by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10740\n* MudPopover: Fix Z-Index edge cases by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10735\n* MudNumericField: Ignore default UI Culture by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10734\n* MudProgressLinear: prevent buffer clipping on Medium/Large sizes by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10782\n* MudBaseDatePicker: Don't try to highlight invalid dates by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10785\n* MudDateRangePicker: Fix highlight for single day range by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10783\n* MudEventManager: Correctly handle TouchList properties in touch-related events by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10714\n\n## New Contributors\n* @​Cybrosys made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10728\n* @​sirWest made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10760\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.1.0...v8.2.0\n\n## 8.1.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.1.0 --\u003e\n\n\u003e [!CAUTION]\n\u003e We don't recommend to use this version.\n\n## What's Changed\n### New Features\n* MudImage: Add fallback source  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10599\n* MudThemeProvider: Add ClassName Style tag by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10667\n* MudDataGrid: remove detrimental ChildRowContent CSS by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10581\n* MudDateRangePicker: Allow select end before start by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10680\n* MudTable: Enable text selection in sortable table header columns by @​Qwertyluk in https://github.com/MudBlazor/MudBlazor/pull/10615\n* MudDataGrid: Remove sort when clicking after descending sort by @​d4npia in https://github.com/MudBlazor/MudBlazor/pull/10623\n### Bug Fixes\n* MudDataGrid: Fix Column Options Popover FixedHeader positioning by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10580\n* MudDataGrid: Sticky toolbars (table menu bar \u0026 pagination bar) by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10386\n* MudTextField: Fix line height for outlined frame by @​Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10649\n* MudPagination: Restore list style CSS by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10657\n* MudOverlay: Introduce `mud-skip-overlay-section` by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10666\n* MudDateRangePicker: Fix Outlined Variant label rendering by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10670\n* MudInput: Fix outline label conflict with third-party CSS by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10672\n* Analyzer: Fix HTMLAttributes mode defaults by @​peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/10678\n* MudDatePicker/MudDateRangePicker: Open static picker on bound date by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10582\n* MudTextField : With Required parameter, shows error when only one space is entered by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10671\n* DialogService: Return DialogHelperComponent by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10682\n* MudInput: Fix legend style incorrectly inherited to child components by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10683\n* MudTreeViewItem: make Items two-way for returning server-loaded children by @​henon in https://github.com/MudBlazor/MudBlazor/pull/10684\n* MudGlobal: Inherit TooltipDefaults from TransitionDefaults by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10679\n* RegexMask: Update `RegexMask.Email` to allow hyphens (`-`) in the domain by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10693\n* MudPicker/MudDateRangePicker: Only highlight selected date by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10629\n* MudDropContainer: Fix drag preview \"ghost\" glitch by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10652\n* Select: Don't open while scrolling via touch by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10718\n* MudAutocomplete: Restore `ScrollToListItemAsync` API method by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10717\n\n## New Contributors\n* @​Apflkuacha made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10649\n* @​phmatray made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10654\n* @​aybti made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10677\n* @​d4npia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10623\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0...v8.1.0\n\n## 8.0.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n\u003e [!NOTE]\n\u003e If you are migrating from v7.x.x to v8.0.0 please make sure to read the [v8.0.0 Migration Guide](https://github.com/MudBlazor/MudBlazor/issues/9953) !! You can give us your [feedback about v8](https://github.com/MudBlazor/MudBlazor/discussions/10003), it'll be appreciated.\n\n\n## What's Changed\n### Breaking Changes\n* Build: Drop support for .NET 7 by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9511\n* Theme: Change Typography members to type BaseTypography by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9434\n* MudTable: Rename MudBlazorFix namespace to MudBlazor by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9952\n* Rename utilities to fix typos by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9582\n* Typography: Make `FontWeight` and `LineHeight` strings by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9592\n* MudGlobal: Remove `EnableIllegalRazorParameterDetection` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9580\n* Remove KeyInterceptor, Replaced by KeyInterceptorService by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9956\n* Remove MudPopoverService by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9957\n* Key handling followup work by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9921\n* KeyInterceptorService: Make KeyOptions immutable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9969\n* DialogService: Remove obsolete OnDialogInstanceAdded by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9980\n* MudDropContainer: Remove obsolete API by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9981\n* MudDataGrid: Remove obsolete CancelledEditingItem by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9982\n* JsApiService: Make implementation internal \u0026 add xmldoc. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9994\n* JsEvent: Make implementation internal \u0026 add xmldoc. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9996\n* IJSRuntimeExtensions: Adjust pre-rendering handling for .NET8 by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9997\n* Localization: Remove obsolete code by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10001\n* EventUtil: Propagate exceptions. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9967\n* TimeSeries: Rename `TimeSeriesDiplayType` to fix typo by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9581\n* MudCharts: Update Namespace, set some classes visibility to internal by @​ingkor in https://github.com/MudBlazor/MudBlazor/pull/9919\n* Add `Typography` suffix to all typography classes by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9962\n* MudDialog: Don't override `Class` param and convert BackgroundClass to getter by @​henon in https://github.com/MudBlazor/MudBlazor/pull/9909\n* MudFileUpload: fix `AppendMultipleFiles` keeping stale file references (#​9586) by @​igotinfected in https://github.com/MudBlazor/MudBlazor/pull/9600\n* Typography: Remove `input` in favor of `subtitle1` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10028\n* Components: Use IAsyncDisposable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10037\n* MudSelectItem, MudNavLink: Remove MudBaseSelectItem by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10045\n* Radio, Check Box, Switch: Unification and improved alignaments by @​ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/9472\n* Scroll services: Clean up, make implementations internal, add xmodoc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10048\n* EventListener: Clean up, make implementations internal, add xmodoc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10051\n* ResizeObserver: Clean up, make implementations internal, add xmodoc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10055\n* JsEvent: Use IAsyncDisposable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10061\n* MudCollapse: Rework animation by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10056\n* Inputs: Refactor adornment related code by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10057\n* Dialog: Use ParameterState, make DialogOptions immutable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10066\n* Inputs, Menu: Standardize default origin point by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10071\n* MudDrawer: Make Temporary Drawer non-responsive by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/10095\n* MudDataGrid: Rename _classname to Classname etc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10149\n* MudPagination: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10154\n* MudBreadcrumbs: Convert BreadcrumbItem to record type by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10116\n* MudBreadcrumbs: Change HTML structure and semantics for accessibility by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10115\n* MudToggleGroup: Fix icon margins by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10162\n* MudSelect: Open menu on pointer down instead of click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10129\n ... (truncated)\n\n## 8.0.0-rc.2\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n### Note \nThis is a re-release of `v8.0.0-rc.1` where `MudBlazor.min.css` was missing.\n\n## What's Changed\n### Breaking Changes\n* MudToggleGroup: Remove `Rounded` in favor of CSS utilities `rounded-*` by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10533\n* MudChip: Use anchor or button tag instead of div when appropriate by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10488\n* MudGlobal: Remove low impact properties by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10516\n### New Features\n* MudMenuItem: Add chevrons to submenus and automatically choose anchor origin by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10509\n* MudMenu: Open standard sub menus with left click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10539\n* MudMenu: Bring style closer to Material Design by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10542\n* MudMenu: Improve usage of `Dense`, icons, and touch by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10545\n* MudChart: HeatMap Cell Customization and Override by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10365\n* MudSelect: Enhance Keyboard Searching by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10433\n* Converter: Enable translation for error messages (#​3313) by @​pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10411\n### Bug Fixes\n* MudDataGrid: Fix the shifting of striped rows when loading by @​BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/10528\n* MudMenu: Fix pointer event timing with cascading menus by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10551\n* MudPopover: Fix overlay regression in nested popovers inside Dialog by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10554\n* MudStepper: ResetAsync now sends correct StepAction arg by @​Skuzzle-UK in https://github.com/MudBlazor/MudBlazor/pull/10341\n* MudSwipeArea: Fix onpointer on touch devices by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10461\n* Revert \"Build: Sass compiler file contention fix (#​10564)\" by @​mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10589\n\n## New Contributors\n* @​Skuzzle-UK made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10341\n* @​pwasilewski made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10411\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0-preview.7...v8.0.0-rc.2\n\n## 8.0.0-preview.7\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.7 --\u003e\n\n## What's Changed\n### Breaking Changes\n* Menu: Allow simplified submenu syntax by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10469\n* MudMenuItem: Decouple from MudListItem and Change Icon Layout by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10478\n### New Features\n* Menu: Make `Open` a two-way parameter by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10459\n* MenuItem: Add `Label` parameter by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10476\n* MudDataGrid: Add CurrentPageChanged EventHandler to enable binding by @​ZizWing in https://github.com/MudBlazor/MudBlazor/pull/10483\n* MudTable: Add CurrentPageChanged fot two-way binding (#​3563 #​6260) by @​ZizWing in https://github.com/MudBlazor/MudBlazor/pull/10458\n### Bug Fixes\n* Menu: Optimize pointer events by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10479\n* MudDataGrid: Align select column and row select behavior by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10475\n* MudNumericField: Use native html input number type by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10192\n* MudDrawer: Fix bug related to Z-Index and Overlay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10467\n* MudAutocomplete: Fix OnAdornmentClick regression #​10446 by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10500\n* MudDataGrid: Fix regression ServerData + Virtualize flag (#​10495) \u0026 Footer columns (#​10501) by @​Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10507\n### Other Changes\n* MudMenu: Small optimization by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10466\n* Refactor: Cleanup some console messages by @​mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10464\n\n## New Contributors\n* @​ZizWing made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10483\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0-preview.6...v8.0.0-preview.7\n\n## 8.0.0-preview.6\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### Breaking Changes\n* Snackbar: Allow to attach custom task on close button click by @​BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/8589\n* MudColor: Change Equals logic by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10355\n* MudSelect: Change Visibility of \"_currentIcon\" to Internal by @​jperson2000 in https://github.com/MudBlazor/MudBlazor/pull/10451\n* MudAutocomplete: Fix overlay by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10446\n\n### New Features\n* MudColor: Add Palette algorithms by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10313\n* MudColor: Add GenerateMultiGradientPalette by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10318\n* MudDataGrid: Allow overriding default filter operators per column by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10254\n* MudColorPicker: Add nullable annotation. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10321\n* MudColor: Add IParsable and Deconstruct by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10333\n* New Chart: HeatMap by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10263\n* MudAutocomplete, MudSelect: Allow popover customization and add scroll events by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10327\n* MudMenu: Hide Button when Label, Icon and Content are unset by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10349\n* ParameterState: Add IsChildOriginatedChange to ParameterChangedEventArgs by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10359\n* MudDataGrid: Add AggregateTemplate render fragment by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10419\n* Menu: Improve nesting support by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10452\n\n### Bug Fixes\n* MudDialog: Fix exception when closing a dialog while rendering by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10226\n* MudColor: Fix special case in GenerateGradientPalette by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10316\n* MudDataGrid: Fix Filter Panel Positioning with FixedHeader = true by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10292\n* MudTimeline: Fix item alignment in nested horizontal timeline (#​9958) by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10346\n* IJSRuntimeExtensions: Fix InvokeVoidAsyncIgnoreErrors to catch JSException by @​brpeeters in https://github.com/MudBlazor/MudBlazor/pull/10356\n* Cookie Consent CSS: Fixes the Cookie Consent Popup from Blocking the UI by @​mouse0270 in https://github.com/MudBlazor/MudBlazor/pull/10368\n* MudDatePicker: Fix bugs in FixYear and FixMonth by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10392\n* DateMask: Fix leap year February logic 02/29 by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10377\n* MudTextField: With mask, setting parameter value updates the input text by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10328\n* MudDataGrid: Fix virtualization regression (#​10343) by @​Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10402\n* MudDataGrid: Fix SelectOnRowClick when MultiSelection is false by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10387\n* Build: Better sasscompiler workaround by @​mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10417\n* MudDataGrid: Fix Resizable property behavior  by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10436\n* MudDataGrid: Don't remove `Is Not Empty` filter definition on filter close by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10438\n* MudSelect: Prevent adornment `pointerdown` propogating to input by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10353\n* Fixing MudRatingItem ADA issue by @​ocastanedaglobant in https://github.com/MudBlazor/MudBlazor/pull/10429\n* MudDateRangePicker: Fix #​9667: Fix Clearable Button Not Disappearing with No Range Data by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10401\n* MudSelect: Fix MultiSelection in MudSelect by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10395\n* MudTextField: Fix MudTextField label background by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10385\n* MudTextField: Fix clickable area in multiline fields by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10364\n### Other Changes\n* README: Update support policy by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10445\n* New Component - MudChat by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10400\n\n## New Contributors\n* @​brpeeters made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10356\n* @​mouse0270 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10368\n ... (truncated)\n\n## 8.0.0-preview.5\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.5 --\u003e\n\n## What's Changed\n### Breaking Changes\n* MudDataGrid: Rename _classname to Classname etc by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10149\n* MudPagination: Use ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10154\n* MudBreadcrumbs: Convert BreadcrumbItem to record type by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10116\n* MudBreadcrumbs: Change HTML structure and semantics for accessibility by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10115\n* MudToggleGroup: Fix icon margins by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10162\n* MudSelect: Open menu on pointer down instead of click by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10129\n* MudAutocomplete: Don't wrap around selected index with down arrow by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10161\n* MudAutocomplete: Coerce value immediately by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10138\n* MudSwipeArea: Replace  ontouch with onpointer by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9445\n### New Features\n* MudTreeView: Add parameter FilterFunc for selectively displaying tree nodes by @​mueller-marcel in https://github.com/MudBlazor/MudBlazor/pull/10096\n* MudNavGroup: Add TitleContent parameter by @​Ben0421 in https://github.com/MudBlazor/MudBlazor/pull/10160\n* MudDataGrid: Custom comparer by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10156\n* Autocomplete: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10127\n* MudInputAdornment: Add nullable annotation. by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10203\n* Mask: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10119\n* NumericField: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10123\n* Input: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10124\n* MudNumericField: Change default InputMode to decimal by @​Eddie-Hartman in https://github.com/MudBlazor/MudBlazor/pull/9923\n* MudAppBar: Add contextual action bar implementation by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10210\n* Add .NET9 Support by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10233\n* MudGlobal: Add defaults for MudPaper by @​rena0157 in https://github.com/MudBlazor/MudBlazor/pull/10264\n* MudColor: Add Lerp by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10275\n* MudColor: Add IFormattable by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10295\n* MudNavGroup: Add HeaderClass for title customization by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10268\n* Snackbar: Move Icon configs to CommonSnackbarOptions by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10285\n### Bug Fixes\n* MudTextField: Fix ShrinkLabel for text fields with Mask by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10134\n* MudDataGrid: Fix Sticky Columns with Sticky Headers by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10151\n* JS: Fix cannot read properties of undefined / null by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10202\n* MudList: Fix logic of the Gutters parameter by @​henon in https://github.com/MudBlazor/MudBlazor/pull/10199\n* MudTabs: Fix scrolling to active index by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/10184\n* MudDataGrid: Allow grouping by null values by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10213\n* [MudSelect] Control popover width by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10215\n* MudSelect, MudMenu: Fix max height exceeds window by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10216\n* MudSelect/MudDatePicker: Fix accidental MudDatePicker break while maintaining desired MudSelect behavior by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10238\n* MudDataGrid: Fix virtualized indexes (#​10179) by @​Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10218\n* MudMenu: Fix menu closing if mouse move too quickly by @​charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10172\n* DataGridTests: Fix test failure by using Invariant Culture by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10220\n* Pickers: Fix popover elevation and gap by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10270\n* Revert \"Popover: Hide all element overflow\" by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10308\n### Other Changes\n* Chore: Drop CollectionExtensions for .NET 9+ by @​xC0dex in https://github.com/MudBlazor/MudBlazor/pull/10165\n* MudInput: Remove `@​onmousewheel` by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10221\n\n## New Contributors\n ... (truncated)\n\n## 8.0.0-preview.4\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.4 --\u003e\n\n## What's Changed\n### New Features\n* Picker: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10121\n* MudMenu: Fix PositionAtCursor by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10122\n* Form: Add nullable annotation by @​meenzen in https://github.com/MudBlazor/MudBlazor/pull/10125\n### Bug Fixes\n* MudBreadcrumbs: Fix separator template not vertically centered by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10112\n* MudDataGrid: Correctly render initially expanded rows by @​Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10133\n* IJSRuntimeExtensions: Fix when pre-rendering by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10142\n\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.0.0-preview.3...v8.0.0-preview.4\n\n## 8.0.0-preview.3\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at v8.0.0-preview.3 --\u003e\n\n## What's Changed\n### Breaking Changes\n* Inputs, Menu: Standardize default origin point by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10071\n* MudDrawer: Make Temporary Drawer non-responsive by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/10095\n### New Features\n* MudDatePicker: Use TimeProvider to allow mocking current date by @​emcbem in https://github.com/MudBlazor/MudBlazor/pull/10087\n* Inputs: Hide Clear button when readonly by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10070\n### Bug Fixes\n* MudAutocomplete: Fix Text coersion on Tab key (OnBlur or CloseMenu) by @​HClausing in https://github.com/MudBlazor/MudBlazor/pull/10074\n* MudAutocomplete: Fix ResetAsync without debounce not opening the menu by @​vernou in https://github.com/MudBlazor/MudBlazor/pull/10063\n* MudPopover: Fix z-index issues with nested popovers by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10089\n* MudPopover: Fix regression with respect to direction and location and z-index  by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/10106\n* Fix origin points that relied on previous defaults by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10110\n* MudToggleGroup: Unregister removed items by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10091\n### Other Changes\n* MudStepper: Use nameof() instead of hardcoded strings by @​0xced in https://github.com/MudBlazor/MudBlazor/pull/10079...\n\n_Description has been truncated_","html_url":"https://github.com/thompcd/BenchLibrary/pull/9","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/thompcd%2FBenchLibrary/issues/9","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/9/packages"}},{"old_version":null,"new_version":null,"update_type":null,"path":null,"pr_created_at":"2025-11-25T12:21:04.000Z","version_change":null,"issue":{"uuid":"3662849940","node_id":"PR_kwDOMGBA6861aC0c","number":233,"state":"open","title":"Bump CodeBeam.MudBlazor.Extensions and MudBlazor","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":null,"author_association":null,"state_reason":null,"created_at":"2025-11-25T12:21:04.000Z","updated_at":"2025-11-25T12:23:54.000Z","time_to_close":null,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"CodeBeam.MudBlazor.Extensions","repository_url":"https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions"},{"name":"MudBlazor","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [CodeBeam.MudBlazor.Extensions](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions) from 8.2.5 to 8.3.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [CodeBeam.MudBlazor.Extensions's releases](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/releases)._\n\n## 8.3.0\n\n## MudStepperExtended: Remake #​569 \n- Full CSP compatibility\n- Full navigation engine rewrite\n- New, consistent API surface\n- Enhanced result-step lifecycle\n- Introducing new IntroStep (An optional step show on start and not count as main steps)\n- Improved status logic (NotStarted, Continued, Completed, Skipped)\n- UI/UX refinements\n- Basic keyboard navigation and accessibility\n- Documentation updates\n- Additional unit tests\n\n## Remove Dependencies: Seperate Components that has external dependencies to new projects and packages #​571 \n- MudBarcode is now in CodeBeam.MudBlazor.Extensions.Qr package\n- MudCsvMapper is now in CodeBeam.MudBlazor.Extensions.Csv package\n\n## Breaking Changes\n- The old APİ in MudStepperExtended is obsoleted. They should work, but needed to switch new API. There is no expected programmatic breaking changes, but some visual design changes may seen if you redesign the component.\n- For MudBarcode and MudCsvMapper, you only need to install new packages. No need to change namespaces or other code.\n\n## 8.2.6\n\n### Features\n- **MudStepperExtended:** Added `MobileBreakpoint` Parameter to automatically switch MobileView.\n- **MudStepperExtended:** Added new `center` option to StepperActionsJustify.\n- **MudSelectExtended:** Added `AddNullItem` and `AddedNullItemText` Parameters.\n\n### Bug Fixes\n- **MudSelectExtended:** Fixed interactive visual even Disabled parameter is set.\n\nCommits viewable in [compare view](https://github.com/CodeBeamOrg/CodeBeam.MudBlazor.Extensions/compare/8.2.5...8.3.0).\n\u003c/details\u003e\n\nUpdated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.14.0 to 8.15.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0).\n\u003c/details\u003e\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore \u003cdependency name\u003e major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)\n- `@dependabot ignore \u003cdependency name\u003e` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)\n- `@dependabot unignore \u003cdependency name\u003e` will remove all of the ignore conditions of the specified dependency\n- `@dependabot unignore \u003cdependency name\u003e \u003cignore condition\u003e` will remove the ignore condition of the specified dependency and ignore conditions\n\n\n\u003c/details\u003e","html_url":"https://github.com/CorruptComputer/Bones/pull/233","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/CorruptComputer%2FBones/issues/233","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/233/packages"}},{"old_version":"8.14.0","new_version":"8.15.0","update_type":"minor","path":null,"pr_created_at":"2025-11-24T18:28:01.000Z","version_change":"8.14.0 → 8.15.0","issue":{"uuid":"3660053658","node_id":"PR_kwDOJU_oLc61QqyV","number":359,"state":"closed","title":"Bump MudBlazor from 8.14.0 to 8.15.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-11-25T00:09:31.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-24T18:28:01.000Z","updated_at":"2025-11-25T00:09:33.000Z","time_to_close":20490,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","old_version":"8.14.0","new_version":"8.15.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.14.0 to 8.15.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=8.14.0\u0026new-version=8.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/nefarius/WinDbgSymbolsCachingProxy/pull/359","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/nefarius%2FWinDbgSymbolsCachingProxy/issues/359","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/359/packages"}},{"old_version":"8.14.0","new_version":"8.15.0","update_type":"minor","path":null,"pr_created_at":"2025-11-24T16:34:03.000Z","version_change":"8.14.0 → 8.15.0","issue":{"uuid":"3659657604","node_id":"PR_kwDOJFpnes61PUMq","number":25,"state":"closed","title":"Bump MudBlazor from 8.14.0 to 8.15.0","user":"dependabot[bot]","labels":["dependencies",".NET"],"assignees":[],"locked":false,"comments_count":1,"pull_request":true,"closed_at":"2025-12-03T09:03:55.000Z","author_association":null,"state_reason":null,"created_at":"2025-11-24T16:34:03.000Z","updated_at":"2025-12-03T09:03:57.000Z","time_to_close":750592,"merged_at":null,"merged_by":null,"closed_by":null,"dependency_metadata":{"prefix":"Bump","packages":[{"name":"MudBlazor","old_version":"8.14.0","new_version":"8.15.0","repository_url":"https://github.com/MudBlazor/MudBlazor"}],"path":null,"ecosystem":"nuget"},"body":"Updated [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 8.14.0 to 8.15.0.\n\n\u003cdetails\u003e\n\u003csummary\u003eRelease notes\u003c/summary\u003e\n\n_Sourced from [MudBlazor's releases](https://github.com/MudBlazor/MudBlazor/releases)._\n\n## 8.15.0\n\n\u003c!-- Release notes generated using configuration in .github/release.yml at dev --\u003e\n\n## What's Changed\n### New Features\n* MudTabs: Add onmousedown and oncontextmenu events by @​DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966\n* SankeyChart: Add multiple convenience features by @​91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064\n* MudDialog, MudPicker: Hide empty actions render fragment by @​danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093\n* MudDataGrid: Custom Child Row Rendering by @​csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594\n* MudFormComponent: Make ErrorText property two-way bindable by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12119\n### Bug Fixes\n* MudDrawer: Fix Persistent Anchor Top \u0026 Bottom (#​11392) by @​redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695\n* MudTabs: Refactor state management and fix resize/scroll bugs by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011\n* MudDataGrid, MudTable: Fix Mobile Loading Bar by @​versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102\n* MudAutocomplete: Fails to reopen when nested in MudMenu by @​Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021\n* MudOverlay: Fix scrollable background with visible dialog by @​timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121\n* PopoverOptions: Fix missing property assignment by @​soridev in https://github.com/MudBlazor/MudBlazor/pull/12125\n* MudBaseInput: Fix OnParametersSet for ParameterState by @​ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136\n### Other Changes\n* Fix misc typos by @​khanhkhanhlele in https://github.com/MudBlazor/MudBlazor/pull/12061, https://github.com/MudBlazor/MudBlazor/pull/12062, https://github.com/MudBlazor/MudBlazor/pull/12073, https://github.com/MudBlazor/MudBlazor/pull/12068, https://github.com/MudBlazor/MudBlazor/pull/12069, https://github.com/MudBlazor/MudBlazor/pull/12070, https://github.com/MudBlazor/MudBlazor/pull/12071, https://github.com/MudBlazor/MudBlazor/pull/12072\n\n## New Contributors\n* @​khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061\n* @​redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695\n* @​csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594\n* @​soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119\n\n**Full Changelog**: https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0\n\nCommits viewable in [compare view](https://github.com/MudBlazor/MudBlazor/compare/v8.14.0...v8.15.0).\n\u003c/details\u003e\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=MudBlazor\u0026package-manager=nuget\u0026previous-version=8.14.0\u0026new-version=8.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n\u003cdetails\u003e\n\u003csummary\u003eDependabot commands and options\u003c/summary\u003e\n\u003cbr /\u003e\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show \u003cdependency name\u003e ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n\u003c/details\u003e","html_url":"https://github.com/ProReception/ProReception.DistributionServerInfrastructure/pull/25","url":"https://dependabot.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProReception%2FProReception.DistributionServerInfrastructure/issues/25","packages_url":"https://dependabot.ecosyste.ms/api/v1/issues/25/packages"}}]}