Releases

Version v9.6.0

Released on تیر 06, 1405

## What's Changed
New Features
    * MudTableSortLabel: Add FullWidth parameter by @Will-thom in https://github.com/MudBlazor/MudBlazor/pull/13240 * MudDataGrid: Focus selected filter when opening simple filter panel by @Jengas2015 in https://github.com/MudBlazor/MudBlazor/pull/13249 * MudTabPanel: Add missing `BadgeMax` by @SnakyBeaky in https://github.com/MudBlazor/MudBlazor/pull/13119 * MudTable: Add Pager Options by @omarkurtovic in https://github.com/MudBlazor/MudBlazor/pull/13176 * MudHotkey: Pass HotkeyEventArgs to OnHotkeyPressed by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13355 * MudRating: Make Ripple opt-in (default false) by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13363
    Bug Fixes
      * MudDataGrid: Fix mobile loading indicator by @sjh9714 in https://github.com/MudBlazor/MudBlazor/pull/13230 * MudTextField: Adjust max-width of input label for Text variant by @Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/13263 * MudRating: Skip hover effects when ReadOnly or Disabled by @lvupupui in https://github.com/MudBlazor/MudBlazor/pull/13267 * DateMask: Reset stale month/year state when inserting text by @ZacharyGarnier in https://github.com/MudBlazor/MudBlazor/pull/13284 * MudTabs: Fix panel wrapper CSS parity across KeepPanelsAlive modes by @danielchalmers with @Copilot in https://github.com/MudBlazor/MudBlazor/pull/13288 * MudTable: Fix mobile readability when ColGroup is present by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12814 * MudMenu: Fix viewport overflow scrollbar regression by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13147 * MudButtonGroup: Fix tooltip wrapped icon button alignment by @tuncaypeker in https://github.com/MudBlazor/MudBlazor/pull/13292 * MudColorPicker: Add HEX mode support for unbound color picker by @Welchen in https://github.com/MudBlazor/MudBlazor/pull/13301 * MudNumericField: Don't reformat text while typing with Immediate by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13311 * Inputs: Don't re-validate on the `@bind-Value` echo by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13312 * MudDialog: Revert close button `preventDefault` that dropped input on close by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13316 * MudMenu: Fix JSInterop focus crash on WebView when closing/navigating by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13317 * Inputs: Don't reformat managed-format text while typing on Server by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13318 * MudColorPicker: Re-sync spectrum base color on external Value change by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13319 * MudTextField: Reapply Converter/Format when the same value is re-entered by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13315 * MudChart: Fix Sankey hang on circular edge definitions by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13322 * Fix internal element IDs not overridable by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13324 * MudSelect: Honor custom Comparer in value-to-item lookups by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13307 * Inputs, Pickers: Only mark Touched and fire FieldChanged on user interaction by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13328 * MudDialog: Fix open dialogs being recreated when another dialog closes by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13330 * MudSelect: Fix infinite render loop with inline new item Value by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13331 * MudSelect: Mirror combobox semantics onto the hidden-input presenter by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13080 * MudRipple: Clip orphaned ripple to fix scrollbar on disabled items by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13332 * MudDatePicker: Remove unnecessary `Task.Run` from day-click commit by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13340 * MudMask: Forward OnKeyDown and OnKeyUp for masked text fields by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13346 * MudDataGrid: Fix StartedEditingItem in cell edit mode by @danielchalmers with @Copilot in https://github.com/MudBlazor/MudBlazor/pull/13126 * MudRating: Stop interaction effects when ReadOnly by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13361 * MudRating: Remove the grey block on click and color the ripple by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13362 * MudPopover: Fix duplicate provider false positives when uninitialized by @0xced in https://github.com/MudBlazor/MudBlazor/pull/13366 * MudNumericField: Fire OnKeyUp when ReadOnly by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13367 * MudSelect: Fire OnKeyDown callback when ReadOnly by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13368 * Services: Skip dispose-time JS interop when never initialized by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13338 * MudListItem: Fire OnClick for items with a NestedList by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13373 * MudMenu: Invoke OnClick before closing the menu by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13374 ## New Contributors * @sjh9714 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13230 * @Will-thom made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13240 * @lvupupui made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13267 * @Jengas2015 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13249 * @ZacharyGarnier made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13284 * @tuncaypeker made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13292 * @sardar97 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13279 Full Changelog: v9.5.0...v9.6.0
      Version v9.5.0

      Released on خرداد 05, 1405

      ## What's Changed
      Bug Fixes
        * MudHotkey: Add missing standard numpad JsKey codes by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/13137 * MudProgressLinear: Fix RTL label mirroring by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/13148 * MudChart: Fix x-axis rotation overlap by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/13122 * MudDataGrid: Raise `FilterChanged` for column filter row and menu apply paths by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/13185 * MudSnackbar: Snapshot enumeration to avoid concurrent collection access by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/13187 * MudFabMenuItem: Fix link rendering when Href is set by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/13195 * MudPopover: Revert "Keep spawner popovers cross-axis aligned near viewport edges" by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13200 * MudAlert: Change default content alignment to Start by @omarkurtovic in https://github.com/MudBlazor/MudBlazor/pull/13213 Full Changelog: v9.4.0...v9.5.0
        Version v9.4.0

        Released on اردیبهشت 02, 1405

        ## What's Changed
        Breaking Changes
          * MudDataGrid: Simplify icon customization to grid-level defaults by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13004
          New Features
            * MudDataGrid: Add default and customizable ARIA semantics to select column by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/12911 * MudTimelineItem: Add DotClass and deprecate DotStyle by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/13020 * MudList: Improve accessibility foundation and keyboard navigation by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13066 * MudDataGrid: Expose filter state in FilterTemplate context by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13005 * MudSelect: add combobox/listbox ARIA wiring and correct option selection state by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13077 * MudDataGrid: Autofocus ColumnFilterMenu value input and support Enter/Escape keyboard actions by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/13101 * MudDataGrid: Add empty-state filters for nullable enum columns by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/13104 * MudFileUpload: Add first-class drag callbacks while preserving internal drag-state reset by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/13063 * MudMessageBox: Add global ReverseMessageBoxButtonOrder option by @omarkurtovic in https://github.com/MudBlazor/MudBlazor/pull/13069
            Bug Fixes
              * MudNumericField: Focus numeric input on spin button pointer down by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/13001 * MudDataGrid: Fix Striped rows not rendering consistently with Virtualize by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/13006 * MudStepper: Fix ARIA tab/panel linkage to avoid invalid `aria-controls` references by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/13018 * MudSelect: Fix exception on MAUI platform by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/13025 * MudMessageBox: Honor provider BackgroundClass when options are omitted by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/13044 * MudFabMenu: Fix hover menu closing prematurely by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13050 * MudColorPicker: Fix black-color selector initialization by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13043 * MudDataGrid: Pass down ContentFormat for generated input fields in edit mode by @benditorok in https://github.com/MudBlazor/MudBlazor/pull/13061 * MudAppBar: Remove scroll-lock compensation by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13081 * MudDataGrid: Ensure two-way binding for GroupByOrder works with ParameterState updates by @sparlist in https://github.com/MudBlazor/MudBlazor/pull/13010 * MudPopover: Keep spawner popovers cross-axis aligned near viewport edges by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/13053 * MudInput: Avoid duplicate blur interop during normal focus changes by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13049 * MudMenu: Fix NullReferenceException when using MouseEvent.RightClick with ActivatorContent (Blazor Server) by @pigwing in https://github.com/MudBlazor/MudBlazor/pull/13093 * MudSelect: Fix required validation not showing on focus loss by @xdaneault in https://github.com/MudBlazor/MudBlazor/pull/13039 * MudSelect: defer selected-item scroll until post-render registration by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/13097 * MudSelect: Fix selected item ChildContent not re-rendering after value swap by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/13034 * MudSelect: Preserve initial SelectedValues when Comparer is set by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/13109 * MudNumericField: Restore managed text input behavior by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/13035 ## New Contributors * @sparlist made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13010 * @omarkurtovic made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13083 * @pigwing made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/13093 Full Changelog: v9.3.0...v9.4.0
              Version v9.3.0

              Released on فروردین 19, 1405

              ## What's Changed
              New Features
                * MudDataGrid: FilterTemplate for DataGridFilterMode.Simple by @mmaestro16 in https://github.com/MudBlazor/MudBlazor/pull/12802 * MudStack: Add HtmlTag support by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12906 * MudDataGrid: Add post-apply edit callback (`CommittedItemChanged`) for form edits by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12907 * MudDialog: Add IDialogService.ShowAsync(DialogParameters) overload to remove required empty title by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12908 * MudBreadcrumbs: Add accessible landmark label to navigation by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12917 * MudTabs: Add `Disabled` to disable all child tab panels from the parent by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12920 * MudDataGrid: Add `FilterChanged` callback and raise it on filter mutations by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12955 * MudAutocomplete: Add OnDebounceIntervalElapsed support by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12958 * MudSwitch: Add `role` and `aria-checked` attributes by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12971 * Components: Remove redundant and misleading ARIA markup by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12974 * MudRangeInput, MudDateRangePicker: Add localizable start/end ARIA labels by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12973 * MudTable, MudDataGrid: Add InitialSortDirection for first-click sorting by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12923 * MudDataGrid: Add public `SortChanged` callback by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12957 * MudDataGrid: Add HierarchyColumn-level expand/collapse callback with row context by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12956 * MudChart: Rework radar chart axis label scaling by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12985 * MudChart: Add ScatterPlot chart with optional line series overlay by @cacamille3 in https://github.com/MudBlazor/MudBlazor/pull/12913 * MudDialog: Wire title into accessible name via `aria-labelledby` by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12948
                Bug Fixes
                  * MudDateRangePicker: Fire DateRangeChanged correctly after clear and reselect of same range by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12775 * MudTabs: Fix scroll buttons inside disabled form by @redgp0g in https://github.com/MudBlazor/MudBlazor/pull/12885 * MudTabs: Fix drag-drop preview sizing for horizontal and vertical tabs by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/12897 * MudBaseInput: Preserve initial value & preserve invalid text across key-triggered rerenders by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12880 * MudForm: Fix false dirty-state signals from EditForm field-change events on blur by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12817 * MudPopover: Guard observer disposal against missing map entries by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12909 * MudSelect: Fix multi-select checkbox by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12915 * MudCollapse: Scope OnAnimationEnd to collapse transitions only by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12918 * MudChart [TimeSeries]: Fix Types other than T="double" to work by @pkaaz in https://github.com/MudBlazor/MudBlazor/pull/12925 * MudDateRangePicker: Update toolbar year when navigating years without a selected range by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12924 * MudNumericField: Prevent blur on spin-button interaction by retaining input focus by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12946 * MudFileUpload: Use container layout in CustomContent by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12950 * Interop: Prevent select-range errors on unsupported input types by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12951 * Charts: Respect height when MatchBoundsToSize is enabled by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12944 * MudAutocomplete: Fix Converter during Coerce by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12928 * MudIconButton: Adjust focus selectors to restore keyboard-visible focus states by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12966 * MudFormComponent: Stabilize validation error IDs across invalid states by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12975 * Inputs: Align ARIA invalid state with computed validation errors by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12972 * Inputs: Propagate ErrorId to boolean/radio input wrappers and picker text input by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12988 * MudDataGrid: Use flip-on-open for simple filter popover to prevent ShowMenuIcon overlap by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12905 * Inputs: Fix validation on programmatic value change by @redgp0g in https://github.com/MudBlazor/MudBlazor/pull/12892 ## New Contributors * @BlackOrca made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12896 * @JoschiZ made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12879 * @mmaestro16 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12802 * @renovate[bot] made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12941 * @pkaaz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12925 * @cacamille3 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12913 Full Changelog: v9.2.0...v9.3.0
                  Version v9.2.0

                  Released on اسفند 27, 1404

                  ## What's Changed
                  New Features
                    * MudDropZone: Add MudDragHandle for custom drag handle support by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12703 * DefaultConverter: Add IParsable support by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12809 * MudTabs: Add overridable `DisposeAsyncCore` to support derived async disposal by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12811 * Converter: Improve performance and rework Enum by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12816 * DefaultConverter: Improve fallback T → string conversion by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12836 * MudSelect: Give ToStringFunc Higher Precedence by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12837 * MudFabMenu: Add Direction and Anchor support by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12843
                    Bug Fixes
                      * MudCheckBox, MudSwitch, MudRadio: Respect user-defined `tabindex` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12808 * MudChart: Rework MatchBoundsToSize Fix by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12806 * MudTreeView: Fix selected value reset when adding data-bound items by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12840 * MudTreeViewItem: Read GetDisabled/GetReadOnly by @bonfante in https://github.com/MudBlazor/MudBlazor/pull/12841 * MudChart: Ensure fill-opacity renders invariantly across cultures by @kjetilbraadland in https://github.com/MudBlazor/MudBlazor/pull/12845 * MudTreeView: Fix server-data reset by tracking lazy-load state per node by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12850 * MudDataGridPager: Use MudDataGrid.Culture when formatting counts by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12863 * MudSelect: Fix FitContent by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12860 * MudDebouncedInput: Fix validation by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12865 * MudChart: Fix line chart natural spline interpolation by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12798 * DebounceDispatcher: Remove .Wait() to avoid PlatformNotSupportedException by @pavelsavara in https://github.com/MudBlazor/MudBlazor/pull/12866 * MudChart: Prevent Rounding Height Values by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12868 * MudDataGrid: Fix Virtualize scroll jumping by using tr spacer elements by @codemonkey85 in https://github.com/MudBlazor/MudBlazor/pull/12799 * MudSelect, MudAutocomplete, MudMenu: Fix modeless overlay reopen on same activator click by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12870 * MudDataGrid: Fix filters being ignored when added programmatically by @timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12683 * MudTextField: Align `Sizing.Auto` visuals with default by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12774 ## New Contributors * @bonfante made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12841 * @kjetilbraadland made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12845 * @pavelsavara made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12866 * @codemonkey85 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12799 Full Changelog: v9.1.0...v9.2.0
                      Version v9.1.0

                      Released on اسفند 12, 1404

                      ## What's Changed
                      Breaking Changes
                        * MudChart: Remove width adjustment by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12714 * Charts: Fix radial rendering, alignment, and padding issues by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12736 * MudForm: Obsolete `Validate` in favor of new `ValidateAsync` by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12713
                        New Features
                          * MudTabs: Add accessibility labels to icon buttons by @nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12646 * MudCarousel: Add ArrowsColor parameter by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12709
                          Bug Fixes
                            * MudVirtualize: Fix MaxItemCount runtime crash on .NET 8 by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12701 * MudFileUpload: Remove mt-1 spacing when SelectedTemplate is set by @sean-mcl in https://github.com/MudBlazor/MudBlazor/pull/12700 * MudDataGrid: Fix CellClass ordering to allow style overrides by @pine919 in https://github.com/MudBlazor/MudBlazor/pull/12662 * MudMenu: Fix nested submenu arrow direction in RTL mode by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12706 * MudBaseInput: Fix OnlyValidateIfDirty with non-default initial Value by @rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12716 * MudTooltip: Fix Unnecessary Tooltip Content Re-render by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12724 * MudTimePicker: Fix closed-value formatting to honor AmPm / TimeFormat by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12726 * Build: Mitigate JS parse collisions by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12728 * MudSelect, MudAutocomplete: Fix pointer cursor shown on readonly by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12704 * MudDebouncedInput: Fix DebounceInterval doesn't update its initial value if set by async operation by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12735 * MudColorPicker: render initial `@bind-Text` value in input on first render by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12749 * MudRadialChart: Prevent tooltips from disappearing during parameter updates by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12751 * MudSelect: Prevent default(T) preselection in MultiSelection by @Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12743 * MudMenu: Fix mutation-unsafe async enumeration during close by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12757 * MudDateRangePicker: Fix initialization when using `DateTime.MinValue` by @xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12668 * MudListItem: Fix disabled items not showing selected state in multi-selection mode by @xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12727 * MudChart: Fix infinite expansion loop with MatchBoundsToSize and relative height by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12760 * MudNumericField: Fix Format being broken by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12766 * MudDatePicker: Clear conversion error when editable field is manually erased by @xdaneault in https://github.com/MudBlazor/MudBlazor/pull/12695 * MudAutocomplete: Fix item template containers rendering padding when empty by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12782 * MudTabs: Fix SliderColor having no visual effect by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12780 * MudTimePicker: Fix wrong cursor in popover/dialog when editable by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12781 * MudSlider: Fix value label position in RTL mode by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12777 * MudStepper: Fix nested steppers with different orientations by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12776 * MudAlert: Fix ContentAlignment ignored on mobile (xs) breakpoint by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12786 * Pickers: Fix ReadOnly not respected in PickerVariant.Static by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12785 * MudTable: Fix loading indicator visibility in mobile layout by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12778 ## New Contributors * @sean-mcl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12700 * @pine919 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12662 * @xdaneault made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12668 Full Changelog: v9.0.0...v9.1.0
                            Version v9.0.0

                            Released on بهمن 30, 1404

                            ## What's Changed
                            Breaking Changes
                              * MudSwitch: Decouple label font size from Size property by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132 * Deprecate some public Style properties by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407 * MudDataGrid: Add CancellationToken support for ServerData by @w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841 * ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022 * MudChart: Chart Type Unification + 2 New Charts by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458 * MudGlobal: Remove deprecated theming properties by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141 * Popovers: Make overlay popovers non-modal by default by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101 * v9: Remove all code marked obsolete/deprecated by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142 * MudSnackbar: Make snackbar require interaction when action present by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108 * MudFormComponent: Rename methods to async, use await by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147 * MudLink: Inherit typography by default by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094 * MudColorPicker: Use ParameterState by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357 * MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090 * Converters: Rework conversion system by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177 * ResizeObserver: Resizes observer and bounding client rect cleanup by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173 * Popovers: Remove and Replace DropdownSettings by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186 * MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156 * MudStepper: Add IStepContext by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212 * MudSelect: Use ParameterState for MultiSelection by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241 * MudSelect: use ParameterState by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244 * MudBaseInput: Use ParameterState for Text by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259 * MudBaseInput: ParameterState for Value by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267 * MudBooleanInput: Use ParameterState for Value by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273 * DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292 * MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286 * MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297 * MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298 * MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300 * MudInput: Use bind:get/bind:set by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272 * MudBaseInput: Remove TextUpdateSuppression by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306 * Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296 * MudBaseInput & MudFormComponent: Fix API naming inconsistency by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312 * MudMenu: Replace IActivatable with MenuContext by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145 * Masking: Improve abstraction, add more tests by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314 * Range: Remove setters by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319 * MudChat: Remove components in v9, redirect to MudX by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151 * ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347 * MudFormComponent: Add GetDefaultConverter, cleanup by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365 * MudSplitPanel: Add get and set divider position functions by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370 * MudInput: Replace `AutoGrow` with `Sizing` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417 * ScrollListener: Add report rate and GetCurrentScrollDataAsync by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183 * MudTextField: Add async postfixes by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484 * Components: SetTextAsync->SetTextCoreAsync, SetValueAsync->SetValueCoreAsync by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489 * MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514 * Remove EventListener / EventManager by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532 * MudThemeProvider: Fix script and refactor by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534 * MudBaseInput: Remove ForceUpdate by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542 * MudSelect: Add two-way Open parameter by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589 * PopoverOptions: Remove PopoverMode by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596 * CssBuilder/StyleBuilder: declare as readonly struct by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598 * Components: Migrate time-dependent logic to TimeProvider abstraction by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592 * MudSelect/MudSelectItem: Improve communication between them by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582 * MudSelect: Change SelectedValues to IReadOnlyCollection by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619 * MudSelect: generic over object SelectOption by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623 * MudDataGrid: Add ability to continue editing by @ntark in https://github.com/MudBlazor/MudBlazor/pull/12430 * MudColorPicker: Fix support for null color values and throttling by @Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567 * MudFileUpload: Remove IActivator, Add defaults by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487
                              New Features
                                * MudFabMenu: Add new component by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097 * MudDatePicker: Add keyboard navigation by @spingee in https://github.com/MudBlazor/MudBlazor/pull/12028 * MudFormComponent: Make Error two-way bindable by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138 * MudFormComponent: Make ErrorId two-way bindable by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140 * Palette: Make PaletteLight and PaletteDark of type Palette by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148 * ThemeProvider: Add `bind-CurrentPalette` parameter by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149 * MudHotkey: Add new component for handling hotkeys by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079 * MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123 * MudSplitPanel: Add new component by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116 * MudTable: Use theme typography for font styling by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12152 * MudFormComponent: change ReadValue() -> ReadValue by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12310 * Identifier: Optimize, make it public API by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339 * MudBaseInput: Make GetInputType protected by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351 * SequenceComparer: Optimize by using SequenceEqual by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356 * KeyInterceptorService: Add option to ignore repeat events when holding down keys by @JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376 * KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377 * KeyInterceptorService: Do not observe dom when targeting the element itself by @JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380 * MudDataGrid: Allow disabling selection per row via criteria by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554 * MudLink: Add StartIcon and EndIcon properties by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407 * MudRipple: Provide immediate visual feedback by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409 * MudPicker & MudRangeInput: add customizable ClearIcon parameter by @pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425 * Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435 * MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405 * MudCard: Add ContentPadding property by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446 * MudProgressLinear: Add ShowBackground by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443 * MudTextField: Add insert functions by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483 * Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411 * MudVirtualize: Add MaxItemCount by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536 * MudTable: Add row disabled by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441 * KeyInterceptorService: Add KeyCommand concept by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512 * MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586 * MudForm: Add OnEnterPressed by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570 * MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591 * MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437 * MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605 * MudExitPrompt: Add component by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287 * MudTable: Display numeric values in pager info with thousand separators by @angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12674
                                Bug Fixes
                                  * MudAutocomplete: Fix OpenChanged being called twice after clearing selection by @Yomodo in https://github.com/MudBlazor/MudBlazor/pull/12076 * MudColor: Add MudColorComparer by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12143 * ParameterState: Fix Value edge case, fix nullability by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12179 * MudDateRangePicker: Fix StartMonth being ignored when DateRange is set by @ChristosMaragkos in https://github.com/MudBlazor/MudBlazor/pull/12191 * Analyzer: Fix MUD0012 analyzer false positive for Expression> by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12216 * ParameterState: Force "initialization" after SetValueAsync by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12242 * MudDrawer: Fix CSS animation flicker on re-render by using transition instead of animation by @daveHylde in https://github.com/MudBlazor/MudBlazor/pull/12279 * MudFocusTrap: guard against disposal race in OnAfterRenderAsync by @jpacc260 in https://github.com/MudBlazor/MudBlazor/pull/12252 * DebounceDispatcher: Fix race condition causing flaky test by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334 * MudDatePicker: Fix FixYear by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372 * MudPicker: Adds new style for disabled MudPicker static variant (#11761) by @dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352 * MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390 * MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386 * MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378 * DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393 * MudDatePicker: Fix keyboard navigation with fixed year/month by @spingee in https://github.com/MudBlazor/MudBlazor/pull/12180 * MudDialog: Prevent default on close button to not trigger validations by @spingee in https://github.com/MudBlazor/MudBlazor/pull/12332 * MudDataGrid: Fix stale selection/hierarchy cleanup by @Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354 * MudCollapse: Hide content after collapse animation by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455 * MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511 * MudMenu: Fix race condition, Improve test case reliability by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510 * MudSelect: Replace async void with Task by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539 * MudTheme: Don't cache supplied Theme parameter by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559 * MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590 * MudSplitPanel: Fix splitter reset on double click even if drag occurs by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594 * MudTable: Add accessible name to loading progress bar by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618 * ThrottleDispatcher: Fix not throttling fast-completing actions by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636 * MudTable: Cursor pointer behaves like v8 again by @RobbertK92 in https://github.com/MudBlazor/MudBlazor/pull/12680 * MudChart: Fix Radial Chart Issues by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12685 ## New Contributors * @spingee made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12028 * @ChristosMaragkos made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12191 * @filipvalentin made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12156 * @daveHylde made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12279 * @jpacc260 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12252 * @mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340 * @JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376 * @dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352 * @fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355 * @Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354 * @corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459 * @wrakocy made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12454 * @aaronleev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12437 * @angusdumaresq made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12605 * @ntark made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12430 * @Dnawrkshp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12567 * @RobbertK92 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12680 Full Changelog: v8.15.0...v9.0.0
                                  Version v9.0.0-rc.1

                                  Released on بهمن 22, 1404

                                  ## What's Changed
                                  Breaking Changes
                                    * MudTextField: Add async postfixes by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12484 * Components: SetTextAsync->SetTextCoreAsync, SetValueAsync->SetValueCoreAsync by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12489 * MudDialogContainer: Rename OnMouseUp to OnMouseUpAsync, make private by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12514 * Remove EventListener / EventManager by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12532 * MudThemeProvider: Fix script and refactor by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/12534 * MudBaseInput: Remove ForceUpdate by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12542 * MudSelect: Add two-way Open parameter by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12589 * PopoverOptions: Remove PopoverMode by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12596 * CssBuilder/StyleBuilder: declare as readonly struct by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12598 * Components: Migrate time-dependent logic to TimeProvider abstraction by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12592 * MudSelect/MudSelectItem: Improve communication between them by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12582 * MudSelect: Change SelectedValues to IReadOnlyCollection by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12619 * MudSelect: generic over object SelectOption by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12623 * MudDataGrid: Add ability to continue editing by @ntark in https://github.com/MudBlazor/MudBlazor/pull/12430 * MudColorPicker: Fix support for null color values and throttling by @Dnawrkshp in https://github.com/MudBlazor/MudBlazor/pull/12567 * MudFileUpload: Remove IActivator, Add defaults by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10487
                                    New Features
                                      * ScrollListener: Add report rate and GetCurrentScrollDataAsync by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12183 * MudCard: Add ContentPadding property by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12446 * MudProgressLinear: Add ShowBackground by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12443 * MudTextField: Add insert functions by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12483 * Popovers: Change default OverflowBehavior from FlipOnOpen to FlipAlways by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12411 * MudVirtualize: Add MaxItemCount by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12536 * MudTable: Add row disabled by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12441 * KeyInterceptorService: Add KeyCommand concept by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12512 * MudProgressCircular, MudProgressLinear: Add `aria-busy` attribute by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12586 * MudForm: Add OnEnterPressed by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12570 * MudCheckBox, MudRadio, MudSwitch: Add or improve `aria-label` support by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12591 * MudDialogProvider: Add CloseOnNavigation to DialogOptions to optionally close dialogs on navigation by @aaronleev in https://github.com/MudBlazor/MudBlazor/pull/12437 * MudDataGrid: Format pagination numbers with group separators and improve InfoFormat logic by @angusdumaresq in https://github.com/MudBlazor/MudBlazor/pull/12605 * MudExitPrompt: Add component by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12287
                                      Bug Fixes
                                        * MudDataGrid: Fix stale selection/hierarchy cleanup by @Xsodia in https://github.com/MudBlazor/MudBlazor/pull/12354 * MudCollapse: Hide content after collapse animation by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/12455 * MudDataGrid: Fix SelectedItems event callback not firing due to shared reference by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12511 * MudMenu: Fix race condition, Improve test case reliability by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12510 * MudSelect: Replace async void with Task by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12539 * MudTheme: Don't cache supplied Theme parameter by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12559 * MudSwitch, MudCheckBox, MudRadio: Render content inside `span` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12590 * MudSplitPanel: Fix splitter reset on double click even if drag occurs by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12594 * MudTable: Add accessible name to loading progress bar by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12618 * ThrottleDispatcher: Fix not throttling fast-completing actions by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12636 ## New Contributors * @Xsodia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12354 * @corvinsz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12459 * @wrakocy made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12454 * @aaronleev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12437 * @angusdumaresq made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12605 * @ntark made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12430 * @Dnawrkshp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12567 Full Changelog: v9.0.0-preview.2...v9.0.0-rc.1
                                        Version v9.0.0-preview.2

                                        Released on دی 24, 1404

                                        ## What's Changed
                                        Breaking Changes
                                          * ParameterState: Add ResolveEffectiveParameter, ParameterStateCollection for shared handlers by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12347 * MudFormComponent: Add GetDefaultConverter, cleanup by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12365 * MudSplitPanel: Add get and set divider position functions by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12370 * MudInput: Replace `AutoGrow` with `Sizing` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12417
                                          New Features
                                            * Identifier: Optimize, make it public API by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12339 * MudBaseInput: Make GetInputType protected by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12351 * SequenceComparer: Optimize by using SequenceEqual by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12356 * KeyInterceptorService: Add option to ignore repeat events when holding down keys by @JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12376 * KeyInterceptorService: Allow omitting TargetClass to attach event handlers to element itself by @JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12377 * KeyInterceptorService: Do not observe dom when targeting the element itself by @JMolenkamp in https://github.com/MudBlazor/MudBlazor/pull/12380 * MudDataGrid: Allow disabling selection per row via criteria by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11554 * MudLink: Add StartIcon and EndIcon properties by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12407 * MudRipple: Provide immediate visual feedback by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12409 * MudPicker & MudRangeInput: add customizable ClearIcon parameter by @pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12425 * Add TimeProvider support to DebounceDispatcher and ThrottleDispatcher by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12435 * MudSelect: Add SelectionOnEnter, Improve Pager keyboard UX by @nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/12405
                                            Bug Fixes
                                              * DebounceDispatcher: Fix race condition causing flaky test by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12334 * MudDatePicker: Fix FixYear by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12372 * MudPicker: Adds new style for disabled MudPicker static variant (#11761) by @dbarisakkurt in https://github.com/MudBlazor/MudBlazor/pull/12352 * MudDateRangePicker: Implement ResetValueAsync for MudForm reset by @pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12390 * MudBaseDatePicker: Ensure GetMonthStart always returns the first day of the month by @pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/12386 * MudDatePicker: Prevent ArgumentOutOfRangeException at DateTime boundaries by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12378 * DebounceDispatcher: Fix ObjectDisposedException from premature CTS disposal by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12393 * MudDatePicker: Fix keyboard navigation with fixed year/month by @spingee in https://github.com/MudBlazor/MudBlazor/pull/12180 * MudDialog: Prevent default on close button to not trigger validations by @spingee in https://github.com/MudBlazor/MudBlazor/pull/12332 ## New Contributors * @mcbodge made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12340 * @JMolenkamp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12376 * @dbarisakkurt made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12352 * @fuguiKz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12355 Full Changelog: v9.0.0-preview.1...v9.0.0-preview.2
                                              Version v9.0.0-preview.1

                                              Released on آذر 29, 1404

                                              ## What's Changed
                                              Breaking Changes
                                                * MudSwitch: Decouple label font size from Size property by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11132 * Deprecate some public Style properties by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11407 * MudDataGrid: Add CancellationToken support for ServerData by @w3ori in https://github.com/MudBlazor/MudBlazor/pull/11841 * ThemeProvider: Rename ObserveSystemThemeChange to ObserveSystemDarkModeChange and remove obsolete methods by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12022 * MudChart: Chart Type Unification + 2 New Charts by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11458 * MudGlobal: Remove deprecated theming properties by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12141 * Popovers: Make overlay popovers non-modal by default by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12101 * v9: Remove all code marked obsolete/deprecated by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12142 * MudSnackbar: Make snackbar require interaction when action present by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12108 * MudFormComponent: Rename methods to async, use await by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12147 * MudLink: Inherit typography by default by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12094 * MudColorPicker: Use ParameterState by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10357 * MudTreeView: Add ITreeItemData and make Children IReadOnlyCollection by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12090 * Converters: Rework conversion system by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12177 * ResizeObserver: Resizes observer and bounding client rect cleanup by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12173 * Popovers: Remove and Replace DropdownSettings by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/12186 * MudTabs: Rename class properties; MudTabPanel: add PanelClass property by @filipvalentin in https://github.com/MudBlazor/MudBlazor/pull/12156 * MudStepper: Add IStepContext by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12212 * MudSelect: Use ParameterState for MultiSelection by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12241 * MudSelect: use ParameterState by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12244 * MudBaseInput: Use ParameterState for Text by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12259 * MudBaseInput: ParameterState for Value by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12267 * MudBooleanInput: Use ParameterState for Value by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12273 * DialogService: Rename ShowMessageBox to ShowMessageBoxAsync by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12292 * MudPopover: Remove MudGlobal.PopoverDefaults and move properties to PopoverOptions by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12286 * MudDialog: Move DefaultFocus from MudGlobal.DialogDefaults to MudDialogProvider by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12297 * MudPopover: Remove OverflowBehavior property from components, use PopoverOptions directly by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12298 * MudPopover: Move transition defaults from MudGlobal to PopoverOptions by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12300 * MudInput: Use bind:get/bind:set by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12272 * MudBaseInput: Remove TextUpdateSuppression by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12306 * Refactor: Improve MudDebouncedInput, ThrottleDispatcher, DebounceDispatcher by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12296 * MudBaseInput & MudFormComponent: Fix API naming inconsistency by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12312 * MudMenu: Replace IActivatable with MenuContext by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12145 * Masking: Improve abstraction, add more tests by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12314 * Range: Remove setters by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12319 * MudChat: Remove components in v9, redirect to MudX by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12151
                                                New Features
                                                  * MudFabMenu: Add new component by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12097 * MudDatePicker: Add keyboard navigation by @spingee in https://github.com/MudBlazor/MudBlazor/pull/12028 * MudFormComponent: Make Error two-way bindable by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12138 * MudFormComponent: Make ErrorId two-way bindable by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12140 * Palette: Make PaletteLight and PaletteDark of type Palette by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12148 * ThemeProvider: Add `bind-CurrentPalette` parameter by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12149 * MudHotkey: Add new component for handling hotkeys by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12079 * MudCheckBox: Improve Accessibility, Add `mud-sr-only` by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/12123 * MudSplitPanel: Add new component by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12116 * MudTable: Use theme typography for font styling by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12152 * MudFormComponent: change ReadValue() -> ReadValue by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12310
                                                  Bug Fixes
                                                    * MudAutocomplete: Fix OpenChanged being called twice after clearing selection by @Yomodo in https://github.com/MudBlazor/MudBlazor/pull/12076 * MudColor: Add MudColorComparer by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12143 * ParameterState: Fix Value edge case, fix nullability by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12179 * MudDateRangePicker: Fix StartMonth being ignored when DateRange is set by @ChristosMaragkos in https://github.com/MudBlazor/MudBlazor/pull/12191 * Analyzer: Fix MUD0012 analyzer false positive for Expression> by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12216 * ParameterState: Force "initialization" after SetValueAsync by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12242 * MudDrawer: Fix CSS animation flicker on re-render by using transition instead of animation by @daveHylde in https://github.com/MudBlazor/MudBlazor/pull/12279 * MudFocusTrap: guard against disposal race in OnAfterRenderAsync by @jpacc260 in https://github.com/MudBlazor/MudBlazor/pull/12252 ## New Contributors * @spingee made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12028 * @ChristosMaragkos made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12191 * @filipvalentin made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12156 * @daveHylde made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12279 * @jpacc260 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12252 Full Changelog: v8.15.0...v9.0.0-preview.1
                                                    Version v8.15.0

                                                    Released on آذر 02, 1404

                                                    ## What's Changed
                                                    New Features
                                                      * MudTabs: Add onmousedown and oncontextmenu events by @DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/11966 * SankeyChart: Add multiple convenience features by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/12064 * MudDialog, MudPicker: Hide empty actions render fragment by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12093 * MudDataGrid: Custom Child Row Rendering by @csteeg in https://github.com/MudBlazor/MudBlazor/pull/11594 * MudFormComponent: Make ErrorText property two-way bindable by @soridev in https://github.com/MudBlazor/MudBlazor/pull/12119
                                                      Bug Fixes
                                                        * MudDrawer: Fix Persistent Anchor Top & Bottom (#11392) by @redgp0g in https://github.com/MudBlazor/MudBlazor/pull/11695 * MudTabs: Refactor state management and fix resize/scroll bugs by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/12011 * MudDataGrid, MudTable: Fix Mobile Loading Bar by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/12102 * MudAutocomplete: Fails to reopen when nested in MudMenu by @Nickztar in https://github.com/MudBlazor/MudBlazor/pull/12021 * MudOverlay: Fix scrollable background with visible dialog by @timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/12121 * PopoverOptions: Fix missing property assignment by @soridev in https://github.com/MudBlazor/MudBlazor/pull/12125 * MudBaseInput: Fix OnParametersSet for ParameterState by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12136
                                                        Other Changes
                                                          * 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 ## New Contributors * @khanhkhanhlele made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12061 * @redgp0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11695 * @csteeg made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11594 * @soridev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12119 Full Changelog: v8.14.0...v8.15.0
                                                          Version v8.14.0

                                                          Released on آبان 14, 1404

                                                          ## What's Changed
                                                          Breaking Changes
                                                            * MudGlobal: Deprecate theming properties by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11415
                                                            New Features
                                                              * MudColorPicker: Add opt-out tooltips for icon buttons by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11953 * MudMenu: Enhance keyboard accessibility and focus management by @nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11762 * MudTable: Add AriaLabel parameter for accessibility by @dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/11995 * Pickers: Add InputId parameter by @rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12003 * Icons: Add Slack brand icon to Icons.Custom.Brands by @codomposer in https://github.com/MudBlazor/MudBlazor/pull/12057 * MudStepper: Provide step context to child content by @dev-KingMaster in https://github.com/MudBlazor/MudBlazor/pull/12054
                                                              Bug Fixes
                                                                * MudDataGrid: Fix generated EditTemplates not inheriting their column's culture by @benditorok in https://github.com/MudBlazor/MudBlazor/pull/11931 * CSS: Improve browser compatibility by replacing `from ... r g b` syntax by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11939 * MudDialog: Fix gaps in body style by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11506 * MudIconButton: Fix filled buttons losing background color on click by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11944 * MudDialog: Force titles to wrap & prevent close button overlap by @RabindranathChanda in https://github.com/MudBlazor/MudBlazor/pull/11921 * MudPopover: Fix JS Typo by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11968 * MudFormComponent: Clear converter errors on ResetValidation by @ArfitAP in https://github.com/MudBlazor/MudBlazor/pull/11971 * MudScrollListener: Fix document scroll by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11978 * MudTooltip: Fix FullWidth children not stretching by @FreskOoAs in https://github.com/MudBlazor/MudBlazor/pull/11948 * MudAutocomplete: ProgressBar AdornmentIcon Hiding by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11980 * MudTabs: Fix TabWrapperContent and Tooltip display with Drag and Drop by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/12009 * MudSelect: Display selected value when null by @rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/12001 * ParameterState: Add Snapshot to avoid race condition by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/12023 * MudNavGroup: Fix Background Color After Click by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11989 * MudDatePicker: Fix FixedDay, FixMonth, FixYear for non-Gregorian calendar by @oxayotl in https://github.com/MudBlazor/MudBlazor/pull/11992 * MudAutocomplete: Fix input not focused on adornment click by @digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11970 * MudAutocomplete: OpenChanged called twice after selection by @Yomodo in https://github.com/MudBlazor/MudBlazor/pull/11985 * MudCard: Hide gap when MudCardActions is empty by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/12033 * MudExpansionPanel: Fix Gutters property not affecting header padding by @Copilot in https://github.com/MudBlazor/MudBlazor/pull/12036
                                                                Other Changes
                                                                  * SankeyChart: Add chart for displaying dataflow by @91378246 in https://github.com/MudBlazor/MudBlazor/pull/11919 ## New Contributors * @benditorok made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11931 * @RabindranathChanda made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11921 * @ArfitAP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11971 * @FreskOoAs made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11948 * @dev-KingMaster made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11995 * @codomposer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/12057 Full Changelog: v8.13.0...v8.14.0
                                                                  Version v8.13.0

                                                                  Released on مهر 09, 1404

                                                                  ## What's Changed
                                                                  New Features
                                                                    * MudTable: Add LoadingContentBody render fragment by @Enderlook in https://github.com/MudBlazor/MudBlazor/pull/11718 * MudTable: Scroll to row & focus cell by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11569 * MudSnackbar: Add global HideIcon option by @franco-diaz-licham in https://github.com/MudBlazor/MudBlazor/pull/11900 * MudDataGrid: Add parameters for filter icons by @CyrilArtFX in https://github.com/MudBlazor/MudBlazor/pull/11864
                                                                    Bug Fixes
                                                                      * MudIconButton: Fix icon button with default color not having focus indicator by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11858 * MudCheckbox: Fix Tri-State required validation by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11886 * MudCarousel: Fix UI update of bullets on item add by @Blocko07 in https://github.com/MudBlazor/MudBlazor/pull/11873 * MudDataGrid: Hierarchy ExpandAll/CollapseAll when one item is present by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11904 * MudTabs: Guard for ScrollPrev by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11924 ## New Contributors * @Blocko07 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11873 * @franco-diaz-licham made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11900 * @CyrilArtFX made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11864 Full Changelog: v8.12.0...v8.13.0
                                                                      Version v8.12.0

                                                                      Released on شهریور 11, 1404

                                                                      ## What's Changed
                                                                      New Features
                                                                        * MudDataGrid: Add hierarchy visibility toggled parameter by @GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11706 * MudChart: Support custom ToString func for Y axis by @IchBinAb4los in https://github.com/MudBlazor/MudBlazor/pull/11674
                                                                        Bug Fixes
                                                                          * MudPopover: Maintain Scroll Position by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11765 * MudTextField: Fix padding for outlined multiline fields by @rasmus-carlsson in https://github.com/MudBlazor/MudBlazor/pull/11776 * MudDataGrid: Fix nested group expansion for multilevel grouping (#11725) by @M4ntax in https://github.com/MudBlazor/MudBlazor/pull/11729 * MudDialog: Fix when a dialog is canceled, it can be reopened by @vernou in https://github.com/MudBlazor/MudBlazor/pull/11804 * MudDataGrid : Refresh on collection changed by @vernou in https://github.com/MudBlazor/MudBlazor/pull/11822 * MudDataGrid: SCSS, Clean Up Sticky Columns by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11800 * MudAutocomplete: Fix `Strict=false` when using a `Converter` with `CoerceValue` by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/11826 ## New Contributors * @rasmus-carlsson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11776 * @M4ntax made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11729 * @IchBinAb4los made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11674 * @Copilot made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11810 Full Changelog: v8.11.0...v8.12.0
                                                                          Version v8.11.0

                                                                          Released on مرداد 13, 1404

                                                                          ## What's Changed
                                                                          New Features
                                                                            * MudField: AdornmentAria and ShrinkLabel by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11669 * MudStepper: Add Skipped State (#11739) by @Alex-DeLaet in https://github.com/MudBlazor/MudBlazor/pull/11742
                                                                            Bug Fixes
                                                                              * MudTable: Maintains group row state when group list is modified by @vernou in https://github.com/MudBlazor/MudBlazor/pull/11681 * MudTextField: Fix Focus by ElementReference by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11733 * MudMenu: Hide menu list if it has no items by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11740 * MudDataGrid: Fix HierarchyColumn Expansion with Funcs by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11292 * MudTabs: Improve accessibility by @nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11581 * MudTable : Fix bug where CurrentPage is reset at the initialization by @vernou in https://github.com/MudBlazor/MudBlazor/pull/11745 * MudPopover: MudList MaxHeight Adjustments by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11734
                                                                              Other Changes
                                                                                * Community Extensions: Add MudX by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11692 * MudPopover: Fix MudList Scroll Issue by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11694 * MudTimeSeriesChart: Use InvariantCulture when rendering opacity (#11696) by @svarnyjunak in https://github.com/MudBlazor/MudBlazor/pull/11697 * MudHighlighter: Maintain markup formatting when Markup=true by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11705 * MudBaseInput: Fix expired ParameterView in inherited components by @GeorgeKarlinzer in https://github.com/MudBlazor/MudBlazor/pull/11715 ## New Contributors * @svarnyjunak made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11697 * @GeorgeKarlinzer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11715 * @Alex-DeLaet made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11742 Full Changelog: v8.10.0...v8.11.0
                                                                                Version v8.10.0

                                                                                Released on تیر 28, 1404

                                                                                ## What's Changed
                                                                                Breaking Changes
                                                                                  * MudStepper: Remove StepStyle property by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11589
                                                                                  New Features
                                                                                    * DataGrid: Extend DateOnly filtering support for Simple and ColumnFilterMenu modes by @raimana in https://github.com/MudBlazor/MudBlazor/pull/11599
                                                                                    Bug Fixes
                                                                                      * MudTextField: Fix excessive height with AutoGrow, Outlined, Dense, and Adornment by @mathdx1111 in https://github.com/MudBlazor/MudBlazor/pull/11600 * MudFocusTrap: Prevent JSException on Disposed Component by @jHabjanMXP in https://github.com/MudBlazor/MudBlazor/pull/11586 * MudTabs: Update ActiveIndex On Render and Refresh when Drag and Drop Enabled by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11568 * MudDataGrid: AllowUnsorted Default Behavior by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11655 * MudSimpleTable: Remove redundant bottom border from the last row header by @9PK4U in https://github.com/MudBlazor/MudBlazor/pull/11628
                                                                                      Other Changes
                                                                                        * MudPopover: Restrict Max Height Adjustments by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11680 ## New Contributors * @9PK4U made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11628 Full Changelog: v8.9.0...v8.10.0
                                                                                        Version v8.9.0

                                                                                        Released on تیر 10, 1404

                                                                                        ## What's Changed
                                                                                        New Features
                                                                                          * MudDataGrid: Add AllowUnsorted property by @christianielsen in https://github.com/MudBlazor/MudBlazor/pull/11443
                                                                                          Bug Fixes
                                                                                            * MudDialog: Fix Inline Dialog Title Refresh by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11504 * MudHighlighter: Fix Highlighted Markup Render Bug by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11543 * MudMask: Update value on browser autofill by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11547 * MudAutocomplete: Fix Strict mode regression by @digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11533 * MudSimpleTable: Fix missing row borders in nested tables (#11559) by @n0spaces in https://github.com/MudBlazor/MudBlazor/pull/11566 * MudProgressCircular: Calculate view box size based on stroke width by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11557 * MudSelect: Always call `FieldChanged` when `MultiSelection=true` by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/11553
                                                                                            Other Changes
                                                                                              * MudDialog: Fix CloseOnEscapeKey Not Triggered After Backdrop Click by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11475 * Datagrid: Support Dateonly filter by @raimana in https://github.com/MudBlazor/MudBlazor/pull/11535 * MudExpansionPanel: Add toggle keyboard hotkeys, Add ability to remove content from DOM by @nccadman19 in https://github.com/MudBlazor/MudBlazor/pull/11531 ## New Contributors * @raimana made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11535 * @AmpF5 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11548 * @nccadman19 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11531 * @n0spaces made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11566 * @christianielsen made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11443 Full Changelog: v8.8.0...v8.9.0
                                                                                              Version v8.8.0

                                                                                              Released on خرداد 27, 1404

                                                                                              ## What's Changed
                                                                                              New Features
                                                                                                * MudAutocomplete: Scroll to selected item when not strict by @digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/11049 * MudMenu: Add min width & submenu icon gutters by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11435 * MudDataGrid Default GroupTemplate At Grid Level by @peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/11237 * Improve accessibility labels and localize picker buttons by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11456 * MudTabs: Add Drag and Drop functionality by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11267 * MudGlobal: Add PopoverDefaults.ModalOverlay to control Modal parameters by @rabidsheep in https://github.com/MudBlazor/MudBlazor/pull/11486 * MudFileUpload: Add file size validation by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11476 * MudToggleGroup: Refactor borders, Add border opacity support by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11496
                                                                                                Bug Fixes
                                                                                                  * MudMenu: Hide popover overflow by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11444 * MudMenu: Position At Cursor Flip Logic by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11437 * MudDataGrid: Filters and Options Popover changed to Position At Cursor by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11452 * MudTextField: Fix partially hidden scrollbar, Focus field on label click by @mathdx1111 in https://github.com/MudBlazor/MudBlazor/pull/11402 * MudDataGrid: Groupable Logic by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11383 * MudTablePager: Fix InfoFormat ignoring custom text (#11466) by @sirdx in https://github.com/MudBlazor/MudBlazor/pull/11468 * MudMenu: Revert previous refactor by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11484 * MudAutocomplete: Fix item selection stealing focus back after handler completes by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11482 * MudTabs: Fix MudTabSlider not showing by @sirdx in https://github.com/MudBlazor/MudBlazor/pull/11467 * MudDrawer: Fix stall when loading by @timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/11009 * MudInput: Dispose iOS Blur With Error Handling by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11436
                                                                                                  Other Changes
                                                                                                    * Build: Remove "needs review" label from new PRs by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11431 * MudToggleItem: Enforce direct parent hierarchy by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11498 ## New Contributors * @ecrocombe made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11427 * @mathdx1111 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11402 * @sirdx made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11468 * @oxayotl made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11474 * @rabidsheep made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11486 Full Changelog: v8.7.0...v8.8.0
                                                                                                    Version v8.7.0

                                                                                                    Released on خرداد 09, 1404

                                                                                                    ## What's Changed
                                                                                                    New Features
                                                                                                      * DataGridExtensions: support GridStateVirtualize and sort comparer by @ahjephson in https://github.com/MudBlazor/MudBlazor/pull/11270 * MudTabPanel: Implement Sorting by Text, SortKey, or Custom IComparer by @richardhauer in https://github.com/MudBlazor/MudBlazor/pull/10803 * SwipeArea: Real Time Swipe Support by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11307 * Pickers: Use `InputDefaults` for inputs in `Picker` components by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11342 * MudTable: Add TableClass parameter #11351 by @nathanhqws in https://github.com/MudBlazor/MudBlazor/pull/11352 * MudCheckBox: Use disabled style on text by @boukenka in https://github.com/MudBlazor/MudBlazor/pull/11356 * MudCircularProgress: Add ChildContent to Show Centered Content in the Progress by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11271 * MudColorPicker: Reduce default throttle by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11368 * MudPopover: Expand Flip Logic to Include Anchor by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11248 * MudTablePager: Add thousands separator for all_items by @RafBorrelli in https://github.com/MudBlazor/MudBlazor/pull/11371 * Add `d-contents` display class, Fix missing gap between MessageBox action buttons by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11391 * MudDataGrid: Form Dialog Focus by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11379 * MudColorPicker: Improve ARIA labels & doc page wording by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11401 * Palette: Add BorderOpacity property by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11394 * MudAutocomplete: Allow changing `LockScroll` value by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11414
                                                                                                      Bug Fixes
                                                                                                        * Popover: Initial Show When Open="true" by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11277 * MudCarousel: Utilize ParameterState by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11324 * MudBooleanInput, MudRating: Improve accessibility by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11084 * PopoverProvider: Multiple Layouts by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11305 * MudInput: Fix Disposal of IOS Blur by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11347 * MudOverlay: Check JSRuntime by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11282 * MudToggleGroup: Fix MudToggleItem selection when asynchronously loaded by @jimitndiaye in https://github.com/MudBlazor/MudBlazor/pull/11309 * MudToggleGroup: Fix FixedContent Visual Options by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/11306 * MudInput: Fix Proper Blur by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11376 * MudAutocomplete: Fix `AutoFocus` not opening item list by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11365 * DataGrid: GroupingByOrder / Style Fix / Expansion StateHasChanged by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11302 * Line chart: Fix index out of bounds error by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11381 * MudMenu: Fix submenu activators being too wide by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11367 * MudTabs: Fix slider misalignment when component is scaled by @liamAU28910 in https://github.com/MudBlazor/MudBlazor/pull/11405 * MudMask: Fix `⌘` shortcuts on MacOS & `cut` shortcut in general by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/11366 * MudPopover: Fix Event Order by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11389 * MudToggleGroup: Selection Tracking by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11395 * Docs: Fix mangled `AppbarButtons.razor.cs` merge by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11419 * MudExpansionPanel: Fix `Gutters` property not taking effect by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11408
                                                                                                        Other Changes
                                                                                                          * GitHubActions: Fix TryMudBlazor deploy by @Garderoben in https://github.com/MudBlazor/MudBlazor/pull/11257 ## New Contributors * @ahjephson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11270 * @richardhauer made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10803 * @nathanhqws made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11352 * @liamAU28910 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11405 Full Changelog: v8.6.0...v8.7.0
                                                                                                          Version v8.6.0

                                                                                                          Released on اردیبهشت 09, 1404

                                                                                                          ## What's Changed
                                                                                                          New Features
                                                                                                            * MudOverlay: Add parameter Modal allowing click-through by @Cybrosys in https://github.com/MudBlazor/MudBlazor/pull/10893 * MudDataGrid: Hierarchy Column Header by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11181 * MudDateRangePicker: BlurAsync() MudRangeInput can now blur both inputs at once by @urbanambroz in https://github.com/MudBlazor/MudBlazor/pull/11104 * MudDataGrid: Multi Level Grouping by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11243
                                                                                                            Bug Fixes
                                                                                                              * MudDateRangePicker: Re-enable selecting end date before start date (fix regression) by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11126 * MudInput - Heap Locked When Disabled by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11135 * BarChart: Fix tooltip display value by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11150 * MudTimeSeriesChart: Fix Unhandled Exception by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11153 * MudPicker: Set TextUpdateSuppression based on Readonly state by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11144 * MudAutocomplete: Fix various activation issues by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11130 * MudDataGrid: Enhance HierarchyColumn for RTL and Expand/Collapse All by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11103 * MudCarousel: Fix timer creation after component disposal by @jHabjanMXP in https://github.com/MudBlazor/MudBlazor/pull/11192 * MudPopover: Javascript refactor by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11165 * MudChat: RTL Display / Remove Expiramental Tag by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11219 * mudElementReference.js: Fix null exception by @phamtuanit in https://github.com/MudBlazor/MudBlazor/pull/11222 * MudThemeProvider: Only wrap multi-word font names in quotes in CSS font-family declarations by @Garderoben in https://github.com/MudBlazor/MudBlazor/pull/11214 * Popover: Z-Index Alignment by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11220 * MudOverlay: Prevent unnecessary LockScroll changes by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11174 * MudInput: Dispose DotNetObjectReference by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11254
                                                                                                              Other Changes
                                                                                                                * MudMenu: Revert hide delay to match show delay again by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11129 ## New Contributors * @jHabjanMXP made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11192 * @MiroslavKabat made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11198 * @phamtuanit made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11222 * @urbanambroz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11104 Full Changelog: v8.5.1...v8.6.0
                                                                                                                Version v8.5.1

                                                                                                                Released on فروردین 11, 1404

                                                                                                                ## What's Changed
                                                                                                                Bug Fixes
                                                                                                                  * Analyzer: Lower the Roslyn version by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11116 * MudMenu Nested Fix by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11117 Full Changelog: v8.5.0...v8.5.1
                                                                                                                  Version v8.5.0

                                                                                                                  Released on فروردین 10, 1404

                                                                                                                  ## What's Changed
                                                                                                                  Bug Fixes
                                                                                                                    * MudChart: Fix culture and perfomance issues by @radderz in https://github.com/MudBlazor/MudBlazor/pull/11041 * MudSwitch: Change track color to improve visibility on dark theme by @boukenka in https://github.com/MudBlazor/MudBlazor/pull/11077 * MudTextField: Fix AutoGrow Adornment padding by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10932 * MudInput: Fix trimming issue by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11029 * MudTable: Fix table sort label style by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11022 * MudDateRangePicker: Fix error with MaxDays and IsDateDisabledFunc by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/11033 * MudPopover: Remove shadow if the popover is empty by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11040 * MudAutocomplete: Fix duplicate search calls when opened on click by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/11023 * MudPopover: Overlay Position Exclusion by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11038 * ObserverManager: Optimize to reduce dictionary lookups by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11067 * DataGrid: Mutlisort key fix on mac by @tomasgreen in https://github.com/MudBlazor/MudBlazor/pull/11070 * MudDialog : Duplicate dialog fix by @timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/11048 * MudSelect: Add FitContent Parameter by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10894 * MudToolTip: Move Duration Delay by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11051 * MudInput Dispose JS OnBlur by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11039 * MudDatePicker: Fix selecting DateTime.MaxValue (#7285) by @LukasMerz in https://github.com/MudBlazor/MudBlazor/pull/7286 * MudPopover: Fix positioning delay (partial revert of #10856) by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11107 * Analyzers/SourceGenerator: Update Roslyn by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/11110 * MudMenu: Autocomplete/Select adornment click no longer causes menu to close by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11011 * MudTreeViewItem: Fix NullReferenceException by @masonwheeler in https://github.com/MudBlazor/MudBlazor/pull/11108 * MudDataGrid - Preserve Selection with ParameterState by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11032 ## New Contributors * @tomasgreen made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11070 * @LukasMerz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7286 * @masonwheeler made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11108 Full Changelog: v8.4.0...v8.5.0
                                                                                                                    Version v8.4.0

                                                                                                                    Released on اسفند 26, 1403

                                                                                                                    > [!CAUTION] > We don't recommend to use this version. > Since the MudMenu and Charts are broken. ## What's Changed
                                                                                                                    New Features
                                                                                                                      * MudDateRangePicker: Limit Date Range selection based on min/max days constraint by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10769 * MudChart: Timeseries charting improvements by @radderz in https://github.com/MudBlazor/MudBlazor/pull/10865 * MudTable: Add CellClass parameter by @boukenka in https://github.com/MudBlazor/MudBlazor/pull/10884
                                                                                                                      Bug Fixes
                                                                                                                        * MudProgressLinear: Use MudGlobal.Rounded as default. by @Devqon in https://github.com/MudBlazor/MudBlazor/pull/10944 * Fix usages of MudGlobal.Rounded by @Devqon in https://github.com/MudBlazor/MudBlazor/pull/10957 * MudDialog: Fix duplicate dialogs by @timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/10979 * MudRadio: Fix incorrect aria checked radio by @ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/10965 * MudChart/Heatmap: Add Min/Max Overrides by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10985 * MudPopover: Adjust Overlay Add Throttle and Debounce by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10856 * Prevent Rendering of unused MudPopover and MudOverlay by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10853 * DataGrid: SelectedItem(s) ParameterState Refactor by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10829 * MudInput: Implement Streamlined Blur event by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10842 * MudCollapse: Apply scroll to expanded content overflow by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10948 * MudButtonGroup: Fix some disabled styles not applying to buttons by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10999 * MudSelect: Fix menu toggled on non-primary mouse clicks by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/11002 * Popover: Fix Overlay Z-Index issue by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10994 * MudStepper: Fix final step completed color by @Lewis-Pitman in https://github.com/MudBlazor/MudBlazor/pull/11012 * MudTabs: Fix underline display for active tab (#10970) by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10974
                                                                                                                        Other Changes
                                                                                                                          * Refactor: Fix code styling, tests by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10993 ## New Contributors * @Devqon made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10944 * @Lewis-Pitman made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/11012 Full Changelog: v8.3.0...v8.4.0
                                                                                                                          Version v8.3.0

                                                                                                                          Released on اسفند 05, 1403

                                                                                                                          ## What's Changed
                                                                                                                          New Features
                                                                                                                            * MudExpansionPanels: add Panels property to expose child components by @pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10789 * MudTable: Show the default cursor for sortable headers when sorting is disabled by @Qwertyluk in https://github.com/MudBlazor/MudBlazor/pull/10703 * MudStack: Responsive Breakpoint Attributes by @mouse0270 in https://github.com/MudBlazor/MudBlazor/pull/10596 * MudTabPanel: Add Visible property by @Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10797
                                                                                                                            Bug Fixes
                                                                                                                              * MudInput: Fix label text being cut vertically by @DoobieAsDave in https://github.com/MudBlazor/MudBlazor/pull/10780 * MudNumericField: Ignore default UI Culture by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10796 * MudDropContainer: allow scrolling on disabled dragging by @Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10781 * MudTextField: Fix break style if label text too long by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10805 * MudSelect: Fix ResetAsync by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10828 * MudDataGrid: Fix Loading Indicator scrolls out of view with FixedHeader by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10838 * FilterHeaderCell: Display filter icons based on ShowFilterIcon value by @thestahan in https://github.com/MudBlazor/MudBlazor/pull/7729 * MudAutocomplete: Fix unintended autofocus when adornment clicked by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10837 * MudDataGrid: Use key row item instead of row index. by @Jaron-jp in https://github.com/MudBlazor/MudBlazor/pull/10845 * MudChip: Fix memory allocation by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10913 * MudForm: Fire IsTouchChanged when ChildForm triggers by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10811 * MudChart: Fix radius error in donut chart (#8780) by @Felixlundmark in https://github.com/MudBlazor/MudBlazor/pull/10921 * MudDatePicker: Fix Persian year in header by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10854
                                                                                                                              Other Changes
                                                                                                                                * CSS: Fix CSS issues reported by sonar by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/10757 * Refactor: Fix formatting by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10859 * Refactor: Fix code style by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10892 ## New Contributors * @thestahan made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7729 * @Jaron-jp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10845 * @tgothorp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10883 * @Felixlundmark made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10921 Full Changelog: v8.2.0...v8.3.0
                                                                                                                                Version v8.2.0

                                                                                                                                Released on بهمن 13, 1403

                                                                                                                                ## What's Changed
                                                                                                                                New Features
                                                                                                                                  * MudTabPanel: Add BadgeIcon property by @pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10694
                                                                                                                                  Bug Fixes
                                                                                                                                    * MudInput: Fix adornment click passing through to field by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10737 * MudTooltip: Remove `width:fit-content` by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10720 * MudDropContainer: Re-enable content selection by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10741 * MudDataGrid: Grouping Icon RTL Support by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10743 * MudTabs: Fix scroll button appearing when zooming page (#10686) by @sirWest in https://github.com/MudBlazor/MudBlazor/pull/10760 * MudAutocomplete, MudSelect: Fix Focus and Clear by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10740 * MudPopover: Fix Z-Index edge cases by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10735 * MudNumericField: Ignore default UI Culture by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10734 * MudProgressLinear: prevent buffer clipping on Medium/Large sizes by @pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10782 * MudBaseDatePicker: Don't try to highlight invalid dates by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10785 * MudDateRangePicker: Fix highlight for single day range by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10783 * MudEventManager: Correctly handle TouchList properties in touch-related events by @pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10714 ## New Contributors * @Cybrosys made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10728 * @sirWest made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10760 Full Changelog: v8.1.0...v8.2.0
                                                                                                                                    Version v8.1.0

                                                                                                                                    Released on بهمن 07, 1403

                                                                                                                                    > [!CAUTION] > We don't recommend to use this version. ## What's Changed
                                                                                                                                    New Features
                                                                                                                                      * MudImage: Add fallback source by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10599 * MudThemeProvider: Add ClassName Style tag by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10667 * MudDataGrid: remove detrimental ChildRowContent CSS by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10581 * MudDateRangePicker: Allow select end before start by @Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10680 * MudTable: Enable text selection in sortable table header columns by @Qwertyluk in https://github.com/MudBlazor/MudBlazor/pull/10615 * MudDataGrid: Remove sort when clicking after descending sort by @d4npia in https://github.com/MudBlazor/MudBlazor/pull/10623
                                                                                                                                      Bug Fixes
                                                                                                                                        * MudDataGrid: Fix Column Options Popover FixedHeader positioning by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10580 * MudDataGrid: Sticky toolbars (table menu bar & pagination bar) by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10386 * MudTextField: Fix line height for outlined frame by @Apflkuacha in https://github.com/MudBlazor/MudBlazor/pull/10649 * MudPagination: Restore list style CSS by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10657 * MudOverlay: Introduce `mud-skip-overlay-section` by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10666 * MudDateRangePicker: Fix Outlined Variant label rendering by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10670 * MudInput: Fix outline label conflict with third-party CSS by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10672 * Analyzer: Fix HTMLAttributes mode defaults by @peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/10678 * MudDatePicker/MudDateRangePicker: Open static picker on bound date by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10582 * MudTextField : With Required parameter, shows error when only one space is entered by @vernou in https://github.com/MudBlazor/MudBlazor/pull/10671 * DialogService: Return DialogHelperComponent by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10682 * MudInput: Fix legend style incorrectly inherited to child components by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10683 * MudTreeViewItem: make Items two-way for returning server-loaded children by @henon in https://github.com/MudBlazor/MudBlazor/pull/10684 * MudGlobal: Inherit TooltipDefaults from TransitionDefaults by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10679 * RegexMask: Update `RegexMask.Email` to allow hyphens (`-`) in the domain by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10693 * MudPicker/MudDateRangePicker: Only highlight selected date by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10629 * MudDropContainer: Fix drag preview "ghost" glitch by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10652 * Select: Don't open while scrolling via touch by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10718 * MudAutocomplete: Restore `ScrollToListItemAsync` API method by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10717 ## New Contributors * @Apflkuacha made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10649 * @phmatray made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10654 * @aybti made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10677 * @d4npia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10623 Full Changelog: v8.0.0...v8.1.0
                                                                                                                                        Version v8.0.0

                                                                                                                                        Released on دی 29, 1403

                                                                                                                                        > [!NOTE] > If you are migrating from v7.x.x to v8.0.0 please make sure to read the v8.0.0 Migration Guide !! You can give us your feedback about v8, it'll be appreciated. ## What's Changed
                                                                                                                                        Breaking Changes
                                                                                                                                          * Build: Drop support for .NET 7 by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9511 * Theme: Change Typography members to type BaseTypography by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9434 * MudTable: Rename MudBlazorFix namespace to MudBlazor by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9952 * Rename utilities to fix typos by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9582 * Typography: Make `FontWeight` and `LineHeight` strings by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9592 * MudGlobal: Remove `EnableIllegalRazorParameterDetection` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9580 * Remove KeyInterceptor, Replaced by KeyInterceptorService by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9956 * Remove MudPopoverService by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9957 * Key handling followup work by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9921 * KeyInterceptorService: Make KeyOptions immutable by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9969 * DialogService: Remove obsolete OnDialogInstanceAdded by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9980 * MudDropContainer: Remove obsolete API by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9981 * MudDataGrid: Remove obsolete CancelledEditingItem by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9982 * JsApiService: Make implementation internal & add xmldoc. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9994 * JsEvent: Make implementation internal & add xmldoc. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9996 * IJSRuntimeExtensions: Adjust pre-rendering handling for .NET8 by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9997 * Localization: Remove obsolete code by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/10001 * EventUtil: Propagate exceptions. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9967 * TimeSeries: Rename `TimeSeriesDiplayType` to fix typo by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9581 * MudCharts: Update Namespace, set some classes visibility to internal by @ingkor in https://github.com/MudBlazor/MudBlazor/pull/9919 * Add `Typography` suffix to all typography classes by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9962 * MudDialog: Don't override `Class` param and convert BackgroundClass to getter by @henon in https://github.com/MudBlazor/MudBlazor/pull/9909 * MudFileUpload: fix `AppendMultipleFiles` keeping stale file references (#9586) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/9600 * Typography: Remove `input` in favor of `subtitle1` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10028 * Components: Use IAsyncDisposable by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10037 * MudSelectItem, MudNavLink: Remove MudBaseSelectItem by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10045 * Radio, Check Box, Switch: Unification and improved alignaments by @ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/9472 * Scroll services: Clean up, make implementations internal, add xmodoc by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10048 * EventListener: Clean up, make implementations internal, add xmodoc by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10051 * ResizeObserver: Clean up, make implementations internal, add xmodoc by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10055 * JsEvent: Use IAsyncDisposable by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10061 * MudCollapse: Rework animation by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10056 * Inputs: Refactor adornment related code by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10057 * Dialog: Use ParameterState, make DialogOptions immutable by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10066 * Inputs, Menu: Standardize default origin point by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10071 * MudDrawer: Make Temporary Drawer non-responsive by @Nickztar in https://github.com/MudBlazor/MudBlazor/pull/10095 * MudDataGrid: Rename _classname to Classname etc by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10149 * MudPagination: Use ParameterState by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10154 * MudBreadcrumbs: Convert BreadcrumbItem to record type by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10116 * MudBreadcrumbs: Change HTML structure and semantics for accessibility by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10115 * MudToggleGroup: Fix icon margins by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10162 * MudSelect: Open menu on pointer down instead of click by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10129 * MudAutocomplete: Don't wrap around selected index with down arrow by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10161 * MudAutocomplete: Coerce value immediately by @vernou in https://github.com/MudBlazor/MudBlazor/pull/10138 * MudSwipeArea: Replace ontouch with onpointer by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9445 * Snackbar: Allow to attach custom task on close button click by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/8589 * MudColor: Change Equals logic by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10355 * MudSelect: Change Visibility of "_currentIcon" to Internal by @jperson2000 in https://github.com/MudBlazor/MudBlazor/pull/10451 * MudAutocomplete: Fix overlay by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10446 * Menu: Allow simplified submenu syntax by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10469 * MudMenuItem: Decouple from MudListItem and Change Icon Layout by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10478 * MudToggleGroup: Remove `Rounded` in favor of CSS utilities `rounded-*` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10533 * MudChip: Use anchor or button tag instead of div when appropriate by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10488 * MudGlobal: Remove low impact properties by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10516 * Inputs: Improve DropdownSettings and RelativeWidth by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10565
                                                                                                                                          New Features
                                                                                                                                            * ParameterState: Small optimization & using cleanup by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9955 * MudGlobal: Add more component defaults by @swatkinson in https://github.com/MudBlazor/MudBlazor/pull/9691 * EventListener: Use [JsonSourceGenerationOptions] & cleanup by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9983 * BrowserViewportService: Add CancellationTokenSource by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9990 * PopoverService: Improve DisposeAsync by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9991 * KeyInterceptorService: Improve DisposeAsync by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9992 * DialogService: Mark sync API as obsolete by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10000 * ObserverManager: Use ConcurrentDictionary by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10023 * DataGrid: Allow using enum with Display attributes for filter #7621 by @TheCrazyWolf in https://github.com/MudBlazor/MudBlazor/pull/8581 * JsEvent: Use InvokeVoidAsyncWithErrorHandling by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10025 * MudDataGrid: Accessibility fixes by @OllieFox131 in https://github.com/MudBlazor/MudBlazor/pull/10044 * MudStepper: Add opt-out Ripple property by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10060 * MudAutocomplete: add `InputClass` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10064 * MudGlobal: Add more defaults for Button and Input by @sidneyxvr in https://github.com/MudBlazor/MudBlazor/pull/10006 * MudDataGrid Validator [Parameter] (#9860) by @candritzkynet in https://github.com/MudBlazor/MudBlazor/pull/10065 * MudDatePicker: Use TimeProvider to allow mocking current date by @emcbem in https://github.com/MudBlazor/MudBlazor/pull/10087 * Inputs: Hide Clear button when readonly by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10070 * Picker: Add nullable annotation by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/10121 * MudMenu: Fix PositionAtCursor by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10122 * Form: Add nullable annotation by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/10125 * MudTreeView: Add parameter FilterFunc for selectively displaying tree nodes by @mueller-marcel in https://github.com/MudBlazor/MudBlazor/pull/10096 * MudNavGroup: Add TitleContent parameter by @Ben0421 in https://github.com/MudBlazor/MudBlazor/pull/10160 * MudDataGrid: Custom comparer by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10156 * Autocomplete: Add nullable annotation by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/10127 * MudInputAdornment: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10203 * Mask: Add nullable annotation by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/10119 * NumericField: Add nullable annotation by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/10123 * Input: Add nullable annotation by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/10124 * MudNumericField: Change default InputMode to decimal by @Eddie-Hartman in https://github.com/MudBlazor/MudBlazor/pull/9923 * MudAppBar: Add contextual action bar implementation by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10210 * Add .NET9 Support by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10233 * MudGlobal: Add defaults for MudPaper by @rena0157 in https://github.com/MudBlazor/MudBlazor/pull/10264 * MudColor: Add Lerp by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10275 * MudColor: Add IFormattable by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10295 * MudNavGroup: Add HeaderClass for title customization by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10268 * MudSnackbar: Move Icon configs to CommonSnackbarOptions by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10285 * MudColor: Add Palette algorithms by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10313 * MudColor: Add GenerateMultiGradientPalette by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10318 * MudDataGrid: Allow overriding default filter operators per column by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10254 * MudColorPicker: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10321 * MudColor: Add IParsable and Deconstruct by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10333 * New Chart: HeatMap by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10263 * MudAutocomplete, MudSelect: Allow popover customization and add scroll events by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10327 * MudMenu: Hide Button when Label, Icon and Content are unset by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/10349 * ParameterState: Add IsChildOriginatedChange to ParameterChangedEventArgs by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10359 * MudDataGrid: Add AggregateTemplate render fragment by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10419 * Menu: Improve nesting support by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10452 * Menu: Make `Open` a two-way parameter by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10459 * MenuItem: Add `Label` parameter by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10476 * MudDataGrid: Add CurrentPageChanged EventHandler to enable binding by @ZizWing in https://github.com/MudBlazor/MudBlazor/pull/10483 * MudTable: Add CurrentPageChanged fot two-way binding (#3563 #6260) by @ZizWing in https://github.com/MudBlazor/MudBlazor/pull/10458 * MudMenuItem: Add chevrons to submenus and automatically choose anchor origin by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10509 * MudMenu: Open standard sub menus with left click by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10539 * MudMenu: Bring style closer to Material Design by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10542 * MudMenu: Improve usage of `Dense`, icons, and touch by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10545 * MudChart: HeatMap Cell Customization and Override by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10365 * MudSelect: Enhance Keyboard Searching by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10433 * Converter: Enable translation for error messages (#3313) by @pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10411 * Updated analyzer for v8 by @peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/10644
                                                                                                                                            Bug Fixes
                                                                                                                                              * MudTheme: Fix STJ Deserialization & add test by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9961 * MudTabs: Fix ElementReference regression in #9889 by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9970 * MudSelect: Disable logging for KeyInterceptor by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9977 * MudStepper: Fix some bugs and improve documentation by @henon in https://github.com/MudBlazor/MudBlazor/pull/9989 * Popover: Hide all element overflow by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9993 * MudChart: Add null check for InputData (#10007) by @dunds-com in https://github.com/MudBlazor/MudBlazor/pull/10008 * BrowserViewportService: Improve CancellationToken logic by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10012 * PopoverService: Improve CancellationToken logic by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10013 * BrowserViewportService: Remove semaphore, Drawer: Use IAsyncDisposable by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10020 * Table: Avoid checkbox overflow by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9914 * MudAutocomplete : CoerceValue only on Blur with Immediate=false by @vernou in https://github.com/MudBlazor/MudBlazor/pull/9881 * EventUtil: Fix UnsafeAccessor by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10043 * MudDataGrid: Fix regression in #9916 and #9801 by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10042 * MudMenu: Fix nested menu to support multiple levels. (#7376) by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/9537 * Inputs: Restore original line height by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10059 * MudTabs, MudDataGrid: Fix memory leaks #9735 by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10062 * MudStepper: Fix CompletedContent not shown in Vertical variant by @henon in https://github.com/MudBlazor/MudBlazor/pull/10075 * MudAutocomplete: Fix Text coersion on Tab key (OnBlur or CloseMenu) by @HClausing in https://github.com/MudBlazor/MudBlazor/pull/10074 * MudAutocomplete: Fix ResetAsync without debounce not opening the menu by @vernou in https://github.com/MudBlazor/MudBlazor/pull/10063 * MudPopover: Fix z-index issues with nested popovers by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10089 * MudPopover: Fix regression with respect to direction and location and z-index by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10106 * Fix origin points that relied on previous defaults by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10110 * MudToggleGroup: Unregister removed items by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10091 * MudBreadcrumbs: Fix separator template not vertically centered by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10112 * MudDataGrid: Correctly render initially expanded rows by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10133 * IJSRuntimeExtensions: Fix when pre-rendering by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10142 * MudTextField: Fix ShrinkLabel for text fields with Mask by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10134 * MudDataGrid: Fix Sticky Columns with Sticky Headers by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10151 * JS: Fix cannot read properties of undefined / null by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10202 * MudList: Fix logic of the Gutters parameter by @henon in https://github.com/MudBlazor/MudBlazor/pull/10199 * MudTabs: Fix scrolling to active index by @timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/10184 * MudDataGrid: Allow grouping by null values by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10213 * [MudSelect] Control popover width by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10215 * MudSelect, MudMenu: Fix max height exceeds window by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10216 * MudSelect/MudDatePicker: Fix accidental MudDatePicker break while maintaining desired MudSelect behavior by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10238 * MudDataGrid: Fix virtualized indexes (#10179) by @Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10218 * MudMenu: Fix menu closing if mouse move too quickly by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10172 * DataGridTests: Fix test failure by using Invariant Culture by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/10220 * Pickers: Fix popover elevation and gap by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10270 * Revert "Popover: Hide all element overflow" by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10308 * MudDialog: Fix exception when closing a dialog while rendering by @vernou in https://github.com/MudBlazor/MudBlazor/pull/10226 * MudColor: Fix special case in GenerateGradientPalette by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10316 * MudDataGrid: Fix Filter Panel Positioning with FixedHeader = true by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10292 * MudTimeline: Fix item alignment in nested horizontal timeline (#9958) by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10346 * IJSRuntimeExtensions: Fix InvokeVoidAsyncIgnoreErrors to catch JSException by @brpeeters in https://github.com/MudBlazor/MudBlazor/pull/10356 * Cookie Consent CSS: Fixes the Cookie Consent Popup from Blocking the UI by @mouse0270 in https://github.com/MudBlazor/MudBlazor/pull/10368 * MudDatePicker: Fix bugs in FixYear and FixMonth by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10392 * DateMask: Fix leap year February logic 02/29 by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10377 * MudTextField: With mask, setting parameter value updates the input text by @vernou in https://github.com/MudBlazor/MudBlazor/pull/10328 * MudDataGrid: Fix virtualization regression (#10343) by @Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10402 * MudDataGrid: Fix SelectOnRowClick when MultiSelection is false by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10387 * Build: Better sasscompiler workaround by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10417 * MudDataGrid: Fix Resizable property behavior by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10436 * MudDataGrid: Don't remove `Is Not Empty` filter definition on filter close by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10438 * MudSelect: Prevent adornment `pointerdown` propogating to input by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10353 * Fixing MudRatingItem ADA issue by @ocastanedaglobant in https://github.com/MudBlazor/MudBlazor/pull/10429 * MudDateRangePicker: Fix #9667: Fix Clearable Button Not Disappearing with No Range Data by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10401 * MudSelect: Fix MultiSelection in MudSelect by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10395 * MudTextField: Fix MudTextField label background by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10385 * MudTextField: Fix clickable area in multiline fields by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10364 * Menu: Optimize pointer events by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10479 * MudDataGrid: Align select column and row select behavior by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10475 * MudNumericField: Use native html input number type by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10192 * MudDrawer: Fix bug related to Z-Index and Overlay by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10467 * MudAutocomplete: Fix OnAdornmentClick regression #10446 by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10500 * MudDataGrid: Fix regression ServerData + Virtualize flag (#10495) & Footer columns (#10501) by @Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10507 * MudDataGrid: Fix the shifting of striped rows when loading by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/10528 * MudMenu: Fix pointer event timing with cascading menus by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10551 * MudPopover: Fix overlay regression in nested popovers inside Dialog by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10554 * MudStepper: ResetAsync now sends correct StepAction arg by @Skuzzle-UK in https://github.com/MudBlazor/MudBlazor/pull/10341 * MudSwipeArea: Fix onpointer on touch devices by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10461 * MudToggleGroup: Reorder Selection Logic for ToggleGroupItems by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10544 * HeatMap: Use invariant culture by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10597 * MudDataGrid: Fix no records found appearance with Virtualize by @Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10552 * MudTextField: Fix Outlined text field variant label in RTL by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10642
                                                                                                                                              Other Changes
                                                                                                                                                * StringExtensions: Remove not used API & add tests by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9984 * TimeSpanExtensions: Remove not used API & add tests by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9987 * Localization: Remove IStringLocalizer from InternalMudLocalizer by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10024 * MudStepper: Use nameof() instead of hardcoded strings by @0xced in https://github.com/MudBlazor/MudBlazor/pull/10079 * Refactor: Remove CodeMessage by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10102 * Refactor: Fix formatting by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10105 * Test Viewer: UI/UX Refresh by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10111 * Chore: Drop CollectionExtensions for .NET 9+ by @xC0dex in https://github.com/MudBlazor/MudBlazor/pull/10165 * Fix`--mud-appbar-height` not always match `MudAppBar`'s actual height by @RamType0 in https://github.com/MudBlazor/MudBlazor/pull/10097 * Revert "Fix`--mud-appbar-height` not always match `MudAppBar`'s actual height" by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10214 * MudInput: Remove `@onmousewheel` by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10221 * README: Update support policy by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10445 * New Component - MudChat by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10400 * MudMenu: Small optimization by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10466 * Refactor: Cleanup some console messages by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10464 * CSS: Remove `ul` from base reset by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10611 ## New Contributors * @swatkinson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9691 * @dunds-com made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10008 * @TheCrazyWolf made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8581 * @charles7668 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9537 * @OllieFox131 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10044 * @sidneyxvr made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10006 * @candritzkynet made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10065 * @emcbem made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10087 * @timmac-qmc made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10184 * @RamType0 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10097 * @Ptipoi-jf made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10218 * @brpeeters made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10356 * @mouse0270 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10368 * @ocastanedaglobant made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10429 * @ZizWing made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10483 * @Skuzzle-UK made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10341 * @pwasilewski made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10411 Full Changelog: v7.9.0...v8.0.0
                                                                                                                                                Version v7.16.0

                                                                                                                                                Released on دی 28, 1403

                                                                                                                                                ## What's Changed
                                                                                                                                                Bug Fixes
                                                                                                                                                  * MudDataGrid: Backport #10436 #10220 by @CoreyHayward in https://github.com/MudBlazor/MudBlazor/pull/10647 ## New Contributors * @CoreyHayward made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10647 Full Changelog: v7.15.0...v7.16.0
                                                                                                                                                  Version v8.0.0-rc.2

                                                                                                                                                  Released on دی 20, 1403

                                                                                                                                                  Note
                                                                                                                                                    This is a re-release of `v8.0.0-rc.1` where `MudBlazor.min.css` was missing. ## What's Changed
                                                                                                                                                    Breaking Changes
                                                                                                                                                      * MudToggleGroup: Remove `Rounded` in favor of CSS utilities `rounded-*` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10533 * MudChip: Use anchor or button tag instead of div when appropriate by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10488 * MudGlobal: Remove low impact properties by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10516
                                                                                                                                                      New Features
                                                                                                                                                        * MudMenuItem: Add chevrons to submenus and automatically choose anchor origin by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10509 * MudMenu: Open standard sub menus with left click by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10539 * MudMenu: Bring style closer to Material Design by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10542 * MudMenu: Improve usage of `Dense`, icons, and touch by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10545 * MudChart: HeatMap Cell Customization and Override by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10365 * MudSelect: Enhance Keyboard Searching by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10433 * Converter: Enable translation for error messages (#3313) by @pwasilewski in https://github.com/MudBlazor/MudBlazor/pull/10411
                                                                                                                                                        Bug Fixes
                                                                                                                                                          * MudDataGrid: Fix the shifting of striped rows when loading by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/10528 * MudMenu: Fix pointer event timing with cascading menus by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10551 * MudPopover: Fix overlay regression in nested popovers inside Dialog by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10554 * MudStepper: ResetAsync now sends correct StepAction arg by @Skuzzle-UK in https://github.com/MudBlazor/MudBlazor/pull/10341 * MudSwipeArea: Fix onpointer on touch devices by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10461 * Revert "Build: Sass compiler file contention fix (#10564)" by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10589 ## New Contributors * @Skuzzle-UK made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10341 * @pwasilewski made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10411 Full Changelog: v8.0.0-preview.7...v8.0.0-rc.2
                                                                                                                                                          Version v8.0.0-preview.7

                                                                                                                                                          Released on دی 06, 1403

                                                                                                                                                          ## What's Changed
                                                                                                                                                          Breaking Changes
                                                                                                                                                            * Menu: Allow simplified submenu syntax by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10469 * MudMenuItem: Decouple from MudListItem and Change Icon Layout by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10478
                                                                                                                                                            New Features
                                                                                                                                                              * Menu: Make `Open` a two-way parameter by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10459 * MenuItem: Add `Label` parameter by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10476 * MudDataGrid: Add CurrentPageChanged EventHandler to enable binding by @ZizWing in https://github.com/MudBlazor/MudBlazor/pull/10483 * MudTable: Add CurrentPageChanged fot two-way binding (#3563 #6260) by @ZizWing in https://github.com/MudBlazor/MudBlazor/pull/10458
                                                                                                                                                              Bug Fixes
                                                                                                                                                                * Menu: Optimize pointer events by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10479 * MudDataGrid: Align select column and row select behavior by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10475 * MudNumericField: Use native html input number type by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10192 * MudDrawer: Fix bug related to Z-Index and Overlay by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10467 * MudAutocomplete: Fix OnAdornmentClick regression #10446 by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10500 * MudDataGrid: Fix regression ServerData + Virtualize flag (#10495) & Footer columns (#10501) by @Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10507
                                                                                                                                                                Other Changes
                                                                                                                                                                  * MudMenu: Small optimization by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10466 * Refactor: Cleanup some console messages by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10464 ## New Contributors * @ZizWing made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10483 Full Changelog: v8.0.0-preview.6...v8.0.0-preview.7
                                                                                                                                                                  Version v8.0.0-preview.6

                                                                                                                                                                  Released on آذر 27, 1403

                                                                                                                                                                  ## What's Changed
                                                                                                                                                                  Breaking Changes
                                                                                                                                                                    * Snackbar: Allow to attach custom task on close button click by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/8589 * MudColor: Change Equals logic by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10355 * MudSelect: Change Visibility of "_currentIcon" to Internal by @jperson2000 in https://github.com/MudBlazor/MudBlazor/pull/10451 * MudAutocomplete: Fix overlay by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10446
                                                                                                                                                                    New Features
                                                                                                                                                                      * MudColor: Add Palette algorithms by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10313 * MudColor: Add GenerateMultiGradientPalette by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10318 * MudDataGrid: Allow overriding default filter operators per column by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10254 * MudColorPicker: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10321 * MudColor: Add IParsable and Deconstruct by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10333 * New Chart: HeatMap by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10263 * MudAutocomplete, MudSelect: Allow popover customization and add scroll events by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10327 * MudMenu: Hide Button when Label, Icon and Content are unset by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/10349 * ParameterState: Add IsChildOriginatedChange to ParameterChangedEventArgs by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10359 * MudDataGrid: Add AggregateTemplate render fragment by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10419 * Menu: Improve nesting support by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10452
                                                                                                                                                                      Bug Fixes
                                                                                                                                                                        * MudDialog: Fix exception when closing a dialog while rendering by @vernou in https://github.com/MudBlazor/MudBlazor/pull/10226 * MudColor: Fix special case in GenerateGradientPalette by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10316 * MudDataGrid: Fix Filter Panel Positioning with FixedHeader = true by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10292 * MudTimeline: Fix item alignment in nested horizontal timeline (#9958) by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10346 * IJSRuntimeExtensions: Fix InvokeVoidAsyncIgnoreErrors to catch JSException by @brpeeters in https://github.com/MudBlazor/MudBlazor/pull/10356 * Cookie Consent CSS: Fixes the Cookie Consent Popup from Blocking the UI by @mouse0270 in https://github.com/MudBlazor/MudBlazor/pull/10368 * MudDatePicker: Fix bugs in FixYear and FixMonth by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10392 * DateMask: Fix leap year February logic 02/29 by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10377 * MudTextField: With mask, setting parameter value updates the input text by @vernou in https://github.com/MudBlazor/MudBlazor/pull/10328 * MudDataGrid: Fix virtualization regression (#10343) by @Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10402 * MudDataGrid: Fix SelectOnRowClick when MultiSelection is false by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10387 * Build: Better sasscompiler workaround by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/10417 * MudDataGrid: Fix Resizable property behavior by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10436 * MudDataGrid: Don't remove `Is Not Empty` filter definition on filter close by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10438 * MudSelect: Prevent adornment `pointerdown` propogating to input by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10353 * Fixing MudRatingItem ADA issue by @ocastanedaglobant in https://github.com/MudBlazor/MudBlazor/pull/10429 * MudDateRangePicker: Fix #9667: Fix Clearable Button Not Disappearing with No Range Data by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10401 * MudSelect: Fix MultiSelection in MudSelect by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10395 * MudTextField: Fix MudTextField label background by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10385 * MudTextField: Fix clickable area in multiline fields by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10364
                                                                                                                                                                        Other Changes
                                                                                                                                                                          * README: Update support policy by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10445 * New Component - MudChat by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10400 ## New Contributors * @brpeeters made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10356 * @mouse0270 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10368 * @ocastanedaglobant made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10429 Full Changelog: v8.0.0-preview.5...v8.0.0-preview.6
                                                                                                                                                                          Version v8.0.0-preview.5

                                                                                                                                                                          Released on آذر 02, 1403

                                                                                                                                                                          ## What's Changed
                                                                                                                                                                          Breaking Changes
                                                                                                                                                                            * MudDataGrid: Rename _classname to Classname etc by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10149 * MudPagination: Use ParameterState by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10154 * MudBreadcrumbs: Convert BreadcrumbItem to record type by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10116 * MudBreadcrumbs: Change HTML structure and semantics for accessibility by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10115 * MudToggleGroup: Fix icon margins by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10162 * MudSelect: Open menu on pointer down instead of click by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10129 * MudAutocomplete: Don't wrap around selected index with down arrow by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10161 * MudAutocomplete: Coerce value immediately by @vernou in https://github.com/MudBlazor/MudBlazor/pull/10138 * MudSwipeArea: Replace ontouch with onpointer by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9445
                                                                                                                                                                            New Features
                                                                                                                                                                              * MudTreeView: Add parameter FilterFunc for selectively displaying tree nodes by @mueller-marcel in https://github.com/MudBlazor/MudBlazor/pull/10096 * MudNavGroup: Add TitleContent parameter by @Ben0421 in https://github.com/MudBlazor/MudBlazor/pull/10160 * MudDataGrid: Custom comparer by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10156 * Autocomplete: Add nullable annotation by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/10127 * MudInputAdornment: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10203 * Mask: Add nullable annotation by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/10119 * NumericField: Add nullable annotation by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/10123 * Input: Add nullable annotation by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/10124 * MudNumericField: Change default InputMode to decimal by @Eddie-Hartman in https://github.com/MudBlazor/MudBlazor/pull/9923 * MudAppBar: Add contextual action bar implementation by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10210 * Add .NET9 Support by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10233 * MudGlobal: Add defaults for MudPaper by @rena0157 in https://github.com/MudBlazor/MudBlazor/pull/10264 * MudColor: Add Lerp by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10275 * MudColor: Add IFormattable by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10295 * MudNavGroup: Add HeaderClass for title customization by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10268 * Snackbar: Move Icon configs to CommonSnackbarOptions by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10285
                                                                                                                                                                              Bug Fixes
                                                                                                                                                                                * MudTextField: Fix ShrinkLabel for text fields with Mask by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10134 * MudDataGrid: Fix Sticky Columns with Sticky Headers by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10151 * JS: Fix cannot read properties of undefined / null by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10202 * MudList: Fix logic of the Gutters parameter by @henon in https://github.com/MudBlazor/MudBlazor/pull/10199 * MudTabs: Fix scrolling to active index by @timmac-qmc in https://github.com/MudBlazor/MudBlazor/pull/10184 * MudDataGrid: Allow grouping by null values by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10213 * [MudSelect] Control popover width by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10215 * MudSelect, MudMenu: Fix max height exceeds window by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10216 * MudSelect/MudDatePicker: Fix accidental MudDatePicker break while maintaining desired MudSelect behavior by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10238 * MudDataGrid: Fix virtualized indexes (#10179) by @Ptipoi-jf in https://github.com/MudBlazor/MudBlazor/pull/10218 * MudMenu: Fix menu closing if mouse move too quickly by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/10172 * DataGridTests: Fix test failure by using Invariant Culture by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/10220 * Pickers: Fix popover elevation and gap by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10270 * Revert "Popover: Hide all element overflow" by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10308
                                                                                                                                                                                Other Changes
                                                                                                                                                                                  * Chore: Drop CollectionExtensions for .NET 9+ by @xC0dex in https://github.com/MudBlazor/MudBlazor/pull/10165 * MudInput: Remove `@onmousewheel` by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10221 ## New Contributors * @timmac-qmc made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10184 * @RamType0 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10097 * @Ptipoi-jf made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10218 Full Changelog: v8.0.0-preview.4...v8.0.0-preview.5
                                                                                                                                                                                  Version v8.0.0-preview.4

                                                                                                                                                                                  Released on آبان 09, 1403

                                                                                                                                                                                  ## What's Changed
                                                                                                                                                                                  New Features
                                                                                                                                                                                    * Picker: Add nullable annotation by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/10121 * MudMenu: Fix PositionAtCursor by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10122 * Form: Add nullable annotation by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/10125
                                                                                                                                                                                    Bug Fixes
                                                                                                                                                                                      * MudBreadcrumbs: Fix separator template not vertically centered by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10112 * MudDataGrid: Correctly render initially expanded rows by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/10133 * IJSRuntimeExtensions: Fix when pre-rendering by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10142 Full Changelog: v8.0.0-preview.3...v8.0.0-preview.4
                                                                                                                                                                                      Version v7.15.0

                                                                                                                                                                                      Released on آبان 08, 1403

                                                                                                                                                                                      ## What's Changed
                                                                                                                                                                                      New Features
                                                                                                                                                                                        * MudGlobal: Add more component defaults by @swatkinson in https://github.com/MudBlazor/MudBlazor/pull/9691 * MudGlobal: MudGlobal: Add more defaults for Button and Input by @sidneyxvr in https://github.com/MudBlazor/MudBlazor/pull/10006
                                                                                                                                                                                        Other Changes
                                                                                                                                                                                          * Docs: Fix Releases page not linking PR IDs other than 4 in length by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10118 Full Changelog: v7.14.0...v7.15.0
                                                                                                                                                                                          Version v8.0.0-preview.3

                                                                                                                                                                                          Released on آبان 07, 1403

                                                                                                                                                                                          ## What's Changed
                                                                                                                                                                                          Breaking Changes
                                                                                                                                                                                            * Inputs, Menu: Standardize default origin point by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10071 * MudDrawer: Make Temporary Drawer non-responsive by @Nickztar in https://github.com/MudBlazor/MudBlazor/pull/10095
                                                                                                                                                                                            New Features
                                                                                                                                                                                              * MudDatePicker: Use TimeProvider to allow mocking current date by @emcbem in https://github.com/MudBlazor/MudBlazor/pull/10087 * Inputs: Hide Clear button when readonly by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10070
                                                                                                                                                                                              Bug Fixes
                                                                                                                                                                                                * MudAutocomplete: Fix Text coersion on Tab key (OnBlur or CloseMenu) by @HClausing in https://github.com/MudBlazor/MudBlazor/pull/10074 * MudAutocomplete: Fix ResetAsync without debounce not opening the menu by @vernou in https://github.com/MudBlazor/MudBlazor/pull/10063 * MudPopover: Fix z-index issues with nested popovers by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10089 * MudPopover: Fix regression with respect to direction and location and z-index by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/10106 * Fix origin points that relied on previous defaults by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10110 * MudToggleGroup: Unregister removed items by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10091
                                                                                                                                                                                                Other Changes
                                                                                                                                                                                                  * MudStepper: Use nameof() instead of hardcoded strings by @0xced in https://github.com/MudBlazor/MudBlazor/pull/10079 ## New Contributors * @emcbem made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10087 Full Changelog: v8.0.0-preview.2...v8.0.0-preview.3
                                                                                                                                                                                                  Version v8.0.0-preview.2

                                                                                                                                                                                                  Released on آبان 01, 1403

                                                                                                                                                                                                  ## What's Changed
                                                                                                                                                                                                  Breaking Changes
                                                                                                                                                                                                    * MudDialog: Don't override `Class` param and convert BackgroundClass to getter by @henon in https://github.com/MudBlazor/MudBlazor/pull/9909 * MudFileUpload: fix `AppendMultipleFiles` keeping stale file references (#9586) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/9600 * Typography: Remove `input` in favor of `subtitle1` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10028 * Components: Use IAsyncDisposable by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10037 * MudSelectItem, MudNavLink: Remove MudBaseSelectItem by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10045 * Radio, Check Box, Switch: Unification and improved alignaments by @ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/9472 * Scroll services: Clean up, make implementations internal, add xmodoc by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10048 * EventListener: Clean up, make implementations internal, add xmodoc by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10051 * ResizeObserver: Clean up, make implementations internal, add xmodoc by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10055 * JsEvent: Use IAsyncDisposable by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10061 * MudCollapse: Rework animation by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10056 * Inputs: Refactor adornment related code by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10057 * Dialog: Use ParameterState, make DialogOptions immutable by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10066
                                                                                                                                                                                                    New Features
                                                                                                                                                                                                      * ObserverManager: Use ConcurrentDictionary by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10023 * DataGrid: Allow using enum with Display attributes for filter #7621 by @TheCrazyWolf in https://github.com/MudBlazor/MudBlazor/pull/8581 * JsEvent: Use InvokeVoidAsyncWithErrorHandling by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10025 * MudDataGrid: Accessibility fixes by @OllieFox131 in https://github.com/MudBlazor/MudBlazor/pull/10044 * MudStepper: Add opt-out Ripple property by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10060 * MudAutocomplete: add `InputClass` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10064 * MudGlobal: Add more defaults for Button and Input by @sidneyxvr in https://github.com/MudBlazor/MudBlazor/pull/10006 * MudDataGrid Validator [Parameter] (#9860) by @candritzkynet in https://github.com/MudBlazor/MudBlazor/pull/10065
                                                                                                                                                                                                      Bug Fixes
                                                                                                                                                                                                        * MudChart: Add null check for InputData (#10007) by @dunds-com in https://github.com/MudBlazor/MudBlazor/pull/10008 * BrowserViewportService: Improve CancellationToken logic by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10012 * PopoverService: Improve CancellationToken logic by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10013 * BrowserViewportService: Remove semaphore, Drawer: Use IAsyncDisposable by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10020 * Table: Avoid checkbox overflow by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9914 * MudAutocomplete : CoerceValue only on Blur with Immediate=false by @vernou in https://github.com/MudBlazor/MudBlazor/pull/9881 * EventUtil: Fix UnsafeAccessor by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10043 * MudDataGrid: Fix regression in #9916 and #9801 by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10042 * MudMenu: Fix nested menu to support multiple levels. (#7376) by @charles7668 in https://github.com/MudBlazor/MudBlazor/pull/9537 * Inputs: Restore original line height by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/10059 * MudTabs, MudDataGrid: Fix memory leaks #9735 by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10062 * MudStepper: Fix CompletedContent not shown in Vertical variant by @henon in https://github.com/MudBlazor/MudBlazor/pull/10075
                                                                                                                                                                                                        Other Changes
                                                                                                                                                                                                          * Localization: Remove IStringLocalizer from InternalMudLocalizer by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10024 ## New Contributors * @dunds-com made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10008 * @TheCrazyWolf made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8581 * @charles7668 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9537 * @OllieFox131 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10044 * @sidneyxvr made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10006 * @candritzkynet made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/10065 Full Changelog: v8.0.0-preview.1...v8.0.0-preview.2
                                                                                                                                                                                                          Version v7.14.0

                                                                                                                                                                                                          Released on آبان 01, 1403

                                                                                                                                                                                                          ## What's Changed
                                                                                                                                                                                                          New Features
                                                                                                                                                                                                            * MudDataGrid: MudDataGrid Validator [Parameter] by @candritzkynet in https://github.com/MudBlazor/MudBlazor/pull/10065
                                                                                                                                                                                                            Bug Fixes
                                                                                                                                                                                                              * MudStepper: Fix CompletedContent not shown in Vertical variant by @henon in https://github.com/MudBlazor/MudBlazor/pull/10075 Full Changelog: v7.13.0...v7.14.0
                                                                                                                                                                                                              Version v7.13.0

                                                                                                                                                                                                              Released on مهر 26, 1403

                                                                                                                                                                                                              ## What's Changed
                                                                                                                                                                                                              Bug Fixes
                                                                                                                                                                                                                * MudDataGrid: Fix regression in https://github.com/MudBlazor/MudBlazor/pull/9916 and https://github.com/MudBlazor/MudBlazor/pull/9801 by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10042 * BrowserViewportService: Remove semaphore, Drawer: Use IAsyncDisposable by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10020 (from v7.12.1) Full Changelog: v7.12.0...v7.13.0
                                                                                                                                                                                                                Version v7.12.0

                                                                                                                                                                                                                Released on مهر 23, 1403

                                                                                                                                                                                                                ## What's Changed
                                                                                                                                                                                                                Bug Fixes
                                                                                                                                                                                                                  * PopoverService: Improve CancellationToken logic by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10013 * MudChart: Add null check for InputData by @dunds-com in https://github.com/MudBlazor/MudBlazor/pull/10008 * BrowserViewportService: Improve CancellationToken logic by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10012 Full Changelog: v7.11.0...v7.12.0
                                                                                                                                                                                                                  Version v8.0.0-preview.1

                                                                                                                                                                                                                  Released on مهر 22, 1403

                                                                                                                                                                                                                  ## What's Changed
                                                                                                                                                                                                                  Breaking Changes
                                                                                                                                                                                                                    * Build: Drop support for .NET 7 by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9511 * Theme: Change Typography members to type BaseTypography by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9434 * MudTable: Rename MudBlazorFix namespace to MudBlazor by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9952 * Rename utilities to fix typos by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9582 * Typography: Make `FontWeight` and `LineHeight` strings by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9592 * MudGlobal: Remove `EnableIllegalRazorParameterDetection` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9580 * Remove KeyInterceptor, Replaced by KeyInterceptorService by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9956 * Remove MudPopoverService by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9957 * Key handling followup work by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9921 * KeyInterceptorService: Make KeyOptions immutable by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9969 * DialogService: Remove obsolete OnDialogInstanceAdded by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9980 * MudDropContainer: Remove obsolete API by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9981 * MudDataGrid: Remove obsolete CancelledEditingItem by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9982 * JsApiService: Make implementation internal & add xmldoc. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9994 * JsEvent: Make implementation internal & add xmldoc. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9996 * IJSRuntimeExtensions: Adjust pre-rendering handling for .NET8 by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9997 * Localization: Remove obsolete code by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/10001 * EventUtil: Propagate exceptions. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9967 * TimeSeries: Rename `TimeSeriesDiplayType` to fix typo by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9581 * MudCharts: Update Namespace, set some classes visibility to internal by @ingkor in https://github.com/MudBlazor/MudBlazor/pull/9919 * Add `Typography` suffix to all typography classes by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9962
                                                                                                                                                                                                                    New Features
                                                                                                                                                                                                                      * ParameterState: Small optimization & using cleanup by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9955 * MudGlobal: Add more component defaults by @swatkinson in https://github.com/MudBlazor/MudBlazor/pull/9691 * EventListener: Use [JsonSourceGenerationOptions] & cleanup by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9983 * BrowserViewportService: Add CancellationTokenSource by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9990 * PopoverService: Improve DisposeAsync by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9991 * KeyInterceptorService: Improve DisposeAsync by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9992 * DialogService: Mark sync API as obsolete by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/10000
                                                                                                                                                                                                                      Bug Fixes
                                                                                                                                                                                                                        * MudTheme: Fix STJ Deserialization & add test by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9961 * MudTabs: Fix ElementReference regression in #9889 by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9970 * MudSelect: Disable logging for KeyInterceptor by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9977 * MudStepper: Fix some bugs and improve documentation by @henon in https://github.com/MudBlazor/MudBlazor/pull/9989 * Popover: Hide all element overflow by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9993
                                                                                                                                                                                                                        Other Changes
                                                                                                                                                                                                                          * StringExtensions: Remove not used API & add tests by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9984 * TimeSpanExtensions: Remove not used API & add tests by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9987 ## New Contributors * @swatkinson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9691 Full Changelog: v7.9.0...v8.0.0-preview.1
                                                                                                                                                                                                                          Version v7.11.0

                                                                                                                                                                                                                          Released on مهر 21, 1403

                                                                                                                                                                                                                          ## What's Changed
                                                                                                                                                                                                                          Bug Fixes
                                                                                                                                                                                                                            * MudSelect: Disable logging for KeyInterceptor by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9977 * MudStepper: Fix some bugs and improve documentation by @henon in https://github.com/MudBlazor/MudBlazor/pull/9989 * BrowserViewportService: Add CancellationTokenSource by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9990 Full Changelog: v7.10.0...v7.11.0
                                                                                                                                                                                                                            Version v7.10.0

                                                                                                                                                                                                                            Released on مهر 20, 1403

                                                                                                                                                                                                                            ## What's Changed
                                                                                                                                                                                                                            Bug Fixes
                                                                                                                                                                                                                              * KeyInterceptorOptions: Fix breaking change introduced in #9896 by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9971 * MudTabs: Fix ElementReference regression in #9889 by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9970 Full Changelog: v7.9.0...v7.10.0
                                                                                                                                                                                                                              Version v7.9.0

                                                                                                                                                                                                                              Released on مهر 19, 1403

                                                                                                                                                                                                                              ## What's Changed
                                                                                                                                                                                                                              New Features
                                                                                                                                                                                                                                * MudTreeViewItem: Add property Visible for conditionally hiding sub-trees without reloading by @mueller-marcel in https://github.com/MudBlazor/MudBlazor/pull/9798 * MudButtonGroup: Stretch child buttons by @vernou in https://github.com/MudBlazor/MudBlazor/pull/9713 * Add dark mode to native html input controls by @digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/9814 * DateMask: Remove logging in ModifyFinalText by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9861 * MudTimeSeriesChart: Add X & Y Axis Title parameters by @MattParkerDev in https://github.com/MudBlazor/MudBlazor/pull/9781 * MudSkeleton: add dark mode support by @digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/9815 * MudTabs: Add nullable annotation by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/9889 * MudTextField: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9897 * Introduce KeyInterceptorService withs sync/async support to replace KeyInterceptor by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9896 * MudDialog: Add OnKeyDown and OnKeyUp events by @henon in https://github.com/MudBlazor/MudBlazor/pull/9906 * MudChart: Add nullable annotation by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/9907 * MudChip: Improve keyboard accessibility by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/9455 * MudStepper: New Component by @henon in https://github.com/MudBlazor/MudBlazor/pull/9911 * MudExpansionPanel: Add HeaderClass by @MeysamMoghaddam in https://github.com/MudBlazor/MudBlazor/pull/6743 * MudSelect: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9937 * MudForm: Expose ChildForms to derived classes by @tomasz-soltysik in https://github.com/MudBlazor/MudBlazor/pull/7470
                                                                                                                                                                                                                                Bug Fixes
                                                                                                                                                                                                                                  * MudDialogInstance: SetTitle mark parameter as nullable (#9817) by @IIARROWS in https://github.com/MudBlazor/MudBlazor/pull/9818 * MudListItem: Allow overriding `tabindex` via UserAttributes by @hallaelsa in https://github.com/MudBlazor/MudBlazor/pull/9822 * MudColor: Remove [JsonInclude] from public properties by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9838 * MudButton : Implement IDisposable by @vernou in https://github.com/MudBlazor/MudBlazor/pull/9835 * MudButton: Fix sonar warning about Dispose implementation by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9844 * MudDataGrid: properly clear the filter values by @0xced in https://github.com/MudBlazor/MudBlazor/pull/9801 * MudListItem: Fix redundant whitespace in CSS class (#9868) by @Eagle3386 in https://github.com/MudBlazor/MudBlazor/pull/9869 * MudDateRangePicker: Incorrect margins and align when on a stack or grid by @ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/9890 * MudDataGrid: Fix NRE when property has a nested null value by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9916 * MudCheckBox and MudRadio: Do not grey out when read-only (#9876) by @ingkor in https://github.com/MudBlazor/MudBlazor/pull/9904 * MudAutocomplete: Incorrect horizontal spacing on RTL mode by @ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/9913 * DataGrid: Prevent applying same filters twice by @Namoshek in https://github.com/MudBlazor/MudBlazor/pull/9877 * MudDataGrid: Remove empty filters when closing the filter menu without applying (#8998) by @henjoh75 in https://github.com/MudBlazor/MudBlazor/pull/9885 * MudStepper: Fix step number alignment by @Garderoben in https://github.com/MudBlazor/MudBlazor/pull/9931 * PopoverService: Remove locking by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9938 * MudPopover: Fix negative results in JS calculations for overflow behavior by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/9933 ## New Contributors * @hallaelsa made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9822 * @MeysamMoghaddam made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6743 * @henjoh75 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9885 Full Changelog: v7.8.0...v7.9.0
                                                                                                                                                                                                                                  Version v7.8.0

                                                                                                                                                                                                                                  Released on شهریور 16, 1403

                                                                                                                                                                                                                                  ## What's Changed
                                                                                                                                                                                                                                  Bug Fixes
                                                                                                                                                                                                                                    * Snackbar: Revert ReaderWriterLockSlim dispose in SnackbarService by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9763 * CsssBuilder/StyleBuilder: Fix for initialized as default by @renaudrenaud85 in https://github.com/MudBlazor/MudBlazor/pull/9765 Full Changelog: v7.7.0...v7.8.0
                                                                                                                                                                                                                                    Version v7.7.0

                                                                                                                                                                                                                                    Released on شهریور 12, 1403

                                                                                                                                                                                                                                    ## What's Changed
                                                                                                                                                                                                                                    New Features
                                                                                                                                                                                                                                      * Icons: Add Empty icon by @skyslide22 in https://github.com/MudBlazor/MudBlazor/pull/9478 * MudTable: Cancel ServerLoad func on Dispose by @boukenka in https://github.com/MudBlazor/MudBlazor/pull/9604 * MudField: Text overflow ellipsis for labels by @ArcadeMode in https://github.com/MudBlazor/MudBlazor/pull/9613 * Snackbar: Add nullable annotationby @xC0dex in https://github.com/MudBlazor/MudBlazor/pull/9454
                                                                                                                                                                                                                                      Bug Fixes
                                                                                                                                                                                                                                        * MudText: Handle empty HtmlTag as null by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9576 * MudDropContainer: Fixes typos in method names by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9578 * MudNumericField: Support `Typo` property by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9608 * Icons: Fix Steam icon by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9641 * MudAutocomplete: Fix search not being triggered when the text is cleared by @vernou in https://github.com/MudBlazor/MudBlazor/pull/9599 * MudDataGrid : Fix Resize column when neighboring is hidden by @vernou in https://github.com/MudBlazor/MudBlazor/pull/9643 * MudInput: Revert left and right margins added in #9517 by @ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/9652 * MudRadioGroup: Bind after should not trigger when value is modified externally by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/9614 * Autocomplete: Improve handling of focus events by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9639 * MudSelect: Fix OnKeyDown not triggered correctly for the Enter key by @mwiehler in https://github.com/MudBlazor/MudBlazor/pull/9595 * BrowserViewportService: Fix ResizeOptions by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9686 * ToggleGroup: Fix bad layout on initial render by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9706 * MudCollapse: Remove `aria-expanded` binding by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9714
                                                                                                                                                                                                                                        Other Changes
                                                                                                                                                                                                                                          * MudAutocomplete: Cancel SearchFunc on Dispose by @boukenka in https://github.com/MudBlazor/MudBlazor/pull/9609 ## New Contributors * @w3ori made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9624 * @renaudrenaud85 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9635 * @mwiehler made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9595 * @renovate-bot made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9687 Full Changelog: v7.6.0...v7.7.0
                                                                                                                                                                                                                                          Version v7.6.0

                                                                                                                                                                                                                                          Released on مرداد 16, 1403

                                                                                                                                                                                                                                          ## What's Changed
                                                                                                                                                                                                                                          New Features
                                                                                                                                                                                                                                            * MudThemeProvider: Add ObserveSystemThemeChange by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9442 * MudDateRangePicker: Add parameter to allow capture of disabled dates (#9452) by @tavanuka in https://github.com/MudBlazor/MudBlazor/pull/9466 * MudTreeView: Allow for parent auto selection configuration by @BarbeRouss in https://github.com/MudBlazor/MudBlazor/pull/9567
                                                                                                                                                                                                                                            Bug Fixes
                                                                                                                                                                                                                                              * DataGrid: Fix multiple filter popups can be opened by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9546 * MudTimePicker: Fix dispose method by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9552 * MudElement: Fix ElementReferenceCapture by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9547 * MudDialog: Avoid using aria-hidden on a focused element or its ancestor by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9545 * MudInput: Handle AutoGrow dispose when ElementReference is null by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9561 * Menu: Stay open after being clicked with `MouseOver` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9513 * Make object-fit and object-position styles important by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9499 * Inputs: Fixed margins on each variant and margin sizes by @ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/9517 * MudTreeViewItem: Add ReadOnly by @FreyLuis in https://github.com/MudBlazor/MudBlazor/pull/9557
                                                                                                                                                                                                                                              Other Changes
                                                                                                                                                                                                                                                * Alert: Fix vertical icon position on alerts by @gabephudson in https://github.com/MudBlazor/MudBlazor/pull/9526 * Performance: Use Identifier helper in more cases by @xC0dex in https://github.com/MudBlazor/MudBlazor/pull/9558 ## New Contributors * @gabephudson made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9526 * @FreyLuis made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9557 * @CSkjolden made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9564 * @BarbeRouss made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9567 Full Changelog: v7.5.0...v7.6.0
                                                                                                                                                                                                                                                Version v7.5.0

                                                                                                                                                                                                                                                Released on مرداد 10, 1403

                                                                                                                                                                                                                                                ## What's Changed
                                                                                                                                                                                                                                                New Features
                                                                                                                                                                                                                                                  * MudOverlay: Refactor, Deprecate `OnClick` in favor of new `OnClosed`, Fix MudMenu interactions by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9458 * MudDrawer: Add OverlayAutoClose, use OnClosed instead of OnClick by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9500 * DataGrid: Make FilterContext.FilterDefinition public to support custom filters by @Namoshek in https://github.com/MudBlazor/MudBlazor/pull/9522 * Localization: Make InternalMudLocalizer implement IStringLocalizer by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9527
                                                                                                                                                                                                                                                  Bug Fixes
                                                                                                                                                                                                                                                    * TreeViewItem: ReloadAsync() now also reloads in collapsed state by @henon in https://github.com/MudBlazor/MudBlazor/pull/9503
                                                                                                                                                                                                                                                    Other Changes
                                                                                                                                                                                                                                                      * Performance: Add more extension methods for Array and List by @xC0dex in https://github.com/MudBlazor/MudBlazor/pull/9487 * Build: Enable implicit usings for all projects by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9480 * Performance: Add FirstOrDefault extension method for Array and List by @xC0dex in https://github.com/MudBlazor/MudBlazor/pull/9515 * Performance: Add Identifier helper class by @xC0dex in https://github.com/MudBlazor/MudBlazor/pull/9493 ## New Contributors * @Namoshek made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9522 Full Changelog: v7.4.0...v7.5.0
                                                                                                                                                                                                                                                      Version v7.4.0

                                                                                                                                                                                                                                                      Released on مرداد 02, 1403

                                                                                                                                                                                                                                                      ## What's Changed
                                                                                                                                                                                                                                                      New Features
                                                                                                                                                                                                                                                        * MudDialog: Improve max height and alignment of dialog container on mobile by @skyslide22 in https://github.com/MudBlazor/MudBlazor/pull/9457
                                                                                                                                                                                                                                                        Bug Fixes
                                                                                                                                                                                                                                                          * Localization: Correctly handle templates (#9438) by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/9451 * MudDataGrid: Fix `RowsPerPage` firing ServerData twice by @vernou in https://github.com/MudBlazor/MudBlazor/pull/9448 * TableGrid: Fix RowsPerPage firing ServerData twice by @vernou in https://github.com/MudBlazor/MudBlazor/pull/9463
                                                                                                                                                                                                                                                          Other Changes
                                                                                                                                                                                                                                                            * Performance: Add faster Any(...) Extensions for Array and List by @xC0dex in https://github.com/MudBlazor/MudBlazor/pull/9461 ## New Contributors * @Welchen made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9440 Full Changelog: v7.3.0...v7.4.0
                                                                                                                                                                                                                                                            Version v7.3.0

                                                                                                                                                                                                                                                            Released on تیر 27, 1403

                                                                                                                                                                                                                                                            ## What's Changed
                                                                                                                                                                                                                                                            New Features
                                                                                                                                                                                                                                                              * MudPagination: Control show or hide the page button (#5536) by @maikelvanhaaren in https://github.com/MudBlazor/MudBlazor/pull/9323 * Table, DataGrid: Support localization of pager text by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/9370 * DialogService: Fix CloseOnEscape in ShowAsync and ShowMessageBox (#9367) by @versile2 in https://github.com/MudBlazor/MudBlazor/pull/9375 * TreeItemData: Add virtual to all properties as per request by @henon in https://github.com/MudBlazor/MudBlazor/pull/9432 * MudTable: Add SelectionChangeable parameter by @Ben0421 in https://github.com/MudBlazor/MudBlazor/pull/9374
                                                                                                                                                                                                                                                              Bug Fixes
                                                                                                                                                                                                                                                                * MudTreeView: Don't select on expand button double click by @henon in https://github.com/MudBlazor/MudBlazor/pull/9428 * MudField, MudMask: Support typography customization by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9421
                                                                                                                                                                                                                                                                Other Changes
                                                                                                                                                                                                                                                                  * Revert "Theme: Change Typography members to type BaseTypography" by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9423 * IDialogService: Forward event DialogInstanceAddedAsync to OnDialogInstanceAdded for compatibility by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9431 ## New Contributors * @versile2 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9375 * @Ben0421 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9374 Full Changelog: v7.2.0...v7.3.0
                                                                                                                                                                                                                                                                  Version v7.2.0

                                                                                                                                                                                                                                                                  Released on تیر 25, 1403

                                                                                                                                                                                                                                                                  ## What's Changed
                                                                                                                                                                                                                                                                  New Features
                                                                                                                                                                                                                                                                    * Autocomplete: Add opt-out `OpenOnFocus` property by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9385 * Theme: Change Typography members to type BaseTypography by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9368 * PopoverService: Add CheckForPopoverProvider by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9391 * MudPicker: Add OverflowBehavior that is passed to the underlying MudPopover by @benm-eras in https://github.com/MudBlazor/MudBlazor/pull/9372 * Inputs: Allow custom Clear icon by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9394 * MudToggleIconButton: Fall back to regular property if toggled version not set by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9398
                                                                                                                                                                                                                                                                    Bug Fixes
                                                                                                                                                                                                                                                                      * DialogService: Fix thread is not associated with the Dispatcher by @maxwell60701 in https://github.com/MudBlazor/MudBlazor/pull/9306 * Hook up `Autocomplete.MaxLength` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9364 * MudListItem: Use disabled color for SecondaryText when item is disabled by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9390 * MudFormComponent: Fix validation handling (#9215) by @SKSniperSK in https://github.com/MudBlazor/MudBlazor/pull/9386 ## New Contributors * @maxwell60701 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9306 * @SKSniperSK made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9386 Full Changelog: v7.1.1...v7.2.0
                                                                                                                                                                                                                                                                      Version v7.1.1

                                                                                                                                                                                                                                                                      Released on تیر 21, 1403

                                                                                                                                                                                                                                                                      ## What's Changed
                                                                                                                                                                                                                                                                      Other Changes
                                                                                                                                                                                                                                                                        * Remove illegal param detector, this time really by @henon in https://github.com/MudBlazor/MudBlazor/pull/9373 Note: this should have been removed in v7.1.0 already but wasn't included due to an accident with GitHub's commit squashing. Full Changelog: v7.1.0...v7.1.1
                                                                                                                                                                                                                                                                        Version v7.1.0

                                                                                                                                                                                                                                                                        Released on تیر 20, 1403

                                                                                                                                                                                                                                                                        ## What's Changed
                                                                                                                                                                                                                                                                        New Features
                                                                                                                                                                                                                                                                          * MudBaseInput: Add `protected InputElementId` (#9277) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/9278 * MudMessageBox: Add button classes by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9293 * Translations: Force keys to follow naming conventions by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/9321 * Localization: Use source generated resources by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/9331 * MudAutocomplete: Make the autocomplete attribute configurable (#9334) by @Aaron2404 in https://github.com/MudBlazor/MudBlazor/pull/9330 * Autocomplete: Allow overriding `autocomplete` via UserAttributes by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9337 * MudTimePicker: Refactor pointer events to support touch dragging by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9300
                                                                                                                                                                                                                                                                          Bug Fixes
                                                                                                                                                                                                                                                                            * MudDataGridPager: When no items, Pager now shows "0-0 of 0" (#9247) by @rmoroz20 in https://github.com/MudBlazor/MudBlazor/pull/9282 * MudCollapse: Fix `aria-expanded` value by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9303 * MudAvatarGroup: Fix Max default value behavior (#9267) by @brian-lagerman in https://github.com/MudBlazor/MudBlazor/pull/9309 * MudBadge: Center content with flex instead of negative margins by @ekrak in https://github.com/MudBlazor/MudBlazor/pull/9305 * MudFileUpload: Use ParameterState by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9264 * DataGrid: Add missing labels for filter value fields in data grid column filter (#9319) by @aditya119 in https://github.com/MudBlazor/MudBlazor/pull/9336 * MudDataGrid: Fix Column ungroup by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9344 * MudInputControl: Fix `HelperTextOnFocus` regression by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/9346 * MudAutocomplete: Modify default autocomplete method (#9318) by @Aaron2404 in https://github.com/MudBlazor/MudBlazor/pull/9354
                                                                                                                                                                                                                                                                            Other Changes
                                                                                                                                                                                                                                                                              * ElementReferenceExtensions: Use delegate for retrieving JSRuntime by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9260 * MudAlert: Remove `alert` role by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9298 * ElementReferenceExtensions: Utilize new UnsafeAccessor by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9324 * Accessibility: Simplify `aria-label` text by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9339 ## New Contributors * @brian-lagerman made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9309 * @ekrak made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9305 * @Aaron2404 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9330 * @lymem made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9360 Full Changelog: v7.0.0...v7.1.0
                                                                                                                                                                                                                                                                              Version v7.0.0

                                                                                                                                                                                                                                                                              Released on تیر 09, 1403

                                                                                                                                                                                                                                                                              > [!NOTE] > If you are migrating from v6.x.x to v7.0.0 please make sure to read the v7.0.0 Migration Guide !! You can give us your feedback about v7, it'll be appreciated. ## What's Changed > [!WARNING] > It's now explicitly required to add `MudPopoverProvider`. #8712 Before (v6.x.x): ```html ``` After (v7.x.x): ```html ``` For all other changes and warnings please make sure to visit the v7.0.0 Migration Guide
                                                                                                                                                                                                                                                                              Alert
                                                                                                                                                                                                                                                                                - MudAlert: Fix content alignment issue #8734 by @neozhu in #8735 - Alert: Remove AlertTextPosition by @ScarletKuro in #8637
                                                                                                                                                                                                                                                                                Autocomplete
                                                                                                                                                                                                                                                                                  - Autocomplete: Give async methods Async suffix by @danielchalmers in #8990 - Autocomplete: Treat all ways of closing overlay the same by @danielchalmers in #8914 - Autocomplete: Improve menu behavior by @danielchalmers in #8787 - MudAutocomplete: `ItemDisabledTemplate` and `ItemSelectedTemplate` will now display even if `ItemTemplate` is not defined. by @digitaldirk in #8913 - MudAutocomplete: Open menu on focus, Rename `ToggleMenu` to `ToggleMenuAsync` by @danielchalmers in #8758 - MudAutocomplete: Fix missing margin-top when label is set by @ralvarezing in #8623 - MudAutocomplete: Remove SearchFuncWithCancel, Add CancellationToken to SearchFunc by @jperson2000 in #8490
                                                                                                                                                                                                                                                                                  Avatar
                                                                                                                                                                                                                                                                                    - MudAvatar: Remove Obsolete Image Property by @Anu6is in #8648
                                                                                                                                                                                                                                                                                    Breadcrumbs
                                                                                                                                                                                                                                                                                      - MudBreadcrumbs: Change from List to IReadOnlyList by @danielchalmers in #8439
                                                                                                                                                                                                                                                                                      Buttons
                                                                                                                                                                                                                                                                                        - Buttons: Remove unnecessary `Title`, `AriaLabel` properties by @danielchalmers in #9098 - Buttons: Make Title a base property by @danielchalmers in #8630 - ButtonGroup: Add `FullWidth`, Rename `VerticalAlign` to `Vertical` by @danielchalmers in #8798 - Button: Revert sticky focus style by @danielchalmers in #8767 - Button: Don't apply :focus effect on mobile so it's not sticky by @danielchalmers in #8709 - MudButton: fix focus style button when open dialog by @LiZzeira in #8575
                                                                                                                                                                                                                                                                                        Card
                                                                                                                                                                                                                                                                                          - MudCard: Fix content not filling remaining space by @danielchalmers in #8933
                                                                                                                                                                                                                                                                                          Chip
                                                                                                                                                                                                                                                                                            - MudChipSet: use `SelectionMode` instead of `MultiSelect` and `Mandatory` by @henon in #8722 - Chip: Remove special palette variables by @danielchalmers in #8599 - Chip: Don't apply hover or focus effect if not clickable and allow text selection by @danielchalmers in #8598
                                                                                                                                                                                                                                                                                            Container
                                                                                                                                                                                                                                                                                              - MudContainer: Add `Gutters` property by @danielchalmers in #8934
                                                                                                                                                                                                                                                                                              DataGrid
                                                                                                                                                                                                                                                                                                - MudDataGrid: With VirtualizeServerData, reset StartIndex if beyond TotalItemsCount boundaries. by @KapustinVadim1991 in #9246 - MudDataGrid: Add correct class to the th element in HeaderCell by @Jimmys20 in #9203 - MudDataGrid: Refresh grouping after InvokeServerLoadFunc, ExpandAllGroups, CollapseAllGroups by @MihFig in #9150 - MudDataGrid: Fixed serverData + virtualization bug (#5664) by @KapustinVadim1991 in #9086 - MudDataGrid: Fix column resizing in RTL (#6965) by @thedude61636 in #9073 - MudDataGrid: Removed Unused "Row" Class by @jperson2000 in #9002 - MudDataGrid: Apply Footer/Header Style Funcs by @kev-andrews in #8853 - MudDataGrid: Add ICloneStrategy by @ScarletKuro in #8851 - MudDataGrid: Rename `DisableRowsPerPage` to `PageSizeSelector` by @henon in #8662 - MudDataGrid: Remove obsolete API by @ScarletKuro in #8548 - MudDataGrid: Fix grouping for bound and unbound scenarios using ParameterState by @peterthorpe81 in #8463 - MudDataGridPager: Add AllItemsText Parameter (#9235) by @rmoroz20 in #9239 - DataGrid: Change default values of TemplateColumn by @dennisrahmen in #9142 - DataGrid: ServerData with Virtualization by @KapustinVadim1991 in #9019 - DataGrid: Remove 'Value not null' criteria for FilterDefinition by @aditya119 in #8706 - DataGrid : Fix sorting when there is Header row (#7645) by @timlunev in #8504 - Datagrid: Add NumberFormat and NumberCulture to AggregateDefinition (#9112) by @alexkleinwaechter in #9120 - Datagrid: Add hierarchycolumn InitiallyExpandedFunc (#8103) by @Nephim - MudDataGrid: Add Hide Parameters to HierarchyColumn and SelectColumn (#8132) by @3x9equals27
                                                                                                                                                                                                                                                                                                Dialog
                                                                                                                                                                                                                                                                                                  - MudDialog: Add nullable annotation by @xC0dex in #9146 - MudDialog: Fix content not stretched in fullscreen mode by @danielchalmers in #8743 - MudDialog: Fix some params not passed when inline by @danielchalmers in #8424 - Dialog: Revert #8964 (Fix possible deadlock) by @danielchalmers in #9030 - Dialog: Fix possible deadlock by @ScarletKuro in #8964 - Dialog: Fix visibility of inline dialogs using Show method by @danielchalmers in #8925 - Dialog: Rename ClassContent and ClassActions parameters by @ArieGato in #8481 - MudMessageBox: Use ParameterState framework by @ScarletKuro in #9014 - MudMessageBox: Fix `visible` should be `Visible` by @danielchalmers in #9010 - MudDialogProvider: Add missing BackgroundClass (#8454) by @Alerinos in #8458
                                                                                                                                                                                                                                                                                                  Drawer
                                                                                                                                                                                                                                                                                                    - MudDrawer: Improve breakpoint logic by @ScarletKuro in #8941 - MudDrawer: Fix initialization behaviour, use ParameterState, remove PreserveOpenState by @ScarletKuro in #8833
                                                                                                                                                                                                                                                                                                    ExpansionPanels
                                                                                                                                                                                                                                                                                                      - MudExpansionPanels: Rename `DisableBorders` to `Outlined` by @henon in #8593 - MudExpansionPanel: Use ParameterState, remove obsolete API and change to async API by @ScarletKuro in #8446
                                                                                                                                                                                                                                                                                                      FileUpload
                                                                                                                                                                                                                                                                                                        - FileUpload: fix issue with file picker not opening in Safari with Blazor Server (#9148) by @igotinfected in #9157 - FileUpload: fix uploading same file before and after clearing the input on chromium browsers (#9082) by @igotinfected in #9139 - FileUpload: Rewrite using `ActivatorContent` pattern by @igotinfected in #8694 - FileUpload: Fix top margin CSS by @danielchalmers in #8438 - MudFileUpload: Make FileUploadButtonTemplateContext.ClearAsync required by @ScarletKuro in #8547
                                                                                                                                                                                                                                                                                                        Form & Inputs
                                                                                                                                                                                                                                                                                                          - MudFormComponent: call base OnParametersSet by @ScarletKuro in #9225 - MudBaseInput components: add helper text reference to `aria-describedby` attribute by @igotinfected in #9193 - MudSwitch: Add missing right margin by @ralvarezing in #9102 - MudMask: Remove CatchAndLog usage by @ScarletKuro in #8970 - MudForm: Add `Spacing` property by @danielchalmers in #8880 - MudInputControl: Fix nested `
                                                                                                                                                                                                                                                                                                          ` inside `

                                                                                                                                                                                                                                                                                                          ` by @truongdatnhan in #8871 - MudSelect: Revert #8309 by @ScarletKuro in #8770 - MudSelect: Fix Un-SelectAll with Disabled MudSelectItems (#8420) by @JonasPerleryd in #8459 - MudCheckBox, MudRadio, MudSwitch: Fix shouldn't hover when ReadOnly and rename UncheckedColor by @henon in #8759 - Inputs: Add typography customization by @danielchalmers in #8754 - MudCheckBox: Add state CSS classes for easier testing by @henon in #8699 - BooleanInput: Fix form validation (#8690) by @igotinfected in #8693 - Input: Add `required` and `aria-required` attributes (#5437) by @igotinfected in #8691 - Input: Don't add margin-top when input has no Label by @ralvarezing in #8540 - MudBaseInput: match `input`s `id` with `label`'s `for` attribute (#6249, #6460) by @igotinfected in #8672 - MudBaseInput: Add nullable annotation. by @ScarletKuro in #8635 - MudBaseInput: Remove obsoleted KeyPress related APIs by @danielchalmers in #8476 - MudTextField: Remove last remaining reference to KeyPress by @danielchalmers in #8516

                                                                                                                                                                                                                                                                                                          Global
                                                                                                                                                                                                                                                                                                            - MudGlobal: Add `InputDefaults.ShrinkLabel` by @danielchalmers in #8935 - Globals: Add `DialogDefaults.DefaultFocus`, Consolidate others to their own static classes by @danielchalmers in #8831 - Global: Add transition duration and delay options by @danielchalmers in #8651
                                                                                                                                                                                                                                                                                                            Grid
                                                                                                                                                                                                                                                                                                              - MudGrid: Refactor and normalize spacing system by @danielchalmers in #8910 - MudGrid: Add nullable annotation. by @ScarletKuro in #8900
                                                                                                                                                                                                                                                                                                              Icon
                                                                                                                                                                                                                                                                                                                - MudIcon: Add font icon support with additional syntax by @ScarletKuro in #9026 - MudIcon: Add `role="img"` by @danielchalmers in #8915 - MudIcon: Fix icon color when disabled by @dennisrahmen in #8869
                                                                                                                                                                                                                                                                                                                List
                                                                                                                                                                                                                                                                                                                  - MudListItem, MudMenu, MudMenuItem: Format razor markup by @danielchalmers in #9017 - MudListItem: SecondaryText Feature by @mckaragoz in #8921 - MudListItem: Replace Avatar and AvatarClass with AvatarContent by @henon in #8677 - MudList: Implement selection modes Single-, Toggle- and MultiSelection by @henon in #8775 - MudList: Generic MudList\ and other improvements by @henon in #8613 - MudListItem and MudMenuItem: Render as anchor with"Href" property (#1717) by @belucha in #8649
                                                                                                                                                                                                                                                                                                                  Menu
                                                                                                                                                                                                                                                                                                                    - MudListItem, MudMenu, MudMenuItem: Format razor markup by @danielchalmers in #9017 - MudMenu: Forward DropShadow property by @Yomodo in #8953 - MudMenu: Disable text selection in activator by @danielchalmers in #8719 - MudMenu: Improve Encapsulation, public API is now Async by @ScarletKuro in #8634 - MudMenu: Add nullable annotation. by @ScarletKuro in #8632 - Menu: Add `AriaLabel` property (#5783) by @igotinfected in #8710 - Menu: Improve touch support & Merge OnTouch,OnAction into OnClick by @danielchalmers in #8492 - MudListItem and MudMenuItem: Render as anchor with"Href" property (#1717) by @belucha in #8649
                                                                                                                                                                                                                                                                                                                    MudColor
                                                                                                                                                                                                                                                                                                                      - MudColor: Add uint support. by @BenMcLean in #9037 - MudColor: Make H, S, L readonly by @ScarletKuro in #8823 - MudColor: Add XML comments and make it serializable with STJ / NewtonsoftJson by @ScarletKuro in #8579
                                                                                                                                                                                                                                                                                                                      Navigation
                                                                                                                                                                                                                                                                                                                        - MudNavLink: Fix exception doesn't flow to ErrorBoundary. by @ScarletKuro in #9138 - MudNavGroup: Fix NavigationContext not updating on Expanded by @ScarletKuro in #9101 - MudNavGroup: Use ParameterState framework by @ScarletKuro in #8980
                                                                                                                                                                                                                                                                                                                        Overlay
                                                                                                                                                                                                                                                                                                                          - MudOverlay: Fix two way binding with AutoClose=true by @ScarletKuro in #8513
                                                                                                                                                                                                                                                                                                                          Pickers
                                                                                                                                                                                                                                                                                                                            - DateRangePicker: fix `Underline` parameter not working (#9124) by @igotinfected in #9140 - DateRangePicker: Fix DateFormat (#8737) by @dhess-dev in #8779 - DateRangePicker: Fix margin top missing when label is set by @ralvarezing in #8688 - DateRangePicker: Fix tests - update selected range to use future dates by @Anu6is in #8543 - MudPicker: Fix code style and naming issues by @ArieGato in #8517 - MudColorPicker, MudBaseDatePicker, MudTimePicker: Add localizable labels by @danielchalmers in #9022 - DatePicker: default OpenTo to Year when both FixDay and FixMonth are provided by @ZephyrZiggurat in #8932 - MudDatePicker: Fix GoToDate with Persian calendar by @ajahangard in #8909 - TimePicker: Prepare for touch support & ColorPicker: Prevent touch pan in static mode by @danielchalmers in #8800 - DatePickerTests: Fix CS1998, BL0005, nullable by @ScarletKuro in #8768 - Color Picker: Drag smoothly by @danielchalmers in #8576 - Pickers: change API to async to avoid async void and fire-and-forget by @ScarletKuro in #8506
                                                                                                                                                                                                                                                                                                                            Popover
                                                                                                                                                                                                                                                                                                                              - Popover: Allow panning by touch by @danielchalmers in #9208 - MudPopover: Add DropShadow property by @Yomodo in #8938
                                                                                                                                                                                                                                                                                                                              Progress
                                                                                                                                                                                                                                                                                                                                - Progress: Use ParameterState framework. by @ScarletKuro in #8433
                                                                                                                                                                                                                                                                                                                                Rating
                                                                                                                                                                                                                                                                                                                                  - MudRating: Fix Color regression #5463 by @ScarletKuro in #9069 - MudRating: make HandleKeyDown async Task by @ScarletKuro in #8883 - MudRating: Use ParameterState framework by @ScarletKuro in #8877
                                                                                                                                                                                                                                                                                                                                  Slider
                                                                                                                                                                                                                                                                                                                                    - MudSlider: Rename Culture and ValueLabelFormat by @henon in #8954 - MudSlider: Add nullable value parameter by @ScarletKuro in #8881 - MudSlider: Add ValueLabelStringFormat, ValueLabelCultureInfo, ValueLabelContent by @ScarletKuro in #8760 - MudSlider: Use ParameterState and generic math by @ScarletKuro in #8745 - MudSlider: Fix tick count calculation for certain cases. Fixes #8713 by @digitaldirk in #8730
                                                                                                                                                                                                                                                                                                                                    Snackbar
                                                                                                                                                                                                                                                                                                                                      - Snackbar: Fix type class not taking into account per-snackbar options by @danielchalmers in #8423
                                                                                                                                                                                                                                                                                                                                      Stack
                                                                                                                                                                                                                                                                                                                                        - MudStack: Add parameter StretchItems to have certain children fill space by @BieleckiLtd in #8545
                                                                                                                                                                                                                                                                                                                                        Table
                                                                                                                                                                                                                                                                                                                                          - MudTable: Use InvokeAsync() in method InvokeServerLoadFunc by @Int32Overflow in #9261 - MudTable: add QuickColumns as illegal parameter by @ScarletKuro in #8930 - MudTable: Code cleanup. by @ScarletKuro in #8927 - MudTable: Add nullable annotation. by @ScarletKuro in #8926 - MudTable: Add ability to control which rows are editable by @biegehydra in #8873 - Table: Fix selection loss when applying filters and using Items property by @ralvarezing in #8538
                                                                                                                                                                                                                                                                                                                                          Tabs
                                                                                                                                                                                                                                                                                                                                            - Revert "MudTabs: add WrapHeaders (#9108)" by @henon in #9234 - MudTabs: add WrapHeaders (reverted) by @ZephyrZiggurat in #9108 - MudTabs: Add ActiveTabClass for better customization by @mueller-marcel in #8698 - MudTabs: Rename toolbar to tabbar in C# and CSS by @henon in #8569 - MudTabs: Fix overflow when using high border radius values by @Lyrapuff in #8561 - MudTabPanel: Allow icon color to be set from panel by @djflan in #9001
                                                                                                                                                                                                                                                                                                                                            Text
                                                                                                                                                                                                                                                                                                                                              - MudText: Revert removal of parameter Inline by @mckaragoz in #9065 - MudText: Return subtitle1 and subtitle2 to block elements (`p`) by @danielchalmers in #8899
                                                                                                                                                                                                                                                                                                                                              Theme
                                                                                                                                                                                                                                                                                                                                                - MudThemeProvider: Wrap JS in a try-catch by @ScarletKuro in #9042 - MudThemeProvider: Fix BL0007, avoid direct parameter writes, remove MudThemingProvider, and other improvements by @ScarletKuro in #8712 - Palette: Make all properties `virtual` & Improve docs by @danielchalmers in #8987 - Palette: Make abstract & Rename to PaletteLight in MudTheme and make type PaletteLight by @danielchalmers in #8453 - MudRipple: Fix ripple conditions by @meenzen in #8866 - MudRipple: Follow theme colors and improve visibility (#8072) by @meenzen in #8460 - Theme: Replace Palette to PaletteLight by @ScarletKuro in #8514 - Theming: Replace all "Grey" spellings with "Gray" by @danielchalmers in #8452
                                                                                                                                                                                                                                                                                                                                                Toggle Group
                                                                                                                                                                                                                                                                                                                                                  - ToggleGroup: Replace `Dense` with `Size` & Use relative scaling by @danielchalmers in #8676 - ToggleGroup: Fix border rounding overflow on selected item by @danielchalmers in #8652 - ToggleGroup: Rename Outline to Outlined & Internal cleanup by @danielchalmers in #8616
                                                                                                                                                                                                                                                                                                                                                  Tooltip
                                                                                                                                                                                                                                                                                                                                                    - MudTooltip: Use ParameterState framework by @ScarletKuro in #8972 - MudTooltip: Add Disabled parameter by @Yomodo in #8876
                                                                                                                                                                                                                                                                                                                                                    TreeView
                                                                                                                                                                                                                                                                                                                                                      - MudTreeView: Change type of Items and ServerData to use TreeItemData\ by @henon in #9151 - MudTreeView: Add AutoExpand, ExpandAll() and CollapseAll() by @henon in #8762 - MudTreeView: Move checkbox icon customization from item to treeview by @henon in #8750 - MudTreeView: Add ripple effect (#8570) by @meenzen in #8669 - MudTreeView: Use ParameterState and rewrite selection logic from scratch + new features by @ScarletKuro in #8661 - TreeView: Update parent selection on item click in multi-selection mode by @henon in #8957 - TreeView: Add disabled style by @danielchalmers in #8707 - MudTreeviewItem: Fix checkbox in multi-selection mode by @henon in #8948 - TreeViewItem: Throw exception when ItemTemplate is misconfigured by @Taylan2020 in #8867
                                                                                                                                                                                                                                                                                                                                                      Virtualization
                                                                                                                                                                                                                                                                                                                                                        - MudVirtualize: Sync With Native Virtualize Parameters by @mckaragoz in #8700
                                                                                                                                                                                                                                                                                                                                                        New Components
                                                                                                                                                                                                                                                                                                                                                          - TimeSeriesChart: Add time label format option for time series chart by @jorisBarkema in #9049 - MudChart: Add TimeSeries line and area chart components by @radderz in #8973 - New Component: Add MudFlexBreak component for forcing flex items onto a new line by @danielchalmers in #8748
                                                                                                                                                                                                                                                                                                                                                          Misc Breaking Changes
                                                                                                                                                                                                                                                                                                                                                            - Components: Remove more obsolete members by @danielchalmers in #8532 - Components: Remove some obsoleted methods by @danielchalmers in #8477 - Components: Remove some obsolete Parameters and Tests by @danielchalmers in #8475 - Various components: Remove obsolete Link in favor of Href by @danielchalmers in #8471 - Various Components: Rename `DisableElevation` to `DropShadow` by @henon in #8592 - Various Components: Rename DisableUnderLine to Underline by @henon in #8591 - Various Components: Rename DisableGutters to just Gutters by @henon in #8580 - Various Components: Rename DisableRipple to Ripple by @henon in #8571 - Several Components: Remove obsolete API by @danielchalmers in #8564 - Icons: Remove Material.Obsolete, Update formatting by @danielchalmers in #8536 - EnumExtensions: Remove ToDescriptionString by @ScarletKuro in #8474 - DoubleExtensions: Fix typo, was DoubleExtentions by @ScarletKuro in #8473 - Remove: ResizeListenerService, ResizeService, BrowserWindowSizeProvider, BreakpointService by @ScarletKuro in #8467 - v7: Drop .NET6 as supported framework. by @danielchalmers in #8441
                                                                                                                                                                                                                                                                                                                                                            Misc New Features
                                                                                                                                                                                                                                                                                                                                                              - QuerySortExtensions: Make more trim safe, add more xml comments by @ScarletKuro in #9255 - feat: Escape Description attribute value by @xC0dex in #9238 - BrowserViewportService: Allow ReportRate of 0 to disable debounce by @ScarletKuro in #9145 - ParameterState: Make more meaningful names and add verify method by @ScarletKuro in #9141 - ParameterState: Solve inheritance problem (Solution 2) by @ScarletKuro in #9033 - ParameterState: Make it public available by @ScarletKuro in #8868 - ParameterState: Improve hot swappable IEqualityComparer system by @ScarletKuro in #8739 - ParameterState: Add scope registration, lock mechanism, ComponentBaseWithState by @ScarletKuro in #8683 - ParameterState: Func Comparer, implicit operator support by @ScarletKuro in #8629 - ParameterState: Add GetState extension by @ScarletKuro in #8450 - Utilities: Increase max spacing/gap to `20` from `16` by @danielchalmers in #8943
                                                                                                                                                                                                                                                                                                                                                              Misc Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                - Components: Add missing base OnParametersSet by @ScarletKuro in #9226 - ComponentBase, Field, DateRangePicker: fix unreliable field id by @igotinfected in #9174 - ParameterState: Fix when subscribing only to EventCallback by @ScarletKuro in #8457 - mudScrollManager.js: Fix scrollToBottom ignoring scroll behavior by @ScarletKuro in #9134 - EventManager: Fix JsonSerializerOptions instances cannot be modified. by @ScarletKuro in #8979 - CssBuilder, StyleBuilder: Fix method with optional parameter is hidden by overload by @ScarletKuro in #8769 - MudRTLProvider: Use ParameterState by @ScarletKuro in #8765 - MudPageContentNavigation: Fix automatic highlighting of centered section by @epithet in #8711 - MudHidden: Use ParameterState framework. by @ScarletKuro in #8508
                                                                                                                                                                                                                                                                                                                                                                Misc
                                                                                                                                                                                                                                                                                                                                                                  - SourceGenerator: Code improvements by @xC0dex in #9061 - TaskExtensions: Rename AndForget() to CatchAndLog() by @henon in #8950 - MudComponentBase: UserAttributes cannot be null by @ScarletKuro in #8680
                                                                                                                                                                                                                                                                                                                                                                  Accessibility
                                                                                                                                                                                                                                                                                                                                                                    - Docs: Fix regressions in v7 by @danielchalmers in #9206 - Docs: Improve accessibility for screen readers by @danielchalmers in #9075 - Docs: App bar tweaks to align with v6 & Accessibility by @danielchalmers in #8879 - MudFocusTrap: Don't hide focusable elements from accessibility tree by @danielchalmers in #9095 - Various components: Improve localization and ARIA by @danielchalmers in #9071 - MudText: Ability to control which HTML tag is used by @danielchalmers in #8916 - MudLink, MudPagination, MudSnackbarElement: Improve accessibility by @danielchalmers in #9064 - Progress: Improve accessibility by @danielchalmers in #9060 - MudCollapse, MudStack, MudToolbar: Improve accessibility by @danielchalmers in #9059 - Rating, ToggleGroup: Improve accessibility by @danielchalmers in #9058 - MudFocusTrap, MudFlexBreak, MudIcon, MudSpacer: Improve accessibility by @danielchalmers in #9007 - MudAvatar, MudAvatarGroup, MudBadge: Improve accessibility by @danielchalmers in #8986 - MudAlert, MudToggleIconButton, MudChip: Improve accessibility by @danielchalmers in #8966 - Accessibility: Specify website language by @danielchalmers in #8843 - Navigation: Improve accessibility (#4651, #4755, #4756) by @igotinfected in #8684 - MudNavMenu: Use `nav` instead of `div` for better accessibility by @igotinfected in #8674
                                                                                                                                                                                                                                                                                                                                                                    Docs
                                                                                                                                                                                                                                                                                                                                                                      - Docs: Update v7 announcement date by @danielchalmers in #9272 - Docs: Use same expand icon in nav menu by @danielchalmers in #9233 - Docs: Full fetched -\> Fully-fledged by @doxxx in #9198 - Docs: Improve MudTreeView server data example by splitting off server data by @henon in #9195 - Docs: Add another level of depth to the MudTreeView ServerData example by @henon in #9192 - Docs: Link to the related pull request on Release page by @Nickztar in #9110 - Docs: Remove alias Hiliter for Highlighter by @Olivervesth in #9088 - Docs: clean up file upload example by @igotinfected in #9036 - Docs: Announcement and roadmap for v7 GA by @danielchalmers in #9027 - Docs: MudDataGrid: Added XML Documentation for Public Members by @jperson2000 in #9000 - Docs: Update List Docs to replace Clickable with ReadOnly by @digitaldirk in #8981 - Docs: MudDrawer: Added XML Documentation for Public Members by @jperson2000 in #8955 - Docs: Refactor API Documentation Generator by @jperson2000 in #8903 - Docs: MudColorPicker: Added XML Documentation for Public Members by @jperson2000 in #8872 - Docs: Standard Language for XML Documentation for Previously Documented Classes by @jperson2000 in #8870 - Docs: MudButtonGroup/MudCard/MudCarousel/MudChart: Added XML Documentation for Public Members by @jperson2000 in #8810 - Docs: Fix MudDateRangePicker editable example by @birdalicious in #8806 - Docs: Fix missing binding in TimePicker example by @birdalicious in #8804 - Docs: Don't auto-focus search bar to allow keyboard navigation by @danielchalmers in #8786 - Docs: MudBadge/MudBreadcrumbs/MudButton: Added XML Documentation for Public Members by @jperson2000 in #8776 - Docs: Fix DataGridAggregationExample by @ScarletKuro in #8772 - Docs: Add note about `Accept` filter for `FileUpload` by @igotinfected in #8766 - Docs: Weight search toward closer matches for more accurate results by @danielchalmers in #8761 - Docs: Fix landing page not shrinking top section subtitle by @danielchalmers in #8757 - Docs: Revise v7 development announcement by @danielchalmers in #8756 - Docs: Use nameof in remaining cases of SectionContent.Code by @danielchalmers in #8747 - Docs: Misc refinements (April 16) by @danielchalmers in #8720 - Docs: Revert landing page search bar to icon by @danielchalmers in #8704 - Docs: Change DisableElevation to DropShadow by @ScarletKuro in #8703 - Docs: Cookie prompt style changes by @danielchalmers in #8696 - Docs: Make code copy button always visible by @danielchalmers in #8686 - Docs: Improve navigation UX & Several misc tweaks by @danielchalmers in #8682 - Docs: Update roadmap for v7 previews by @danielchalmers in #8681 - Docs: Fancify dialog styling example by @danielchalmers in #8668 - Docs: Add TitleContent to first Dialog example for completeness by @henon in #8663 - Docs: Merge nav menu links between all pages by @danielchalmers in #8655 - Docs: Improve appbar UX by @danielchalmers in #8643 - Docs: Fix Error When Creating Solution From MudBlazor Template in .NET 8 (#8546) by @jperson2000 in #8641 - Docs: Fix DarkLightMode button out of sync by @danielchalmers in #8638 - Docs: Fix contributor GitHub icon colors in dark mode by @Anu6is in #8633 - Docs: Add missing spaces in aliases and register Expander for Collapse by @danielchalmers in #8631 - Docs: Add danielchalmers and jperson2000 to Contributors by @danielchalmers in #8621 - Docs: Ignore case in search by @danielchalmers in #8614 - Docs: Cookie consent. by @ScarletKuro in #8602 - Docs: remove dead code in IconPage. by @ScarletKuro in #8600 - Docs: Fix link targets not working because of typo in property name by @danielchalmers in #8573 - Docs: Fix Regex by @ScarletKuro in #8544 - Docs: Style refinements & Always show search bar by @danielchalmers in #8515 - Docs: Replace notification with one for v7 & Don't hide read ones by @danielchalmers in #8505 - Docs: Fix binding regressions in examples by @danielchalmers in #8494 - Docs: Fix Color Picker example usage #8444 by @Malgorad in #8445 - Docs: Add Overline to Customization/Typography by @danielchalmers in #8432 - Docs: Replace obsolete usage, Fix typos, Use nameof in SectionContent.Code by @danielchalmers in #8422 - MudTable: Add XML Documentation for Public Members by @jperson2000 in #9189 - MudElement-MudFocusTrap: Add XML Documentation for Public Members by @jperson2000 in #9154 - MudDialog: Added XML Documentation for Public Members by @jperson2000 in #9096 - MudDialog: When content exceeds hight scroll only content, not title and action buttons by @epithet in #8785 - MudDivider/MudDrawer/MudDropZone: Add XML Documentation for Public Members by @jperson2000 in #9116 - MudPicker: Added XML Documentation for Public Members by @jperson2000 in #9048 - Installation: Update Add font and sytle references section by @Qwertyluk in #8969 - WasmHost / Examples.Data: Add nullable annotation. by @ScarletKuro in #8963 - Tests: Add support for specifying generic type parameters per component and remove class T by @ArieGato in #8962 - MudAutocomplete: Add XML Documentation for Public Members by @jperson2000 in #8701 - MudCheckBox/MudChip/MudChipSet/MudCollapse: Added XML Documentation for Public Members by @jperson2000 in #8829 - MudProgressLinear: fix XMLDoc of Value parameter by @markushaslinger in #8803 - MudAlert: Add XML Documentation for Public Members by @jperson2000 in #8618 - MudAvatar*: Added XML Documentation for Public Members by @jperson2000 in #8732 - MudBase*: Added XML Documentation for Public Members by @jperson2000 in #8721 - MudAppBar: Add XML Documentation for Public Members by @jperson2000 in #8640 - RenderQueueService: Changed From Singleton to Scoped by @jperson2000 in #8627 - ListColorExample: Fix color two way binding by @ScarletKuro in #8606 - CONTRIBUTING.md: Fix code sample by @ScarletKuro in #8601 - Optimization: Make PeriodicTableService a Singleton Service by @jperson2000 in #8582 - MudBaseSelectItem: Clarify OnClick behavior in respect to Href by @danielchalmers in #8425 - Column: Fix Sortable parameter documentation by @Qwertyluk in #8418
                                                                                                                                                                                                                                                                                                                                                                      Build
                                                                                                                                                                                                                                                                                                                                                                        - Build: Add LangVersion latest property by @xC0dex in #9191 - Build: Remove "Use primary constructor" suggestion by @mikes-gh in #9179 - Build: Update dotnet libs by @mikes-gh in #9178 - Build: Use latest github actions by @xC0dex in #9173 - Build: Remove AssemblyVersion and PackageVersion by @xC0dex in #9155 - Build: Update dotnet runtime libs by @mikes-gh in #8978 - Build: Fix invalid version string in assembly info for dotnet pack by @mikes-gh in #8968 - Build: Ignore version format check for assembly attribute by @mikes-gh in #8847 - Build: Use GitHub README for NuGet package by @danielchalmers in #8755 - Build: Ask for PRs to be labeled under only one category by @danielchalmers in #8708 - Build: Add Documentation PR type by @danielchalmers in #8689 - Build: Update wording for Issue and PR templates by @danielchalmers in #8595 - Build: Fix trim warnings when using dotnet format by @mikes-gh in #8518 - Build: Build and test all branches by @mikes-gh in #8469 - Build: Update copyright year, Exclude revision in informational version by @danielchalmers in #8431 - Snackbar: Make tests less flaky by @danielchalmers in #9074 - Snackbar: Improve reliability of `InterruptTransitions` test by @danielchalmers in #8929 - Tests: fix slider tests failing on certain cultures by @henon in #8949 - Tests: Clean up DOM references from recent PRs by @igotinfected in #8763 - Tests: Fix flaky ThrottleDispatcherTests by @ScarletKuro in #8612 - Tests: Fix ScrollToTopTests by @ScarletKuro in #8507 - Build(deps): Bump AspNetCore.SassCompiler from 1.72.0 to 1.74.1 in /src by @dependabot[bot] in #8609 - Build(deps): Bump ReportGenerator from 5.2.2 to 5.2.4 in /src by @dependabot[bot] in #8465 - Code Quality: Various refactorings by @danielchalmers in #8550 - Code Quality: dotnet format by @mikes-gh in #8523 - Code Quality: Remove Console message and unnecessary assignment. by @mikes-gh in #8519 - Refactor: Use regular expression source generator by @jperson2000 in #8533 - Refactor: Remove ICommand by @ScarletKuro in #8436 - Code Cleanup: Improved Performance of MudComponentBase, ResizeObserver, and EventListener by @jperson2000 in #8526 ## Contributors Thank you to all the users who contributed to v7: @danielchalmers, @ScarletKuro, @henon, @jperson2000, @igotinfected, @mikes-gh, @xC0dex, @ralvarezing, @digitaldirk, @Anu6is, @ArieGato, @KapustinVadim1991, @Yomodo, @meenzen, @mckaragoz, @birdalicious, @epithet, @Qwertyluk, @dependabot[bot], @dennisrahmen, @ZephyrZiggurat, @belucha, @doxxx, @Nickztar, @Olivervesth, @Malgorad, @markushaslinger, @Int32Overflow, @biegehydra, @Jimmys20, @MihFig, @thedude61636, @kev-andrews, @peterthorpe81, @rmoroz20, @aditya119, @timlunev, @alexkleinwaechter, @mueller-marcel, @Lyrapuff, @djflan, @truongdatnhan, @JonasPerleryd, @Taylan2020, @Alerinos, @dhess-dev, @ajahangard, @LiZzeira, @jorisBarkema, @radderz, @BenMcLean, @neozhu, @BieleckiLtd. ## New Contributors Thank you to the new contributors who submitted their first PR in v7: @Alerinos, @BenMcLean, @JonasPerleryd, @KapustinVadim1991, @Lyrapuff, @Malgorad, @MihFig, @Nickztar, @Olivervesth, @aditya119, @alexkleinwaechter, @birdalicious, @dhess-dev, @djflan, @doxxx, @epithet, @jorisBarkema, @kev-andrews, @markushaslinger, @mueller-marcel, @neozhu, @radderz, @rmoroz20, @thedude61636, @timlunev, @truongdatnhan. Full Changelog: v6.19.1...v7.0.0
                                                                                                                                                                                                                                                                                                                                                                        Version v6.21.0

                                                                                                                                                                                                                                                                                                                                                                        Released on تیر 16, 1403

                                                                                                                                                                                                                                                                                                                                                                        ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                        Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                          * MudForm: Support `For` expressions refering to non-nullable properties by @lieszkol in https://github.com/MudBlazor/MudBlazor/pull/9180
                                                                                                                                                                                                                                                                                                                                                                          Other Changes
                                                                                                                                                                                                                                                                                                                                                                            * Code quality: Fix using order by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9216 * Build: Fix trim warnings when using dotnet format by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9217 ## New Contributors * @lieszkol made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9180 Full Changelog: v6.20.0...v6.21.0
                                                                                                                                                                                                                                                                                                                                                                            Version v7.0.0-rc.2

                                                                                                                                                                                                                                                                                                                                                                            Released on تیر 01, 1403

                                                                                                                                                                                                                                                                                                                                                                            ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                            New Features
                                                                                                                                                                                                                                                                                                                                                                              * MudDialog: Add nullable annotation by @xC0dex in https://github.com/MudBlazor/MudBlazor/pull/9146 * Add a Roslyn analyzer to detect parameter/attribute issues by @peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/9031 * MudBaseInput components: add helper text reference to `aria-describedby` attribute by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/9193
                                                                                                                                                                                                                                                                                                                                                                              Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                * FileUpload: fix issue with file picker not opening in Safari with Blazor Server (#9148) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/9157 * FileUpload: fix uploading same file before and after clearing the input on chromium browsers (#9082) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/9139 * ComponentBase, Field, DateRangePicker: fix unreliable field id by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/9174 * Popover: Allow panning by touch by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9208 * MudFormComponent: call base OnParametersSet by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9225 * Components: Add missing base OnParametersSet by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9226 * MudDataGrid: Add correct class to the th element in HeaderCell by @Jimmys20 in https://github.com/MudBlazor/MudBlazor/pull/9203 * Fix bug in parameter analyzer by @peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/9229 ## New Contributors * @doxxx made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9198 Full Changelog: v7.0.0-rc.1...v7.0.0-rc.2
                                                                                                                                                                                                                                                                                                                                                                                Version v7.0.0-rc.1

                                                                                                                                                                                                                                                                                                                                                                                Released on خرداد 21, 1403

                                                                                                                                                                                                                                                                                                                                                                                ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                Breaking Changes
                                                                                                                                                                                                                                                                                                                                                                                  * Buttons: Remove unnecessary `Title`, `AriaLabel` properties by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9098 * MudTreeView: Change type of Items and ServerData to use TreeItemData by @henon in https://github.com/MudBlazor/MudBlazor/pull/9151 * DataGrid: Change default values of TemplateColumn by @dennisrahmen in https://github.com/MudBlazor/MudBlazor/pull/9142
                                                                                                                                                                                                                                                                                                                                                                                  New Features
                                                                                                                                                                                                                                                                                                                                                                                    * MudTabPanel: Allow icon color to be set from panel by @djflan in https://github.com/MudBlazor/MudBlazor/pull/9001 * Various components: Improve localization and ARIA by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9071 * MudTabs: add WrapHeaders by @ZephyrZiggurat in https://github.com/MudBlazor/MudBlazor/pull/9108 * ParameterState: Make more meaningful names and add verify method by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9141 * Datagrid: Add NumberFormat and NumberCulture to AggregateDefinition (#9112) by @alexkleinwaechter in https://github.com/MudBlazor/MudBlazor/pull/9120 * BrowserViewportService: Allow ReportRate of 0 to disable debounce by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9145
                                                                                                                                                                                                                                                                                                                                                                                    Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                      * MudDataGrid: Fix column resizing in RTL (#6965) by @thedude61636 in https://github.com/MudBlazor/MudBlazor/pull/9073 * MudFocusTrap: Don't hide focusable elements from accessibility tree by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9095 * MudDataGrid: Fixed serverData + virtualization bug (#5664) by @KapustinVadim1991 in https://github.com/MudBlazor/MudBlazor/pull/9086 * MudNavGroup: Fix NavigationContext not updating on Expanded by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9101 * MudSwitch: Add missing right margin by @ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/9102 * mudScrollManager.js: Fix scrollToBottom ignoring scroll behavior by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9134 * MudNavLink: Fix exception doesn't flow to ErrorBoundary. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9138 * DateRangePicker: fix `Underline` parameter not working (#9124) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/9140 * MudDataGrid: Refresh grouping after InvokeServerLoadFunc, ExpandAllGroups, CollapseAllGroups by @MihFig in https://github.com/MudBlazor/MudBlazor/pull/9150 ## New Contributors * @djflan made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9001 * @thedude61636 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9073 * @Olivervesth made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9088 * @Nickztar made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9110 * @alexkleinwaechter made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9120 * @MihFig made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9150 Full Changelog: v7.0.0-preview.4...v7.0.0-rc.1
                                                                                                                                                                                                                                                                                                                                                                                      Version v7.0.0-preview.4

                                                                                                                                                                                                                                                                                                                                                                                      Released on خرداد 07, 1403

                                                                                                                                                                                                                                                                                                                                                                                      ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                      Breaking Changes
                                                                                                                                                                                                                                                                                                                                                                                        * Autocomplete: Give async methods Async suffix by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8990 * Replace mouse events with pointer events in applicable components by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8974 * Remove MudSparkline component by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9008 * MudMessageBox: Use ParameterState framework by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9014 * Fix DefaultConverter.DefaultCulture by @zerox981 in https://github.com/MudBlazor/MudBlazor/pull/9045
                                                                                                                                                                                                                                                                                                                                                                                        New Features
                                                                                                                                                                                                                                                                                                                                                                                          * MudRating: Added optional parameters for Full and Empty Icon Color by @nejckikelj in https://github.com/MudBlazor/MudBlazor/pull/5463 * MudAlert, MudToggleIconButton, MudChip: Improve accessibility by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8966 * Palette: Make all properties `virtual` & Improve docs by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8987 * MudAvatar, MudAvatarGroup, MudBadge: Improve accessibility by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8986 * MudFocusTrap, MudFlexBreak, MudIcon, MudSpacer: Improve accessibility by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9007 * MudChart: Add TimeSeries line and area chart components by @radderz in https://github.com/MudBlazor/MudBlazor/pull/8973 * MudColorPicker, MudBaseDatePicker, MudTimePicker: Add localizable labels by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9022 * MudColor: Add uint support. by @BenMcLean in https://github.com/MudBlazor/MudBlazor/pull/9037 * MudIcon: Add font icon support with additional syntax by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9026 * DataGrid: ServerData with Virtualization by @KapustinVadim1991 in https://github.com/MudBlazor/MudBlazor/pull/9019 * ParameterState: Solve inheritance problem (Solution 2) by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9033 * TimeSeriesChart: Add time label format option for time series chart by @jorisBarkema in https://github.com/MudBlazor/MudBlazor/pull/9049 * MudText: Revert removal of parameter Inline by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/9065 * MudCollapse, MudStack, MudToolbar: Improve accessibility by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9059 * Rating, ToggleGroup: Improve accessibility by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9058 * MudLink, MudPagination, MudSnackbarElement: Improve accessibility by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9064
                                                                                                                                                                                                                                                                                                                                                                                          Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                            * MudMask: Remove CatchAndLog usage by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8970 * EventManager: Fix JsonSerializerOptions instances cannot be modified. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8979 * MudTooltip: Use ParameterState framework by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8972 * MudNavGroup: Use ParameterState framework by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8980 * DatePicker: default OpenTo to Year when both FixDay and FixMonth are provided by @ZephyrZiggurat in https://github.com/MudBlazor/MudBlazor/pull/8932 * MudDataGrid: Removed Unused "Row" Class by @jperson2000 in https://github.com/MudBlazor/MudBlazor/pull/9002 * MudMessageBox: Fix `visible` should be `Visible` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9010 * MudThemeProvider: Wrap JS in a try-catch by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9042 * Dialog: Revert #8964 (Fix possible deadlock) by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9030 * MudRating: Fix Color regression #5463 by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/9069
                                                                                                                                                                                                                                                                                                                                                                                            Other Changes
                                                                                                                                                                                                                                                                                                                                                                                              * Progress: Improve accessibility by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/9060 ## New Contributors * @nejckikelj made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5463 * @radderz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8973 * @BenMcLean made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9037 * @KapustinVadim1991 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9019 * @zerox981 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9045 * @jorisBarkema made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/9049 Full Changelog: v7.0.0-preview.3...v7.0.0-preview.4
                                                                                                                                                                                                                                                                                                                                                                                              Version v6.20.0

                                                                                                                                                                                                                                                                                                                                                                                              Released on خرداد 14, 1403

                                                                                                                                                                                                                                                                                                                                                                                              ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                              New Features
                                                                                                                                                                                                                                                                                                                                                                                                * ParameterState: Add optional IEqualityComparer by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8416 * Progress: Use ParameterState framework. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8433
                                                                                                                                                                                                                                                                                                                                                                                                Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                  * MudDialog: Fix some params not passed when inline by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8424 * MudOverlay: Fix two way binding with AutoClose=true by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8513 Full Changelog: v6.19.1...v6.20.0
                                                                                                                                                                                                                                                                                                                                                                                                  Version v7.0.0-preview.3

                                                                                                                                                                                                                                                                                                                                                                                                  Released on اردیبهشت 25, 1403

                                                                                                                                                                                                                                                                                                                                                                                                  ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                  Breaking Changes
                                                                                                                                                                                                                                                                                                                                                                                                    * MudAutocomplete: `ItemDisabledTemplate` and `ItemSelectedTemplate` will now display even if `ItemTemplate` is not defined. by @digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/8913 * Standardise the use of `Hidden` and `HiddenChanged` by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/8952 * MudGrid: Refactor and normalize spacing system by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8910
                                                                                                                                                                                                                                                                                                                                                                                                    New Features
                                                                                                                                                                                                                                                                                                                                                                                                      * MudGlobal: Add `InputDefaults.ShrinkLabel` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8935 * Utilities: Increase max spacing/gap to `20` from `16` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8943 * MudPopover: Add DropShadow property by @Yomodo in https://github.com/MudBlazor/MudBlazor/pull/8938 * MudContainer: Add `Gutters` property by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8934 * MudListItem: SecondaryText Feature by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/8921 * WasmHost / Examples.Data: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8963
                                                                                                                                                                                                                                                                                                                                                                                                      Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                        * MudMenu: Forward DropShadow property by @Yomodo in https://github.com/MudBlazor/MudBlazor/pull/8953 * MudTreeviewItem: Fix checkbox in multi-selection mode by @henon in https://github.com/MudBlazor/MudBlazor/pull/8948 * MudDrawer: Improve breakpoint logic by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8941 * MudCard: Fix content not filling remaining space by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8933 * MudDataGrid: Apply Footer/Header Style Funcs by @kev-andrews in https://github.com/MudBlazor/MudBlazor/pull/8853 * TreeView: Update parent selection on item click in multi-selection mode by @henon in https://github.com/MudBlazor/MudBlazor/pull/8957 * Dialog: Fix possible deadlock by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8964
                                                                                                                                                                                                                                                                                                                                                                                                        Other Changes
                                                                                                                                                                                                                                                                                                                                                                                                          * Tests: fix slider tests failing on certain cultures by @henon in https://github.com/MudBlazor/MudBlazor/pull/8949 ## New Contributors * @kev-andrews made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8853 Full Changelog: v7.0.0-preview.2...v7.0.0-preview.3
                                                                                                                                                                                                                                                                                                                                                                                                          Version v7.0.0-preview.2

                                                                                                                                                                                                                                                                                                                                                                                                          Released on اردیبهشت 20, 1403

                                                                                                                                                                                                                                                                                                                                                                                                          ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                          Breaking Changes
                                                                                                                                                                                                                                                                                                                                                                                                            * MudDrawer: Fix initialization behaviour, use ParameterState, remove PreserveOpenState by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8833 * TreeViewItem: Throw exception when ItemTemplate is misconfigured by @Taylan2020 in https://github.com/MudBlazor/MudBlazor/pull/8867 * Standardise the use of `Visible` by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/8832 * MudIcon: Fix icon color when disabled by @dennisrahmen in https://github.com/MudBlazor/MudBlazor/pull/8869 * ToggleGroup: Replace `Dense` with `Size` & Use relative scaling by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8676 * MudListItem and MudMenuItem: Render as anchor with"Href" property (#1717) by @belucha in https://github.com/MudBlazor/MudBlazor/pull/8649 * MudSlider: Add nullable value parameter by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8881 * Standardise the use of `Selected` and `SelectedChanged` by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/8886 * Standardise the use of `ItemDisabled` by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/8887 * Standardise the use of `Active` by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/8888 * Standardise the use of `Open` and `OpenChanged` by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/8891 * Standardise the use of `Editable` by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/8892 * MudText: Ability to control which HTML tag is used by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8916 * Dialog: Fix visibility of inline dialogs using Show method by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8925
                                                                                                                                                                                                                                                                                                                                                                                                            New Features
                                                                                                                                                                                                                                                                                                                                                                                                              * ParameterState: Make it public available by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8868 * MudDataGrid: Add ICloneStrategy by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8851 * MudGrid: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8900 * MudTooltip: Add Disabled parameter by @Yomodo in https://github.com/MudBlazor/MudBlazor/pull/8876 * MudTable: Add ability to control which rows are editable by @biegehydra in https://github.com/MudBlazor/MudBlazor/pull/8873 * MudForm: Add `Spacing` property by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8880 * MudTable: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8926
                                                                                                                                                                                                                                                                                                                                                                                                              Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                * MudAlert: Fix content alignment issue #8734 by @neozhu in https://github.com/MudBlazor/MudBlazor/pull/8735 * MudRipple: Fix ripple conditions by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/8866 * MudRating: Use ParameterState framework by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8877 * MudRating: make HandleKeyDown async Task by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8883 * MudText: Return subtitle1 and subtitle2 to block elements (`p`) by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8899 * Button: Revert sticky focus style by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8767 * MudInputControl: Fix nested `
                                                                                                                                                                                                                                                                                                                                                                                                                ` inside `

                                                                                                                                                                                                                                                                                                                                                                                                                ` by @truongdatnhan in https://github.com/MudBlazor/MudBlazor/pull/8871 * MudDatePicker: Fix GoToDate with Persian calendar by @ajahangard in https://github.com/MudBlazor/MudBlazor/pull/8909 * MudIcon: Add `role="img"` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8915 * Autocomplete: Treat all ways of closing overlay the same by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8914

                                                                                                                                                                                                                                                                                                                                                                                                                Other Changes
                                                                                                                                                                                                                                                                                                                                                                                                                  * MudTable: add QuickColumns as illegal parameter by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8930 ## New Contributors * @neozhu made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8735 * @Taylan2020 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8867 * @creed-maxeta made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5343 * @biegehydra made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8873 * @truongdatnhan made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8871 Full Changelog: v7.0.0-preview.1...v7.0.0-preview.2
                                                                                                                                                                                                                                                                                                                                                                                                                  Version v7.0.0-preview.1

                                                                                                                                                                                                                                                                                                                                                                                                                  Released on اردیبهشت 12, 1403

                                                                                                                                                                                                                                                                                                                                                                                                                  ## What's Changed Note: This Migration Guide #8447 should help you get your code ready for v7.0.0. If migration is too much work for you, you can keep using v6.x.x as long as the community maintains it with bug fixes and .net version upgrade PRs.
                                                                                                                                                                                                                                                                                                                                                                                                                  Breaking Changes
                                                                                                                                                                                                                                                                                                                                                                                                                    * Refactor: Remove ICommand by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8436 * FileUpload: Fix top margin CSS by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8438 * MudBreadcrumbs: Change from List to IReadOnlyList by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8439 * MudExpansionPanel: Use ParameterState, remove obsolete API and change to async API by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8446 * v7: Drop .NET6 as supported framework. by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8441 * MudDialogProvider: Add missing BackgroundClass (#8454) by @Alerinos in https://github.com/MudBlazor/MudBlazor/pull/8458 * DoubleExtensions: Fix typo, was DoubleExtentions by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8473 * EnumExtensions: Remove ToDescriptionString by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8474 * Various components: Remove obsolete Link in favor of Href by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8471 * Components: Remove some obsolete Parameters and Tests by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8475 * Dialog: Rename ClassContent and ClassActions parameters by @ArieGato in https://github.com/MudBlazor/MudBlazor/pull/8481 * MudAutocomplete: Remove SearchFuncWithCancel, Add CancellationToken to SearchFunc by @jperson2000 in https://github.com/MudBlazor/MudBlazor/pull/8490 * MudTable: Add CancellationToken into ServerData Function for Cancelable Requests by @jperson2000 in https://github.com/MudBlazor/MudBlazor/pull/8407 * MudBaseInput: Remove obsoleted KeyPress related APIs by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8476 * Components: Remove some obsoleted methods by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8477 * Theming: Replace all "Grey" spellings with "Gray" by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8452 * MudText: Replace h6 with span for subtitle typos (#6059) by @tpmccrary in https://github.com/MudBlazor/MudBlazor/pull/6061 * Palette: Make abstract & Rename to PaletteLight in MudTheme and make type PaletteLight by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8453 * Update icons and remove obsolete API by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8421 * MudChip and MudChipset: Support Generic by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/4342 * MudDataGrid: Fix grouping for bound and unbound scenarios using ParameterState by @peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/8463 * Menu: Improve touch support & Merge OnTouch,OnAction into OnClick by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8492 * Input: Don't add margin-top when input has no Label by @ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/8540 * MudDataGrid: Respect indeterminate state in select-all checkboxes by @Qwertyluk in https://github.com/MudBlazor/MudBlazor/pull/8317 * Several Components: Remove obsolete API by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8564 * MudTabs: Rename toolbar to tabbar in C# and CSS by @henon in https://github.com/MudBlazor/MudBlazor/pull/8569 * Various Components: Rename DisableRipple to Ripple by @henon in https://github.com/MudBlazor/MudBlazor/pull/8571 * Chip: Don't apply hover or focus effect if not clickable and allow text selection by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8598 * MudExpansionPanels: Rename `DisableBorders` to `Outlined` by @henon in https://github.com/MudBlazor/MudBlazor/pull/8593 * Chip: Remove special palette variables by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8599 * Various Components: Rename DisableGutters to just Gutters by @henon in https://github.com/MudBlazor/MudBlazor/pull/8580 * MudList: Generic MudList and other improvements by @henon in https://github.com/MudBlazor/MudBlazor/pull/8613 * ToggleGroup: Rename Outline to Outlined & Internal cleanup by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8616 * Alert: Remove AlertTextPosition by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8637 * MudAvatar: Remove Obsolete Image Property by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/8648 * Various Components: Rename `DisableElevation` to `DropShadow` by @henon in https://github.com/MudBlazor/MudBlazor/pull/8592 * Various Components: Rename DisableUnderLine to Underline by @henon in https://github.com/MudBlazor/MudBlazor/pull/8591 * MudDataGrid: Rename `DisableRowsPerPage` to `PageSizeSelector` by @henon in https://github.com/MudBlazor/MudBlazor/pull/8662 * MudMenu: Improve Encapsulation, public API is now Async by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8634 * MudListItem: Replace Avatar and AvatarClass with AvatarContent by @henon in https://github.com/MudBlazor/MudBlazor/pull/8677 * MudNavMenu: Use `nav` instead of `div` for better accessibility by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/8674 * MudTreeView: Use ParameterState and rewrite selection logic from scratch + new features by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8661 * MudChipSet: use `SelectionMode` instead of `MultiSelect` and `Mandatory` by @henon in https://github.com/MudBlazor/MudBlazor/pull/8722 * MudSlider: Use ParameterState and generic math by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8745 * Standardise the use of `Expanded`, `Expandable`, `IsExpanded` and `IsExpandable` by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/8718 * MudTreeView: Move checkbox icon customization from item to treeview by @henon in https://github.com/MudBlazor/MudBlazor/pull/8750 * Standardise the use of `IsEnabled` and `Enabled` by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/8764 * MudCheckBox, MudRadio, MudSwitch: Fix shouldn't hover when ReadOnly and rename UncheckedColor by @henon in https://github.com/MudBlazor/MudBlazor/pull/8759 * FileUpload: Rewrite using `ActivatorContent` pattern by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/8694 * Snackbar: Remove MarkupString capability from Add(string message…) and add Add(MarkupString message…) (#8146) by @Conman-123 in https://github.com/MudBlazor/MudBlazor/pull/8156 * ButtonGroup: Add `FullWidth`, Rename `VerticalAlign` to `Vertical` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8798 * Standardise the use of `Checked`, `CheckedChanged` and `Checkable` by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/8825 * Rename remaining Disable... properties by @henon in https://github.com/MudBlazor/MudBlazor/pull/8826 * MudList: Implement selection modes Single-, Toggle- and MultiSelection by @henon in https://github.com/MudBlazor/MudBlazor/pull/8775
                                                                                                                                                                                                                                                                                                                                                                                                                    New Features
                                                                                                                                                                                                                                                                                                                                                                                                                      * ParameterState: Add optional IEqualityComparer by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8416 * Progress: Use ParameterState framework. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8433 * Snackbar: Only allow action invoke once, Add button classes, Add ForceClose by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8383 * MudRipple: Follow theme colors and improve visibility (#8072) by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/8460 * MudToggleGroup and MudToggleItem: Add Disabled parameter (#8367) by @candritzky in https://github.com/MudBlazor/MudBlazor/pull/8377 * MudStack: Add parameter StretchItems to have certain children fill space by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/8545 * ParameterState: Add GetState extension by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8450 * MudTable: Add ContainerStyle and ContainerClass parameters by @Etav99 in https://github.com/MudBlazor/MudBlazor/pull/6031 * MudList: Add Nullable and use ParameterState by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8297 * Color Picker: Drag smoothly by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8576 * MudMenu: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8632 * MudBaseInput: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8635 * MudDataGridPager: Add ShowNavigation and ShowPageNumber by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/8363 * ParameterState: Func Comparer, implicit operator support by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8629 * Buttons: Make Title a base property by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8630 * Global: Add transition duration and delay options by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8651 * MudCheckBox: Add state CSS classes for easier testing by @henon in https://github.com/MudBlazor/MudBlazor/pull/8699 * ParameterState: Add scope registration, lock mechanism, ComponentBaseWithState by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8683 * MudTreeView: Add ripple effect (#8570) by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/8669 * TreeView: Add disabled style by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8707 * MudVirtualize: Sync With Native Virtualize Parameters by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/8700 * MudBaseInput: match `input`s `id` with `label`'s `for` attribute (#6249, #6460) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/8672 * ParameterState: Improve hot swappable IEqualityComparer system by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8739 * MudTabs: Add ActiveTabClass for better customization by @mueller-marcel in https://github.com/MudBlazor/MudBlazor/pull/8698 * Menu: Add `AriaLabel` property (#5783) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/8710 * Input: Add `required` and `aria-required` attributes (#5437) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/8691 * MudSlider: Add ValueLabelStringFormat, ValueLabelCultureInfo, ValueLabelContent by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8760 * MudTreeView: Add AutoExpand, ExpandAll() and CollapseAll() by @henon in https://github.com/MudBlazor/MudBlazor/pull/8762 * New Component: Add MudFlexBreak component for forcing flex items onto a new line by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8748 * MudAutocomplete: Open menu on focus, Rename `ToggleMenu` to `ToggleMenuAsync` by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8758 * Inputs: Add typography customization by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8754 * Globals: Add `DialogDefaults.DefaultFocus`, Consolidate others to their own static classes by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8831
                                                                                                                                                                                                                                                                                                                                                                                                                      Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                        * MudDialog: Fix some params not passed when inline by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8424 * ParameterState: Fix when subscribing only to EventCallback by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8457 * Tests: Fix ScrollToTopTests by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8507 * MudDateRangePicker: Add missing properties: PlaceholderStart/End and SeparatorIcon by @gaplin in https://github.com/MudBlazor/MudBlazor/pull/6431 * DataGrid : Fix sorting when there is Header row (#7645) by @timlunev in https://github.com/MudBlazor/MudBlazor/pull/8504 * MudHidden: Use ParameterState framework. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8508 * Snackbar: Fix type class not taking into account per-snackbar options by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8423 * Theme: Replace Palette to PaletteLight by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8514 * MudOverlay: Fix two way binding with AutoClose=true by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8513 * MudTextField: Remove last remaining reference to KeyPress by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8516 * DateRangePicker: Fix tests - update selected range to use future dates by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/8543 * Table: Fix selection loss when applying filters and using Items property by @ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/8538 * DataGrid: Fix row filter not working when columns are reordered. by @andrew2984 in https://github.com/MudBlazor/MudBlazor/pull/8400 * FocusTrap: Fix outline focus by @LiZzeira in https://github.com/MudBlazor/MudBlazor/pull/7835 * MudTabs: Fix overflow when using high border radius values by @Lyrapuff in https://github.com/MudBlazor/MudBlazor/pull/8561 * MudSelect: Fix Un-SelectAll with Disabled MudSelectItems (#8420) by @JonasPerleryd in https://github.com/MudBlazor/MudBlazor/pull/8459 * Code Cleanup: Improved Performance of MudComponentBase, ResizeObserver, and EventListener by @jperson2000 in https://github.com/MudBlazor/MudBlazor/pull/8526 * MudColor: Add XML comments and make it serializable with STJ / NewtonsoftJson by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8579 * DataGrid: Fix empty footer row when using `SelectColumn` with `ShowInFooter=false` by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/7747 * MudButton: fix focus style button when open dialog by @LiZzeira in https://github.com/MudBlazor/MudBlazor/pull/8575 * MudAutocomplete: Fix missing margin-top when label is set by @ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/8623 * ToggleGroup: Fix border rounding overflow on selected item by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8652 * DateRangePicker: Fix margin top missing when label is set by @ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/8688 * Various components: Prevent panning page by touch by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8394 * MudSlider: Center track tick labels by @DennisOstertag in https://github.com/MudBlazor/MudBlazor/pull/7302 * BooleanInput: Fix form validation (#8690) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/8693 * Button: Don't apply :focus effect on mobile so it's not sticky by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8709 * MudMenu: Disable text selection in activator by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8719 * MudSlider: Fix tick count calculation for certain cases. Fixes #8713 by @digitaldirk in https://github.com/MudBlazor/MudBlazor/pull/8730 * Navigation: Improve accessibility (#4651, #4755, #4756) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/8684 * MudDialog: Fix content not stretched in fullscreen mode by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8743 * MudSelect: Revert #8309 by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8770 * CssBuilder, StyleBuilder: Fix method with optional parameter is hidden by overload by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8769 * MudRTLProvider: Use ParameterState by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8765 * MudPageContentNavigation: Fix automatic highlighting of centered section by @epithet in https://github.com/MudBlazor/MudBlazor/pull/8711 * Better Illegal Razor Parameter Runtime Detection for v7 by @henon in https://github.com/MudBlazor/MudBlazor/pull/8777 * DateRangePicker: Fix DateFormat (#8737) by @dhess-dev in https://github.com/MudBlazor/MudBlazor/pull/8779 * MudThemeProvider: Fix BL0007, avoid direct parameter writes, remove MudThemingProvider, and other improvements by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8712 * DataGrid: Remove 'Value not null' criteria for FilterDefinition by @aditya119 in https://github.com/MudBlazor/MudBlazor/pull/8706 * Autocomplete: Improve menu behavior by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8787
                                                                                                                                                                                                                                                                                                                                                                                                                        Other Changes
                                                                                                                                                                                                                                                                                                                                                                                                                          * Build: Add Documentation PR type by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8689 * Build: Ask for PRs to be labeled under only one category by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8708 * Tests: Clean up DOM references from recent PRs by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/8763 * Illegal Razor Parameter Runtime Detection for v7 by @henon in https://github.com/MudBlazor/MudBlazor/pull/8771 ## New Contributors * @Alerinos made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8458 * @jperson2000 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8490 * @tpmccrary made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6061 * @timlunev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8504 * @candritzky made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8377 * @andrew2984 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8400 * @LiZzeira made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7835 * @Lyrapuff made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8561 * @JonasPerleryd made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8459 * @Etav99 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6031 * @Malgorad made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8445 * @mueller-marcel made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8698 * @epithet made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8711 * @dhess-dev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8779 * @Conman-123 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8156 * @rafalmaciag made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8799 * @markushaslinger made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8803 * @birdalicious made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8806 * @aditya119 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8706 Full Changelog: v6.19.1...v7.0.0-preview.1
                                                                                                                                                                                                                                                                                                                                                                                                                          Version v6.19.1

                                                                                                                                                                                                                                                                                                                                                                                                                          Released on فروردین 03, 1403

                                                                                                                                                                                                                                                                                                                                                                                                                          ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                          Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                            * Docs: Add fuzzy search & Make spaces in names consistent by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8276 Full Changelog: v6.19.0...v6.19.1
                                                                                                                                                                                                                                                                                                                                                                                                                            Version v6.19.0

                                                                                                                                                                                                                                                                                                                                                                                                                            Released on فروردین 03, 1403

                                                                                                                                                                                                                                                                                                                                                                                                                            ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                            New Features
                                                                                                                                                                                                                                                                                                                                                                                                                              * MudToggleIconButton: Add DisableElevation and ClickPropagation properties by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8404 * Autocomplete: Add class templates and FoundItemsCount (and improve docs mobile search dialog) by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8362
                                                                                                                                                                                                                                                                                                                                                                                                                              Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                * MudRadio: Fix Stack overflow caused by recurrence. by @isakgamnes in https://github.com/MudBlazor/MudBlazor/pull/8412 * MudTimePicker: Double pad hours like minutes already are by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8406 * Use ActionDefault as the base for ActionDefaultHover by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8405 ## New Contributors * @isakgamnes made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8412 Full Changelog: v6.18.0...v6.18.1
                                                                                                                                                                                                                                                                                                                                                                                                                                Version v6.18.0

                                                                                                                                                                                                                                                                                                                                                                                                                                Released on فروردین 01, 1403

                                                                                                                                                                                                                                                                                                                                                                                                                                ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                Breaking Changes
                                                                                                                                                                                                                                                                                                                                                                                                                                  * DataGrid: Throw exception when ServerData and Items are supplied (#8020) by @vernou in https://github.com/MudBlazor/MudBlazor/pull/8026
                                                                                                                                                                                                                                                                                                                                                                                                                                  New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                    * Introduce ParameterState framework to facilitate parameter change logic and avoid BL0007 by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8258 * MudStack: Add Wrap Property by @skyslide22 in https://github.com/MudBlazor/MudBlazor/pull/8290 * Localization: Implement ILocalizationInterceptor by @Meduris in https://github.com/MudBlazor/MudBlazor/pull/7389 * ~~BrowserViewportService~~ & PopoverService: Decrease PoolSize and set PoolInitialFill by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8305 * Localization: Extend AbstractLocalizationInterceptor to be less specific. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8306 * DataGridRowValidator : Mark the Model property as virtual by @iDerrien in https://github.com/MudBlazor/MudBlazor/pull/7771 * Dialog: Add ClassTitle property to enable custom styling of the Title by @ArieGato in https://github.com/MudBlazor/MudBlazor/pull/8332 * MudInput: Add class when AutoGrow is enabled by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8234 * Snackbar: Keep visible while touched or hovered by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8334 * ParameterState: Call the handler once when parameters reference the same handler. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8384 * MudFileUpload: Add nullable annotation by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8392 * ParameterState: Add ParameterChangedEventArgs to get previous and current value by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8386 * MudTable: Provide contextual item data when using EditButtonContent by @stho01 in https://github.com/MudBlazor/MudBlazor/pull/6129 * MudDataGrid: Added RemoveColumn method by @Jimmys20 in https://github.com/MudBlazor/MudBlazor/pull/8288 * Input: Make AutoGrow responsive to parameters & Fix empty line after scrollbar is hidden by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8385
                                                                                                                                                                                                                                                                                                                                                                                                                                    Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                      * DatePicker: Fix PerisanCalender change year issue (#3740) by @ajahangard in https://github.com/MudBlazor/MudBlazor/pull/7484 * Fix BlockMask: Adjust Regex generation to allow a strict prefix by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/8319 * MudNumericField: Add missing ShrinkLabel by @Etzix in https://github.com/MudBlazor/MudBlazor/pull/8320 * MudLineChart: All zero series data no longer throws exception by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/8327 * MudNumericField: Fix decrementing from null value by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/8326 * MudBarChart: Single x-axis value no longer throws exception by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/8333 * Various components: Avoid re-renderings from interaction events by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8281 * MudDateRangePicker: Ignore timestamp when setting day classes by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/8342 * Fix Mistaken CSS Reordering by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/8345 * TreeView: Fix the ParameterView instance has expired. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8361 * PopoverService: Attemp to fix SemaphoreFullException by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8325 * MudDialog: Change default value of DefaultFocus to "Element" to shift the focus into the dialog. by @Etzix in https://github.com/MudBlazor/MudBlazor/pull/8366 * MudTextField: Fix scrollbars appearing with AutoGrow on scaled displays due to rounding error by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8329 * Buttons: Fix exception doesn't flow to ErrorBoundary. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8369 * BrowserViewportService: Revert #8236 AsyncKeyedLock optimization by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8372 * MudLink: Fix exception doesn't flow to ErrorBoundary. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8375 * Various components: Hide blue tap highlight that occurs on mobile by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8336 * Fix sticky hover effects on mobile by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8256 * DatePicker: Show first selected date when DatePicker is nested by @Anu6is in https://github.com/MudBlazor/MudBlazor/pull/8382
                                                                                                                                                                                                                                                                                                                                                                                                                                      Other Changes
                                                                                                                                                                                                                                                                                                                                                                                                                                        * AsyncKeyedLock: Rename folder and add link to the original source code. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8315 ## New Contributors * @skyslide22 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8290 * @iDerrien made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7771 * @ajahangard made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7484 * @Anu6is made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8319 * @ArieGato made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8332 * @stho01 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6129 * @Jimmys20 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8288 Full Changelog: v6.17.0...v6.18.0
                                                                                                                                                                                                                                                                                                                                                                                                                                        Version v6.17.0

                                                                                                                                                                                                                                                                                                                                                                                                                                        Released on اسفند 14, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                        ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                        New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                          * DialogService: Constrain Dialogs to IComponent instead of ComponentBase by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8232 * PopoverService: Improve performance by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8210
                                                                                                                                                                                                                                                                                                                                                                                                                                          Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                            * DataGrid: filter for nullable DateTime is missing in DataGridFilterMode.ColumnFilterRow mode by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8201 * MudDataGrid: Do not add duplicate filters by @0xced in https://github.com/MudBlazor/MudBlazor/pull/7594 * MudButton: Fix extra re-render by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8203 * MudColor: Fix ColorRgbDarken and ColorRgbLighten by @50c in https://github.com/MudBlazor/MudBlazor/pull/8206 * MudTable: Retain selection when using ServerData by @ralvarezing in https://github.com/MudBlazor/MudBlazor/pull/7914 * DataGrid: Fix editing of nullable values such as int? by @snakex64 in https://github.com/MudBlazor/MudBlazor/pull/8231 * MudTextField: Remove phantom scrollbars when auto grow is enabled and height is uncapped by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8235 * BrowserViewportService: Improve performance by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8236 * IScrollSpy: Fix DotNetObjectReference instance was already disposed by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8239 * Revert "MudButton: Fix hover effect remaining after touch" by @henon in https://github.com/MudBlazor/MudBlazor/pull/8247 * MudTable: Fix excessive SelectedItemsChanged callback by @Qwertyluk in https://github.com/MudBlazor/MudBlazor/pull/8266 * MudTabs: Vertical tabs headers now stretch to fill available horizontal space by @pingu2k4 in https://github.com/MudBlazor/MudBlazor/pull/8259 ## New Contributors * @0xced made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7594 * @50c made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8206 * @ralvarezing made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7914 * @Qwertyluk made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8212 * @davidxuang made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8242 * @pingu2k4 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8259 Full Changelog: v6.16.0...v6.17.0
                                                                                                                                                                                                                                                                                                                                                                                                                                            Version v6.16.0

                                                                                                                                                                                                                                                                                                                                                                                                                                            Released on بهمن 30, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                            ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                            New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                              * Add X (formerly Twitter) logo to Brands.cs by @marknoble in https://github.com/MudBlazor/MudBlazor/pull/8135 * MudBaseInput: Add "ShrinkLabel" parameter that prevents label from moving by @Etzix in https://github.com/MudBlazor/MudBlazor/pull/8131 * DataGrid: Support for sub properties editing by @snakex64 in https://github.com/MudBlazor/MudBlazor/pull/8084 * DataGrid: Add IsOpened property to CellContext (#7432) by @MarDipp in https://github.com/MudBlazor/MudBlazor/pull/7765 * MessageBox: Add "mud-message-box" class by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8189
                                                                                                                                                                                                                                                                                                                                                                                                                                              Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                * MudDynamicTabs: Fix disappearing slider with key attribute (#2816) by @gaplin in https://github.com/MudBlazor/MudBlazor/pull/8110 * MudDrawer: Opening mini drawer pushes MudMainContent to the right (#7775) by @Eagle3386 in https://github.com/MudBlazor/MudBlazor/pull/8137 * MudChart: Fix series coloring issue with more than 20 custom colors (#8099) by @Alanocorleo in https://github.com/MudBlazor/MudBlazor/pull/8117 * MudTimePicker: Fix AM|PM (#8032) by @vernou in https://github.com/MudBlazor/MudBlazor/pull/8150 * X Icon Fix by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/8158 * MudDataGrid: Make grouping two-way bindable (#8159) by @Gopichandar in https://github.com/MudBlazor/MudBlazor/pull/8160 * Skeleton: Allow changes after initialization by @VStefanWeber in https://github.com/MudBlazor/MudBlazor/pull/8178 * DataGrid: Fix FilterDefinition.Title not updating when selected field is changed by @Saman-00 in https://github.com/MudBlazor/MudBlazor/pull/7821 * MudButton: Fix hover effect remaining after touch by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8188 * MudTextField: Preserve scroll position while typing with AutoGrow and update when window is resized by @danielchalmers in https://github.com/MudBlazor/MudBlazor/pull/8193 * MudTextField: Fix double validation on blur (#7034) by @vernou in https://github.com/MudBlazor/MudBlazor/pull/8121 * MudMenu: Fix when PositionAtCursor is true and touch is used. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8194 ## New Contributors * @Alanocorleo made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8117 * @marknoble made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8135 * @Etzix made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8131 * @VStefanWeber made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8178 * @Saman-00 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7821 * @MarDipp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7765 Full Changelog: v6.15.0...v6.16.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                Version v6.15.0

                                                                                                                                                                                                                                                                                                                                                                                                                                                Released on بهمن 10, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                                ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                  * MudTreeView: Fix selection issues by @jacob7395 in https://github.com/MudBlazor/MudBlazor/pull/7810 * MudTable: make OnRowClicked async/awaitable by @FeuFeve in https://github.com/MudBlazor/MudBlazor/pull/8059 * MudThemingProvider: MudThemeProvider without MudPopoverProvider by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/8102
                                                                                                                                                                                                                                                                                                                                                                                                                                                  Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                    * MudTable: Optimize event handling for OnRowMouseEnter/Leave by @haas-daniel in https://github.com/MudBlazor/MudBlazor/pull/8081 Full Changelog: v6.14.0...v6.15.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Version v6.14.0

                                                                                                                                                                                                                                                                                                                                                                                                                                                    Released on بهمن 02, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                                    ## Note This is a rerelease of 6.13.0 removing * MudPopoverProvider: Don't static render https://github.com/MudBlazor/MudBlazor/pull/8057 due to a breaking change for MAUI users ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                    Breaking Changes
                                                                                                                                                                                                                                                                                                                                                                                                                                                      * MudToggleGroup: Rename SelectedValues and warn if misconfigured by @henon in https://github.com/MudBlazor/MudBlazor/pull/7994 * DataGrid: Throw exception when ServerData and QuickFilter are supplied (#7998) by @vernou in https://github.com/MudBlazor/MudBlazor/pull/8010
                                                                                                                                                                                                                                                                                                                                                                                                                                                      New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                        * DataGrid: Make RowsPerPage two-way bindable by @BossManta in https://github.com/MudBlazor/MudBlazor/pull/8033 * MudTable: add OnRowMouseEnter and OnRowMouseLeave events by @FeuFeve in https://github.com/MudBlazor/MudBlazor/pull/8014
                                                                                                                                                                                                                                                                                                                                                                                                                                                        Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                          * MudTextField: Fix double triggering of validation on blur (#7034) by @vernou in https://github.com/MudBlazor/MudBlazor/pull/7996 * MudTable: fix Bordered in RTL mode by @henon in https://github.com/MudBlazor/MudBlazor/pull/8008 * BrowserViewportService: Fix when the circuit has disconnected in BSS by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/8071 ## New Contributors * @vernou made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7996 * @LuisThe0ne made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8013 * @BossManta made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8033 * @FeuFeve made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/8014 Full Changelog: v6.12.0...v6.14.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Version v6.12.0

                                                                                                                                                                                                                                                                                                                                                                                                                                                          Released on دی 12, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                                          ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                          Addition of net8.0 target
                                                                                                                                                                                                                                                                                                                                                                                                                                                            * There is now a `net8.0` native version of the library in addition to the existing `net7.0` and `net6.0` versions in the package. This is automatically selected depending on your applications target framework. * Note you can still use older versions of the package in `net8.0` without issue.
                                                                                                                                                                                                                                                                                                                                                                                                                                                            New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                              * MudAvatarGroup: Add MaxAvatarsTemplate by @Kaerlon in https://github.com/MudBlazor/MudBlazor/pull/7896 * New Component: MudToggleGroup by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/7309 * New Component: MudToggleGroup by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/7948
                                                                                                                                                                                                                                                                                                                                                                                                                                                              Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                * mudHelpers.js: Add missing closing bracket by @REDECODE in https://github.com/MudBlazor/MudBlazor/pull/7940 * MudDataGrid: Fix ItemDrop Event Trigger Issue with Disabled ColumnsPanelReordering by @peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/7934 * MudTabs: Rightmost tab is not fully scrolled into view when active by @TDroogers in https://github.com/MudBlazor/MudBlazor/pull/7876 * MudDatePicker: Setting date null doesn't clear invalid text by @jacob7395 in https://github.com/MudBlazor/MudBlazor/pull/7866 * ToggleGroup: Improvements by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/7975 ## New Contributors * @Kaerlon made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7896 * @REDECODE made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7940 * @jacob7395 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7866 Full Changelog: v6.11.2...v6.12.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                Version v6.11.2

                                                                                                                                                                                                                                                                                                                                                                                                                                                                Released on آذر 27, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                                                ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                                New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  * MudDataGrid: Implement more complete columns panel by @peterthorpe81 in https://github.com/MudBlazor/MudBlazor/pull/7632
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * Build: Move global.json so it used in all repo ops by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/7802 * Fix html hidden attribute is being overridden by @ilovepilav in https://github.com/MudBlazor/MudBlazor/pull/7806 * MudMenuItem: Don't "click" when scrolling menu on touch devices (#7262) by @ilovepilav in https://github.com/MudBlazor/MudBlazor/pull/7809 * ObserverManager: Fix collection moddified. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7843 * MudChipSet: Fix unable to select same item after reset (#7841) by @ilovepilav in https://github.com/MudBlazor/MudBlazor/pull/7846 * MudTextField: Fix initial height if AutoGrow is enabled (#7839) by @AntMaster7 in https://github.com/MudBlazor/MudBlazor/pull/7849 * Build: Fix XML comment warnings by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/7890
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Other Changes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * Inputs: Consistent Naming of the Value Parameter by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/7892 * New component: StackedBarChart by @Nooppi69 in https://github.com/MudBlazor/MudBlazor/pull/6267 * LineChart: Allow to hide graph series by @Gatos90 in https://github.com/MudBlazor/MudBlazor/pull/7869 * LineChart: Add a little space between checkbox and text in legend by @henon in https://github.com/MudBlazor/MudBlazor/pull/7924 * LineChart: Improve Documentation and Examples by @henon in https://github.com/MudBlazor/MudBlazor/pull/7926 ## New Contributors * @ilovepilav made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7806 * @Gatos90 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7872 * @danielchalmers made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7848 * @Nooppi69 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6267 * @peterthorpe81 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7632 Full Changelog: v6.11.1...v6.11.2
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Version v6.11.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Released on آبان 30, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * MudRipple: Show ripple effect based on click position (#157) by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/7637 * TestViewer: Better search and other minor tweaks by @chausner in https://github.com/MudBlazor/MudBlazor/pull/7353 * MudTextInput: Add AutoGrow feature (#7631) by @AntMaster7 in https://github.com/MudBlazor/MudBlazor/pull/7644 * MudDataGrid: Added Context menu row click by @fondraco in https://github.com/MudBlazor/MudBlazor/pull/7411 * MudDropZone: Add ItemClassSelector parameter. by @RPalejiya in https://github.com/MudBlazor/MudBlazor/pull/7599 * MudMenuItem: Add OnAction for either click or touch but invoked only once by @GRMagic in https://github.com/MudBlazor/MudBlazor/pull/7651 * MudLineChart: remove Integrate() call because the return not used by @GeeSuth in https://github.com/MudBlazor/MudBlazor/pull/7691 * MudForm: Add ResetTouched() to reset IsTouched w/o resetting the form (#7352) by @DennisOstertag in https://github.com/MudBlazor/MudBlazor/pull/7513 * MudBaseButton: Add documentation for the ClickPropagation property. by @Amonteverde04 in https://github.com/MudBlazor/MudBlazor/pull/7733 * MudAutoComplete: Add ListItemClass by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/7737 * MudFileUpload: Improve validation in MudForm by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/7720
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * MudDataGrid: Adjust simple filter width for consistency (#7538) by @MohamedYassin-J in https://github.com/MudBlazor/MudBlazor/pull/7602 * MudForm: Catch all OnTimerComplete errors and log to console. by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/7626 * ButtonGroupExamples: Fix alignment in split button section by @MohamedYassin-J in https://github.com/MudBlazor/MudBlazor/pull/7604 * ScrollToTopExamples: Correct Setup section button positioning by @MohamedYassin-J in https://github.com/MudBlazor/MudBlazor/pull/7617 * MudFormComponent: Update ValidationMessages on EditContext state change by @AntMaster7 in https://github.com/MudBlazor/MudBlazor/pull/7657 * MudTablePager: Fix Vertical Alignment of Select text (#7501, #7507) by @phamilton4321 in https://github.com/MudBlazor/MudBlazor/pull/7670 * MudSelect: Allow setting Class on various internal elements by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/7596 * MudDataGrid: Remove redundant column menu (#7566) by @MohamedYassin-J in https://github.com/MudBlazor/MudBlazor/pull/7627 * MudDataGrid: Fix HierarchyColumn button not clickable on glyph by @nicoarm93 in https://github.com/MudBlazor/MudBlazor/pull/7706 * BrowserViewportService: Ignore subscription when disposed by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7780
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Other Changes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * Docs: Fixed small typo in FormPage.razor by @erinnmclaughlin in https://github.com/MudBlazor/MudBlazor/pull/7705 ## New Contributors * @AntMaster7 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7657 * @digitaldirk made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7663 * @RPalejiya made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7599 * @erinnmclaughlin made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7705 * @Amonteverde04 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7733 Full Changelog: v6.11.0...v6.11.1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Version v6.11.0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Released on مهر 16, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Breaking Changes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * MudAutocomplete: Fix doubling of the AfterItemsTemplate by @fondraco in https://github.com/MudBlazor/MudBlazor/pull/7613
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * MudDataGrid: Add ability to mark properties not required during editing (#7325) by @Eddie-Hartman in https://github.com/MudBlazor/MudBlazor/pull/7412
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  * MudCarousel: fix incorrect transition description by @mvdgun in https://github.com/MudBlazor/MudBlazor/pull/7509 * MudTablePager: Fix Vertical Alignment of Select text (#7501) by @phamilton4321 in https://github.com/MudBlazor/MudBlazor/pull/7507 * MudTimePicker: Fix hour not updating when changed more than once (#7483) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/7517 * MudTable: Fix sticky footer in scss (#2602) by @stevencjy in https://github.com/MudBlazor/MudBlazor/pull/5608 * MudMask: Handle multiline input case by @youssefbennour in https://github.com/MudBlazor/MudBlazor/pull/7548 * MudDatePicker: Retain specific DateTime.Kind when setting undefined kind by @GRMagic in https://github.com/MudBlazor/MudBlazor/pull/7564 * DataGridExamples: Fix item removal when list is empty by @MohamedYassin-J in https://github.com/MudBlazor/MudBlazor/pull/7571 * MudFormComponent: Fix bad test causing invalid operation exception by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/7579 * MudFileUpload: Fix validation in MudForm (#7577) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/7578 * MudDataDrid: Validation errors now prevent changes being committed (#6748) by @benm-eras in https://github.com/MudBlazor/MudBlazor/pull/6760 * MudTable: Fix misaligned loading bar by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/7576 ## New Contributors * @mvdgun made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7509 * @phamilton4321 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7507 * @stevencjy made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5608 * @youssefbennour made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7548 * @Eddie-Hartman made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7412 * @GRMagic made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7564 * @MohamedYassin-J made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7571 * @benm-eras made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6760 Full Changelog: v6.10.0...v6.11.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Version v6.10.0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Released on شهریور 23, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * Buttons: Add ClickPropagation parameter by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/7343 * Support negative y axes in line and bar charts by @chausner in https://github.com/MudBlazor/MudBlazor/pull/7401 * MudDropZone: Fix for nested drop zones by stopping event propagation by @prkhsn in https://github.com/MudBlazor/MudBlazor/pull/7424 * Buttons: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7427 * MudChip, MudAvatar: Fix visual bug by @fondraco in https://github.com/MudBlazor/MudBlazor/pull/7406 * MudPicker: Add parameter ImmediateText to update Text while typing (#7390) by @dennml in https://github.com/MudBlazor/MudBlazor/pull/7391 * MudMenu: Add IsOpenChanged event by @ronimizy in https://github.com/MudBlazor/MudBlazor/pull/7463 * Popover: add Legacy mode (uses old MudPopoverService) by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7497 * MudCard: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7428
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * MudTextField: Fix InputMode not propagated (#4790) by @gaplin in https://github.com/MudBlazor/MudBlazor/pull/7380 * MudTable: Fix the shifting of striped rows when loading by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/7384 * MudAutocomplete: Fix double scrollbars with Before/AfterItemsTemplate by @fondraco in https://github.com/MudBlazor/MudBlazor/pull/7387 * MudTimeline: Make horizontal layout responsive by @BEEG3R in https://github.com/MudBlazor/MudBlazor/pull/7402 * DebouncedTextFieldFormatChangeRerenderTest: fix culture issue on non-english locales by @Meduris in https://github.com/MudBlazor/MudBlazor/pull/7400 * MudTable: Remove double border when a footer is used by @Geccoka in https://github.com/MudBlazor/MudBlazor/pull/7393 * Snackbar: Improve trimming exclusion by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7429 * MudDataGrid: Fix for Guid column filtering (#7381) by @jonathanpotts in https://github.com/MudBlazor/MudBlazor/pull/7383 * PopoverService: do not call JS during OnInitializedAsync by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7441 * MudFileUpload: Update summary for MaximumFileCount to better convey its intention (#7227) by @vorsprungdev in https://github.com/MudBlazor/MudBlazor/pull/7447 * MudDataGrid: #7440 Fix new groups doesnt respect GroupExpanded property. by @pariv in https://github.com/MudBlazor/MudBlazor/pull/7444 * MudTabs: Fix ActivatePanel ArgumentOutOfRange- and NullReferenceException by @Yomodo in https://github.com/MudBlazor/MudBlazor/pull/7459 * MudTable/MudDataGrid: Fix row background color for mobile view. by @KBM-Kevin-Kessler in https://github.com/MudBlazor/MudBlazor/pull/7306 * MudScrollManager: fix scroll lock for touch devices by @ric-ros in https://github.com/MudBlazor/MudBlazor/pull/7472 ## New Contributors * @BEEG3R made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7402 * @prkhsn made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7424 * @jonathanpotts made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7383 * @vorsprungdev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7447 * @pariv made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7444 * @ronimizy made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7463 * @ric-ros made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7472 Full Changelog: v6.9.0...v6.10.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Version v6.9.0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Released on مرداد 27, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * MudDataGrid: New parameter "SelectOnRowClick" by @DrastamatSargsyan in https://github.com/MudBlazor/MudBlazor/pull/6547 * MudMenu: Add IsOpen property (#7266) by @martinstoeckli in https://github.com/MudBlazor/MudBlazor/pull/7290 * MudFocusTrap: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7331 * Optimization: Replace .Count() > 0 with .Any() by @bdebaere in https://github.com/MudBlazor/MudBlazor/pull/6809 * MudInputControl: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7340 * TimePicker: Added MinuteSelectionStep Parameter by @Zingabopp in https://github.com/MudBlazor/MudBlazor/pull/7174 * MudRadio: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7366
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * MudColor: Change ToString default mode to RGBA (#7275) by @ITCBB in https://github.com/MudBlazor/MudBlazor/pull/7303 * MudDataGrid: Fix CurrentPage not working (#7267) by @alasdair-cooper in https://github.com/MudBlazor/MudBlazor/pull/7308 * Prerendering: Check if JSRuntime is available by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7333 * Refactor charts, BarChart and LineChart layout fixes by @chausner in https://github.com/MudBlazor/MudBlazor/pull/7345 * MudDatePicker: Fix CSP JavaScript issues by @Schaeri in https://github.com/MudBlazor/MudBlazor/pull/7295
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Other Changes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * DataGridAdvancedExample.razor: Fix typo "gobally" by @hybrid2102 in https://github.com/MudBlazor/MudBlazor/pull/7300 ## New Contributors * @AlessandroMartinelli made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7294 * @hybrid2102 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7300 * @ITCBB made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7303 * @alasdair-cooper made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7308 * @DrastamatSargsyan made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6547 * @martinstoeckli made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7290 * @MagicBOTAlex made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7327 * @Zingabopp made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7174 Full Changelog: v6.8.0...v6.9.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Version v6.8.0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Released on مرداد 11, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * MudDrawer: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7186 * MudTable/MudDataGrid: Add ItemSize parameter for virtualization by @ArcadeMode in https://github.com/MudBlazor/MudBlazor/pull/7190
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * Fix DataGrid Select-All behaviour when filtered by @rathga in https://github.com/MudBlazor/MudBlazor/pull/7167 * TimePicker: Handle conversion errors by @Cerberus4444 in https://github.com/MudBlazor/MudBlazor/pull/6947 * MudDebouncedInput: Fix swallowed user input on component re-render (#7193) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/7194 * MudRangeInput: fix clearable button is misaligned by @tavanuka in https://github.com/MudBlazor/MudBlazor/pull/7200 * MudDataGrid: Fix when nested property has same name by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7198 * Docs: Fix reference type issue on `DropZone` reorder save example (#7191) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/7209 * Date/Time Pickers: Add DisableUnderline param like in MudTextField by @DennisOstertag in https://github.com/MudBlazor/MudBlazor/pull/7226 * MudDataGrid: SelectColumn not rendered in DataGrid with enabled edit mode by @o-khytrov in https://github.com/MudBlazor/MudBlazor/pull/7207 * MudMask: Fix Clearable with non-PatternMasks (#7238) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/7244 * Tooltip: Fix arrow placement when using ChildContent by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/7271 ## New Contributors * @rathga made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7167 * @Cerberus4444 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6947 * @ArcadeMode made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7190 * @tavanuka made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7200 * @DennisOstertag made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7226 * @o-khytrov made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7207 Full Changelog: v6.7.0...v6.8.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Version v6.7.0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Released on تیر 19, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  * MudPagination: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7124 * MudPageContentNavigation: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7125 * MudBreadcrumbs: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7126 * DateRangePicker: Add Parameter Clearable by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/6430 * Make FilterDefinition compatible with EF Core by @ChasakisD in https://github.com/MudBlazor/MudBlazor/pull/7109 * Themes: nullable & XML comments by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7089 * MudBaseButton: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7136 * MudMessageBox: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7137 * BrowserViewportService: Rework of IBreakpointService & IResizeService by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7098 * MudCarousel: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7138 * ResizeService & BreakpointService: Obsolete by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7139 * Add SourceLink support by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7143 * MudLayout: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7148 * MudRender: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7149 * Extensions: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7151 * MudSparkLine: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7152 * Nuget package: Use PackageLicenseExpression instead of PackageLicenseFile by @korteksz in https://github.com/MudBlazor/MudBlazor/pull/7168 * MudLink: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7175 * MudNavMenu: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7176
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * MudDatePicker: Fix ArgumentOutOfRangeException (#7120) by @gaplin in https://github.com/MudBlazor/MudBlazor/pull/7127 * Popover: Fix "Cannot read properties of null"(JS) by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7131 * mudResizeListener.js: Fix cancelListener by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7140 * MudForm/MudBaseInput: Fix swallowed user input on `FieldChanged` re-render (#7158) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/7159 * MudDataGrid Fix: Added the EditDialogOptions to inline MudDialog for the DataGridEditMode.Form by @ingkor in https://github.com/MudBlazor/MudBlazor/pull/7162 * MudDataGrid: Fix SingleSelection by @wesProg23 in https://github.com/MudBlazor/MudBlazor/pull/7021 * MudFileUpload: Add AppendMultipleFiles property by @joe-gregory in https://github.com/MudBlazor/MudBlazor/pull/7027 * MudTabs: Fix flickering with initial ActivePanelIndex != 1 by @Geccoka in https://github.com/MudBlazor/MudBlazor/pull/7058 ## New Contributors * @ChasakisD made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7109 * @alfonso-martin-tapia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7141 * @korteksz made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7168 * @Geccoka made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7058 Full Changelog: v6.6.0...v6.7.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Version v6.6.0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Released on تیر 08, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * MudCheckBox: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7082 * MudElement: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7083 * MudPaper: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7084 * MudHidden: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7087 * MudSwitch: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7088 * EventUtil: nullable & XML comments by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7090 * MudTimeline: Add nullable annotation by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/7096 * MudTooltip: Add nullable annotation by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/7094 * MudToolBar: Add nullable annotation by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/7095 * MudThemeProvider: Add nullable annotation by @meenzen in https://github.com/MudBlazor/MudBlazor/pull/7097 * MudHighlighter: Add Markup parameter to render Text using HTML Markup by @Yomodo in https://github.com/MudBlazor/MudBlazor/pull/7092 * MudSkeleton: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7113 * MudScrollToTop: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7114
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * DataGridServerMultiSelectionTest: use PropertyColumn instead by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7079 * ResizeListenerService & BreakpointService: Allow user defined breakpoints by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7074 * Localization: fix net6.0 dependencies by @Meduris in https://github.com/MudBlazor/MudBlazor/pull/7104 * PopoverService: Clear all observers on DisposeAsync & nits by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7105 * MudForm: Remove child form from parent form on Dispose by @jimitndiaye in https://github.com/MudBlazor/MudBlazor/pull/7086
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Other Changes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * Palette: suppress obsolete warning in our code base by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7078 * Localization: sync dependency versions by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7112 ## New Contributors * @meenzen made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7096 * @jimitndiaye made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7086 Full Changelog: v6.5.0...v6.6.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Version v6.5.0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Released on تیر 03, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * MudDialog: Add generic DialogParameters by @SSchulze1989 in https://github.com/MudBlazor/MudBlazor/pull/7029 * MudDataGrid: Add ability to completely use own IFilterDefinition by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7057 * SortDefinition: Fix build warning about missing nullable by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7067 * MudBlazor.Docs.Wasm: enable nullable by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7068 * MudRating: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7069 * MudStack: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7071 * MudRTLProvider: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7073 * MudDataGrid: Add Localization Capabilites by @Meduris in https://github.com/MudBlazor/MudBlazor/pull/7024
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * MudNavLink: Fix line-height issue causing UI shift (#5848) by @joe-gregory in https://github.com/MudBlazor/MudBlazor/pull/6958 * Fix: Generation of DocStrings fails when generic class with same name exists by @SSchulze1989 in https://github.com/MudBlazor/MudBlazor/pull/7016 * MudSelect: Fix loss of focus to receive key strokes by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7023 * ColorPickerTests: Fix flaky test by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7025 * PopoverService: Fix DisposeAsync deadlock on WPF/WinForm platforms by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7044 * DataGrid: Allow resizing when overflowing with sticky columns by @SinisterMaya in https://github.com/MudBlazor/MudBlazor/pull/6991 * FileUploadTests: set culture to InvariantCulture to remove dependency on local system culture. by @SSchulze1989 in https://github.com/MudBlazor/MudBlazor/pull/7030 * ServiceCollectionExtensions: Fix registration with options by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7065
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Other Changes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * MudExpansionPanels: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6976 * MudProgress: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6993 * Docs: MudDatePicker - Added example for IsDateDisabledFunc and AdditionalDateClassesFunc by @RafBorrelli in https://github.com/MudBlazor/MudBlazor/pull/6262 * MudImage: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6997 * PopoverService: Move StateHasChanged from responsibility by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6998 * MudDateRangePicker: Add support for AdditionalDateClassesFunc by @EricEzaM in https://github.com/MudBlazor/MudBlazor/pull/6203 * MudSwipeArea: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7072 * MudContainer: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7075 * MudSlider: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/7077 ## New Contributors * @RafBorrelli made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6262 * @joe-gregory made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6958 * @SSchulze1989 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7016 * @EricEzaM made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6203 * @Meduris made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/7024 Full Changelog: v6.4.1...v6.5.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Version v6.4.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Released on خرداد 18, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                # Hotfix Release ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  * PopoverService: Remove ConfigureAwait(false) by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6981 Full Changelog: v6.4.0...v6.4.1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Version v6.4.0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Released on خرداد 17, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * MudColorPicker: Fix/Enable color picker form validation (#6841) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/6924 * MudTable: Add methods to expand or collapse all groups by @RickMcDee in https://github.com/MudBlazor/MudBlazor/pull/6812 * MudMenuItem: Add AutoClose parameter for controlling closing behavior by @ferraridavide in https://github.com/MudBlazor/MudBlazor/pull/6942 * PopoverService: New design by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6953
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * Inputs: Fix order of Value and Text changes for increased stability by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/6900
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Other Changes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * MudDataGrid: Filterable false removes filter from dropdown in filters panel by @BenjaminGroseclose in https://github.com/MudBlazor/MudBlazor/pull/6212 * Docs: Correct typos by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/6845 ## New Contributors * @BenjaminGroseclose made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6212 * @ferraridavide made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6942 Full Changelog: v6.3.1...v6.4.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Version v6.3.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Released on خرداد 06, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Note: this is a hotfix release mitigating an accidental breaking change in MudAppBar which could have broken your app's layout. ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Other Changes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * MudDataGrid: Remove unused UnitTests.Viewer by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6928 * MudAppBar: Fix default value of WrapContent (#6808, #6869) by @henon in https://github.com/MudBlazor/MudBlazor/pull/6929 Full Changelog: 6.3.0...v6.3.1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Version v6.3.0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Released on خرداد 03, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * ISnackbar: Add RemoveByKey #6857 by @Kumima in https://github.com/MudBlazor/MudBlazor/pull/6860 * ScrollToTop: Add OnClick event by @i-n-n-k-e-e-p-e-r in https://github.com/MudBlazor/MudBlazor/pull/6870 * Tabs: Add TabHeaderClass property (#5424) by @gaplin in https://github.com/MudBlazor/MudBlazor/pull/6298 * MudToolBar: Optional Wrapping and Appbar compatibility by @TimWeidner in https://github.com/MudBlazor/MudBlazor/pull/6869
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * MudTimePicker: Fix duplicate hour event in minute mode #6523 by @sho12333 in https://github.com/MudBlazor/MudBlazor/pull/6599 * PickerToolbar: Fix issue with landscape mode for non-static pickers (#5867) by @lostinmilkshake in https://github.com/MudBlazor/MudBlazor/pull/6874 * DataGrid: Fix loading style by @ling921 in https://github.com/MudBlazor/MudBlazor/pull/6885 ## New Contributors * @sho12333 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6599 * @Kumima made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6860 * @i-n-n-k-e-e-p-e-r made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6870 * @lostinmilkshake made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6874 * @ling921 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6885 * @TimWeidner made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6869 * @adgranger made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6912 Full Changelog: v6.2.5...v6.3.0
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Version v6.2.5

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Released on اردیبهشت 27, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * MudButton: Add ability to set custom rel attribute content by @TehGM in https://github.com/MudBlazor/MudBlazor/pull/6301 * MudAutoComplete: Add BeforeItemsTemplate and AfterItemsTemplate by @derekwelton in https://github.com/MudBlazor/MudBlazor/pull/6752 * MudPicker: Add OnClick event (#6797) by @wesProg23 in https://github.com/MudBlazor/MudBlazor/pull/6798 * MudDataGrid: FilterDefinition as interface by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6848
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  * Remove Parameter attribute from non-component SnackbarOptions class by @Eagle3386 in https://github.com/MudBlazor/MudBlazor/pull/6801 * MudTreeView: Don't accept clicks and selection changes for Disabled items by @RickMcDee in https://github.com/MudBlazor/MudBlazor/pull/6783 * LinearProgress: Fix typo in size parameter docs by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/6807 * MudDataGrid: Fix runtime exception with PageSizeOptions by @SinisterMaya in https://github.com/MudBlazor/MudBlazor/pull/6784 * MudDropContainer: Fix bad index when dropping item on itself (#5006) by @ZephyrZiggurat in https://github.com/MudBlazor/MudBlazor/pull/6830 * MudTable: Fix discrepency with initial RowsPerPage in TablePager by @SinisterMaya in https://github.com/MudBlazor/MudBlazor/pull/6776
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Other Changes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * MudToolBar: Allow longer content by @bdebaere in https://github.com/MudBlazor/MudBlazor/pull/6808 * MudTable: Avoid NoRecordsContent showing before loading data by @bdebaere in https://github.com/MudBlazor/MudBlazor/pull/6811 * MudAutocomplete: Fix Value binding not updating by @nefarius in https://github.com/MudBlazor/MudBlazor/pull/6805 ## New Contributors * @TehGM made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6301 * @derekwelton made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6752 * @bdebaere made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6808 * @wesProg23 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6798 * @nefarius made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6805 * @ZephyrZiggurat made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6830 This is a rerelease of 6.2.4 which was removed due to build issues Full Changelog: v6.2.3...v6.2.5
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Version v6.2.3

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Released on اردیبهشت 13, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Breaking Changes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * MudTabs: Fix XSS in Text (#5478) by @elodon in https://github.com/MudBlazor/MudBlazor/pull/6680
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * Form components: Add ResetAsync / ResetValueAsync by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6693 * Dialog: Add ClassBackground Option to Support Blurred Background by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/6725 * MudCollapse: Add nullable annotation and Async AnimationEnd. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6747 * MudDataGrid: Add drag and drop column reordering by @segfault- in https://github.com/MudBlazor/MudBlazor/pull/6700 * DateRangePicker: Highlight current date by @RickMcDee in https://github.com/MudBlazor/MudBlazor/pull/6753
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * MudDataGrid: Fix GroupExpanded when using async data source by @alfadelta88 in https://github.com/MudBlazor/MudBlazor/pull/6660 * MudMenu: Introduce OnClickHandlerAsync to fix #6645 by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6648 * MudDataGrid: Fix GroupExpanded when using ServerData by @alfadelta88 in https://github.com/MudBlazor/MudBlazor/pull/6667 * MudAutocomplete: Fix the highlight of selected item when Strict is set to false (#6412) by @csombi in https://github.com/MudBlazor/MudBlazor/pull/6489 * MudOverlay: CA2012 Use ValueTasks correctly by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6670 * Bug report template had 5.x.x as placeholder by @TDroogers in https://github.com/MudBlazor/MudBlazor/pull/6696 * MudSwitch: LabelPosition.Start uses row-reverse instead of RTL by @SinisterMaya in https://github.com/MudBlazor/MudBlazor/pull/6638 * Docs: Fix typo in toggle example by @SnakyBeaky in https://github.com/MudBlazor/MudBlazor/pull/6709 * MudAutocomplete: Fix Race Condition #6475 by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6701 * BreakpointService & ResizeService: KeyNotFoundException fix #3993 #3356 #3698 by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6727 * MudChip, MudChipSet: Await where applicable by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6735 * MudDialog: Fix description of the DefaultFocus parameter by @RickMcDee in https://github.com/MudBlazor/MudBlazor/pull/6751 * MudAppBar: Bottom=true should render
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          instead of
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          by @Eagle3386 in https://github.com/MudBlazor/MudBlazor/pull/6646 * MudPicker: HandleKeyDown was called twice by @RickMcDee in https://github.com/MudBlazor/MudBlazor/pull/6777
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Other Changes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * MudOverlay: Await OnClick event by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/6153 * MudFormComponent: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6608 * MudField: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6642 * MudDivider: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6641 * MudButtonGroup: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6640 * MudOverlay: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6665 * MudMainContent: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6664 * MudText: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6677 * MudVirtualize: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6678 * MudSimpleTable: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6679 * MudBooleanInput: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6681 * MudBreakpointProvider: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6720 * MudHighlighter: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6731 * Obsolete ICommand & CommandParameter by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6773 ## New Contributors * @elodon made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6680 * @SnakyBeaky made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6709 * @RickMcDee made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6751 * @segfault- made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6700 * @Eagle3386 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6646 Full Changelog: v6.2.2...v6.2.3
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Version v6.2.2

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Released on فروردین 24, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * Docs: Fix possible NullReferenceException and Cross-Origin Request Blocked by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6647 Full Changelog: v6.2.1...v6.2.2
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Version v6.2.1

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Released on فروردین 23, 1402

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ## What's Changed Note: This release fixes the regressions in MudDataGrid but also brings new breaking changes in data grid. It was our last chance to rectify the public API. Many methods are now async and got the ...Async postfix. Should no further regressions arise we'll consider MudDataGrid stable and the API will stay as it is now.
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Breaking Changes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * DataGrid: Change several public methods from async void to async Task and add Async postfix (Breaking Change) by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6614 * MudDataGrid: Rename AddFilterAsync and ClearFiltersAsync (Breaking Change) by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6639
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  * MudDialog: Change OnBackdropClick Action to EventCallback by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/6151 * Theming: Make all Palette properties virtual by @TDroogers in https://github.com/MudBlazor/MudBlazor/pull/6519 * MudAlert: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6539 * MudAppBar: Add nullable annotation by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6540 * MudBadge: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6554 * MudComponentBase: Add explicit IMudStateHasChange.StateHasChanged by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6563 * MudDropZone: Add nullable annotation and fix #6551, #4695. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6561 * FileUpload: Add Disabled property by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/6572 * MudTreeViewItem: Add 'BodyContent' which renders instead of text, end text and end icon. by @rpc-scandinavia in https://github.com/MudBlazor/MudBlazor/pull/3831 * MudForm: Add ReadOnly and Disabled properties by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/6511 * MudSwipeArea: SwipeEventArgs Feature by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/6574 * MudDataGrid: Allow user to use a custom IComparer for sorting by @SinisterMaya in https://github.com/MudBlazor/MudBlazor/pull/6368 * MudDataGrid: Add ability to use SortBy on TemplateColumn. by @tjscience in https://github.com/MudBlazor/MudBlazor/pull/6613´
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * MudTable: Add filtered items cache for each render. by @adameste in https://github.com/MudBlazor/MudBlazor/pull/6470 * MudDataGrid: Improve nullability, encapsulation and some nits by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6421 * MudDataGrid: Sorting and filtering performance improvements. by @adameste in https://github.com/MudBlazor/MudBlazor/pull/6495 * BaseInput: Validation should not run on blur when ReadOnly = true. by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/6518 * Fixes MudDataGrid NullReferenceExeption by @alfadelta88 in https://github.com/MudBlazor/MudBlazor/pull/6541 * MudDataGrid: Make AggregateDefinition work with nullable values and cover with tests by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6515 * MudDatagrid: Fix grouping to work with filtered items cache. by @adameste in https://github.com/MudBlazor/MudBlazor/pull/6557 * MudDrawer: Fix #6154 by not re-rendering on mouse events by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6575 * MudPopover: Fix flickering in delayed bss (#6345) by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6579 * Autocomplete: Should not have a Clear button when ReadOnly by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/6596 * MudDataGrid: Fix ExpandAllGroups/CollapseAllGroups skipping some groups (#6591) by @alfadelta88 in https://github.com/MudBlazor/MudBlazor/pull/6592 * MudDataGrid: Fix GroupExpanded not working by @alfadelta88 in https://github.com/MudBlazor/MudBlazor/pull/6604 * MudDataGrid: Filter for Nullable DateTime not working(#6521) by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6607 * PopoverService: Fix DisposeAsync causing hangs on MAUI by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/5367 * MudBaseInput: Make OnBlurred async by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6633 * MudBaseInput: Add InvokeKeyDownAsync / InvokeKeyUpAsync deprecate InvokeKeyDown / InvokeKeyUp by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6636 * MudDataGrid: Fix filtering modes when using ServerData by @alfadelta88 in https://github.com/MudBlazor/MudBlazor/pull/6627 * MudFormComponent: Deprecate BeginValidate in favor of Async version by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6637
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Other Changes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * MudAvatar: Add nullable annotation by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6543 * MudIcon: Add nullable annotation. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6578 * MudDialogInstance: return back public API ForceRender by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6588 ## New Contributors * @adameste made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6470 * @rpc-scandinavia made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/3831 * @KBM-Kevin-Kessler made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6542 Full Changelog: v6.2.0...v6.2.1
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Version v6.2.0

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Released on اسفند 24, 1401

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Breaking Changes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * MudDataGrid: Configuration using expressions by @tjscience in https://github.com/MudBlazor/MudBlazor/pull/6049
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * MudTabs: Optionally cancel tab panel activations by @Flaflo in https://github.com/MudBlazor/MudBlazor/pull/4738 * Avatar: Refactor Image support by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/6382 * MudDropZone: Add support for Chromium based browsers on Mobile by @emorell96 in https://github.com/MudBlazor/MudBlazor/pull/4818 * SourceCodeGenerator: Add support for enum source code generation by @xC0dex in https://github.com/MudBlazor/MudBlazor/pull/6306 * ThemeProvider: Allow watching dark/light system setting by @TDroogers in https://github.com/MudBlazor/MudBlazor/pull/6320 * RadioGroup: Add ReadOnly and Disabled options. by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/6418 * MudDatePicker: Add disabled functionality for months only picker by @ingkor in https://github.com/MudBlazor/MudBlazor/pull/6438 * MudDatePicker: Add disabling months if day is fixed (#6336) by @gaplin in https://github.com/MudBlazor/MudBlazor/pull/6338 * Docs: Fix release page and roadmap page by @Garderoben in https://github.com/MudBlazor/MudBlazor/pull/6455
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * MudPicker: Fix flickering in delayed BSS. (#5450) by @gaplin in https://github.com/MudBlazor/MudBlazor/pull/6344 * MudCheckbox: Use flex-row-reverse instead of mud-rtl for label positioning by @Flaflo in https://github.com/MudBlazor/MudBlazor/pull/6377 * MudTable: Fix V3022 warning by @HClausing in https://github.com/MudBlazor/MudBlazor/pull/6374 * Dialog: Fix issues with nested inline Dialogs by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/6390 * MudCarousel: Fix wrong transition direction when using SelectedIndex (#6392) by @gaplin in https://github.com/MudBlazor/MudBlazor/pull/6394 * MudMenu: Fix Touch Bubbling Which Causes Other Unwanted Click Event Firing on Mobile Devices by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/6358 * Fix analyzer NullReferenceException in old ToDescriptionString, add test scanrio for it. by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6423 * Datagrid: Fix Dialog by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/6415 * MudDataGrid : Fixes Select All when using ServerData by @alfadelta88 in https://github.com/MudBlazor/MudBlazor/pull/5999 * MudTable: Show loading indicator whenever table loads data from server by @sensslen in https://github.com/MudBlazor/MudBlazor/pull/4665 * ThemeProvider: Trimming and minor formatting fix by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6444 * MudDataGrid: Fix missing content/error in Cell edit mode for HierarchyColumn (#6024) by @HClausing in https://github.com/MudBlazor/MudBlazor/pull/6441 * Autocomplete: Fix Autocomplete opening on Reset by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/6387 * MudAutocomplete: Fix KeyDown Event by @ingkor in https://github.com/MudBlazor/MudBlazor/pull/6462
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Other Changes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * Autocomplete: Correct summary for Strict by @rusfield in https://github.com/MudBlazor/MudBlazor/pull/6396 * Update README.md by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/6339 * Fix .csproj formatting by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6422 * Fix code formatting in MudDropZone.razor and MudDynamicDropItem.razor by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6425 * Avatar: Fix obsolete workaround for images. by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/6448 * MudBaseInput: Obsolete OnKeyPress, to be removed in v7 by @henon in https://github.com/MudBlazor/MudBlazor/pull/6464 ## New Contributors * @rusfield made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6396 * @emorell96 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/4818 * @xC0dex made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6306 * @alfadelta88 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5999 * @dev-jlb made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6447 * @ingkor made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6438 Full Changelog: v6.1.9...v6.1.10
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Version v6.1.9

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              Released on بهمن 26, 1401

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                * MudAutocomplete: Add option to search while an option is selected by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/6231 * MudTabPanel: Add ShowCloseIcon property by @Yomodo in https://github.com/MudBlazor/MudBlazor/pull/6197 * MudThemeProvider: Add sudo css selector for generated theme (5781) by @stoepa in https://github.com/MudBlazor/MudBlazor/pull/5798 * MudButton: Add IconSize property by @Yomodo in https://github.com/MudBlazor/MudBlazor/pull/6040 * MudSwitch: Add Size Parameter by @SinisterMaya in https://github.com/MudBlazor/MudBlazor/pull/5673 * MudSwitch: Show Validation ErrorText (#6247) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/6268
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  * Tabs: Fix disabling prevButton after upsizing (#6235) by @gaplin in https://github.com/MudBlazor/MudBlazor/pull/6236 * Fix NullReferenceException in ResizeOptions equality logic #6128 by @henon in https://github.com/MudBlazor/MudBlazor/pull/6308 * Tabs: Fix scroll buttons not working on low width (#5212) by @gaplin in https://github.com/MudBlazor/MudBlazor/pull/6304 * MudDialog: CSS fix for scroll when size is greater than view height by @enkodellc in https://github.com/MudBlazor/MudBlazor/pull/4132
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  Other Changes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    * InputBase: Add ForceUpdate (fixes #5132) by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/6266 * ResizeObserver: fix typo in directory name by @Habetdin in https://github.com/MudBlazor/MudBlazor/pull/6303 ## New Contributors * @stoepa made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5798 * @gaplin made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6236 * @Habetdin made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6303 * @enkodellc made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/4132 Full Changelog: v6.1.8...v6.1.9
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Version v6.1.8

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    Released on بهمن 07, 1401

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      * MudTable: Enable FluentValidation for TableRowValidator. by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/6193 * MudInput: Add Accessibility Titles to Nested Icons by @WalterWillis in https://github.com/MudBlazor/MudBlazor/pull/5531
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        * MudAutocomplete: Fix TextChanged event not sending the text by @idan-h in https://github.com/MudBlazor/MudBlazor/pull/6120 * MudTable: Fix 2nd level checkbox default indeterminate state by @Yomodo in https://github.com/MudBlazor/MudBlazor/pull/6075 * Change background of error when circuit (connection) is lost. by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/6116 * MudDivider: Fix fullwidth behavior in flex containers by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/5472 * MudTooltip: Fix Style not forwarded to popover by @rogue6800 in https://github.com/MudBlazor/MudBlazor/pull/6051 * MudTable: Add null check on server data items in FilteredItems by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/6186 * MudTabs: Fix incorrect ActivePanelIndex by @Yomodo in https://github.com/MudBlazor/MudBlazor/pull/6100
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        Other Changes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          * MudDateRangePicker: Fix DateRangePicker validation in MudForm (#6194) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/6195 ## New Contributors * @idan-h made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6120 * @WalterWillis made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5531 * @LinuxDoku made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6225 Full Changelog: v6.1.7...v6.1.8
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Version v6.1.7

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          Released on دی 12, 1401

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          ## What's Changed
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          New Features
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            * MudDialog: Fix Unselectable Content Text by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/5355 * MudTable: Implement "All" option for MudTablePager. by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/5994 * Icons: Update material icons by @QianMoXi in https://github.com/MudBlazor/MudBlazor/pull/6034 * MudTabs: Add MinimumTabWidth property by @rogue6800 in https://github.com/MudBlazor/MudBlazor/pull/6044
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            Bug Fixes
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              * Icons: Remove any tags on generation by @QianMoXi in https://github.com/MudBlazor/MudBlazor/pull/6023 * Prevent BoundingClientRect trimming and throwing JsInteropException by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/6053 * MudTabPanel: Fix possible System.NullReferenceException on Dispose by @Yomodo in https://github.com/MudBlazor/MudBlazor/pull/6064 * MudTable: Fix KeyNotFoundException by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/6065 * MudTabs: Fix TabPanel collections are not in sync by @Yomodo in https://github.com/MudBlazor/MudBlazor/pull/6070 ## New Contributors * @QianMoXi made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/6023 Full Changelog: <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/compare/v6.1.6...v6.1.7" class="docs-code docs-code-primary">v6.1.6...v6.1.7</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><span class="mud-typography mud-typography-h5">Version </span> <span class="mud-typography mud-typography-h5 mud-primary-text"><b>v6.1.6</b></span> <p class="mud-typography mud-typography-subtitle1">Released on آذر 27, 1401</p></div></div> <div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-8"><div class="docs-github-release-body old-releases"><!-- Release notes generated using configuration in .github/release.yml at dev --> ## What's Changed <h6 class="mud-typography mud-typography-h6">Breaking Changes </h6><ul class="mt-3 mb-6 px-6"></ul> * MudTable: Fixed checkbox state for MultiSelect and (Multi)Grouping by @Yomodo in https://github.com/MudBlazor/MudBlazor/pull/5985 * If you were using the public properties `bool IsChecked` on the grouping or header/footer rows they had a bug in that they only showed `true` or `false` even if there was only a partial selection. In order to fix this bug the properties were changed to `bool? IsChecked`. The `null` value representing the indeterminate state. We released this breaking change in our normal patch revision as it fixes incorrect behaviour. Users that have been using the incorrect values may need to adjust their code to cope with the new correct datatype and values. <h6 class="mud-typography mud-typography-h6">New Features </h6><ul class="mt-3 mb-6 px-6"></ul> * MudTable: Allow row-click without selecting checkbox when in multi-select mode by @Yomodo in https://github.com/MudBlazor/MudBlazor/pull/5961 * Make Blazor Error UI message more legible by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/5996 * MudTable: Added OverscanCount as a parameter. by @Suenodk in https://github.com/MudBlazor/MudBlazor/pull/5990 <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"></ul> * MudProgress: Fixed border radius for rounded linear progress bar by @nmakhmutov in https://github.com/MudBlazor/MudBlazor/pull/5963 * BreakpointService: IsMediaSize should will return true for Breakpoint.Always by @pars-dev in https://github.com/MudBlazor/MudBlazor/pull/5898 * MudAutoComplete: Don't write to console for errors by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5970 * MudTable: Fix issue where sub-tables in the last row of a table would not have borders by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/5992 * MudDataGrid: Fix CollapseAll not clearing internal variable by @snakex64 in https://github.com/MudBlazor/MudBlazor/pull/5995 * MudTable: Toggle multigrouping checkbox ocassionaly flickers by @Yomodo in https://github.com/MudBlazor/MudBlazor/pull/6003 ## New Contributors * @pars-dev made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5898 * @Suenodk made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5990 Full Changelog: <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/compare/v6.1.5...v6.1.6" class="docs-code docs-code-primary">v6.1.5...v6.1.6</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><span class="mud-typography mud-typography-h5">Version </span> <span class="mud-typography mud-typography-h5 mud-primary-text"><b>v6.1.5</b></span> <p class="mud-typography mud-typography-subtitle1">Released on آذر 20, 1401</p></div></div> <div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-8"><div class="docs-github-release-body old-releases"><!-- Release notes generated using configuration in .github/release.yml at dev --> ## What's Changed <h6 class="mud-typography mud-typography-h6">New Features </h6><ul class="mt-3 mb-6 px-6"></ul> * MudSelect and MudAutocomplete: Add ListClass by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/5402 * MudTreeViewItem: add CanExpand Property (<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4093" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4093</b></a>) by @LennartKleymann in https://github.com/MudBlazor/MudBlazor/pull/4097 <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"></ul> * MudTable: SelectedItem should fire regardless of EditTrigger setting. by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/5903 * MudPopover : Check popoverContentNode null before use by @Stuart88 in https://github.com/MudBlazor/MudBlazor/pull/5897 * Tests: Fix IDialog interface so it can be Moqed by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5925 * MudSnackbar: Fix overflowing, long message (<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3945" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3945</b></a>) by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/5929 * MudDataGrid: fixed the resizer handle visibility by @SinisterMaya in https://github.com/MudBlazor/MudBlazor/pull/5851 * MudDialog: Fix not aligned Toolbar buttons on Dialog header (<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5497" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5497</b></a>) by @m4ss1m0g in https://github.com/MudBlazor/MudBlazor/pull/5725 * MudDialog: Fix close button in RTL by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5951 * MudDataGrid: Fix the FilterHeaderCell visible when the Column is hidden by @nicoarm93 in https://github.com/MudBlazor/MudBlazor/pull/5777 * MudDataGrid: ServerData initialization fix by @creeve-qci in https://github.com/MudBlazor/MudBlazor/pull/5635 * MudAlert: Fix CloseIcon color in Filled Variant (<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5436" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5436</b></a>) by @fondraco in https://github.com/MudBlazor/MudBlazor/pull/5449 ## New Contributors * @Stuart88 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5897 * @SinisterMaya made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5851 * @m4ss1m0g made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5725 * @fondraco made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5449 * @LennartKleymann made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/4097 Full Changelog: <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/compare/v6.1.4...v6.1.5" class="docs-code docs-code-primary">v6.1.4...v6.1.5</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><span class="mud-typography mud-typography-h5">Version </span> <span class="mud-typography mud-typography-h5 mud-primary-text"><b>v6.1.4</b></span> <p class="mud-typography mud-typography-subtitle1">Released on آذر 14, 1401</p></div></div> <div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-8"><div class="docs-github-release-body old-releases"><!-- Release notes generated using configuration in .github/release.yml at dev --> ## What's Changed <h6 class="mud-typography mud-typography-h6">New Features </h6><ul class="mt-3 mb-6 px-6"></ul> * MudLink: Add OnClick parameter (<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1518" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1518</b></a>) by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/5785 * Charts: Make Legend Clickable by @belucha in https://github.com/MudBlazor/MudBlazor/pull/5484 * MudTreeView: Add Public Select Method and Disable Text Selection When ExpandOnDoubleClick is true by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/5856 * MudBaseButton: Make OnClickHandler virtual by @CodeLifterIO in https://github.com/MudBlazor/MudBlazor/pull/5879 * MudTooltip: Activation via Hover, Focus or Click by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/4647 <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"></ul> * MudSnackbar: Fix memory leak upon Dispose by @Yomodo in https://github.com/MudBlazor/MudBlazor/pull/5706 * MudColorPicker: Fix MaxLength on HEX TextField for transparent colors by @DoobieAsDave in https://github.com/MudBlazor/MudBlazor/pull/5582 * ScrollManager: Fix exceptions when no JS environment available by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5770 * MudDialog: Fix Dialog is null in IDialogReference by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/5101 * MudCarousel: Fix swipe direction for next/previous in rtl by @abduwaris in https://github.com/MudBlazor/MudBlazor/pull/5811 * MudRadio: Fix content placement in rtl by @abduwaris in https://github.com/MudBlazor/MudBlazor/pull/5813 * MudTable: Fix inconsistent row border thickness by @dennml in https://github.com/MudBlazor/MudBlazor/pull/5823 * MudTable: Fixed table grouping item selection issue (<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5759" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5759</b></a>) by @Gopichandar in https://github.com/MudBlazor/MudBlazor/pull/5760 * MudChip: Fix pointer cursor if href set by @mdekok in https://github.com/MudBlazor/MudBlazor/pull/5871 * MudFileUpload: Maximum file count integrated as a parameter by @ummerland in https://github.com/MudBlazor/MudBlazor/pull/5861 * MudTimePicker: Fix TimePicker validation in MudForm (<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5883" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5883</b></a>) by @igotinfected in https://github.com/MudBlazor/MudBlazor/pull/5884 * MudTreeView: Fix Closing Arrow Transition by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/5858 ## New Contributors * @rena0157 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5767 * @BieleckiLtd made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5785 * @DoobieAsDave made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5582 * @abduwaris made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5811 * @CodeLifterIO made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5879 * @ummerland made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5861 * @igotinfected made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5884 * @popandepo made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5893 Full Changelog: <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/compare/v6.1.2...v6.1.4" class="docs-code docs-code-primary">v6.1.2...v6.1.4</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><span class="mud-typography mud-typography-h5">Version </span> <span class="mud-typography mud-typography-h5 mud-primary-text"><b>v6.1.3-dev.1</b></span> <p class="mud-typography mud-typography-subtitle1">Released on آذر 01, 1401</p></div></div> <div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-8"><div class="docs-github-release-body old-releases">## What's Changed * MudSnackbar: Fix memory leak upon Dispose by @Yomodo in https://github.com/MudBlazor/MudBlazor/pull/5706 * MudLink: Add OnClick parameter (<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1518" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1518</b></a>) by @BieleckiLtd in https://github.com/MudBlazor/MudBlazor/pull/5785 * Charts: Make Legend Clickable by @belucha in https://github.com/MudBlazor/MudBlazor/pull/5484 * MudColorPicker: Fix MaxLength on HEX TextField for transparent colors by @DoobieAsDave in https://github.com/MudBlazor/MudBlazor/pull/5582 * ScrollManager: Fix exceptions when no JS environment available by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5770 * MudDialog: Fix Dialog is null in IDialogReference by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/5101 * Fix ResizeBasedService trim warning by @ScarletKuro in https://github.com/MudBlazor/MudBlazor/pull/5809 ## New Contributors * @rena0157 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5767 * @BieleckiLtd made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5785 * @DoobieAsDave made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5582 Full Changelog: <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/compare/v6.1.2...v6.1.3-dev.1" class="docs-code docs-code-primary">v6.1.2...v6.1.3-dev.1</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><span class="mud-typography mud-typography-h5">Version </span> <span class="mud-typography mud-typography-h5 mud-primary-text"><b>v6.1.2</b></span> <p class="mud-typography mud-typography-subtitle1">Released on آبان 23, 1401</p></div></div> <div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-8"><div class="docs-github-release-body old-releases">## What's Changed * MudMenu: Fix MouseEventArgs in net7 on BSS by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5738 * Build: Fix missing static assets in nuget by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5751 Full Changelog: <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/compare/v6.1.0...v6.1.2" class="docs-code docs-code-primary">v6.1.0...v6.1.2</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><span class="mud-typography mud-typography-h5">Version </span> <span class="mud-typography mud-typography-h5 mud-primary-text"><b>v6.1.0</b></span> <p class="mud-typography mud-typography-subtitle1">Released on آبان 22, 1401</p></div></div> <div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-8"><div class="docs-github-release-body old-releases">## Announcement This package is our first official package that contains both net6 and net7 native versions of MudBlazor 🎉 Your app will automatically select the appropriate framework version. ## What's Changed * Snackbar: Fix accidental API break by PR <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5310" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5310</b></a> by @henon in https://github.com/MudBlazor/MudBlazor/pull/5701 * Snackbar: Fix break due to trimming of SnackbarMessageType by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5711 * Build: add net7 library (multi-targeting) by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5713 * Fix MudDivider consistent thickness by @dennml in https://github.com/MudBlazor/MudBlazor/pull/5491 * Tests: Fix locale issue due to date literal by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5729 * MudDataGrid: Add GroupClassFunc and GroupStyleFunc by @franklupo in https://github.com/MudBlazor/MudBlazor/pull/5560 * MudDataGrid: Fix missing DataGrid reference in FilterDefinition by @nicoarm93 in https://github.com/MudBlazor/MudBlazor/pull/5498 ## New Contributors * @dennml made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5491 * @franklupo made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5560 Full Changelog: <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/compare/v6.0.18...v6.1.0" class="docs-code docs-code-primary">v6.0.18...v6.1.0</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><span class="mud-typography mud-typography-h5">Version </span> <span class="mud-typography mud-typography-h5 mud-primary-text"><b>v6.0.18</b></span> <p class="mud-typography mud-typography-subtitle1">Released on آبان 18, 1401</p></div></div> <div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-8"><div class="docs-github-release-body old-releases">## What's Changed * Snackbar: Enable RenderFragment in addition to string message by @jammerware in https://github.com/MudBlazor/MudBlazor/pull/5310 * MudNavlink: Enable protected access to some internals by @hugodeco in https://github.com/MudBlazor/MudBlazor/pull/5224 * Table: Add the option of triggering edits on button click instead of row click by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/5467 * Docs: Fixed typo in Divider page by @vegguid in https://github.com/MudBlazor/MudBlazor/pull/5454 * MudForm: Assign Validation to Form controls on subscribe by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/5501 * Docs: Improved Wording within Layouts Page by @95Conor in https://github.com/MudBlazor/MudBlazor/pull/5476 * Docs: Add workaround for google analytics interop error by @JonBunator in https://github.com/MudBlazor/MudBlazor/pull/5513 * Events: Use native mouse events in net7 by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5517 * MudTable: Fix table trim warnings (net7 linker) by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5519 * Trimming: Additional annotations by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5537 * Tests: Make tests net7 friendly by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5559 * Build: Separate EnumSwitch code to avoid BL0007 by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5561 * MudDrawer: Remove event listeners by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5562 * MudCollapse: Remove event listeners by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5563 * MudSwipeArea: Add Sensitivity and SwipeDelta by @mckaragoz in https://github.com/MudBlazor/MudBlazor/pull/5496 * Add ILogger to MudComponentBase by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/5549 * Docs: Installation guide should specify where to register Services by @2TallTyler in https://github.com/MudBlazor/MudBlazor/pull/5451 * MudDataGrid: ExpandAllGroups (persist group expansions) by @jgoday in https://github.com/MudBlazor/MudBlazor/pull/5410 * OverflowBehavior: Fix typo in enum (obsoleting misspelled entry) by @cptcrunchy in https://github.com/MudBlazor/MudBlazor/pull/5485 * MudDataGrid: Add onmousedown callback parameter on DataGrid row by @Yekonori in https://github.com/MudBlazor/MudBlazor/pull/5383 * ScrollManager: Add ScrollIntoView by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/5564 * MudDataGrid: Fix HierarchyColumn behavior by @nicoarm93 in https://github.com/MudBlazor/MudBlazor/pull/5534 * MudCollapse: Supress render due to native event by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5639 * Docs: MudRadioGroup: vertical align by @TDroogers in https://github.com/MudBlazor/MudBlazor/pull/5597 * New Component: MudFileUpload by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/5488 * MudCollapse: Better solution to non-rendering event (Add EventUtil) by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5661 * MInor typos and grammar corrections by @c0g1t8 in https://github.com/MudBlazor/MudBlazor/pull/5663 * Picker: Improve test coverage and fix ColorPicker bug by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/5680 * Tests: Fix some missing awaits by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5684 * Theming: Easier customization of dark mode by @TDroogers in https://github.com/MudBlazor/MudBlazor/pull/5676 * MudDataGrid: Add `FormFieldChanged` event by @Mr-Technician in https://github.com/MudBlazor/MudBlazor/pull/5689 * MudNavLink: Allow custom ActiveClass by @TDroogers in https://github.com/MudBlazor/MudBlazor/pull/5619 * Build: Use net6 for local build by @mikes-gh in https://github.com/MudBlazor/MudBlazor/pull/5690 ## New Contributors * @jammerware made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5310 * @hugodeco made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5224 * @vegguid made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5454 * @95Conor made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5476 * @2TallTyler made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5451 * @Yekonori made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5383 * @TDroogers made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5597 * @c0g1t8 made their first contribution in https://github.com/MudBlazor/MudBlazor/pull/5663 Full Changelog: <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/compare/v6.0.17...v6.0.18" class="docs-code docs-code-primary">v6.0.17...v6.0.18</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><span class="mud-typography mud-typography-h5">Version </span> <span class="mud-typography mud-typography-h5 mud-primary-text"><b>v6.0.17</b></span> <p class="mud-typography mud-typography-subtitle1">Released on مهر 18, 1401</p></div></div> <div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-8"><div class="docs-github-release-body old-releases"><h6 class="mud-typography mud-typography-h6">Features </h6><ul class="mt-3 mb-6 px-6"> <li>MudForm: Added LabelAttribute to replace DisplayAttribute <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5329" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5329</b></a> </li> <li>MudDatePicker: Add support for custom classes to be applied to specific days <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4672" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4672</b></a> </li> <li>NET7: Use native mouse events <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5229" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5229</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudRadioButton Fixed the content positioning <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5348" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5348</b></a> </li> <li>MudTable Wrap internal MudSelect in Standalone=false cascading value <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5378" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5378</b></a> </li> <li>MudList Nested Lists inherit Dense setting (<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4861" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4861</b></a>) <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5035" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5035</b></a> </li> <li>MudTable: Ensure selection is updated when items are removed <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5455" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5455</b></a> </li> <li>MudForm: Only set Validation if For is set <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5419" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5419</b></a> </li> <li>MudDataGrid: Check if property is writable before setting value. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5428" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5428</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Reverts </h6><ul class="mt-3 mb-6 px-6"></ul> - Reverted <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5178" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5178</b></a> that changed MudDivider to black color, we suggest you change the divider color in MudTheme if you want to change the color. <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> Github Milestone: <a target="_blank" href="<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/39?closed=1" class="mud-link mud-primary-text mud-link-underline-hover">link</a> " class="docs-code docs-code-primary">Milestone</a> Git compare: <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/compare/v6.0.16...v6.0.17" class="docs-code docs-code-primary">v6.0.16...v6.0.17</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><span class="mud-typography mud-typography-h5">Version </span> <span class="mud-typography mud-typography-h5 mud-primary-text"><b>v6.0.16</b></span> <p class="mud-typography mud-typography-subtitle1">Released on شهریور 30, 1401</p></div></div> <div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-8"><div class="docs-github-release-body old-releases"><h6 class="mud-typography mud-typography-h6">Features </h6><ul class="mt-3 mb-6 px-6"> <li>Form Inputs: Set Label property using Display attribute and For expression <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5225" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5225</b></a> </li> <li>MudAutoComplete: Added progress indicator and cancellation token <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4868" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4868</b></a> </li> <li>MudHighlighter: Support multiple highligted texts <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5165" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5165</b></a> </li> <li>MudRTLProvider: RightToLeft cascading parameter should be named. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5270" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5270</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudDivider Fix the color of divider component <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5178" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5178</b></a> </li> <li>MudTreeView Fix checkbox color not work <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5172" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5172</b></a> </li> <li>MudTreeview Fix conflicting iconbutton css selectors <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5153" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5153</b></a> </li> <li>MudSwipeArea: Add option to prevent default on touch events. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3048" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3048</b></a> </li> <li>MudDataGrid: Update sort indicator from SetSortAsync <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5210" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5210</b></a> </li> <li>MudDrawerContainer: Call StateHasChanged after removing Drawer to ensure classes are updated <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4650" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4650</b></a> </li> <li>MudTable: Preserve checked state when virtualized and MultiSelection="true" <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5245" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5245</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Docs </h6><ul class="mt-3 mb-6 px-6"></ul> - Fixed FontAwesome Icons not showing up in TryMudBlazor <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5211" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5211</b></a> <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> Github Milestone: <a target="_blank" href="<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/38?closed=1" class="mud-link mud-primary-text mud-link-underline-hover">link</a> " class="docs-code docs-code-primary">Milestone</a> Git compare: <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/compare/v6.0.15...v6.0.16" class="docs-code docs-code-primary">v6.0.15...v6.0.16</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><span class="mud-typography mud-typography-h5">Version </span> <span class="mud-typography mud-typography-h5 mud-primary-text"><b>v6.0.15</b></span> <p class="mud-typography mud-typography-subtitle1">Released on شهریور 09, 1401</p></div></div> <div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-8"><div class="docs-github-release-body old-releases"><h6 class="mud-typography mud-typography-h6">Features </h6><ul class="mt-3 mb-6 px-6"> <li>MudTimeLine: Allows setting style on each dot with DotStyle <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4999" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4999</b></a> </li> <li>MudMenuItem: Optional Icon parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4641" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4641</b></a> </li> <li>MudMenuItem: IconColor and IconSize properties <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5061" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5061</b></a> </li> <li>DefaultConverter: AllowThousands flag to all integer type TryParse calls <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4948" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4948</b></a> </li> <li>MudDateRangePicker: AutoClose parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4878" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4878</b></a> </li> <li>MudSnackBar: IconColor and IconSize properties <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4429" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4429</b></a> </li> <li>MudCheckBox: Ability to disable keyboard input <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5072" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5072</b></a> </li> <li>MudCarousel: Allow to disable swipe gesture <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5062" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5062</b></a> </li> <li>MudTable: ApplyButtonPosition parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5090" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5090</b></a> </li> <li>Forms Inputs: Add OnlyValidateIfDirty to Trigger Validation only if dirty <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3726" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3726</b></a> </li> <li>JsInteropSerivce: Centralizing JS error handling part one <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5105" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5105</b></a> </li> <li>Inputs: Remove tabstop from clear button (<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5067" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5067</b></a>) <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5107" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5107</b></a> </li> <li>MudSwitch: LabelPosition property to specify the label's Start/End position <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5152" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5152</b></a> </li> <li>MudCheckBox: LabelPosition property to specify the label's Start/End position <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5163" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5163</b></a> </li> <li>MudTable: Default English aria-labels <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5099" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5099</b></a> </li> <li>PopoverProvider: Throw exception when duplicate providers detected <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5102" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5102</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudPicker Value should reset when Form.Reset() is called. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4968" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4968</b></a> </li> <li>MudDatePicker Fix KeyInterceptor Crash <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4987" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4987</b></a> </li> <li>MudTableFixes visual bug where NoRecordsContent on stripped table changes background color on hover <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4963" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4963</b></a> </li> <li>MudBreadcrumbs: Fix MaxItems collapsing logic <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4995" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4995</b></a> </li> <li>MudNumericField: Fix decimal precision and overflows <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4973" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4973</b></a> </li> <li>MudRadioGroup: Add InputClass and InputStyle (as a fix for break by <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4084" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4084</b></a>) <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4944" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4944</b></a> </li> <li>MudScrollToTop: Fix Exception When Changing Page <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5060" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5060</b></a> </li> <li>MudDialog: Fix corrupted Parameters with Multiple open Dialogs <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4895" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4895</b></a> </li> <li>MudDataGrid: Fix filter and several other bugs (<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4942" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4942</b></a>, <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4924" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4924</b></a>, <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4921" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4921</b></a>, <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4551" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4551</b></a>) <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5093" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5093</b></a> </li> <li>MudDataGrid: Prevent trimming of FilterOperator <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5133" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5133</b></a> </li> <li>MudDataGrid: Fix Broken Filter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5091" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5091</b></a> </li> <li>MudDataGrid: AggregationDefinition is applied to groups <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/5125" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5125</b></a> </li> <li>MudSelect: Update Text when switching to MultiSelection <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4962" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4962</b></a> </li> <li>MudColorPicker: Remember the View Chosen by the User <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4949" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4949</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> Github Milestone: <a target="_blank" href="<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/37?closed=1" class="mud-link mud-primary-text mud-link-underline-hover">link</a> " class="docs-code docs-code-primary">Milestone</a> Git compare: <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/compare/v6.0.14...v6.0.15" class="docs-code docs-code-primary">v6.0.14...v6.0.15</a></div></div></div></div></div> <div class="docs-navigation-footer"><div role="toolbar" class="mud-toolbar mb-16"><div aria-hidden="true" class="flex-grow-1"></div></div></div></div><div class="mud-container mud-container-maxwidth-lg mud-container--gutters mt-16"><div class="mud-grid mud-grid-spacing-xs-6 justify-start docs-footer"><div class="mud-grid-item mud-grid-item-xs-6 mud-grid-item-sm-3"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1404 1404" style="width:40px;"><path d="M406.89,219.14c-51.85,6.86-134.7-55.37-142.65-115.43-7.95-60.07,62.01-95.23,113.86-102.09,51.85-6.86,112.62,11.94,120.57,72.01,7.95,60.07-39.93,138.66-91.78,145.52Z" style="fill:#7e6fff;"></path> <path d="M1351.61,490.53c-29.26-77.07-70.13-149.81-121.87-214.05-34.85-43.28-74.24-83.06-118.5-116.66-51.13-38.82-107.18-74.24-169.52-89.6C659.86,.78,682.24,202.58,537.88,264.05c-144.35,61.47-316.15,4.62-409.08,131.03-38.73,52.69-76.68,109.42-100.97,170.37C5.41,621.7-2.93,684,1.05,744.27c7.77,117.64,64.46,245.62,162.39,314.92,34.64,24.51,91.9,55.27,131.4,25.76,19.29-14.41,31.2-37.27,39.96-59.15,25.29-63.2,31.63-134.4,35.72-201.73,4.09-67.39-8.86-285.66,4.07-323.91,10.1-29.89,34.98-51.3,65.12-59.55,37.46-10.25,84.85,1.44,112.4,28.99,11.98,11.98,21.72,26.39,29.24,43.17,7.49,16.78,16.01,38.08,25.62,63.86l55.76,156.52c4.8,13.19,9.9,26.68,15.31,40.45,5.38,13.81,11.24,26.42,17.55,37.79,6.28,11.4,12.88,20.69,19.76,27.9,6.89,7.17,13.96,10.79,21.14,10.79,5.99,0,12.01-3.17,18-9.45,5.99-6.31,11.85-14.7,17.55-25.21,5.7-10.47,11.37-22.61,17.07-36.42,5.7-13.8,11.24-28.47,16.65-44.07l60.28-162.83c8.39-22.77,16.33-42.57,23.83-59.35,7.5-16.78,16.21-30.59,26.07-41.38,9.9-10.79,21.75-18.9,35.55-24.31,13.77-5.38,31.48-8.07,53.07-8.07,16.78,0,31.32,1.63,43.62,4.93,12.3,3.3,22.32,9.77,30.14,19.34,14.5,17.77,17.58,45.82,20.66,68.01,6.54,46.97,1.82,95.87,1.82,143.32v272.45c0,23.37,1.14,47.05,0,70.39-.98,20.03-.76,40.4-10.45,58.74-8.84,16.71-25.19,30.07-43.97,32.23-24.29,2.79-43.71-15.61-52.61-36.6-4.2-9.9-7.05-19.79-8.55-29.69-1.5-9.9-2.24-17.84-2.24-23.83,0,0,10.01-267.01-33.46-261.48-8.83,1.12-28.92,49.45-34.66,61.45-30.1,60.21-107.26,230.27-122.13,251.82-12.03,17.43-28.81,35.72-50.55,39.92-15.19,2.94-29.82-2.71-41.65-12.12-29.45-23.43-42.28-66.81-56.1-100.93-11.3-27.91-84.23-310.38-138.19-317.77-7.14-.98-12.3,12.27-15.31,36.86-3.01,24.6-15.8,456.32,106.49,577.77,174.23,173.02,487.57,157.97,720.78-196.79,113.7-172.96,103.22-422.6,33.4-606.5Z" style="fill:#7e6fff;"></path> <path d="M369.84,537.14s-27.13,411.28-182.45,417.33c-116.75,4.55-168.93-122.4-176.64-144.99,20.77,97.3,72.69,193.09,152.7,249.7,34.64,24.51,91.9,55.26,131.4,25.76,19.29-14.41,31.2-37.27,39.96-59.15,25.29-63.2,31.63-134.4,35.72-201.73,3.34-55.09-4.69-210.9-.67-286.88v-.04Z" style="fill:#5a47ff;"></path></svg> <div class="d-flex flex-column mt-4"><div class="d-flex align-center my-2"><svg class="mud-icon-root mud-svg-icon mud-icon-size-small mr-2" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="img"><path d="M7.38,4.24c-.84,.11-2.17-.89-2.3-1.86s1-1.53,1.83-1.65,1.82,.19,1.94,1.16-.64,2.23-1.48,2.35Z"/><path d="M22.61,8.61c-.47-1.24-1.13-2.41-1.96-3.45-.56-.7-1.2-1.34-1.91-1.88-.82-.63-1.73-1.2-2.73-1.44-4.54-1.12-4.18,2.13-6.51,3.12-2.33,.99-5.1,.07-6.59,2.11-.62,.85-1.24,1.76-1.63,2.75-.36,.91-.5,1.91-.43,2.88,.13,1.9,1.04,3.96,2.62,5.08,.56,.39,1.48,.89,2.12,.42,.31-.23,.5-.6,.64-.95,.41-1.02,.51-2.17,.58-3.25s-.14-4.6,.07-5.22c.16-.48,.56-.83,1.05-.96,.6-.17,1.37,.02,1.81,.47,.19,.19,.35,.43,.47,.7,.12,.27,.26,.61,.41,1.03l.9,2.52c.08,.21,.16,.43,.25,.65,.09,.22,.18,.43,.28,.61,.1,.18,.21,.33,.32,.45,.11,.12,.23,.17,.34,.17,.1,0,.19-.05,.29-.15,.1-.1,.19-.24,.28-.41,.09-.17,.18-.36,.28-.59s.18-.46,.27-.71l.97-2.62c.14-.37,.26-.69,.38-.96,.12-.27,.26-.49,.42-.67,.16-.17,.35-.3,.57-.39,.22-.09,.51-.13,.86-.13,.27,0,.5,.03,.7,.08s.36,.16,.49,.31c.23,.29,.28,.74,.33,1.1,.11,.76,.03,1.55,.03,2.31v4.39c0,.38,.02,.76,0,1.13-.02,.32-.01,.65-.17,.95-.14,.27-.41,.48-.71,.52-.39,.05-.7-.25-.85-.59-.07-.16-.11-.32-.14-.48-.02-.16-.04-.29-.04-.38,0,0,.16-4.3-.54-4.21-.14,.02-.47,.8-.56,.99-.49,.97-1.73,3.71-1.97,4.06-.19,.28-.46,.58-.81,.64-.24,.05-.48-.04-.67-.2-.47-.38-.68-1.08-.9-1.63-.18-.45-1.36-5-2.23-5.12-.12-.02-.2,.2-.25,.59-.05,.4-.25,7.35,1.72,9.31,2.81,2.79,7.86,2.55,11.62-3.17,1.83-2.79,1.66-6.81,.54-9.77Z"/></svg> <p class="mud-typography mud-typography-body1">MudBlazor</p></div> <div class="d-flex align-center my-2"><svg class="mud-icon-root mud-svg-icon mud-icon-size-small mr-2" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="img"><g><path d="M0,0h24v24H0V0z" fill="none"/></g><g><g><path d="M14.16,10.4l-5-3.57c-0.7-0.5-1.63-0.5-2.32,0l-5,3.57C1.31,10.78,1,11.38,1,12.03V20c0,0.55,0.45,1,1,1h4v-6h4v6h4 c0.55,0,1-0.45,1-1v-7.97C15,11.38,14.69,10.78,14.16,10.4z"/><path d="M21.03,3h-9.06C10.88,3,10,3.88,10,4.97l0.09,0.09c0.08,0.05,0.16,0.09,0.24,0.14l5,3.57c0.76,0.54,1.3,1.34,1.54,2.23H19 v2h-2v2h2v2h-2v3v1h4.03c1.09,0,1.97-0.88,1.97-1.97V4.97C23,3.88,22.12,3,21.03,3z M19,9h-2V7h2V9z"/></g></g></svg> <p class="mud-typography mud-typography-body1">Gardnet AB</p></div> <div class="d-flex align-center my-2"><svg class="mud-icon-root mud-svg-icon mud-icon-size-small mr-2" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="img"><path d="M0 0h24v24H0V0z" fill="none"/><path d="M18.75 3.94L4.07 10.08c-.83.35-.81 1.53.02 1.85L9.43 14c.26.1.47.31.57.57l2.06 5.33c.32.84 1.51.86 1.86.03l6.15-14.67c.33-.83-.5-1.66-1.32-1.32z"/></svg> <p class="mud-typography mud-typography-body1">Sweden</p></div></div> <div class="d-flex mt-4"><a aria-label="twitter" type="button" href="https://twitter.com/MudBlazor" target="_blank" rel="noopener" class="mud-button-root mud-icon-button mud-inherit-text hover:mud-inherit-hover mud-ripple mud-ripple-icon mud-icon-button-edge-start me-2"><span class="mud-icon-button-label"><svg class="mud-icon-root mud-svg-icon mud-icon-size-medium" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="img"><path d="M22.46 6c-.77.35-1.6.58-2.46.69.88-.53 1.56-1.37 1.88-2.38-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29 0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15 0 1.49.75 2.81 1.91 3.56-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.22 4.22 0 0 1-1.93.07 4.28 4.28 0 0 0 4 2.98 8.521 8.521 0 0 1-5.33 1.84c-.34 0-.68-.02-1.02-.06C3.44 20.29 5.7 21 8.12 21 16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56.84-.6 1.56-1.36 2.14-2.23z"/></svg></span></a> <a aria-label="discord" type="button" href="https://discord.gg/mudblazor" target="_blank" rel="noopener" class="mud-button-root mud-icon-button mud-inherit-text hover:mud-inherit-hover mud-ripple mud-ripple-icon mud-icon-button-edge-start me-2"><span class="mud-icon-button-label"><svg class="mud-icon-root mud-svg-icon mud-icon-size-medium" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="img"><path d="M19,6.75A9.2017,9.2017,0,0,0,14.625,5l-.2135.4274a8.4519,8.4519,0,0,1,4.151,2.1976A12.87,12.87,0,0,0,12,5.875a12.87,12.87,0,0,0-6.5625,1.75,8.6339,8.6339,0,0,1,4.151-2.1976L9.375,5A9.1429,9.1429,0,0,0,5,6.75S2.76,9.9989,2.375,16.375A8.2659,8.2659,0,0,0,8.0625,19l.7175-.9555A8.7654,8.7654,0,0,1,5,15.5a11.032,11.032,0,0,0,7,2.1875A11.032,11.032,0,0,0,19,15.5a8.7609,8.7609,0,0,1-3.78,2.5445L15.9375,19a8.2659,8.2659,0,0,0,5.6875-2.625C21.24,9.9989,19,6.75,19,6.75ZM9.1562,14.625a1.6511,1.6511,0,0,1-1.5312-1.75,1.6511,1.6511,0,0,1,1.5312-1.75,1.6511,1.6511,0,0,1,1.5313,1.75A1.6511,1.6511,0,0,1,9.1562,14.625Zm5.6876,0a1.6511,1.6511,0,0,1-1.5313-1.75,1.6511,1.6511,0,0,1,1.5313-1.75,1.6511,1.6511,0,0,1,1.5312,1.75A1.6511,1.6511,0,0,1,14.8438,14.625Z"/></svg></span></a> <a aria-label="github" type="button" href="https://github.com/MudBlazor/MudBlazor" target="_blank" rel="noopener" class="mud-button-root mud-icon-button mud-inherit-text hover:mud-inherit-hover mud-ripple mud-ripple-icon mud-icon-button-edge-start me-2"><span class="mud-icon-button-label"><svg class="mud-icon-root mud-svg-icon mud-icon-size-medium" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="img"><path d="M12 .3a12 12 0 0 0-3.8 23.4c.6.1.8-.3.8-.6v-2c-3.3.7-4-1.6-4-1.6-.6-1.4-1.4-1.8-1.4-1.8-1-.7.1-.7.1-.7 1.2 0 1.9 1.2 1.9 1.2 1 1.8 2.8 1.3 3.5 1 0-.8.4-1.3.7-1.6-2.7-.3-5.5-1.3-5.5-6 0-1.2.5-2.3 1.3-3.1-.2-.4-.6-1.6 0-3.2 0 0 1-.3 3.4 1.2a11.5 11.5 0 0 1 6 0c2.3-1.5 3.3-1.2 3.3-1.2.6 1.6.2 2.8 0 3.2.9.8 1.3 1.9 1.3 3.2 0 4.6-2.8 5.6-5.5 5.9.5.4.9 1 .9 2.2v3.3c0 .3.1.7.8.6A12 12 0 0 0 12 .3"/></svg></span></a> <a aria-label="stack overflow" type="button" href="https://stackoverflow.com/tags/mudblazor" target="_blank" rel="noopener" class="mud-button-root mud-icon-button mud-inherit-text hover:mud-inherit-hover mud-ripple mud-ripple-icon mud-icon-button-edge-start me-2"><span class="mud-icon-button-label"><svg class="mud-icon-root mud-svg-icon mud-icon-size-medium" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="img"><path d="M17.05,21.77v-6.4h2.13v8.52H0V15.37H2.12v6.4Z"/><path d="M4.47,14.76,14.9,16.94l.44-2.1L4.91,12.66Zm1.38-5,9.66,4.5.88-1.93L6.73,7.84ZM8.53,5.05l8.19,6.81,1.35-1.62L9.88,3.42Zm5.29-5L12.11,1.27l6.35,8.55,1.71-1.27ZM4.25,19.62H14.9V17.49H4.25Z"/></svg></span></a></div></div> <div class="mud-grid-item mud-grid-item-xs-6 mud-grid-item-sm-3 d-flex flex-column"><p class="mud-typography mud-typography-subtitle2 mb-3">Community</p> <a href="/mud/community/getting-help" class="mud-typography mud-link mud-inherit-text mud-link-underline-none mud-typography-body1">Getting Help</a> <a href="/mud/community/reporting-bugs" class="mud-typography mud-link mud-inherit-text mud-link-underline-none mud-typography-body1">Reporting Bugs</a> <a href="/mud/community/contribution" class="mud-typography mud-link mud-inherit-text mud-link-underline-none mud-typography-body1">Contribute</a> <a href="/mud/community/extensions" class="mud-typography mud-link mud-inherit-text mud-link-underline-none mud-typography-body1">Community Extensions</a></div> <div class="mud-grid-item mud-grid-item-xs-6 mud-grid-item-sm-3 d-flex flex-column"><p class="mud-typography mud-typography-subtitle2 mb-3">Project</p> <a href="/mud/announcements" class="mud-typography mud-link mud-inherit-text mud-link-underline-none mud-typography-body1">Announcements</a> <a href="/mud/project/releases" class="mud-typography mud-link mud-inherit-text mud-link-underline-none mud-typography-body1">Releases</a> <a href="/mud/project/roadmap" class="mud-typography mud-link mud-inherit-text mud-link-underline-none mud-typography-body1">Roadmap</a> <a href="/mud/project/sponsor" class="mud-typography mud-link mud-inherit-text mud-link-underline-none mud-typography-body1">Sponsors & Backers</a> <a href="/mud/project/team" class="mud-typography mud-link mud-inherit-text mud-link-underline-none mud-typography-body1">Team & Contributors</a> <a href="/mud/project/how-it-started" class="mud-typography mud-link mud-inherit-text mud-link-underline-none mud-typography-body1">How it started</a></div> <div class="mud-grid-item mud-grid-item-xs-6 mud-grid-item-sm-3 d-flex flex-column"><p class="mud-typography mud-typography-subtitle2 mb-3">Products & Legal Information</p> <a href="https://mudblazor.com/" target="_blank" class="mud-typography mud-link mud-inherit-text mud-link-underline-none mud-typography-body1">MudBlazor</a> <a href="https://try.mudblazor.com/" target="_blank" class="mud-typography mud-link mud-inherit-text mud-link-underline-none mud-typography-body1">TryMudBlazor</a> <a href="https://github.com/MudBlazor/ThemeManager" target="_blank" class="mud-typography mud-link mud-inherit-text mud-link-underline-none mud-typography-body1">ThemeManager</a> <a href="https://github.com/MudBlazor/Templates" target="_blank" class="mud-typography mud-link mud-inherit-text mud-link-underline-none mud-typography-body1">Templates</a> <a href="/mud/cookie-policy" class="mud-typography mud-link mud-inherit-text mud-link-underline-none mud-typography-body1">Cookie Policy</a></div> <div class="mud-grid-item mud-grid-item-xs-12"><div role="toolbar" class="mud-toolbar mud-toolbar-dense"><p class="mud-typography mud-typography-body1">Copyright © 2020-2026 MudBlazor</p></div></div></div></div><aside class="mud-drawer mud-drawer-fixed mud-drawer-pos-right mud-drawer--open mud-drawer--initial mud-drawer-lg mud-drawer-clipped-always mud-theme-transparent mud-elevation-0 mud-drawer-responsive docs-page-content-navigation-drawer" style=""><div class="mud-drawer-content"><div class="page-content-navigation"></div></div></aside> </div> <span class="mud-scroll-to-top hidden" style="z-index:2000;"><button type="button" class="mud-button-root mud-fab mud-fab-primary mud-fab-size-large mud-ripple" __internal_stopPropagation_onclick><span class="mud-fab-label"><svg class="mud-icon-root mud-svg-icon mud-icon-size-medium" focusable="false" viewBox="0 0 24 24" aria-hidden="true" role="img"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.41 15.41 12 10.83l4.59 4.58L18 14l-6-6-6 6z"/></svg></span></button></span></div></div> <!--Blazor:{"prerenderId":"7745aaa487e149d0bf04fb714d84f8ab"}--> <div id="blazor-error-ui"> An error has occurred. This application may no longer respond until reloaded. <a href="" class="reload">Reload</a> <a class="dismiss">🗙</a> </div> <script src="_content/MudBlazor/MudBlazor.min.js?v=#{CACHE_TOKEN}#"></script> <script src="_content/MudBlazor.Docs/JS/docs.js?v=#{CACHE_TOKEN}#"></script> <script src="_framework/blazor.server.js"></script> <script src="_content/Blazor-Analytics/blazor-analytics.js" data-consent-category="google"></script> </body> </html>