Releases

Version
v6.4.0
Released on June 07, 2023
What's Changed
    New Features
    Bug Fixes
    • Inputs: Fix order of Value and Text changes for increased stability by @mckaragoz in #6900
    Other Changes
    New Contributors

    Full Changelog: v6.3.1...v6.4.0

    Version
    v6.3.1
    Released on May 27, 2023
    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 #6928
      • MudAppBar: Fix default value of WrapContent (#6808, #6869) by @henon in #6929

      Full Changelog: 6.3.0...v6.3.1

      Version
      v6.3.0
      Released on May 24, 2023
      What's Changed
        New Features
        Bug Fixes
        New Contributors

        Full Changelog: v6.2.5...v6.3.0

        Version
        v6.2.5
        Released on May 17, 2023
        What's Changed
          New Features
          Bug Fixes
          • Remove Parameter attribute from non-component SnackbarOptions class by @Eagle3386 in #6801
          • MudTreeView: Don't accept clicks and selection changes for Disabled items by @RickMcDee in #6783
          • LinearProgress: Fix typo in size parameter docs by @Mr-Technician in #6807
          • MudDataGrid: Fix runtime exception with PageSizeOptions by @SinisterMaya in #6784
          • MudDropContainer: Fix bad index when dropping item on itself (#5006) by @ZephyrZiggurat in #6830
          • MudTable: Fix discrepency with initial RowsPerPage in TablePager by @SinisterMaya in #6776
          Other Changes
          New Contributors
          **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 May 03, 2023
          What's Changed
            Breaking Changes
            New Features
            Bug Fixes
            Other Changes
            New Contributors

            Full Changelog: v6.2.2...v6.2.3

            Version
            v6.2.2
            Released on April 13, 2023
            What's Changed
              Bug Fixes
              • Docs: Fix possible NullReferenceException and Cross-Origin Request Blocked by @ScarletKuro in #6647

              Full Changelog: v6.2.1...v6.2.2

              Version
              v6.2.1
              Released on April 12, 2023
              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 #6614
                • MudDataGrid: Rename AddFilterAsync and ClearFiltersAsync (Breaking Change) by @ScarletKuro in #6639
                New Features
                • MudDialog: Change OnBackdropClick Action to EventCallback by @BieleckiLtd in #6151
                • Theming: Make all Palette properties virtual by @TDroogers in #6519
                • MudAlert: Add nullable annotation. by @ScarletKuro in #6539
                • MudAppBar: Add nullable annotation by @ScarletKuro in #6540
                • MudBadge: Add nullable annotation. by @ScarletKuro in #6554
                • MudComponentBase: Add explicit IMudStateHasChange.StateHasChanged by @ScarletKuro in #6563
                • MudDropZone: Add nullable annotation and fix #6551, #4695. by @ScarletKuro in #6561
                • FileUpload: Add Disabled property by @Mr-Technician in #6572
                • MudTreeViewItem: Add 'BodyContent' which renders instead of text, end text and end icon. by @rpc-scandinavia in #3831
                • MudForm: Add ReadOnly and Disabled properties by @Mr-Technician in #6511
                • MudSwipeArea: SwipeEventArgs Feature by @mckaragoz in #6574
                • MudDataGrid: Allow user to use a custom IComparer for sorting by @SinisterMaya in #6368
                • MudDataGrid: Add ability to use SortBy on TemplateColumn. by @tjscience in #6613´
                • Bug Fixes
                  • MudTable: Add filtered items cache for each render. by @adameste in #6470
                  • MudDataGrid: Improve nullability, encapsulation and some nits by @ScarletKuro in #6421
                  • MudDataGrid: Sorting and filtering performance improvements. by @adameste in #6495
                  • BaseInput: Validation should not run on blur when ReadOnly = true. by @Mr-Technician in #6518
                  • Fixes MudDataGrid NullReferenceExeption by @alfadelta88 in #6541
                  • MudDataGrid: Make AggregateDefinition work with nullable values and cover with tests by @ScarletKuro in #6515
                  • MudDatagrid: Fix grouping to work with filtered items cache. by @adameste in #6557
                  • MudDrawer: Fix #6154 by not re-rendering on mouse events by @ScarletKuro in #6575
                  • MudPopover: Fix flickering in delayed bss (#6345) by @ScarletKuro in #6579
                  • Autocomplete: Should not have a Clear button when ReadOnly by @Mr-Technician in #6596
                  • MudDataGrid: Fix ExpandAllGroups/CollapseAllGroups skipping some groups (#6591) by @alfadelta88 in #6592
                  • MudDataGrid: Fix GroupExpanded not working by @alfadelta88 in #6604
                  • MudDataGrid: Filter for Nullable DateTime not working(#6521) by @ScarletKuro in #6607
                  • PopoverService: Fix DisposeAsync causing hangs on MAUI by @Mr-Technician in #5367
                  • MudBaseInput: Make OnBlurred async by @ScarletKuro in #6633
                  • MudBaseInput: Add InvokeKeyDownAsync / InvokeKeyUpAsync deprecate InvokeKeyDown / InvokeKeyUp by @ScarletKuro in #6636
                  • MudDataGrid: Fix filtering modes when using ServerData by @alfadelta88 in #6627
                  • MudFormComponent: Deprecate BeginValidate in favor of Async version by @ScarletKuro in #6637
                  Other Changes
                  New Contributors

                  Full Changelog: v6.2.0...v6.2.1

                  Version
                  v6.2.0
                  Released on March 15, 2023
                  What's Changed
                    Breaking Changes
                    New Features
                    • MudTabs: Optionally cancel tab panel activations by @Flaflo in #4738
                    • Avatar: Refactor Image support by @Mr-Technician in #6382
                    • MudDropZone: Add support for Chromium based browsers on Mobile by @emorell96 in #4818
                    • SourceCodeGenerator: Add support for enum source code generation by @xC0dex in #6306
                    • ThemeProvider: Allow watching dark/light system setting by @TDroogers in #6320
                    • RadioGroup: Add ReadOnly and Disabled options. by @Mr-Technician in #6418
                    • MudDatePicker: Add disabled functionality for months only picker by @ingkor in #6438
                    • MudDatePicker: Add disabling months if day is fixed (#6336) by @gaplin in #6338
                    • Docs: Fix release page and roadmap page by @Garderoben in #6455
                    Bug Fixes
                    • MudPicker: Fix flickering in delayed BSS. (#5450) by @gaplin in #6344
                    • MudCheckbox: Use flex-row-reverse instead of mud-rtl for label positioning by @Flaflo in #6377
                    • MudTable: Fix V3022 warning by @HClausing in #6374
                    • Dialog: Fix issues with nested inline Dialogs by @Mr-Technician in #6390
                    • MudCarousel: Fix wrong transition direction when using SelectedIndex (#6392) by @gaplin in #6394
                    • MudMenu: Fix Touch Bubbling Which Causes Other Unwanted Click Event Firing on Mobile Devices by @mckaragoz in #6358
                    • Fix analyzer NullReferenceException in old ToDescriptionString, add test scanrio for it. by @ScarletKuro in #6423
                    • Datagrid: Fix Dialog by @Mr-Technician in #6415
                    • MudDataGrid : Fixes Select All when using ServerData by @alfadelta88 in #5999
                    • MudTable: Show loading indicator whenever table loads data from server by @sensslen in #4665
                    • ThemeProvider: Trimming and minor formatting fix by @ScarletKuro in #6444
                    • MudDataGrid: Fix missing content/error in Cell edit mode for HierarchyColumn (#6024) by @HClausing in #6441
                    • Autocomplete: Fix Autocomplete opening on Reset by @Mr-Technician in #6387
                    • MudAutocomplete: Fix KeyDown Event by @ingkor in #6462
                    Other Changes
                    New Contributors

                    Full Changelog: v6.1.9...v6.1.10

                    Version
                    v6.1.9
                    Released on February 15, 2023
                    What's Changed
                      New Features
                      Bug Fixes
                      • Tabs: Fix disabling prevButton after upsizing (#6235) by @gaplin in #6236
                      • Fix NullReferenceException in ResizeOptions equality logic #6128 by @henon in #6308
                      • Tabs: Fix scroll buttons not working on low width (#5212) by @gaplin in #6304
                      • MudDialog: CSS fix for scroll when size is greater than view height by @enkodellc in #4132
                      Other Changes
                      New Contributors

                      Full Changelog: v6.1.8...v6.1.9

                      Version
                      v6.1.8
                      Released on January 27, 2023
                      What's Changed
                        New Features
                        Bug Fixes
                        • MudAutocomplete: Fix TextChanged event not sending the text by @idan-h in #6120
                        • MudTable: Fix 2nd level checkbox default indeterminate state by @Yomodo in #6075
                        • Change background of error when circuit (connection) is lost. by @BieleckiLtd in #6116
                        • MudDivider: Fix fullwidth behavior in flex containers by @mckaragoz in #5472
                        • MudTooltip: Fix Style not forwarded to popover by @rogue6800 in #6051
                        • MudTable: Add null check on server data items in FilteredItems by @Mr-Technician in #6186
                        • MudTabs: Fix incorrect ActivePanelIndex by @Yomodo in #6100
                        Other Changes
                        • MudDateRangePicker: Fix DateRangePicker validation in MudForm (#6194) by @igotinfected in #6195
                        New Contributors

                        Full Changelog: v6.1.7...v6.1.8

                        Version
                        v6.1.7
                        Released on January 02, 2023
                        What's Changed
                          New Features
                          Bug Fixes
                          • Icons: Remove any tags on generation by <a target="_blank" href="https://github.com/QianMoXi" class="mud-link mud-default-text mud-link-underline-hover"><b>@QianMoXi</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#6023</b></a> </li> <li>Prevent BoundingClientRect trimming and throwing JsInteropException by <a target="_blank" href="https://github.com/ScarletKuro" class="mud-link mud-default-text mud-link-underline-hover"><b>@ScarletKuro</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#6053</b></a> </li> <li>MudTabPanel: Fix possible System.NullReferenceException on Dispose by <a target="_blank" href="https://github.com/Yomodo" class="mud-link mud-default-text mud-link-underline-hover"><b>@Yomodo</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#6064</b></a> </li> <li>MudTable: Fix KeyNotFoundException by <a target="_blank" href="https://github.com/Mr-Technician" class="mud-link mud-default-text mud-link-underline-hover"><b>@Mr-Technician</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#6065</b></a> </li> <li>MudTabs: Fix TabPanel collections are not in sync by <a target="_blank" href="https://github.com/Yomodo" class="mud-link mud-default-text mud-link-underline-hover"><b>@Yomodo</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#6070</b></a> </ul></li> <h5 class="mud-typography mud-typography-h5">New Contributors </h5><ul class="mt-3 mb-6 px-6"> <li><a target="_blank" href="https://github.com/QianMoXi" class="mud-link mud-default-text mud-link-underline-hover"><b>@QianMoXi</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#6023</b></a> </ul></li> <p class="mud-typography mud-typography-body1">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></p></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.1.6</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on December 18, 2022</h6></div></div> <div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-8"><div class="docs-github-release-body"><!-- Release notes generated using configuration in .github/release.yml at dev --> <h5 class="mud-typography mud-typography-h5">What's Changed </h5><ul class="mt-3 mb-6 px-6"></ul> <h6 class="mud-typography mud-typography-h6">Breaking Changes </h6><ul class="mt-3 mb-6 px-6"> <li>MudTable: Fixed checkbox state for MultiSelect and (Multi)Grouping by <a target="_blank" href="https://github.com/Yomodo" class="mud-link mud-default-text mud-link-underline-hover"><b>@Yomodo</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5985</b></a> </ul></li> <li>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. </li> <h6 class="mud-typography mud-typography-h6">New Features </h6><ul class="mt-3 mb-6 px-6"> <li>MudTable: Allow row-click without selecting checkbox when in multi-select mode by <a target="_blank" href="https://github.com/Yomodo" class="mud-link mud-default-text mud-link-underline-hover"><b>@Yomodo</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5961</b></a> </li> <li>Make Blazor Error UI message more legible by <a target="_blank" href="https://github.com/BieleckiLtd" class="mud-link mud-default-text mud-link-underline-hover"><b>@BieleckiLtd</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5996</b></a> </li> <li>MudTable: Added OverscanCount as a parameter. by <a target="_blank" href="https://github.com/Suenodk" class="mud-link mud-default-text mud-link-underline-hover"><b>@Suenodk</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5990</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudProgress: Fixed border radius for rounded linear progress bar by <a target="_blank" href="https://github.com/nmakhmutov" class="mud-link mud-default-text mud-link-underline-hover"><b>@nmakhmutov</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5963</b></a> </li> <li>BreakpointService: IsMediaSize should will return true for Breakpoint.Always by <a target="_blank" href="https://github.com/pars-dev" class="mud-link mud-default-text mud-link-underline-hover"><b>@pars-dev</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5898</b></a> </li> <li>MudAutoComplete: Don't write to console for errors by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5970</b></a> </li> <li>MudTable: Fix issue where sub-tables in the last row of a table would not have borders by <a target="_blank" href="https://github.com/Mr-Technician" class="mud-link mud-default-text mud-link-underline-hover"><b>@Mr-Technician</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5992</b></a> </li> <li>MudDataGrid: Fix CollapseAll not clearing internal variable by <a target="_blank" href="https://github.com/snakex64" class="mud-link mud-default-text mud-link-underline-hover"><b>@snakex64</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5995</b></a> </li> <li>MudTable: Toggle multigrouping checkbox ocassionaly flickers by <a target="_blank" href="https://github.com/Yomodo" class="mud-link mud-default-text mud-link-underline-hover"><b>@Yomodo</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#6003</b></a> </ul></li> <h5 class="mud-typography mud-typography-h5">New Contributors </h5><ul class="mt-3 mb-6 px-6"> <li><a target="_blank" href="https://github.com/pars-dev" class="mud-link mud-default-text mud-link-underline-hover"><b>@pars-dev</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5898</b></a> </li> <li><a target="_blank" href="https://github.com/Suenodk" class="mud-link mud-default-text mud-link-underline-hover"><b>@Suenodk</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5990</b></a> </ul></li> <p class="mud-typography mud-typography-body1">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></p></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.1.5</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on December 11, 2022</h6></div></div> <div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-8"><div class="docs-github-release-body"><!-- Release notes generated using configuration in .github/release.yml at dev --> <h5 class="mud-typography mud-typography-h5">What's Changed </h5><ul class="mt-3 mb-6 px-6"></ul> <h6 class="mud-typography mud-typography-h6">New Features </h6><ul class="mt-3 mb-6 px-6"> <li>MudSelect and MudAutocomplete: Add ListClass by <a target="_blank" href="https://github.com/mckaragoz" class="mud-link mud-default-text mud-link-underline-hover"><b>@mckaragoz</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5402</b></a> </li> <li>MudTreeViewItem: add CanExpand Property (#4093) by <a target="_blank" href="https://github.com/LennartKleymann" class="mud-link mud-default-text mud-link-underline-hover"><b>@LennartKleymann</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4097</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudTable: SelectedItem should fire regardless of EditTrigger setting. by <a target="_blank" href="https://github.com/Mr-Technician" class="mud-link mud-default-text mud-link-underline-hover"><b>@Mr-Technician</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5903</b></a> </li> <li>MudPopover : Check popoverContentNode null before use by <a target="_blank" href="https://github.com/Stuart88" class="mud-link mud-default-text mud-link-underline-hover"><b>@Stuart88</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5897</b></a> </li> <li>Tests: Fix IDialog interface so it can be Moqed by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5925</b></a> </li> <li>MudSnackbar: Fix overflowing, long message (#3945) by <a target="_blank" href="https://github.com/BieleckiLtd" class="mud-link mud-default-text mud-link-underline-hover"><b>@BieleckiLtd</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5929</b></a> </li> <li>MudDataGrid: fixed the resizer handle visibility by <a target="_blank" href="https://github.com/SinisterMaya" class="mud-link mud-default-text mud-link-underline-hover"><b>@SinisterMaya</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5851</b></a> </li> <li>MudDialog: Fix not aligned Toolbar buttons on Dialog header (#5497) by <a target="_blank" href="https://github.com/m4ss1m0g" class="mud-link mud-default-text mud-link-underline-hover"><b>@m4ss1m0g</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5725</b></a> </li> <li>MudDialog: Fix close button in RTL by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5951</b></a> </li> <li>MudDataGrid: Fix the FilterHeaderCell visible when the Column is hidden by <a target="_blank" href="https://github.com/nicoarm93" class="mud-link mud-default-text mud-link-underline-hover"><b>@nicoarm93</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5777</b></a> </li> <li>MudDataGrid: ServerData initialization fix by <a target="_blank" href="https://github.com/creeve-qci" class="mud-link mud-default-text mud-link-underline-hover"><b>@creeve-qci</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5635</b></a> </li> <li>MudAlert: Fix CloseIcon color in Filled Variant (#5436) by <a target="_blank" href="https://github.com/fondraco" class="mud-link mud-default-text mud-link-underline-hover"><b>@fondraco</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5449</b></a> </ul></li> <h5 class="mud-typography mud-typography-h5">New Contributors </h5><ul class="mt-3 mb-6 px-6"> <li><a target="_blank" href="https://github.com/Stuart88" class="mud-link mud-default-text mud-link-underline-hover"><b>@Stuart88</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5897</b></a> </li> <li><a target="_blank" href="https://github.com/SinisterMaya" class="mud-link mud-default-text mud-link-underline-hover"><b>@SinisterMaya</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5851</b></a> </li> <li><a target="_blank" href="https://github.com/m4ss1m0g" class="mud-link mud-default-text mud-link-underline-hover"><b>@m4ss1m0g</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5725</b></a> </li> <li><a target="_blank" href="https://github.com/fondraco" class="mud-link mud-default-text mud-link-underline-hover"><b>@fondraco</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5449</b></a> </li> <li><a target="_blank" href="https://github.com/LennartKleymann" class="mud-link mud-default-text mud-link-underline-hover"><b>@LennartKleymann</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4097</b></a> </ul></li> <p class="mud-typography mud-typography-body1">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></p></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.1.4</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on December 05, 2022</h6></div></div> <div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-8"><div class="docs-github-release-body"><!-- Release notes generated using configuration in .github/release.yml at dev --> <h5 class="mud-typography mud-typography-h5">What's Changed </h5><ul class="mt-3 mb-6 px-6"></ul> <h6 class="mud-typography mud-typography-h6">New Features </h6><ul class="mt-3 mb-6 px-6"> <li>MudLink: Add OnClick parameter (#1518) by <a target="_blank" href="https://github.com/BieleckiLtd" class="mud-link mud-default-text mud-link-underline-hover"><b>@BieleckiLtd</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5785</b></a> </li> <li>Charts: Make Legend Clickable by <a target="_blank" href="https://github.com/belucha" class="mud-link mud-default-text mud-link-underline-hover"><b>@belucha</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5484</b></a> </li> <li>MudTreeView: Add Public Select Method and Disable Text Selection When ExpandOnDoubleClick is true by <a target="_blank" href="https://github.com/mckaragoz" class="mud-link mud-default-text mud-link-underline-hover"><b>@mckaragoz</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5856</b></a> </li> <li>MudBaseButton: Make OnClickHandler virtual by <a target="_blank" href="https://github.com/CodeLifterIO" class="mud-link mud-default-text mud-link-underline-hover"><b>@CodeLifterIO</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5879</b></a> </li> <li>MudTooltip: Activation via Hover, Focus or Click by <a target="_blank" href="https://github.com/mckaragoz" class="mud-link mud-default-text mud-link-underline-hover"><b>@mckaragoz</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4647</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudSnackbar: Fix memory leak upon Dispose by <a target="_blank" href="https://github.com/Yomodo" class="mud-link mud-default-text mud-link-underline-hover"><b>@Yomodo</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5706</b></a> </li> <li>MudColorPicker: Fix MaxLength on HEX TextField for transparent colors by <a target="_blank" href="https://github.com/DoobieAsDave" class="mud-link mud-default-text mud-link-underline-hover"><b>@DoobieAsDave</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5582</b></a> </li> <li>ScrollManager: Fix exceptions when no JS environment available by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5770</b></a> </li> <li>MudDialog: Fix Dialog is null in IDialogReference by <a target="_blank" href="https://github.com/ScarletKuro" class="mud-link mud-default-text mud-link-underline-hover"><b>@ScarletKuro</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5101</b></a> </li> <li>MudCarousel: Fix swipe direction for next/previous in rtl by <a target="_blank" href="https://github.com/abduwaris" class="mud-link mud-default-text mud-link-underline-hover"><b>@abduwaris</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5811</b></a> </li> <li>MudRadio: Fix content placement in rtl by <a target="_blank" href="https://github.com/abduwaris" class="mud-link mud-default-text mud-link-underline-hover"><b>@abduwaris</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5813</b></a> </li> <li>MudTable: Fix inconsistent row border thickness by <a target="_blank" href="https://github.com/dennml" class="mud-link mud-default-text mud-link-underline-hover"><b>@dennml</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5823</b></a> </li> <li>MudTable: Fixed table grouping item selection issue (#5759) by <a target="_blank" href="https://github.com/Gopichandar" class="mud-link mud-default-text mud-link-underline-hover"><b>@Gopichandar</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5760</b></a> </li> <li>MudChip: Fix pointer cursor if href set by <a target="_blank" href="https://github.com/mdekok" class="mud-link mud-default-text mud-link-underline-hover"><b>@mdekok</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5871</b></a> </li> <li>MudFileUpload: Maximum file count integrated as a parameter by <a target="_blank" href="https://github.com/ummerland" class="mud-link mud-default-text mud-link-underline-hover"><b>@ummerland</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5861</b></a> </li> <li>MudTimePicker: Fix TimePicker validation in MudForm (#5883) by <a target="_blank" href="https://github.com/igotinfected" class="mud-link mud-default-text mud-link-underline-hover"><b>@igotinfected</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5884</b></a> </li> <li>MudTreeView: Fix Closing Arrow Transition by <a target="_blank" href="https://github.com/mckaragoz" class="mud-link mud-default-text mud-link-underline-hover"><b>@mckaragoz</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5858</b></a> </ul></li> <h5 class="mud-typography mud-typography-h5">New Contributors </h5><ul class="mt-3 mb-6 px-6"> <li><a target="_blank" href="https://github.com/rena0157" class="mud-link mud-default-text mud-link-underline-hover"><b>@rena0157</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5767</b></a> </li> <li><a target="_blank" href="https://github.com/BieleckiLtd" class="mud-link mud-default-text mud-link-underline-hover"><b>@BieleckiLtd</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5785</b></a> </li> <li><a target="_blank" href="https://github.com/DoobieAsDave" class="mud-link mud-default-text mud-link-underline-hover"><b>@DoobieAsDave</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5582</b></a> </li> <li><a target="_blank" href="https://github.com/abduwaris" class="mud-link mud-default-text mud-link-underline-hover"><b>@abduwaris</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5811</b></a> </li> <li><a target="_blank" href="https://github.com/CodeLifterIO" class="mud-link mud-default-text mud-link-underline-hover"><b>@CodeLifterIO</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5879</b></a> </li> <li><a target="_blank" href="https://github.com/ummerland" class="mud-link mud-default-text mud-link-underline-hover"><b>@ummerland</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5861</b></a> </li> <li><a target="_blank" href="https://github.com/igotinfected" class="mud-link mud-default-text mud-link-underline-hover"><b>@igotinfected</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5884</b></a> </li> <li><a target="_blank" href="https://github.com/popandepo" class="mud-link mud-default-text mud-link-underline-hover"><b>@popandepo</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5893</b></a> </ul></li> <p class="mud-typography mud-typography-body1">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></p></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.1.3-dev.1</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on November 22, 2022</h6></div></div> <div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-8"><div class="docs-github-release-body"><h5 class="mud-typography mud-typography-h5">What's Changed </h5><ul class="mt-3 mb-6 px-6"> <li>MudSnackbar: Fix memory leak upon Dispose by <a target="_blank" href="https://github.com/Yomodo" class="mud-link mud-default-text mud-link-underline-hover"><b>@Yomodo</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5706</b></a> </li> <li>MudLink: Add OnClick parameter (#1518) by <a target="_blank" href="https://github.com/BieleckiLtd" class="mud-link mud-default-text mud-link-underline-hover"><b>@BieleckiLtd</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5785</b></a> </li> <li>Charts: Make Legend Clickable by <a target="_blank" href="https://github.com/belucha" class="mud-link mud-default-text mud-link-underline-hover"><b>@belucha</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5484</b></a> </li> <li>MudColorPicker: Fix MaxLength on HEX TextField for transparent colors by <a target="_blank" href="https://github.com/DoobieAsDave" class="mud-link mud-default-text mud-link-underline-hover"><b>@DoobieAsDave</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5582</b></a> </li> <li>ScrollManager: Fix exceptions when no JS environment available by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5770</b></a> </li> <li>MudDialog: Fix Dialog is null in IDialogReference by <a target="_blank" href="https://github.com/ScarletKuro" class="mud-link mud-default-text mud-link-underline-hover"><b>@ScarletKuro</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5101</b></a> </li> <li>Fix ResizeBasedService trim warning by <a target="_blank" href="https://github.com/ScarletKuro" class="mud-link mud-default-text mud-link-underline-hover"><b>@ScarletKuro</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5809</b></a> </ul></li> <h5 class="mud-typography mud-typography-h5">New Contributors </h5><ul class="mt-3 mb-6 px-6"> <li><a target="_blank" href="https://github.com/rena0157" class="mud-link mud-default-text mud-link-underline-hover"><b>@rena0157</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5767</b></a> </li> <li><a target="_blank" href="https://github.com/BieleckiLtd" class="mud-link mud-default-text mud-link-underline-hover"><b>@BieleckiLtd</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5785</b></a> </li> <li><a target="_blank" href="https://github.com/DoobieAsDave" class="mud-link mud-default-text mud-link-underline-hover"><b>@DoobieAsDave</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5582</b></a> </ul></li> <p class="mud-typography mud-typography-body1">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></p></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.1.2</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on November 14, 2022</h6></div></div> <div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-8"><div class="docs-github-release-body"><h5 class="mud-typography mud-typography-h5">What's Changed </h5><ul class="mt-3 mb-6 px-6"> <li>MudMenu: Fix MouseEventArgs in net7 on BSS by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5738</b></a> </li> <li>Build: Fix missing static assets in nuget by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5751</b></a> </ul></li> <p class="mud-typography mud-typography-body1">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></p></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.1.0</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on November 13, 2022</h6></div></div> <div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-8"><div class="docs-github-release-body"><h5 class="mud-typography mud-typography-h5">Announcement </h5><ul class="mt-3 mb-6 px-6"></ul> 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. <h5 class="mud-typography mud-typography-h5">What's Changed </h5><ul class="mt-3 mb-6 px-6"> <li>Snackbar: Fix accidental API break by PR #5310 by <a target="_blank" href="https://github.com/henon" class="mud-link mud-default-text mud-link-underline-hover"><b>@henon</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5701</b></a> </li> <li>Snackbar: Fix break due to trimming of SnackbarMessageType by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5711</b></a> </li> <li>Build: add net7 library (multi-targeting) by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5713</b></a> </li> <li>Fix MudDivider consistent thickness by <a target="_blank" href="https://github.com/dennml" class="mud-link mud-default-text mud-link-underline-hover"><b>@dennml</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5491</b></a> </li> <li>Tests: Fix locale issue due to date literal by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5729</b></a> </li> <li>MudDataGrid: Add GroupClassFunc and GroupStyleFunc by <a target="_blank" href="https://github.com/franklupo" class="mud-link mud-default-text mud-link-underline-hover"><b>@franklupo</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5560</b></a> </li> <li>MudDataGrid: Fix missing DataGrid reference in FilterDefinition by <a target="_blank" href="https://github.com/nicoarm93" class="mud-link mud-default-text mud-link-underline-hover"><b>@nicoarm93</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5498</b></a> </ul></li> <h5 class="mud-typography mud-typography-h5">New Contributors </h5><ul class="mt-3 mb-6 px-6"> <li><a target="_blank" href="https://github.com/dennml" class="mud-link mud-default-text mud-link-underline-hover"><b>@dennml</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5491</b></a> </li> <li><a target="_blank" href="https://github.com/franklupo" class="mud-link mud-default-text mud-link-underline-hover"><b>@franklupo</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5560</b></a> </ul></li> <p class="mud-typography mud-typography-body1">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></p></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.0.18</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on November 09, 2022</h6></div></div> <div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-8"><div class="docs-github-release-body"><h5 class="mud-typography mud-typography-h5">What's Changed </h5><ul class="mt-3 mb-6 px-6"> <li>Snackbar: Enable RenderFragment in addition to string message by <a target="_blank" href="https://github.com/jammerware" class="mud-link mud-default-text mud-link-underline-hover"><b>@jammerware</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5310</b></a> </li> <li>MudNavlink: Enable protected access to some internals by <a target="_blank" href="https://github.com/hugodeco" class="mud-link mud-default-text mud-link-underline-hover"><b>@hugodeco</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5224</b></a> </li> <li>Table: Add the option of triggering edits on button click instead of row click by <a target="_blank" href="https://github.com/Mr-Technician" class="mud-link mud-default-text mud-link-underline-hover"><b>@Mr-Technician</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5467</b></a> </li> <li>Docs: Fixed typo in Divider page by <a target="_blank" href="https://github.com/vegguid" class="mud-link mud-default-text mud-link-underline-hover"><b>@vegguid</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5454</b></a> </li> <li>MudForm: Assign Validation to Form controls on subscribe by <a target="_blank" href="https://github.com/Mr-Technician" class="mud-link mud-default-text mud-link-underline-hover"><b>@Mr-Technician</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5501</b></a> </li> <li>Docs: Improved Wording within Layouts Page by <a target="_blank" href="https://github.com/95Conor" class="mud-link mud-default-text mud-link-underline-hover"><b>@95Conor</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5476</b></a> </li> <li>Docs: Add workaround for google analytics interop error by <a target="_blank" href="https://github.com/JonBunator" class="mud-link mud-default-text mud-link-underline-hover"><b>@JonBunator</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5513</b></a> </li> <li>Events: Use native mouse events in net7 by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5517</b></a> </li> <li>MudTable: Fix table trim warnings (net7 linker) by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5519</b></a> </li> <li>Trimming: Additional annotations by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5537</b></a> </li> <li>Tests: Make tests net7 friendly by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5559</b></a> </li> <li>Build: Separate EnumSwitch code to avoid BL0007 by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5561</b></a> </li> <li>MudDrawer: Remove event listeners by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5562</b></a> </li> <li>MudCollapse: Remove event listeners by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5563</b></a> </li> <li>MudSwipeArea: Add Sensitivity and SwipeDelta by <a target="_blank" href="https://github.com/mckaragoz" class="mud-link mud-default-text mud-link-underline-hover"><b>@mckaragoz</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5496</b></a> </li> <li>Add ILogger to MudComponentBase by <a target="_blank" href="https://github.com/Mr-Technician" class="mud-link mud-default-text mud-link-underline-hover"><b>@Mr-Technician</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5549</b></a> </li> <li>Docs: Installation guide should specify where to register Services by <a target="_blank" href="https://github.com/2TallTyler" class="mud-link mud-default-text mud-link-underline-hover"><b>@2TallTyler</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5451</b></a> </li> <li>MudDataGrid: ExpandAllGroups (persist group expansions) by <a target="_blank" href="https://github.com/jgoday" class="mud-link mud-default-text mud-link-underline-hover"><b>@jgoday</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5410</b></a> </li> <li>OverflowBehavior: Fix typo in enum (obsoleting misspelled entry) by <a target="_blank" href="https://github.com/cptcrunchy" class="mud-link mud-default-text mud-link-underline-hover"><b>@cptcrunchy</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5485</b></a> </li> <li>MudDataGrid: Add onmousedown callback parameter on DataGrid row by <a target="_blank" href="https://github.com/Yekonori" class="mud-link mud-default-text mud-link-underline-hover"><b>@Yekonori</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5383</b></a> </li> <li>ScrollManager: Add ScrollIntoView by <a target="_blank" href="https://github.com/Mr-Technician" class="mud-link mud-default-text mud-link-underline-hover"><b>@Mr-Technician</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5564</b></a> </li> <li>MudDataGrid: Fix HierarchyColumn behavior by <a target="_blank" href="https://github.com/nicoarm93" class="mud-link mud-default-text mud-link-underline-hover"><b>@nicoarm93</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5534</b></a> </li> <li>MudCollapse: Supress render due to native event by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5639</b></a> </li> <li>Docs: MudRadioGroup: vertical align by <a target="_blank" href="https://github.com/TDroogers" class="mud-link mud-default-text mud-link-underline-hover"><b>@TDroogers</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5597</b></a> </li> <li>New Component: MudFileUpload by <a target="_blank" href="https://github.com/Mr-Technician" class="mud-link mud-default-text mud-link-underline-hover"><b>@Mr-Technician</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5488</b></a> </li> <li>MudCollapse: Better solution to non-rendering event (Add EventUtil) by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5661</b></a> </li> <li>MInor typos and grammar corrections by <a target="_blank" href="https://github.com/c0g1t8" class="mud-link mud-default-text mud-link-underline-hover"><b>@c0g1t8</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5663</b></a> </li> <li>Picker: Improve test coverage and fix ColorPicker bug by <a target="_blank" href="https://github.com/Mr-Technician" class="mud-link mud-default-text mud-link-underline-hover"><b>@Mr-Technician</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5680</b></a> </li> <li>Tests: Fix some missing awaits by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5684</b></a> </li> <li>Theming: Easier customization of dark mode by <a target="_blank" href="https://github.com/TDroogers" class="mud-link mud-default-text mud-link-underline-hover"><b>@TDroogers</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5676</b></a> </li> <li>MudDataGrid: Add `FormFieldChanged` event by <a target="_blank" href="https://github.com/Mr-Technician" class="mud-link mud-default-text mud-link-underline-hover"><b>@Mr-Technician</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5689</b></a> </li> <li>MudNavLink: Allow custom ActiveClass by <a target="_blank" href="https://github.com/TDroogers" class="mud-link mud-default-text mud-link-underline-hover"><b>@TDroogers</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5619</b></a> </li> <li>Build: Use net6 for local build by <a target="_blank" href="https://github.com/mikes-gh" class="mud-link mud-default-text mud-link-underline-hover"><b>@mikes-gh</b></a> in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5690</b></a> </ul></li> <h5 class="mud-typography mud-typography-h5">New Contributors </h5><ul class="mt-3 mb-6 px-6"> <li><a target="_blank" href="https://github.com/jammerware" class="mud-link mud-default-text mud-link-underline-hover"><b>@jammerware</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5310</b></a> </li> <li><a target="_blank" href="https://github.com/hugodeco" class="mud-link mud-default-text mud-link-underline-hover"><b>@hugodeco</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5224</b></a> </li> <li><a target="_blank" href="https://github.com/vegguid" class="mud-link mud-default-text mud-link-underline-hover"><b>@vegguid</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5454</b></a> </li> <li><a target="_blank" href="https://github.com/95Conor" class="mud-link mud-default-text mud-link-underline-hover"><b>@95Conor</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5476</b></a> </li> <li><a target="_blank" href="https://github.com/2TallTyler" class="mud-link mud-default-text mud-link-underline-hover"><b>@2TallTyler</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5451</b></a> </li> <li><a target="_blank" href="https://github.com/Yekonori" class="mud-link mud-default-text mud-link-underline-hover"><b>@Yekonori</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5383</b></a> </li> <li><a target="_blank" href="https://github.com/TDroogers" class="mud-link mud-default-text mud-link-underline-hover"><b>@TDroogers</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5597</b></a> </li> <li><a target="_blank" href="https://github.com/c0g1t8" class="mud-link mud-default-text mud-link-underline-hover"><b>@c0g1t8</b></a> made their first contribution in <a target="_blank" href="" class="mud-link mud-primary-text mud-link-underline-hover"><b>#5663</b></a> </ul></li> <p class="mud-typography mud-typography-body1">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></p></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.0.17</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on October 10, 2022</h6></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"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.0.16</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on September 21, 2022</h6></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"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.0.15</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on August 31, 2022</h6></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 class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.0.14</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on July 28, 2022</h6></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">Notes </h6><ul class="mt-3 mb-6 px-6"></ul> Removed compiled files of older CSS & JS files causing mismatch issue. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4974" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4974</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/36?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.13...v6.0.14" class="docs-code docs-code-primary">v6.0.13...v6.0.14</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.0.13</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on July 26, 2022</h6></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">Notes </h6><ul class="mt-3 mb-6 px-6"></ul> New logo! for the past days we been swapping out our old logo with the new one and in this package we have updated the MudBlazor icon as well as the package icon with the new logo. <h6 class="mud-typography mud-typography-h6">Features </h6><ul class="mt-3 mb-6 px-6"> <li>MudTextField: Add BlurAsync() <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4929" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4929</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudTable Fix KeyNotFoundException with Record types <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4938" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4938</b></a> </li> <li>MudTextField TextField with mask should respect Readonly property <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4918" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4918</b></a> </li> <li>MudChart Fix MudChart Donut not centered <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4914" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4914</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/35?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.12...v6.0.13" class="docs-code docs-code-primary">v6.0.12...v6.0.13</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.0.12</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on July 18, 2022</h6></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">Notes </h6><ul class="mt-3 mb-6 px-6"></ul> This release reverts the layout breaking changes that was introduced in 6.0.11 for Checkbox and RadioButtons <h6 class="mud-typography mud-typography-h6">Features </h6><ul class="mt-3 mb-6 px-6"> <li>MudDataGrid: DataGrid Phase 3 <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4705" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4705</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudCheckBox + MudRadioGroup Revert layout-breaking changes <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4841" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4841</b></a> </li> <li>_scrollSpy Moved _scrollSpy creation into OnInitialized so it's available on time <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4850" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4850</b></a> </li> <li>MudTable Fix for dark mode striped table. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4819" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4819</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/34?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.11...v6.0.12" class="docs-code docs-code-primary">v6.0.11...v6.0.12</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.0.11</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on July 01, 2022</h6></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>Trimming: Added Trimming for MudBlazor and rework Icons for the Trimming support <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4639" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4639</b></a> </li> <li>Extensions: Made GetFullPathOfMember method public <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4791" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4791</b></a> </li> <li>MudForm: Accessible validation messages <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4185" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4185</b></a> </li> <li>MudAutoComplete: Add MoreItemsTemplate RenderFragment. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4566" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4566</b></a> </li> <li>MudAutoComplete: Add NoItemsTemplate render fragment <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4692" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4692</b></a> </li> <li>MudDialog: Added CancelAll (close all) dialogs <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4775" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4775</b></a> </li> <li>MudMessageBox: Added Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4776" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4776</b></a> </li> <li>MudForm: FieldChanged event <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4801" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4801</b></a> </li> <li>MudCheckBox: Added Validation ErrorText <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> </li> <li>MudRadio: Added Validation ErrorText <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> </ul></li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>Fixed memoryleak in transient services <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4631" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4631</b></a> </li> <li>BreakpointService: Fix race condition causing invalid state <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4562" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4562</b></a> </li> <li>MudDatePicker: Fixed Values - Don't hide year / date in toolbar <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3538" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3538</b></a> </li> <li>MudAutocomplete: Ensure _elementReference is not null when Clear() is called. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4496" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4496</b></a> </li> <li>MudDialog: Fix dialog not closing when using multiple layouts <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4509" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4509</b></a> </li> <li>MudMask: Ctrl+Backspace clears textfield <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4538" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4538</b></a> </li> <li>MudSelect: Fix memory leak caused by key interceptor <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4076" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4076</b></a> </li> <li>MudDropZone: Fix NoDropClass not being removed after drop if ItemDropped handler is executed asynchronously <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4517" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4517</b></a> </li> <li>MudDropZone: Fix NullReferenceException when dragging not tracked item onto MudDynamicDropItem <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4513" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4513</b></a> </li> <li>MudDropZone: Fix keeping elements order when you drag one out of the zone <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4534" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4534</b></a> </li> <li>MudDialog: Fix error thrown when clicking dialog overlay <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4620" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4620</b></a> </li> <li>MudDatePicker: Update date when clicking on days in static picker with picker actions <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4676" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4676</b></a> </li> <li>MudDataGrid: Apply QuickFilter to ServerData <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4664" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4664</b></a> </li> <li>MudMessageBox: Fix Initial Focus <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4776" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4776</b></a> </li> <li>MudAutocomplete: Fixed Adornment icon not change after the initial rerender <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4586" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4586</b></a> </li> <li>MudMask: Fix crash when navigating quickly on a page containing a mask <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4809" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4809</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/33?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.10...v6.0.11" class="docs-code docs-code-primary">v6.0.10...v6.0.11</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.0.10</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on May 03, 2022</h6></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>MudTextField: Focus after clicking clear button (<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4354" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4354</b></a>) <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4364" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4364</b></a> </li> <li>MudPicker: Pass location-params to internal popover <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4379" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4379</b></a> </li> <li>MudCheckBox: UnCheckedColor and CSS cleanup <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4406" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4406</b></a> </li> <li>MudRadio: UnCheckedColor and CSS cleanup <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4406" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4406</b></a> </li> <li>MudSwitch: UnCheckedColor and CSS cleanup <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4406" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4406</b></a> </li> <li>MudList: Added selected color option <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4411" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4411</b></a> </li> <li>MudDialog: Added OnBackdropClick event (<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4390" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4390</b></a>) <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4413" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4413</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudAutocomplete: Fix menu staying open on BSS and mobiles <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4326" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4326</b></a> </li> <li>MudSwitch: Removed ripple effect when disabled (<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4339" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4339</b></a>) <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4348" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4348</b></a> </li> <li>MudPopover: Removed StateHasChanged suppression (<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3640" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3640</b></a>, <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3776" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3776</b></a>, <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4375" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4375</b></a>) <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4375" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4375</b></a> </li> <li>MudSelect: Required now also works when MultiSelection="true" (<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4328" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4328</b></a>, <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4346" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4346</b></a>) <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4346" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4346</b></a> </li> <li>MudTooltip: Removed invisible overlay rectangle when not visible <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4376" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4376</b></a> </li> <li>MudList: Fixed parent null issue <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4411" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4411</b></a> </li> <li>MudMenu: Fixed MouseEnter/MouseLeave event handler inconsistency <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4394" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4394</b></a> </li> <li>MudTable: Fixed check-all not selecting all items after filtering in multiselect mode. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4426" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4426</b></a> </li> <li>MudNavMenu: Fixed border style for RTL layout <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4425" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4425</b></a> </li> <li>MudIconButton: Fixed Title property <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4280" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4280</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/32?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.9...v6.0.10" class="docs-code docs-code-primary">v6.0.9...v6.0.10</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.0.9</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on March 29, 2022</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 6.0.9 </h5> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudSelect: Multiselect Touch Fix <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4288" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4288</b></a> </li> <li>MudDatePicker: Clear shouldn't close the picker when AutoClose is false <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4276" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4276</b></a> </li> <li>MudTimePicker: Clear shouldn't close the picker when AutoClose is false <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4276" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4276</b></a> </li> <li>MudTimePicker: Fix empty string throwing error <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4272" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4272</b></a> </li> <li>MudSimpleTable, MudTable, MudDataGrid: Fix missing border radius when using FixedHeader <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4212" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4212</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/31?closed=1" class="docs-code docs-code-primary">Milestone</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.0.8</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on March 27, 2022</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 6.0.8 </h5> <h6 class="mud-typography mud-typography-h6">Features </h6><ul class="mt-3 mb-6 px-6"> <li>MudStack: New Component <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4279" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4279</b></a> </li> <li>MudDropZone: Added built in reordering <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4179" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4179</b></a> </li> <li>MudDataGrid: Phase 2 <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3941" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3941</b></a> </li> <li>MudSlider: Filled variant, tickmarks, tick labels, tooltip like value label, sizes <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4228" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4228</b></a> </li> <li>MudForm: FormComponent: Support validation with DataAnnotation attributes without EditContext <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3442" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3442</b></a> </li> <li>MudDialog: Allow to override focus trap behavior <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3539" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3539</b></a> </li> <li>MudTooltip: Added onfocusin, now keyboard users also get the tooltip <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4086" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4086</b></a> </li> <li>MudPagination: Add default English aria-labels <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4120" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4120</b></a> </li> <li>MudTable: Allow virtualization of grouped rows (<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4008" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4008</b></a>) </li> <li>MudTabs: Improve scrolling <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3556" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3556</b></a> </li> <li>MudDatePicker: Navigate programmatically with GoToDate <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4215" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4215</b></a> </ul></li> - Added AriaLabel params for Adornment Buttons for WCAG Standards <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4074" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4074</b></a> - Label: added "for" attribute when input "id" attribute is set for WCAG Standards <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4107" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4107</b></a> - Buttons, Chip, Menu: Rename Link to Href for consistency <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4104" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4104</b></a> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudMask: Predefined Regex Masks: Add Whitespace Filter & Placeholder to IPv4 and IPv6 <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4048" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4048</b></a> </li> <li>MudProgressLinear: Fix completed bar rendering over child text (<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4072" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4072</b></a>) </li> <li>MudNumericField: Fix Value Out Of Bounds Exception <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4079" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4079</b></a> </li> <li>MudCheckbox: StopPropagation on label click <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4082" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4082</b></a> </li> <li>MudSelect: Fixed not closing on toutch devices <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4112" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4112</b></a> </li> <li>MudMenu: Fixed not closing on toutch devices <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4112" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4112</b></a> </li> <li>MudTooltip: Added missing Style and Class to root element </li> <li>MudSelect: OnClose Fix that not fired when SelectedItem clicked <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4220" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4220</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/30?closed=1" class="docs-code docs-code-primary">Milestone</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.0.7</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on February 25, 2022</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 6.0.7 </h5> <h6 class="mud-typography mud-typography-h6">Breaking Changes </h6><ul class="mt-3 mb-6 px-6"></ul> - <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3793" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3793</b></a> added a new `Validation` parameter to the `IFormComponent` interface. If you use this interface in your code, you have to add the parameter as well. <h6 class="mud-typography mud-typography-h6">Features </h6><ul class="mt-3 mb-6 px-6"> <li>MudForm: Simplified form with FluentValidation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3793" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3793</b></a> </li> <li>MudMask: Regex.IPv4 and Regex.IPv6 masks <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3900" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3900</b></a> </li> <li>MudMask: DateMask and support Mask in DatePicker <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3874" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3874</b></a> </li> <li>MudMask: Email mask <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4018" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4018</b></a> </li> <li>MudAutocomplete: Added option to turn off select text on click <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4024" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4024</b></a> </li> <li>MudTextFields: Exposed input element reference <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4025" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4025</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudForm: Fixed registering of form controls <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3788" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3788</b></a> </li> <li>MudTextField: Form.Reset clears masked textfield <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3935" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3935</b></a> </li> <li>MudPopover: Fixed leaks caused by concurrency between OnAfterRenderAsync and DisposeAsync <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3963" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3963</b></a> </li> <li>MudBadge: Fixed default color <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3971" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3971</b></a> </li> <li>MudBadge: Fixed border color on bordered badge <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3837" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3837</b></a> </li> <li>MudDialog: Fixed regression caused by <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3252" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3252</b></a> </li> <li>MudDatePicker: Fixed editable DatePicker not opening to current date <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3995" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3995</b></a> </li> <li>MudSelect: Fixed scroll to selected item when list is long <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4005" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4005</b></a> </li> <li>MudMask: Fixed cursor jumping in table inline edit mode. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/4037" class="mud-link mud-primary-text mud-link-underline-hover"><b>#4037</b></a> </li> <li>MudAutocomplete: Fixed initial open with server-side, non-async search <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3776" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3776</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Docs </h6><ul class="mt-3 mb-6 px-6"></ul> - Fixed '@' color in dark theme for the example code <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3966" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3966</b></a> - Prevent grid item sizes above 12 or below 1 in the grid builder <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3965" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3965</b></a> - Separated CSS Utilities to its own menu and documented all of them, some utilities still have missing visual examples but the class names and properties are there. And some other sections like Spacing as example will be broken apart like Flex. <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/29?closed=1" class="docs-code docs-code-primary">Milestone</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.0.6</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on February 04, 2022</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 6.0.6 </h5> The developer survey for 2022 is closed and i will try to go thru all comments and group them in some way, all data collected will be presented on the website in a blog post later as well as the roadmap for 2022! <h6 class="mud-typography mud-typography-h6">New Components / Big Features </h6><ul class="mt-3 mb-6 px-6"> <li>Masking: Masking added to MudTextField with PatternMask, MultiMask, RegexMask, BlockMask and more. Implement your own Mask with IMask. See <a target="_blank" href="https://mudblazor.com/components/textfield#mask" class="mud-link mud-primary-text mud-link-underline-hover">MudTextField documentation</a> for example and <a target="_blank" href="https://mudblazor.com/features/masking" class="mud-link mud-primary-text mud-link-underline-hover">Masking docs</a> for full documentation </li> <li>MudDropZone: New Drag and Drop component, we built it with great customization capability's in mind, we also added a few real app examples. See <a target="_blank" href="https://mudblazor.com/components/dropzone" class="mud-link mud-primary-text mud-link-underline-hover">MudDropZone </a> docs for all examples. </li> <li>MudImage: Better Image support in MudBlazor with some new CSS Utility classes and the new MudImage to help you build apps with images that are not just static size. It was something that we been lacking for long time and using images up until now pretty much required custom CSS to scale them good on several screen sizes. <a target="_blank" href="https://mudblazor.com/components/image" class="mud-link mud-primary-text mud-link-underline-hover">MudImage docs page</a> </ul></li> <h6 class="mud-typography mud-typography-h6">Icons </h6><ul class="mt-3 mb-6 px-6"> <li>Material: Updated to latest Material icons </li> <li>Custom: Added several new custom icons </ul></li> <h6 class="mud-typography mud-typography-h6">Features </h6><ul class="mt-3 mb-6 px-6"> <li>MudSelect: Scroll to selected item on open <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3785" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3785</b></a> </li> <li>MudMessageBox: Multiline messages with MarkupString <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3808" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3808</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudDialog: Reverting regression by <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3252" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3252</b></a> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3752" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3752</b></a> </li> <li>MudDialog: Fixed overlapping focustrap when no title was used <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3768" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3768</b></a> </li> <li>MudTable: Align pager elements vertically <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3774" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3774</b></a> </li> <li>MudBreadcrumbs: Adjust icon spacing, vertically center <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3775" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3775</b></a> </li> <li>MudSimpleTable: Fixed uneven horizontal padding <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3799" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3799</b></a> </li> <li>MudMenu: Fixed Right Click <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3756" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3756</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Docs </h6><ul class="mt-3 mb-6 px-6"></ul> - Fixed broken links to theming page. - Fixed some docs pages not working when using specific cultures . - Improved Overview page on smaller screens. <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/28?closed=1" class="docs-code docs-code-primary">Milestone</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.0.5</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on January 17, 2022</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 6.0.5 </h5> This release contains the correct static files that are needed for the new dark theme system preference to work. The 6.0.4 package did not actually have 6.0.4 static files with it. <h6 class="mud-typography mud-typography-h6">Features </h6><ul class="mt-3 mb-6 px-6"> <li>MudExpansionPanels: Added ExpandAll and CollapseAll methods <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3699" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3699</b></a> </li> <li>Pickers: Added 'context' parameter to 'PickerActions' to simplify creation of actions <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3620" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3620</b></a> </li> <li>Refactor: Only use ES6 language features <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3666" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3666</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudSelect: Issue with OnBlur event <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3531" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3531</b></a> </li> <li>MudSelect: Scroll to item issue when entering some characters <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3697" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3697</b></a> </li> <li>MudTable: Conflicts between MultiSelection callbacks and invalid selection when row enters in edit mode <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3630" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3630</b></a> </li> <li>MudAutocomplete: Clear() not clearing when called in a ValueChanged callback <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3590" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3590</b></a> </li> <li>MudProgressCircular: Minor indeterminate animation "reseting" <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3681" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3681</b></a> </li> <li>MudNumericField: Don't allow MouseWheel when Readonly/Disabled <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3656" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3656</b></a> </li> <li>MudNumericField: Allow custom formatting, i.e. Format="€0" <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3691" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3691</b></a> </li> <li>MudMenu: Wrong redundant height in menu components. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3682" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3682</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/27?closed=1" class="docs-code docs-code-primary">Milestone</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.0.4-docs</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on January 11, 2022</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">New Docs </h5> This release is just to mark the new website and our documentation. Nothing new in MudBlazor itself. Check the website for more information: https://mudblazor.com/</div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.2.4</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on January 07, 2022</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.2.4 </h5> <h6 class="mud-typography mud-typography-h6">Experimental component </h6><ul class="mt-3 mb-6 px-6"> <li>MudDataGrid </ul></li> Please note that this is a experimental component and is under active development, the finished component might be allot different and we will make breaking changes to this during its development even during minor patches, its marked with a big warning on the docs page. <h6 class="mud-typography mud-typography-h6">Features </h6><ul class="mt-3 mb-6 px-6"> <li>MudCharts: Added stroke-width option to line chart <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3645" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3645</b></a> </li> <li>MudField: Added Adornment Color <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3647" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3647</b></a> </li> <li>MudThemeProvider: Changed so only MudThemeProvider is in control of IsDarkMode <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3654" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3654</b></a> </li> <li>MudThemeProvider: Added the possibility for ThemeProvider to detect system preferred theme light/dark </li> <li>Icons: Updated to new material icons <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3396" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3396</b></a> </li> <li>Mudtooltip: Added IsVisible two-way binding property </li> <li>MudProgressLinear: Added Size, Rounded, Striped, ChildContent, Vertical option <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3383" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3383</b></a> </li> <li>MudNavMenu: Added Color, Border, Rounded, Margin, Dense options <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3638" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3638</b></a> </li> <li>MudFab: Added StartIcon and EndIcon <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3234" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3234</b></a> </li> <li>MudDialog: Close on ESC <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3393" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3393</b></a> </li> <li>MudTimePicker: Added Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3204" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3204</b></a> </li> <li>MudRating: Added Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3399" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3399</b></a> </li> <li>MudDatePicker: Added Fixed modes <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2990" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2990</b></a> </li> <li>MudChart: Added custom renderfragment <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2896" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2896</b></a> </li> <li>InputType: Added html5 input types <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3362" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3362</b></a> & <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3613" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3613</b></a> </li> <li>MudKeyInterceptor: improved compatibility with older browser <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3349" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3349</b></a> </li> <li>MudNumericField: Added HelperTextOnFocus <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3288" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3288</b></a> </li> <li>MudThemeProvider/Theme: Added TextTransform option to typography <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3273" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3273</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudNumericField: Fixed not updated value on blur when debounced <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3653" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3653</b></a> </li> <li>MudTimePicker: Fixed the picker adding a day to the timespan <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3326" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3326</b></a> </li> <li>MudTable: Fixed incorrect async code path for label sorting <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3352" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3352</b></a> </li> <li>MudExpansionPanel: Let Changed handler run before actually expanding. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3144" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3144</b></a> </li> <li>MudKeyInterceptor: Checkbox, Switch, Picker: Fix Esc key conflict with Dialog <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3401" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3401</b></a> </li> <li>MudTimePicker: Fix OnlyHours incorrect behavior <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3342" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3342</b></a> </li> <li>MudCarousel: Fix SelectedIndex two-way binding and add BulletsColor param. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3463" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3463</b></a> </li> <li>MudTimePicker: Fix OnlyHours incorrect behavior <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3342" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3342</b></a> </li> <li>MudTable: When a row is clicked, only call SetEditingItem if IsEditable is true <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3245" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3245</b></a> </li> <li>MudTable: RowsPerPage could not be set from code <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3244" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3244</b></a> </li> <li>MudDatePicker: Fixed setting culture not leading to DateFormat change <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2962" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2962</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Docs </h6><ul class="mt-3 mb-6 px-6"></ul> - Fixed scrolling issue on icon page <h6 class="mud-typography mud-typography-h6">Full Release notes from the 6.0.3 and 6.0.4 releases thats been merged to .net 5 </h6><ul class="mt-3 mb-6 px-6"></ul> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/26?closed=1 " class="docs-code docs-code-primary">Milestone</a> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/25?closed=1 " class="docs-code docs-code-primary">Milestone</a> </div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.0.4</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on January 03, 2022</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 6.0.4 </h5> <h6 class="mud-typography mud-typography-h6">Features </h6><ul class="mt-3 mb-6 px-6"> <li>MudCharts: Added stroke-width option to line chart <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3645" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3645</b></a> </li> <li>MudField: Added Adornment Color <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3647" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3647</b></a> </li> <li>MudThemeProvider: Changed so only MudThemeProvider is in control of IsDarkMode <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3654" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3654</b></a> </li> <li>MudThemeProvider: Added the possibility for ThemeProvider to detect system preferred theme light/dark </ul></li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>Build Error: Revered changes made to our js compiler in 6.0.3 that caused build errors </li> <li>MudNumericField: Fixed not updated value on blur when debounced <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3653" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3653</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/26?closed=1" class="docs-code docs-code-primary">Milestone</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.0.3</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on December 31, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 6.0.3 </h5> <h6 class="mud-typography mud-typography-h6">Experimental component </h6><ul class="mt-3 mb-6 px-6"> <li>MudDataGrid </ul></li> Please note that this is a experimental component and is under active development, the finished component might be allot different and we will make breaking changes to this during its development even during minor patches, its marked with a big warning on the docs page. <h6 class="mud-typography mud-typography-h6">Features </h6><ul class="mt-3 mb-6 px-6"> <li>Icons: Updated to new material icons <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3396" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3396</b></a> </li> <li>Mudtooltip: Added IsVisible two-way binding property </li> <li>MudProgressLinear: Added Size, Rounded, Striped, ChildContent, Vertical option <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3383" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3383</b></a> </li> <li>MudNavMenu: Added Color, Border, Rounded, Margin, Dense options <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3638" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3638</b></a> </li> <li>MudFab: Added StartIcon and EndIcon <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3234" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3234</b></a> </li> <li>MudDialog: Close on ESC <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3393" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3393</b></a> </li> <li>MudTimePicker: Added Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3204" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3204</b></a> </li> <li>MudRating: Added Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3399" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3399</b></a> </li> <li>MudDatePicker: Added Fixed modes <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2990" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2990</b></a> </li> <li>MudChart: Added custom renderfragment <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2896" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2896</b></a> </li> <li>InputType: Added html5 input types <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3362" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3362</b></a> & <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3613" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3613</b></a> </li> <li>JavaScript: Output ES6 compatible JavaScript to support older browsers <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3607" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3607</b></a> </li> <li>MudKeyInterceptor: improved compatibility with older browser <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3349" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3349</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudTimePicker: Fixed the picker adding a day to the timespan <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3326" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3326</b></a> </li> <li>MudTable: Fixed incorrect async code path for label sorting <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3352" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3352</b></a> </li> <li>MudExpansionPanel: Let Changed handler run before actually expanding. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3144" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3144</b></a> </li> <li>MudKeyInterceptor: Checkbox, Switch, Picker: Fix Esc key conflict with Dialog <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3401" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3401</b></a> </li> <li>MudTimePicker: Fix OnlyHours incorrect behavior <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3342" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3342</b></a> </li> <li>MudCarousel: Fix SelectedIndex two-way binding and add BulletsColor param. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3463" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3463</b></a> </li> <li>MudTimePicker: Fix OnlyHours incorrect behavior <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3342" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3342</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Docs </h6><ul class="mt-3 mb-6 px-6"></ul> - Fixed scrolling issue on icon page <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/25?closed=1" class="docs-code docs-code-primary">Milestone</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v6.0.2</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on November 09, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 6.0.2 </h5> <h6 class="mud-typography mud-typography-h6">Breaking Changes </h6><ul class="mt-3 mb-6 px-6"> <li>Framework: Moved to .NET 6 </li> <li>Obsolete Parameters: Obsolete marked parameters will now fail your build instead of warning. Next release they will be removed completely from the library. </ul></li> <h6 class="mud-typography mud-typography-h6">Features </h6><ul class="mt-3 mb-6 px-6"> <li>MudNumericField: Added HelperTextOnFocus <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3288" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3288</b></a> </li> <li>MudThemeProvider/Theme: Added TextTransform option to typography <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3273" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3273</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudTable: When a row is clicked, only call SetEditingItem if IsEditable is true <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3245" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3245</b></a> </li> <li>MudTable: RowsPerPage could not be set from code <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3244" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3244</b></a> </li> <li>MudDatePicker: Fixed setting culture not leading to DateFormat change <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2962" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2962</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> 6.0.2 - <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/23?closed=1 " class="docs-code docs-code-primary">Milestone</a> 5.2.0 - <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/22?closed=1 " class="docs-code docs-code-primary">Milestone</a> ## MudBlazor 5.2.0 This changes effects allot of other components in the library and when changing this two things we had to do changes to allot of other components as well. Most of the components that used MudPopover internally have had some parameters obsolete marked and new parameters added. We have tested this with several projects that had performance issues with 5.1.5 release and see a great performance increase with the new popover. <li>MudPopover: <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2833" class="mud-link mud-primary-text mud-link-underline-hover">Part1</a> - <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3030" class="mud-link mud-primary-text mud-link-underline-hover">Part2</a> </li> - Adjusted theme default z-index - Added new parameters regarding placement/direction now we have `AnchorOrigin` and `TransformOrigin` - Added configurable overflow functionality (flip popover when not enough space) - Added configurable duration and delay options for transition <li>Subscription based resize services: splitted Resizelistener into two services more info here https://github.com/MudBlazor/MudBlazor/pull/2658 </li> <h6 class="mud-typography mud-typography-h6">Breaking Changes </h6><ul class="mt-3 mb-6 px-6"> <li>MudSelect: Use more generic IEnumerable instead of HashSet for SelectedValues <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2734" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2734</b></a> </li> <li>MudSelect: Dense="true" only affects list, for input use Margin="Margin.Dense" <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2696" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2696</b></a> </li> <li>MudAutoComplete: Dense="true" only affects list, for input use Margin="Margin.Dense" <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2696" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2696</b></a> </li> <li>MudMenu: Removed defunct Link and Target properties and changed base class <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2995" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2995</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Features </h6><ul class="mt-3 mb-6 px-6"></ul> <li>MudTooltip: Added optinal tooltip arrow <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3030" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3030</b></a> </li> <li>MudTabs: Added DisableSliderAnimation parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2877" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2877</b></a> </li> <li>MudAvatar: Added alt property when Image is used <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2894" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2894</b></a> </li> <li>MudNumericField: Added KeyboardInterceptor to prevent input of invalid chars <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2851" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2851</b></a> </li> <li>MudDatePicker: Changed current day button to variant outlined <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3069" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3069</b></a> </li> <li>MudTextField: Added Pattern parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2983" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2983</b></a> </li> <li>MudSlider: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudList: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudChip: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudButtonGroup: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudButton: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudIconButton: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudFab: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudCheckBox: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudLink: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudRadio: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudSwitch: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudCheckBox: Added Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2932" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2932</b></a> </li> <li>MudSelect: Added Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2932" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2932</b></a> </li> <li>MudAutocomplete: Added Keyboard Navigation #<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3159" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3159</b></a> </li> <li>MudTimePicker: Added Basic Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2933" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2933</b></a> </li> <li>MudDatePicker: Added Basic Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2933" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2933</b></a> </li> <li>MudColorPicker: Added Basic Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2933" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2933</b></a> </li> <li>MudChipSet: Added SelectedValues and Compare <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3142" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3142</b></a> </li> <li>MudSwitch: Added option for thumb icon and color <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2966" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2966</b></a> </li> <li>MudDialog: Added Options parameter for Inline dialog <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3000" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3000</b></a> </li> <li>MudNumericField: Adding Clearable Parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3110" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3110</b></a> </li> <li>MudPopover: Improved Overflow behavior <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3208" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3208</b></a> </li> <li>MudThemeProvider Typography: <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3216" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3216</b></a> </li> Made it possible to set font-family for whole application by just setting it for Default Typo. And change individual property's. <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudChip: Fixed OnClick/OnClose causing NullReferenceException <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2866" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2866</b></a> </li> <li>MudInputs: Fixed cursor jumping for immediate multiline inputs with two-way binding on BSS <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2926" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2926</b></a> </li> <li>MudInputs: Removed tabstop from input adornments <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2934" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2934</b></a> </li> <li>MudDateRangePicker: Added null safe access to value and _rangeText in the setter of RangeText <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2940" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2940</b></a> </li> <li>MudDateRangePicker: Fixed == and != operators <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2977" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2977</b></a> </li> <li>MudExpansionPanel: Fixed infinite loop created by cascading StateHasChanged calls <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2930" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2930</b></a> </li> <li>MudTable: Fixed inner level grouping with paginated data <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2910" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2910</b></a> </li> <li>MudPagination: Fixed wrapping on smaller screens <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2965" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2965</b></a> </li> <li>MudTextField: Fixed TextUpdateSuppression <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3002" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3002</b></a> </li> <li>MudForm: Fixed form.Reset() <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3034" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3034</b></a> </li> <li>MudCardHeader: Removed div wrapper when only ChildContent was used <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3070" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3070</b></a> </li> <li>MudMenu: Fixed custom activator content <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3065" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3065</b></a> </li> <li>MudTooltip: Fixed broken delay property <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3030" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3030</b></a> </li> <li>MudDatePicker: Fixed selected month color <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3030" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3030</b></a> </li> <li>MudDatePicker: Fixed validation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3120" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3120</b></a> </li> <li>MudDrawer: Fixed Mini drawers z-index when closed <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3206" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3206</b></a> </li> <li>MudDrawer: Fixed Mini drawers clipmode docked <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3211" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3211</b></a> </li> <li>MudNavLink: Wrapped long text <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3181" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3181</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Docs </h6><ul class="mt-3 mb-6 px-6"></ul> - Improved the icon display page and added copy icon as well as preview functions. - Added documentation on Typography and how to change it with the theme. <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/22?closed=1" class="docs-code docs-code-primary">Milestone</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.2.0</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on October 31, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.2.0 </h5> <h6 class="mud-typography mud-typography-h6">Big Changes </h6><ul class="mt-3 mb-6 px-6"></ul> This changes effects allot of other components in the library and when changing this two things we had to do changes to allot of other components as well. Most of the components that used MudPopover internally have had some parameters obsolete marked and new parameters added. We have tested this with several projects that had performance issues with 5.1.5 release and see a great performance increase with the new popover. <li>MudPopover: <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2833" class="mud-link mud-primary-text mud-link-underline-hover">Part1</a> - <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3030" class="mud-link mud-primary-text mud-link-underline-hover">Part2</a> </li> - Adjusted theme default z-index - Added new parameters regarding placement/direction now we have `AnchorOrigin` and `TransformOrigin` - Added configurable overflow functionality (flip popover when not enough space) - Added configurable duration and delay options for transition <li>Subscription based resize services: splitted Resizelistener into two services more info here https://github.com/MudBlazor/MudBlazor/pull/2658 </li> <h6 class="mud-typography mud-typography-h6">Breaking Changes </h6><ul class="mt-3 mb-6 px-6"> <li>MudSelect: Use more generic IEnumerable instead of HashSet for SelectedValues <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2734" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2734</b></a> </li> <li>MudSelect: Dense="true" only affects list, for input use Margin="Margin.Dense" <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2696" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2696</b></a> </li> <li>MudAutoComplete: Dense="true" only affects list, for input use Margin="Margin.Dense" <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2696" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2696</b></a> </li> <li>MudMenu: Removed defunct Link and Target properties and changed base class <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2995" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2995</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Features </h6><ul class="mt-3 mb-6 px-6"></ul> <li>MudTooltip: Added optinal tooltip arrow <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3030" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3030</b></a> </li> <li>MudTabs: Added DisableSliderAnimation parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2877" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2877</b></a> </li> <li>MudAvatar: Added alt property when Image is used <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2894" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2894</b></a> </li> <li>MudNumericField: Added KeyboardInterceptor to prevent input of invalid chars <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2851" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2851</b></a> </li> <li>MudDatePicker: Changed current day button to variant outlined <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3069" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3069</b></a> </li> <li>MudTextField: Added Pattern parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2983" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2983</b></a> </li> <li>MudSlider: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudList: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudChip: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudButtonGroup: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudButton: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudIconButton: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudFab: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudCheckBox: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudLink: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudRadio: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudSwitch: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudCheckBox: Added Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2932" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2932</b></a> </li> <li>MudSelect: Added Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2932" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2932</b></a> </li> <li>MudAutocomplete: Added Keyboard Navigation #<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3159" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3159</b></a> </li> <li>MudTimePicker: Added Basic Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2933" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2933</b></a> </li> <li>MudDatePicker: Added Basic Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2933" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2933</b></a> </li> <li>MudColorPicker: Added Basic Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2933" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2933</b></a> </li> <li>MudChipSet: Added SelectedValues and Compare <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3142" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3142</b></a> </li> <li>MudSwitch: Added option for thumb icon and color <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2966" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2966</b></a> </li> <li>MudDialog: Added Options parameter for Inline dialog <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3000" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3000</b></a> </li> <li>MudNumericField: Adding Clearable Parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3110" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3110</b></a> </li> <li>MudPopover: Improved Overflow behavior <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3208" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3208</b></a> </li> <li>MudThemeProvider Typography: <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3216" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3216</b></a> </li> Made it possible to set font-family for whole application by just setting it for Default Typo. And change individual property's. <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudChip: Fixed OnClick/OnClose causing NullReferenceException <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2866" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2866</b></a> </li> <li>MudInputs: Fixed cursor jumping for immediate multiline inputs with two-way binding on BSS <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2926" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2926</b></a> </li> <li>MudInputs: Removed tabstop from input adornments <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2934" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2934</b></a> </li> <li>MudDateRangePicker: Added null safe access to value and _rangeText in the setter of RangeText <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2940" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2940</b></a> </li> <li>MudDateRangePicker: Fixed == and != operators <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2977" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2977</b></a> </li> <li>MudExpansionPanel: Fixed infinite loop created by cascading StateHasChanged calls <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2930" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2930</b></a> </li> <li>MudTable: Fixed inner level grouping with paginated data <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2910" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2910</b></a> </li> <li>MudPagination: Fixed wrapping on smaller screens <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2965" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2965</b></a> </li> <li>MudTextField: Fixed TextUpdateSuppression <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3002" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3002</b></a> </li> <li>MudForm: Fixed form.Reset() <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3034" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3034</b></a> </li> <li>MudCardHeader: Removed div wrapper when only ChildContent was used <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3070" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3070</b></a> </li> <li>MudMenu: Fixed custom activator content <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3065" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3065</b></a> </li> <li>MudTooltip: Fixed broken delay property <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3030" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3030</b></a> </li> <li>MudDatePicker: Fixed selected month color <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3030" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3030</b></a> </li> <li>MudDatePicker: Fixed validation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3120" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3120</b></a> </li> <li>MudDrawer: Fixed Mini drawers z-index when closed <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3206" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3206</b></a> </li> <li>MudDrawer: Fixed Mini drawers clipmode docked <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3211" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3211</b></a> </li> <li>MudNavLink: Wrapped long text <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3181" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3181</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Docs </h6><ul class="mt-3 mb-6 px-6"></ul> - Improved the icon display page and added copy icon as well as preview functions. - Added documentation on Typography and how to change it with the theme. <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/22?closed=1" class="docs-code docs-code-primary">Milestone</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.2.0-rc5</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on October 25, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.2.0-rc5 </h5> <h6 class="mud-typography mud-typography-h6">Release Candidate </h6><ul class="mt-3 mb-6 px-6"></ul> Hopefully this will be the last release candidate before the real 5.2.0 known issues from previous rc versions has been fixed. Please test this release out and report any problems related to the new Popover in the <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/discussions/3151" class="mud-link mud-primary-text mud-link-underline-hover">discussion </a>for this release. We plan to release 5.2.0 before the end of this week and October month. <h6 class="mud-typography mud-typography-h6">Big Changes </h6><ul class="mt-3 mb-6 px-6"></ul> This changes effects allot of other components in the library and when changing this two things we had to do changes to allot of other components as well. Most of the components that used MudPopover internally have had some parameters obsolete marked and new parameters added. The old ones should still work but make sure to swap them out for the new ones. <li>MudPopover: <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2833" class="mud-link mud-primary-text mud-link-underline-hover">Part1</a> - <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3030" class="mud-link mud-primary-text mud-link-underline-hover">Part2</a> </li> - Adjusted theme default z-index - Added configurable overflow functionality (flip popover when not enough space) - Added configurable duration and delay options for transition <li>Subscription based resize services: splitted Resizelistener into two services more info here https://github.com/MudBlazor/MudBlazor/pull/2658 </li> dotnet CLI `Install-Package MudBlazor -Version 5.2.0-rc5` - <a target="_blank" href="https://www.nuget.org/packages/MudBlazor/5.2.0-rc5" class="mud-link mud-primary-text mud-link-underline-hover">Nuget Package Link</a> <h6 class="mud-typography mud-typography-h6">Features </h6><ul class="mt-3 mb-6 px-6"></ul> <li>MudTooltip: Added optinal tooltip arrow <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3030" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3030</b></a> </li> <li>MudTabs: Added DisableSliderAnimation parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2877" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2877</b></a> </li> <li>MudAvatar: Added alt property when Image is used <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2894" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2894</b></a> </li> <li>MudNumericField: Added KeyboardInterceptor to prevent input of invalid chars <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2851" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2851</b></a> </li> <li>MudDatePicker: Changed current day button to variant outlined <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3069" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3069</b></a> </li> <li>MudTextField: Added Pattern parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2983" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2983</b></a> </li> <li>MudSlider: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudList: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudChip: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudButtonGroup: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudButton: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudIconButton: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudFab: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudCheckBox: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudLink: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudRadio: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudSwitch: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudCheckBox: Added Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2932" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2932</b></a> </li> <li>MudSelect: Added Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2932" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2932</b></a> </li> <li>MudTimePicker: Added Basic Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2933" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2933</b></a> </li> <li>MudDatePicker: Added Basic Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2933" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2933</b></a> </li> <li>MudColorPicker: Added Basic Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2933" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2933</b></a> </li> <li>MudChipSet: Added SelectedValues and Compare <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3142" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3142</b></a> </li> <li>MudSwitch: Added option for thumb icon and color <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2966" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2966</b></a> </li> <li>MudDialog: Added Options parameter for Inline dialog <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3000" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3000</b></a> </li> <li>MudNumericField: Adding Clearable Parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3110" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3110</b></a> </li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudChip: Fixed OnClick/OnClose causing NullReferenceException <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2866" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2866</b></a> </li> <li>MudInputs: Fixed cursor jumping for immediate multiline inputs with two-way binding on BSS <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2926" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2926</b></a> </li> <li>MudInputs: Removed tabstop from input adornments <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2934" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2934</b></a> </li> <li>MudDateRangePicker: Added null safe access to value and _rangeText in the setter of RangeText <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2940" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2940</b></a> </li> <li>MudDateRangePicker: Fixed == and != operators <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2977" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2977</b></a> </li> <li>MudExpansionPanel: Fixed infinite loop created by cascading StateHasChanged calls <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2930" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2930</b></a> </li> <li>MudTable: Fixed inner level grouping with paginated data <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2910" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2910</b></a> </li> <li>MudPagination: Fixed wrapping on smaller screens <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2965" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2965</b></a> </li> <li>MudTextField: Fixed TextUpdateSuppression <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3002" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3002</b></a> </li> <li>MudForm: Fixed form.Reset() <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3034" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3034</b></a> </li> <li>MudCardHeader: Removed div wrapper when only ChildContent was used <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3070" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3070</b></a> </li> <li>MudMenu: Fixed custom activator content <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3065" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3065</b></a> </li> <li>MudTooltip: Fixed broken delay property <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3030" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3030</b></a> </li> <li>MudDatePicker: Fixed selected month color <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3030" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3030</b></a> </li> <li>MudDatePicker: Fixed validation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3120" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3120</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/22?closed=1" class="docs-code docs-code-primary">Milestone</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.2.0-rc4</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on October 19, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.2.0-rc4 </h5> <h6 class="mud-typography mud-typography-h6">rc4 hotfixes </h6><ul class="mt-3 mb-6 px-6"></ul> - Fixed a bug in breakpoint and resize service that came with rc3 - Fixed select not losing focus correctly in rc3 - Docs: Fixed api page / component page links to each other <h6 class="mud-typography mud-typography-h6">Big Stuff </h6><ul class="mt-3 mb-6 px-6"> <li>MudPopover: <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2833" class="mud-link mud-primary-text mud-link-underline-hover">Part1</a> - <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3030" class="mud-link mud-primary-text mud-link-underline-hover">Part2</a> </ul></li> - Adjusted theme default z-index - Added configurable overflow functionality (flip popover when not enough space) - Added configurable duration and delay options for transition <li>Subscription based resize services: splitted Resizelistener into two services more info here https://github.com/MudBlazor/MudBlazor/pull/2658 </li> <h6 class="mud-typography mud-typography-h6">Known issues </h6><ul class="mt-3 mb-6 px-6"></ul> - None dotnet CLI `Install-Package MudBlazor -Version 5.2.0-rc4` - <a target="_blank" href="https://www.nuget.org/packages/MudBlazor/5.2.0-rc4" class="mud-link mud-primary-text mud-link-underline-hover">Nuget Package Link</a> <h6 class="mud-typography mud-typography-h6">Features </h6><ul class="mt-3 mb-6 px-6"></ul> <li>MudTooltip: Added optinal tooltip arrow <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3030" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3030</b></a> </li> <li>MudTabs: Added DisableSliderAnimation parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2877" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2877</b></a> </li> <li>MudAvatar: Added alt property when Image is used <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2894" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2894</b></a> </li> <li>MudNumericField: Added KeyboardInterceptor to prevent input of invalid chars <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2851" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2851</b></a> </li> <li>MudDatePicker: Changed current day button to variant outlined <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3069" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3069</b></a> </li> <li>MudTextField: Added Pattern parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2983" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2983</b></a> </li> <li>MudSlider: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudList: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudChip: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudButtonGroup: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudButton: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudIconButton: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudFab: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudCheckBox: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudLink: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudRadio: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudSwitch: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudCheckBox: Added Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2932" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2932</b></a> </li> <li>MudSelect: Added Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2932" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2932</b></a> </li> <li>MudTimePicker: Added Basic Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2933" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2933</b></a> </li> <li>MudDatePicker: Added Basic Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2933" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2933</b></a> </li> <li>MudColorPicker: Added Basic Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2933" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2933</b></a> </li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudChip: Fixed OnClick/OnClose causing NullReferenceException <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2866" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2866</b></a> </li> <li>MudInputs: Fixed cursor jumping for immediate multiline inputs with two-way binding on BSS <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2926" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2926</b></a> </li> <li>MudInputs: Removed tabstop from input adornments <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2934" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2934</b></a> </li> <li>MudDateRangePicker: Added null safe access to value and _rangeText in the setter of RangeText <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2940" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2940</b></a> </li> <li>MudDateRangePicker: Fixed == and != operators <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2977" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2977</b></a> </li> <li>MudExpansionPanel: Fixed infinite loop created by cascading StateHasChanged calls <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2930" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2930</b></a> </li> <li>MudTable: Fixed inner level grouping with paginated data <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2910" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2910</b></a> </li> <li>MudPagination: Fixed wrapping on smaller screens <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2965" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2965</b></a> </li> <li>MudTextField: Fixed TextUpdateSuppression <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3002" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3002</b></a> </li> <li>MudForm: Fixed form.Reset() <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3034" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3034</b></a> </li> <li>MudCardHeader: Removed div wrapper when only ChildContent was used <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3070" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3070</b></a> </li> <li>MudMenu: Fixed custom activator content <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3065" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3065</b></a> </li> <li>MudTooltip: Fixed broken delay property <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3030" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3030</b></a> </li> <li>MudDatePicker: Fixed selected month color <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3030" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3030</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/22?closed=1" class="docs-code docs-code-primary">Milestone</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.2.0-rc3</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on October 17, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.2.0-rc3 </h5> <h6 class="mud-typography mud-typography-h6">Big Stuff </h6><ul class="mt-3 mb-6 px-6"> <li>MudPopover: <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2833" class="mud-link mud-primary-text mud-link-underline-hover">Part1</a> - <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3030" class="mud-link mud-primary-text mud-link-underline-hover">Part2</a> </ul></li> - Adjusted theme default z-index - Added configurable overflow functionality (flip popover when not enough space) - Added configurable duration and delay options for transition <li>Subscription based resize services: splitted Resizelistener into two services more info here https://github.com/MudBlazor/MudBlazor/pull/2658 </li> <h6 class="mud-typography mud-typography-h6">Known issues </h6><ul class="mt-3 mb-6 px-6"></ul> - None dotnet CLI `Install-Package MudBlazor -Version 5.2.0-rc3` - <a target="_blank" href="https://www.nuget.org/packages/MudBlazor/5.2.0-rc3" class="mud-link mud-primary-text mud-link-underline-hover">Nuget Package Link</a> <h6 class="mud-typography mud-typography-h6">Features </h6><ul class="mt-3 mb-6 px-6"></ul> <li>MudTooltip: Added optinal tooltip arrow <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3030" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3030</b></a> </li> <li>MudTabs: Added DisableSliderAnimation parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2877" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2877</b></a> </li> <li>MudAvatar: Added alt property when Image is used <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2894" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2894</b></a> </li> <li>MudNumericField: Added KeyboardInterceptor to prevent input of invalid chars <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2851" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2851</b></a> </li> <li>MudDatePicker: Changed current day button to variant outlined <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3069" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3069</b></a> </li> <li>MudTextField: Added Pattern parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2983" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2983</b></a> </li> <li>MudSlider: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudList: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudChip: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudButtonGroup: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudButton: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudIconButton: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudFab: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudCheckBox: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudLink: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudRadio: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudSwitch: Keyboard Navigation focus. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3068" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3068</b></a> </li> <li>MudCheckBox: Added Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2932" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2932</b></a> </li> <li>MudSelect: Added Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2932" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2932</b></a> </li> <li>MudTimePicker: Added Basic Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2933" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2933</b></a> </li> <li>MudDatePicker: Added Basic Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2933" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2933</b></a> </li> <li>MudColorPicker: Added Basic Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2933" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2933</b></a> </li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudChip: Fixed OnClick/OnClose causing NullReferenceException <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2866" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2866</b></a> </li> <li>MudInputs: Fixed cursor jumping for immediate multiline inputs with two-way binding on BSS <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2926" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2926</b></a> </li> <li>MudInputs: Removed tabstop from input adornments <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2934" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2934</b></a> </li> <li>MudDateRangePicker: Added null safe access to value and _rangeText in the setter of RangeText <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2940" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2940</b></a> </li> <li>MudDateRangePicker: Fixed == and != operators <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2977" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2977</b></a> </li> <li>MudExpansionPanel: Fixed infinite loop created by cascading StateHasChanged calls <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2930" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2930</b></a> </li> <li>MudTable: Fixed inner level grouping with paginated data <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2910" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2910</b></a> </li> <li>MudPagination: Fixed wrapping on smaller screens <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2965" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2965</b></a> </li> <li>MudTextField: Fixed TextUpdateSuppression <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3002" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3002</b></a> </li> <li>MudForm: Fixed form.Reset() <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3034" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3034</b></a> </li> <li>MudCardHeader: Removed div wrapper when only ChildContent was used <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3070" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3070</b></a> </li> <li>MudMenu: Fixed custom activator content <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3065" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3065</b></a> </li> <li>MudTooltip: Fixed broken delay property <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3030" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3030</b></a> </li> <li>MudDatePicker: Fixed selected month color <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3030" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3030</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/22?closed=1" class="docs-code docs-code-primary">Milestone</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.2.0-rc2</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on October 13, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.2.0-rc2 </h5> <h6 class="mud-typography mud-typography-h6">Big Stuff </h6><ul class="mt-3 mb-6 px-6"> <li>MudPopover reworked, scraped portal (20+ fixes): more info here: https://github.com/MudBlazor/MudBlazor/pull/2833 </li> <li>MudPopover flipping and minor fixes (unfinished): still in dev hence this release candidate. https://github.com/MudBlazor/MudBlazor/pull/3030 </li> <li>Subscription based resize services: splitted Resizelistener into two services more info here https://github.com/MudBlazor/MudBlazor/pull/2658 </ul></li> <h6 class="mud-typography mud-typography-h6">Known issues </h6><ul class="mt-3 mb-6 px-6"></ul> - Tooltip delay does not work (never did since portal) - Tooltips with custom HTML are not displayed correctly - Tooltips sometimes don't work - Tooltip is misaligned on the first hover sometimes dotnet CLI `Install-Package MudBlazor -Version 5.2.0-rc2` - <a target="_blank" href="https://www.nuget.org/packages/MudBlazor/5.2.0-rc2" class="mud-link mud-primary-text mud-link-underline-hover">Nuget Package Link</a> <h6 class="mud-typography mud-typography-h6">Features </h6><ul class="mt-3 mb-6 px-6"></ul> <li>MudTabs: Added DisableSliderAnimation parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2877" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2877</b></a> </li> <li>MudAvatar: Added alt property when Image is used <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2894" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2894</b></a> </li> <li>MudNumericField: Added KeyboardInterceptor to prevent input of invalid chars <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2851" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2851</b></a> </li> <li>MudCheckBox: Added Keyboard Navigation and focus style <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2932" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2932</b></a> </li> <li>MudRadio: Added Keyboard Navigation and and focus style <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2932" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2932</b></a> </li> <li>MudIconButton: Added Keyboard Navigation and and focus style <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2932" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2932</b></a> </li> <li>MudSwitch: Added Focus style <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2932" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2932</b></a> </li> <li>MudSelect: Added Keyboard Navigation and and focus style <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2929" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2929</b></a> </li> <li>MudTimePicker: Added Basic Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2933" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2933</b></a> </li> <li>MudDatePicker: Added Basic Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2933" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2933</b></a> </li> <li>MudColorPicker: Added Basic Keyboard Navigation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2933" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2933</b></a> </li> <li>MudTextField: Added Pattern parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2983" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2983</b></a> </li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudChip: Fixed OnClick/OnClose causing NullReferenceException <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2866" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2866</b></a> </li> <li>MudInputs: Fixed cursor jumping for immediate multiline inputs with two-way binding on BSS <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2926" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2926</b></a> </li> <li>MudInputs: Removed tabstop from input adornments <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2934" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2934</b></a> </li> <li>MudDateRangePicker: Added null safe access to value and _rangeText in the setter of RangeText <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2940" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2940</b></a> </li> <li>MudDateRangePicker: Fixed == and != operators <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2977" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2977</b></a> </li> <li>MudExpansionPanel: Fixed infinite loop created by cascading StateHasChanged calls <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2930" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2930</b></a> </li> <li>MudTable: Fixed inner level grouping with paginated data <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2910" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2910</b></a> </li> <li>MudPagination: Fixed wrapping on smaller screens <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2965" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2965</b></a> </li> <li>MudTextField: Fixed TextUpdateSuppression <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3002" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3002</b></a> </li> <li>MudForm: Fixed form.Reset() <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/3034" class="mud-link mud-primary-text mud-link-underline-hover"><b>#3034</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/22?closed=1" class="docs-code docs-code-primary">Milestone</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.1.5</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on September 27, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.1.5 </h5> <h6 class="mud-typography mud-typography-h6">Docs </h6><ul class="mt-3 mb-6 px-6"> <li>Api Page: Displays Icons instead of svg code <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2738" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2738</b></a> </li> <li>MudGrid: Added interactive example <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2747" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2747</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Features </h6><ul class="mt-3 mb-6 px-6"></ul> <li>MudTextField/MudNumericField: Character counter and MaxLength <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2839" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2839</b></a> </li> <li>TextField based components: Option for OnFocus HelperText Show/Hide <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2835" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2835</b></a> </li> <li>MudChipSet: Enable chipset to be readonly <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2799" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2799</b></a> </li> <li>MudTable: Two-Way bindable RowsPerPage <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2628" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2628</b></a> </li> <li>MudBadge: Visible Parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2798" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2798</b></a> </li> <li>MudNumericField: Allow Home and End keydown <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2784" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2784</b></a> </li> <li>MudList: Added SelectedValue and pre-select list items <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2777" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2777</b></a> </li> <h6 class="mud-typography mud-typography-h6">Bug Fixes </h6><ul class="mt-3 mb-6 px-6"> <li>MudAutocomplete: Fixed Clear, Reset and keep focused on value selection <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2742" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2742</b></a> </li> <li>MudButtonGroup: Fixed styling when tooltips are used <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2739" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2739</b></a> </li> <li>MudSelect: Fixed long text that would break into several rows <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2478" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2478</b></a> </li> <li>MudSelect: Fixed popover placement when helpertext was used <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2780" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2780</b></a> </li> <li>MudTimePicker: Fixed close after selected minutes/hours <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2782" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2782</b></a> </li> <li>MudTablePager: Fixed wrong info when filter returns no rows <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2762" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2762</b></a> </li> <li>MudNumericField: Fixed MouseWheel function for FireFox <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2744" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2744</b></a> </li> <li>MudTextField: Fixed Clear() when focused <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2783" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2783</b></a> </li> <li>MudMenu: Prevent browser's context menu in WASM on right click <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2732" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2732</b></a> </ul></li> <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/21?closed=1" class="docs-code docs-code-primary">Milestone</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.1.4</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on September 13, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.1.4 </h5> - MudTreeView Added color options for selected, checkboxes and icons <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2687" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2687</b></a> - MudTable Added default collapse option to basic table grouping <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2683" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2683</b></a> - MudTable Fixed grouped table loading state and no records missing text <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2685" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2685</b></a> - MudMenu Close menu when mouse leaves mouse over area <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2640" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2640</b></a> - MudRadioGroup Enforced same generic type on child radios <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2709" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2709</b></a> - MudChip Added Variant.Text, SelectedColor option <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2707" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2707</b></a> - MudDateRangePicker Fixed validation-status not updating <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2691" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2691</b></a> - MudSelect fixed problems with SelectAll and MultiSelect <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2651" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2651</b></a> - MudDrawer fixed so it breaks properly on screen size changes when in Mini variant <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2668" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2668</b></a> - MudDrawer/MudAppBar/MudMainContent now applies correct top padding depending on AppBar height <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2457" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2457</b></a> - MudMenu Prevent item click when drop-down is closed <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2654" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2654</b></a> - MudSelect Prevent item click when drop-down is closed in multi-selection mode <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2647" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2647</b></a> - Placeholder Standardization, added it on all missing text field based inputs <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2699" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2699</b></a> - Reverted "MudSelect; Invoking SelectedValuesChanged before text is rendered (<a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2287" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2287</b></a>) <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2438" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2438</b></a> > MudNumericField several fixes <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2643" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2643</b></a> > - Didn't accept non-numeric keys on key press at all, > - Added support for AZERTY (and some other local) keyboards, > - Added support for keyboard shortcuts as select all, copy and paste (Ctrl + a, c and v) > - Increase stability when changing value with arrow keys, > - Fixed an issue where the enter key could not be used in custom events, > - Fixed an issue where nullable variants would return 0 instead of null. <h6 class="mud-typography mud-typography-h6">Doc fixes </h6><ul class="mt-3 mb-6 px-6"></ul> - Updated Default Theme page so it displays all theme property's automatically. <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2688" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2688</b></a> - Several component pages have been improved. <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/milestone/20?closed=1" class="docs-code docs-code-primary">Milestone</a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.1.3</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on September 06, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.1.3 </h5> - Added XXL breakpoint <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2496" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2496</b></a> - MudNumericField added support for shift + mouse wheel for value manipulation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2626" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2626</b></a> - MudSelect added select all feature for multi selection mode <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2642" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2642</b></a> - MudForm added form model support for fluent validation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2418" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2418</b></a> - MudProgressCircular fixed so its actually fully filled at max value <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2516" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2516</b></a> - MudDrawer fixed navlinks with long text that caused it to grow in mini variant <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2610" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2610</b></a> - MudDrawer fixed so subgroups are displayed in mini variant <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2611" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2611</b></a> - MudDrawer fixed issue where it would overlap the main content in the mini varaint <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2595" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2595</b></a> - MudAutoComplete fixed CoerceText on empty search results <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2619" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2619</b></a> - MudTable fixed the progress loading not showing when the table data was empty <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2567" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2567</b></a> <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> https://github.com/Garderoben/MudBlazor/milestone/19?closed=1</div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.1.2</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on August 24, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.1.2 </h5> - Fixed MudThemeProvider that would throw error on some RTL cultures <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2534" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2534</b></a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.1.1</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on August 20, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.1.1 </h5> - Added MudPagination component - MudDatePicker/MudTimePicker fixed so it works within a form <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2515" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2515</b></a> - MudText fixed invisible MudText with Typo.inherit <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2461" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2461</b></a> - MudNavGroup added support for 0-3 sub groups <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2466" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2466</b></a> - MudTable with MultiSelect and in dense mode now uses dense checkboxes <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2454" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2454</b></a> - MudTable in MultiSelection mode Checkbox now fires callback <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2254" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2254</b></a> - MudTable added navigate to page method <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2338" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2338</b></a> - MudTablePager fixed alignment issues, added customization and alignment options <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2389" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2389</b></a> - MudDatePicker fixed exceptions when binding against Date.MinValue <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2322" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2322</b></a> - Forward Class of MudSelectItem / PopoverClass in AutoComplete, Select and Menu <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2363" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2363</b></a> <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> https://github.com/Garderoben/MudBlazor/milestone/17?closed=1</div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.1.0</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on July 27, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.1.0 </h5> <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> https://github.com/Garderoben/MudBlazor/milestone/16?closed=1 This is a big release with allot of fixes (48+) All of them will not be listed below but you can find them in the link above. - MudTimeline - MudColorPicker - MudAvatarGroup - MudDynamicTabs - All clipping issues with Tooltip is fixed with MudPortal - Updated to latest Material Design Icons, added two tone icons <h6 class="mud-typography mud-typography-h6">Breaking Changes </h6><ul class="mt-3 mb-6 px-6"></ul> Added MudRTLProvider, RightToLeft property has been removed from MudLayout <h6 class="mud-typography mud-typography-h6">RTL Fixes </h6><ul class="mt-3 mb-6 px-6"></ul> - MudDialog: button positions - MudSnackbar: Added start/end position - MudTabs: Added start/end position - MudTooltip: Added start/end position - MudText Added start/end position - MudTabs: Fixed margin/padding <h6 class="mud-typography mud-typography-h6">Docs </h6><ul class="mt-3 mb-6 px-6"></ul> - Added section/content navigation to doc pages - ChildComponent's API pages will be listed as well <h6 class="mud-typography mud-typography-h6">Full Release notes </h6><ul class="mt-3 mb-6 px-6"></ul> https://github.com/Garderoben/MudBlazor/milestone/16?closed=1</div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.0.15</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on June 28, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.0.15 </h5> - MudCheckBox added sizes, dense and improved docs <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1653" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1653</b></a> - MudTable added OnPreviewEditClick Event <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1941" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1941</b></a> - MudAvatar fixed background color for outlined variants <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1987" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1987</b></a> - MudSelect forward missing AdornmentText attribute <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1955" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1955</b></a> - MudAutocomplete forward missing AdornmentText attribute <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1956" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1956</b></a> - MudButton variant outlined fixed inherit color <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2020" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2020</b></a> - MudField fixed wrong adornment icon spacing <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1908" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1908</b></a> - MudBadge added OnClick event <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2010" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2010</b></a> - MudDrawer fixed mini drawer behavior <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2043" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2043</b></a> - MudList forwarded IconSize and AdornmentColor attributes <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2033" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2033</b></a> - MudDialog made it possible to dismiss all dialogs that are currently being displayed <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1985" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1985</b></a> - MudDialog fixed dialog parameters re-set on each StateHasChanged overwriting current values <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1773" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1773</b></a> <h6 class="mud-typography mud-typography-h6">Improve accessibility on several components </h6><ul class="mt-3 mb-6 px-6"></ul> - MudIconButton <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2026" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2026</b></a> - MudFab <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2025" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2025</b></a> - MudRadio <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2024" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2024</b></a> - Mudslider <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2017" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2017</b></a> - MudDialog <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2006" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2006</b></a> - MudBreadcrumbs <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2005" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2005</b></a> - MudAlert <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2003" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2003</b></a> - MudToogleIconButton <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/2002" class="mud-link mud-primary-text mud-link-underline-hover"><b>#2002</b></a> - MudCarousel <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1996" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1996</b></a> - MudDatePicker <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1976" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1976</b></a> https://github.com/Garderoben/MudBlazor/milestone/15?closed=1</div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.0.14</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on June 21, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.0.14 </h5> - MudAvatar added outlined variant <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1929" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1929</b></a> - MudTimePicker added AutoClose parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1927" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1927</b></a> - MudDatePicker & MudTimePicker added readonly <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1935" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1935</b></a> - MudCarousel added parameters for navigation and delimiter button classes <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1872" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1872</b></a> - MudCarousel changed Timer and fixed bug in MoveTo <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1913" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1913</b></a> - MudDateRangePicker fixed nullreferenceexception <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1887" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1887</b></a> - MudDatePicker and MudDateRangePicker added IsDateDisabledFunc to allow disabling selection of certain dates <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1862" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1862</b></a> - MudTabPanel added support for HTML markup in Text <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1917" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1917</b></a> - MudSelect and MudAutocomplete Adornment improvements <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1835" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1835</b></a> - MudDrawer fixed anchor in RTL <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1905" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1905</b></a> - MudAutoComplete close drop down on tab <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1761" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1761</b></a> - MudAutoComplete select value on tab when SelectValueOnTab="true" <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1664" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1664</b></a> - MudForm fixed validation triggered on initial render <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1912" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1912</b></a> <h6 class="mud-typography mud-typography-h6">Icons </h6><ul class="mt-3 mb-6 px-6"></ul> Added TikTok and Vimeo to brands <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1920" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1920</b></a> <h6 class="mud-typography mud-typography-h6">RTL Fixes </h6><ul class="mt-3 mb-6 px-6"></ul> - MudSwitch: flipped in RTL <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1890" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1890</b></a> - MudTablePager: changes button order in RTL <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1894" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1894</b></a> https://github.com/Garderoben/MudBlazor/milestone/14?closed=1</div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.0.13</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on June 15, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.0.13 </h5> - Reverted MudAutoComplete close on blur from MudBlazor 5.0.12 that did not select the selected option. # MudBlazor 5.0.12 - MudTextField Added missing right margin to adornments start icon <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1838" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1838</b></a> - MudForm fixed two way binding IsValid with correct state <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1868" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1868</b></a> - MudAutoComplete changed forward popover to behave more like MudSelect <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1836" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1836</b></a> - MudTable fixed sort label in mobile view <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1785" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1785</b></a> - MudDatePicker added AutoClose option <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1794" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1794</b></a> - MudTable added option to disable MudTableSortLabel <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1786" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1786</b></a> - MudSelect added MultiSelectionTextFunc to customize multi-selection text <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1793" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1793</b></a> - MudSnackBar added severity level icons option 1782 - MudTable added loading progress bar <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1783" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1783</b></a> - MudTable fixed padding issues <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1820" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1820</b></a> - MudDatePicker Added a default date format for a DatePicker based on CurrentCulture <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1766" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1766</b></a> - MudCardMedia adapted to changing images <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1797" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1797</b></a> - Added support for userAttributes in all components <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1848" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1848</b></a>, <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1843" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1843</b></a> - Added support for custom lighten and darken theme colors in Palette <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1753" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1753</b></a> - Replaced MudAppBarSpacer and MudToolBarSpacer with MudSpacer component <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1841" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1841</b></a> - Improved MudOverlay documentation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1810" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1810</b></a> <h6 class="mud-typography mud-typography-h6">RTL Fixes </h6><ul class="mt-3 mb-6 px-6"></ul> - MudNumericField fixed spinner position <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1864" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1864</b></a> - MudDatePicker fixes in RTL <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1845" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1845</b></a> - MudTimePicker fixes in RTL <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1811" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1811</b></a> - MudTextfield docs example, fixed adornment issues <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1837" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1837</b></a> - MudProgressLinear <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1855" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1855</b></a> https://github.com/Garderoben/MudBlazor/milestone/12?closed=1</div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.0.12</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on June 15, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.0.12 </h5> - MudTextField Added missing right margin to adornments start icon <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1838" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1838</b></a> - MudForm fixed two way binding IsValid with correct state <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1868" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1868</b></a> - MudAutoComplete changed forward popover to behave more like MudSelect <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1836" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1836</b></a> - MudAutoComplete close on blur <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1807" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1807</b></a> - MudTable fixed sort label in mobile view <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1785" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1785</b></a> - MudDatePicker added AutoClose option <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1794" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1794</b></a> - MudTable added option to disable MudTableSortLabel <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1786" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1786</b></a> - MudSelect added MultiSelectionTextFunc to customize multi-selection text <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1793" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1793</b></a> - MudSnackBar added severity level icons option 1782 - MudTable added loading progress bar <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1783" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1783</b></a> - MudTable fixed padding issues <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1820" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1820</b></a> - MudDatePicker Added a default date format for a DatePicker based on CurrentCulture <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1766" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1766</b></a> - MudCardMedia adapted to changing images <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1797" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1797</b></a> - Added support for userAttributes in all components <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1848" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1848</b></a>, <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1843" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1843</b></a> - Added support for custom lighten and darken theme colors in Palette <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1753" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1753</b></a> - Replaced MudAppBarSpacer and MudToolBarSpacer with MudSpacer component <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1841" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1841</b></a> - Improved MudOverlay documentation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1810" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1810</b></a> <h6 class="mud-typography mud-typography-h6">RTL Fixes </h6><ul class="mt-3 mb-6 px-6"></ul> - MudNumericField fixed spinner position <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1864" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1864</b></a> - MudDatePicker fixes in RTL <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1845" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1845</b></a> - MudTimePicker fixes in RTL <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1811" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1811</b></a> - MudTextfield docs example, fixed adornment issues <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1837" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1837</b></a> - MudProgressLinear <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1855" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1855</b></a> https://github.com/Garderoben/MudBlazor/milestone/12?closed=1</div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.0.11</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on June 07, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.0.11 </h5> - Added Outlined and Filled versions for MudIconButton and MudIconToggleButton <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1634" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1634</b></a> - Added parameter to control column sort direction to MudTable <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1737" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1737</b></a> - Added Title to icon for MudIconButton and MudToggleIconButton <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1663" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1663</b></a> - Added Focus, Select, SelectRange to MudPickers <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1700" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1700</b></a> - Added Cancel button addition in inline editing for MudTable <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1652" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1652</b></a> - Added LineChart MaxNumYAxisTicks to limit the Nr of horizontal grid lines <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1677" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1677</b></a> - Added MudTable: Horizontal scrolling can now be enabled with HorizontalScrollbar parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1641" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1641</b></a> - Fixed Call ValueChanged event for DebouncedInput when OnChange event occurs before DebouncedInterval elapses <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1748" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1748</b></a> - Fixed MudNumericInput manual input boundaries check <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1745" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1745</b></a> - Fixed right margin on MudInput clear button <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1695" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1695</b></a> - Changed MudMessageBox action buttons order <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1741" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1741</b></a> - Fixed MudTable initial sort label <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1736" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1736</b></a> - Fixed MudAutocomplete missing adornment property binding <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1710" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1710</b></a> - Fixed MudSelect so it does not fire chenged event when same item is selected again <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1723" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1723</b></a> - Fixed MudNumericInput padding with Mergin.Dense <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1694" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1694</b></a> - Fixed MudAutocomplete Dense class <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1691" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1691</b></a> - Fixed IDialogReference.Dialog is null <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1502" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1502</b></a> - Fixed MudTable exceptions not being propagated when calling SortDirection property setter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1712" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1712</b></a> - Fixed Multiple renders for MudDrawer <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1703" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1703</b></a> - Fixed CSS rules for mini drawer <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1711" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1711</b></a> - Fixed missing elevation on MudTable <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1674" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1674</b></a> <h6 class="mud-typography mud-typography-h6">RTL Fixes </h6><ul class="mt-3 mb-6 px-6"></ul> - MudBreadcrumb seperator <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1769" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1769</b></a> - Docs page added + new RTL CSS classes <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1751" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1751</b></a> - Margin & Padding alignment issues for Alert, Badge, Breadcrumbs, Button, Card, Chip, Dialog, Divider, Fab, IconButton, Input, InputControl, List, NavMenu, DatePicker, TimePicker, Radio, SimpleTable, Snackbar, Switch, Table, Tabs, TreeView <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1725" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1725</b></a> https://github.com/Garderoben/MudBlazor/milestone/11?closed=1</div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.0.10</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on May 24, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.0.10 </h5> - Added Mini-mode to MudDrawer <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1471" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1471</b></a> - Added MudButtonGroup Control <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1484" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1484</b></a> - Added MudCarousel <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1328" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1328</b></a> - Added a public accessible property for MudTabPanels <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1642" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1642</b></a> - Added FixedFooter for MudTable <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1612" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1612</b></a> - Added option for string format Y axis labels for MudCharts <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1588" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1588</b></a> - Added MudBlazor.InputType Search <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1598" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1598</b></a> - Removed MaxWidth for MudTabs <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1365" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1365</b></a> - Fixed exception when binding ActivePanelIndex <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1581" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1581</b></a> - Fixed render delay when using MudTreeView on-demand load <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1585" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1585</b></a> - Fixed browsers context menu displayed when using MudMenu <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1571" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1571</b></a> - Fixed InvalidCastException in MudNumericField<T> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1574" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1574</b></a> <h6 class="mud-typography mud-typography-h6">RTL Fixes </h6><ul class="mt-3 mb-6 px-6"></ul> - MudTreeView <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1597" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1597</b></a> - MudCard Avatar spacing <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1604" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1604</b></a> - MudChip Spacing <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1602" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1602</b></a> - MudButton with icon spacing <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1600" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1600</b></a> - MudAlert spacing <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1599" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1599</b></a> Full list: https://github.com/Garderoben/MudBlazor/milestone/10?closed=1</div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.0.9</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on May 17, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.0.9 </h5> - Fixed AdornmentColor for MudAutoComplete <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1495" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1495</b></a> - Fixed Overlapping button in numeric input <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1550" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1550</b></a> - Fixed Numeric firled incrementing x2 when using up/down arrows <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1543" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1543</b></a> - Fixed TitleDateFormat for MudDateRangePicker <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1530" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1530</b></a> - Fixed NavBar fader width on docs page for Firefox <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1537" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1537</b></a> - Fixed ReadOnly mode that could be changed with numeric keys on MudNumericField <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1532" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1532</b></a> - Fixed IconSize on MudAutoComplete <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1496" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1496</b></a> - Fixed AM/PM format on MudTimePicker <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1196" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1196</b></a> - Fixed OnBlur for MudAutoComplete <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1415" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1415</b></a> - Fixed Check-All for MudTable MultiSelection <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1469" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1469</b></a> - Added Reset to Indeterminate status for MudCheckBox <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1546" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1546</b></a> - Added IsModified to MudForm <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1517" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1517</b></a> - Added MudTable Horizontal Scroll <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1174" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1174</b></a> - Added Load on demand for MudTreeView <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1406" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1406</b></a> Full list: https://github.com/Garderoben/MudBlazor/milestone/9?closed=1 </div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.0.8</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on April 25, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.0.8 </h5> - MudTable added grouping stacking for header columns <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1232" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1232</b></a> - MudTable added footer content <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1058" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1058</b></a> - MudDialog added ForceRender <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1395" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1395</b></a> - MudList fixed Disabled option <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1400" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1400</b></a> - MudDrawer with default breakpoint would not restore open state on smaller screens <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1376" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1376</b></a> - MudDateRangePicker Error Messages fixed <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1428" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1428</b></a> - Fixed BodyScrollbar when Dialog open <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1426" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1426</b></a> - Fixed MudDialog with custom class not being rendered <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1385" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1385</b></a> - MudSelect fixed AdornmentColor <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1370" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1370</b></a> - MudTabs fixed slider color <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1402" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1402</b></a> - MudButton fixed disabled color of outlined button <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1377" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1377</b></a> - MudDialog with dialog drawer z-index fix <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1240" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1240</b></a> - MudSelect fixed update icon after parameters changed <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1289" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1289</b></a> - MudAutocomplete fixed so error message dont push dropdown down <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1472" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1472</b></a> - MudTabs now becomes scrollable on resize #824 - Several default darkmode improvments and docs fixes Full list: https://github.com/Garderoben/MudBlazor/milestone/8?closed=1 </div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.0.7</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on March 29, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.0.7 </h5> - Fixed white-text so its displayed as white <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1272" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1272</b></a> - Fixed class not being sent down to MudMenuItem element <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1277" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1277</b></a> - Added missing colors to MudSlider <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1236" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1236</b></a> - Fixed custom data attribute validation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1229" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1229</b></a> - Fixed textfield swallowing chars when typing rapidly <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1012" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1012</b></a> - Added possibility to disable MudLink <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1185" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1185</b></a> - Added Margin Dense option to MudDatePicker <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1210" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1210</b></a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v2.0.7</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on March 29, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 2.0.7 </h5> - Fixed white-text so its displayed as white <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1272" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1272</b></a> - Fixed class not being sent down to MudMenuItem element <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1277" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1277</b></a> - Added missing colors to MudSlider <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1236" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1236</b></a> - Fixed custom data attribute validation <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1229" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1229</b></a> - Fixed textfield swallowing chars when typing rapidly <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1012" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1012</b></a> - Added possibility to disable MudLink <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1185" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1185</b></a> - Added Margin Dense option to MudDatePicker <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1210" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1210</b></a> </div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.0.6</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on March 16, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.0.6 </h5> - Added interpolation to line charts - Added Action & Clear buttons to MudDatePicker/MudTimePicker - MudSwitch fixed Class not being applied correctly <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1163" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1163</b></a> - MudNavLink fixed OnClick event <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1168" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1168</b></a> - MudAppBar fixed incorrect display in Firefox ESR <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1176" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1176</b></a> - MudDateRangePicker fixed visuals when start and end date where the same <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1169" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1169</b></a> - MudExpansionPanel fixed crashe when two bind-IsExpanded where used <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1153" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1153</b></a> - MudTable fixed so RowsPerpage don't reset on table row click #994 - MudSelect added missing required parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1127" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1127</b></a> - MudDialog fixed opening a new dialog from results of dialog <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1121" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1121</b></a> - MudCharts fixed arithmetic overflow in pie chart <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1103" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1103</b></a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v2.0.6</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on March 16, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 2.0.6 </h5> - Added interpolation to line charts - Added Action & Clear buttons to MudDatePicker/MudTimePicker - MudSwitch fixed Class not being applied correctly <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1163" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1163</b></a> - MudNavLink fixed OnClick event <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1168" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1168</b></a> - MudAppBar fixed incorrect display in Firefox ESR <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1176" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1176</b></a> - MudDateRangePicker fixed visuals when start and end date where the same <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1169" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1169</b></a> - MudExpansionPanel fixed crashe when two bind-IsExpanded where used <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1153" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1153</b></a> - MudTable fixed so RowsPerpage don't reset on table row click #994 - MudSelect added missing required parameter <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1127" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1127</b></a> - MudDialog fixed opening a new dialog from results of dialog <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1121" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1121</b></a> - MudCharts fixed arithmetic overflow in pie chart <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1103" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1103</b></a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.0.5</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on March 08, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 5.0.5 </h5> - Fixed Date/Time pickers textfield that was wrongly implemented in 2.0.4/5.0.4 - Added missing Style/Class option to MudTabPanel <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1130" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1130</b></a> # MudBlazor 5.0.4 - Changed so Date/Time pickers textfield behave the same way as the other textfield based inputs. #867 - Fixed MudDateRangePicker initial render <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1106" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1106</b></a> - Fixed MudTable multiselect excessivecallback <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1104" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1104</b></a> - MudDatePicker added format changed hook for descendants <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1100" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1100</b></a> - MudTabs switching active panel programmatically now scrolls the tabs <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1046" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1046</b></a> - MudTable fixed incorrect item count when changing page size <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1034" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1034</b></a> - MudDrawer individual sizes for left, right, top, bottom drawers can now be set per drawer and in the theme #914 #792 #819 - MudSwitch added support for all theme pallette colors. - MudTable added striping option #507 - MudTable added bordered option - MudSnackbar fixed ObjectDisposedException condition <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1059" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1059</b></a> # Docs / TryMudBlazor - Fixed Content Layout Shift / Jumpy Appbar <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1075" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1075</b></a> - Fixed several docs examples on mobile layout <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1083" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1083</b></a> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1064" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1064</b></a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.0.4</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on March 08, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor </h5> - Changed so Date/Time pickers textfield behave the same way as the other textfield based inputs. #867 - Fixed MudDateRangePicker initial render <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1106" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1106</b></a> - Fixed MudTable multiselect excessivecallback <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1104" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1104</b></a> - MudDatePicker added format changed hook for descendants <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1100" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1100</b></a> - MudTabs switching active panel programmatically now scrolls the tabs <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1046" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1046</b></a> - MudTable fixed incorrect item count when changing page size <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1034" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1034</b></a> - MudDrawer individual sizes for left, right, top, bottom drawers can now be set per drawer and in the theme #914 #792 #819 - MudSwitch added support for all theme pallette colors. - MudTable added striping option #507 - MudTable added bordered option - MudSnackbar fixed ObjectDisposedException condition <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1059" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1059</b></a> # Docs / TryMudBlazor - Fixed Content Layout Shift / Jumpy Appbar <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1075" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1075</b></a> - Fixed several docs examples on mobile layout <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1083" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1083</b></a> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1064" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1064</b></a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v2.0.5</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on March 08, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor 2.0.5 </h5> - Fixed Date/Time pickers textfield that was wrongly implemented in 2.0.4/5.0.4 - Added missing Style/Class option to MudTabPanel <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1130" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1130</b></a> # MudBlazor 2.0.4 - Changed so Date/Time pickers textfield behave the same way as the other textfield based inputs. #867 - Fixed MudDateRangePicker initial render <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1106" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1106</b></a> - Fixed MudTable multiselect excessivecallback <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1104" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1104</b></a> - MudDatePicker added format changed hook for descendants <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1100" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1100</b></a> - MudTabs switching active panel programmatically now scrolls the tabs <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1046" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1046</b></a> - MudTable fixed incorrect item count when changing page size <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1034" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1034</b></a> - MudDrawer individual sizes for left, right, top, bottom drawers can now be set per drawer and in the theme #914 #792 #819 - MudSwitch added support for all theme pallette colors. - MudTable added striping option #507 - MudTable added bordered option - MudSnackbar fixed ObjectDisposedException condition <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1059" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1059</b></a> # Docs / TryMudBlazor - Fixed Content Layout Shift / Jumpy Appbar <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1075" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1075</b></a> - Fixed several docs examples on mobile layout <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1083" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1083</b></a> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1064" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1064</b></a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v2.0.4</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on March 08, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor </h5> - Changed so Date/Time pickers textfield behave the same way as the other textfield based inputs. #867 - Fixed MudDateRangePicker initial render <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1106" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1106</b></a> - Fixed MudTable multiselect excessivecallback <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1104" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1104</b></a> - MudDatePicker added format changed hook for descendants <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1100" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1100</b></a> - MudTabs switching active panel programmatically now scrolls the tabs <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1046" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1046</b></a> - MudTable fixed incorrect item count when changing page size <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1034" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1034</b></a> - MudDrawer individual sizes for left, right, top, bottom drawers can now be set per drawer and in the theme #914 #792 #819 - MudSwitch added support for all theme pallette colors. - MudTable added striping option #507 - MudTable added bordered option - MudSnackbar fixed ObjectDisposedException condition <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1059" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1059</b></a> # Docs / TryMudBlazor - Fixed Content Layout Shift / Jumpy Appbar <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1075" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1075</b></a> - Fixed several docs examples on mobile layout <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1083" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1083</b></a> <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1064" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1064</b></a></div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.0.3</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on March 01, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor </h5> - MudAutocomplete turned off chromeautofill #959 - MudAutocomplete fixed select item after scroll #992 - MudAutocomplete fixed visual effects when in readonly mode #905 - MudSelect with MultiSelection and Validation fixed #927 - MudExpansionPanels added option to disable horizontal and vertical padding <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1031" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1031</b></a> - MudExpansionPanels added option to disable borders <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1031" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1031</b></a> - MudExpansionPanels fixed Square option <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1036" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1036</b></a> - MudTextField fixed DevounceInterval inside MudDialog #996 - MudMessageBox added missing TitleContent <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1024" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1024</b></a> - MudDialog fixed a issue where content would not update properly <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1016" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1016</b></a> - MudField fixed a issue where error colored borders was shown even if error was false <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1028" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1028</b></a> - MudTabs added option to always display the scroll buttons - MudTabs fixed scrollable on window resize and added vertical scroll <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1013" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1013</b></a> - MudSnackbar added option to close it after navigation #635 - MudSnackbar fixed close programmatically #902 - MudSnackbar fixed - MudTable fixed text that was not aligned on mobile (XS) breakpoint #916 - MudTable fixed empty tables with MultiSelection true #975 - MudTable fixed InitialDirection on SortOrder #937 - MudDatePicker fixed a issue where it could be accessed thru adornment icon when Disabled #859 - MudSelectItem fixed disabled option #979 - MudTooltip changed delay to ms to be consistent #960 - MudSwipeArea fixed continouse rerender #972 # Docs / TryMudBlazor - Overall docs improvement, new examples, fixed spelling issues and added more descriptions. - Removed all Docs specific CSS so the code examples looks the same on TryMudBlazor as on MudBlazor.com #970 - Fixed so all examples work on TryMudBlazor #969 - Removed Obsolete properties from API Docs #958 </div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v2.0.3</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on March 01, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor </h5> - MudAutocomplete turned off chromeautofill #959 - MudAutocomplete fixed select item after scroll #992 - MudAutocomplete fixed visual effects when in readonly mode #905 - MudSelect with MultiSelection and Validation fixed #927 - MudExpansionPanels added option to disable horizontal and vertical padding <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1031" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1031</b></a> - MudExpansionPanels added option to disable borders <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1031" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1031</b></a> - MudExpansionPanels fixed Square option <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1036" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1036</b></a> - MudTextField fixed DevounceInterval inside MudDialog #996 - MudMessageBox added missing TitleContent <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1024" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1024</b></a> - MudDialog fixed a issue where content would not update properly <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1016" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1016</b></a> - MudField fixed a issue where error colored borders was shown even if error was false <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1028" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1028</b></a> - MudTabs added option to always display the scroll buttons - MudTabs fixed scrollable on window resize and added vertical scroll <a target="_blank" href="https://github.com/MudBlazor/MudBlazor/pull/1013" class="mud-link mud-primary-text mud-link-underline-hover"><b>#1013</b></a> - MudSnackbar added option to close it after navigation #635 - MudSnackbar fixed close programmatically #902 - MudSnackbar fixed - MudTable fixed text that was not aligned on mobile (XS) breakpoint #916 - MudTable fixed empty tables with MultiSelection true #975 - MudTable fixed InitialDirection on SortOrder #937 - MudDatePicker fixed a issue where it could be accessed thru adornment icon when Disabled #859 - MudSelectItem fixed disabled option #979 - MudTooltip changed delay to ms to be consistent #960 - MudSwipeArea fixed continouse rerender #972 # Docs / TryMudBlazor - Overall docs improvement, new examples, fixed spelling issues and added more descriptions. - Removed all Docs specific CSS so the code examples looks the same on TryMudBlazor as on MudBlazor.com #970 - Fixed so all examples work on TryMudBlazor #969 - Removed Obsolete properties from API Docs #958 </div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.0.2</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on February 21, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor </h5> - MudFab no longer ignores DisableElevation #829 - MudAutocomplete now works inside dialogs (FocusTrap bug) #789 - MudTreeView added Overflow (Scrolling) and ICommand #776 & #795 - MudNavLink Target added #593 & #809 - Fixed jumpy appbar/body because of scroll lock #767 - MudToogleIconButton added missing Class and Style parameters #836 - Fixed MudSelect Height #853 - MudNavLink Added missing disable functionality to navlink #834 - Fixed MudDialog clicking outside of inline dialog prevent re-opening #838 - Fixed Persian MudDatePicker #865 - Fixed Table commit bug #855 - Fixed MudTable commit button state not updating #826 - MudDatePicker Fixed so they open on selected date #880 - MudButton added FullWidth option #860 - Fixed MudDateRangePicker so they work in dialog mode #879 - Fixed Theme zindex for MudTooltip #886 - Fixed Text cursor jumping around in MudAutocomplete component #897 - Fixed Disable on buttons so it disables redirect #899 - MudTreeView added MaxHeight and Dense #877 - MudMenu added open state onmouseover #859 - MudMenu added ContextMenu support (right click) #884 - Fixed MudDrawer flash during page load on mobile #907 - MudSlider added support for theme palette colors #900 - Fixed Table with Inline Edit Mode on small screens #300 # Docs / TryMudBlazor - Added WASM / Server mode to mudblazor website (switch in appbar) - Moved example data so it works on both docs and trymudblazor - Fixed searching for icons #821 </div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v2.0.2</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on February 21, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">MudBlazor </h5> - MudFab no longer ignores DisableElevation #829 - MudAutocomplete now works inside dialogs (FocusTrap bug) #789 - MudTreeView added Overflow (Scrolling) and ICommand #776 & #795 - MudNavLink Target added #593 & #809 - Fixed jumpy appbar/body because of scroll lock #767 - MudToogleIconButton added missing Class and Style parameters #836 - Fixed MudSelect Height #853 - MudNavLink Added missing disable functionality to navlink #834 - Fixed MudDialog clicking outside of inline dialog prevent re-opening #838 - Fixed Persian MudDatePicker #865 - Fixed Table commit bug #855 - Fixed MudTable commit button state not updating #826 - MudDatePicker Fixed so they open on selected date #880 - MudButton added FullWidth option #860 - Fixed MudDateRangePicker so they work in dialog mode #879 - Fixed Theme zindex for MudTooltip #886 - Fixed Text cursor jumping around in MudAutocomplete component #897 - Fixed Disable on buttons so it disables redirect #899 - MudTreeView added MaxHeight and Dense #877 - MudMenu added open state onmouseover #859 - MudMenu added ContextMenu support (right click) #884 - Fixed MudDrawer flash during page load on mobile #907 - MudSlider added support for theme palette colors #900 - Fixed Table with Inline Edit Mode on small screens #300 # Docs / TryMudBlazor - Added WASM / Server mode to mudblazor website (switch in appbar) - Moved example data so it works on both docs and trymudblazor - Fixed searching for icons #821 </div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.0.1</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on February 10, 2021</h6></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">Patch release </h6><ul class="mt-3 mb-6 px-6"></ul> - MudProgressLinear - Fixed a issue with the progress bar not showing correct values when setting min/max value. - MudTextField - Fixed a bug where unwanted white space was added in front of the value text. - MudDrawer - Fixed a issue where the drawer would not be inline with the Appbar on smaller viewports. - Fixed a issue where the drawer would not be inline with the Appbar when Appbar dense was set to true. - MudTimePicker - Added the possibility to only use minute mode, and edit mode. - MudTreeview - Fixed a bug where unhandled exception was thrown when item was clicked twice. - MudSelect - Fixed a bug where OffsetY was ignored when MudSelect was used inside RowEditingTemplate of a MudTable within a MudExpansionPanel. - MudField - Without any childcontent from start will now display the standard height of a MudTextField. - MudListItem - Added the possibility to disable MudListItem - MudMenuItem - The disabled option now works as intended.</div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v5.0.0</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on February 06, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">Release Notes - v5.0.0 (.NET 5) </h5> <h6 class="mud-typography mud-typography-h6">New Components </h6><ul class="mt-3 mb-6 px-6"></ul> - TreeView (Thanks to Tungi52) - Popover (This is not really completly new but has been an internal component until now) - ScrollToTop (Thanks to Porkopek) - Breadcrumbs (Thanks to zHaytam) - FocusTrap (Thanks to Codinkat) <h6 class="mud-typography mud-typography-h6">Breaking Changes </h6><ul class="mt-3 mb-6 px-6"></ul> - Pickers The string property "Value" was renamed to "Text" - MudForm - Implicit form submission is now suppressed by default. It can be turned on - Removed some obsolete namespaces - Validation function not executing if value is null - The SVG icons now has to be called with either `@Icons.Filled.Iconname` or `@Icons.Material.Outlined.Iconname` - Icons have been re worked, font icons now work across all library components. - All SVG icons has been reimported and updated with the latest release from Google. - The Icons now takes everything inside the svg element instead of just the d= path. - Changing the Icon and just the Icon color have been implemented in most of our components. - Drawer got updated and works allot better when screen sizes changes. (Thanks to Tungi52) - Temporary/Dialog Drawer has been added. - Top,Bottom,Left,Right Drawer is not available. - Custom Breakpoints have been added. - MudCharts now uses the Position enum instead of LegendPosition enum. - MudTabs no longer have the Vertical bool property and now uses the Position enum as well. <h6 class="mud-typography mud-typography-h6">New Features & Bug Fixes </h6><ul class="mt-3 mb-6 px-6"></ul> - MudTheme - Changing font can now be done with the theme. - MudTabs - Implemented scrolling functionality - The slider is now correct width and in the correct position if the tabs are wider/higher than the default value. - Tabs can now be keept alive. - Problem with removing tabs is now fixed. - MudTextField - Changed so the user CSS classes now is added to the input controller like the rest of our input type components. - Added support to change Adornment icon color - MudAutocomplete - Added missing Margin.Dense property - Fixed clipping issue when used inside a dialog - Fixed clipping issue when used inside expansion panel - Toggle Coercion has been added - MudSelect - Fixed clipping issue when used inside a dialog - Fixed clipping issue when used inside expansion panel - MudDialog - Can now be opened in fullscreen view. - Can now be used inline - MudProgressLinear - Fixed the minimum and maximum values. - MudTable - Added Class support to RowTemplate - Fixed the initial sort order and label when using server side data / paging / sorting - MudTable with server side pagination now can load element without using table paginator. - MudTable now support the Breakpoints from Always, Never, Xs to XL - MudPicker/MudDatePicker/MudTimePicker - Fixed so the pickers TextField align with normal TextFields - Multiple performance improvement's have been made - TimePicker now changes to minute selection after selecting hours - TimePicker can now be opened through code - DateRange picker has been added to MudDatePicker - The Pickers now opens in correct direction depending on where on the screen it is. - Dialog version of the pickers have been added - Fixed the "jump" problem when date picker scrolled to year mode - DatePicker OpenTo.Year OpenTo.Month now opens to the same mode after reopned - DatePickers text for displaying days now using theme colors. - MudCharts - Fixed custom ColorPalettes for charts - Herobrine removed - MudMenu - Fixed so the popover closes after clicking on MudMenuItem that is inside the same layout - Added Menu Width option to MudMenu - Added Direction option to MudMenu - Added Offset option to MudMenu - Using Mudtooltip inside MudMenu no longer causes the MudMenu to be narrow - Added custom activator so anything can be used to open it, Like Avatar, Chips, Cards etc. - MudSnackbar - Snackbar messages can now render html - MudDivider - Improved documentation - Allot of other small improvement's overall, docs improved project structure and work on the release pipelines have been made and special thanks to mikes-gh for helping out with that. <h6 class="mud-typography mud-typography-h6">Thanks to everyone, you are awesome! </h6><ul class="mt-3 mb-6 px-6"></ul> To everyone that have helped with reporting issues, fixing issues and answering questions in our communitys you and our sponsors makes this possible! <h6 class="mud-typography mud-typography-h6">Did you get stuck after update? </h6><ul class="mt-3 mb-6 px-6"></ul> Don't worry, come by our https://discord.gg/mudblazor channel and we will help you out, if you don't have discord we are on https://gitter.im/MudBlazor/community and of course https://github.com/Garderoben/MudBlazor as well! </div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v2.0.0</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on February 05, 2021</h6></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"><h5 class="mud-typography mud-typography-h5 mud-inherit-text">Release Notes - v2.0.0 (.NET Core 3.1) </h5> This is probably one of our biggest releases since we went public with this project. Our goal was always to release often but sadly holidays and issues stacked up and got inbetween forcing us to deal with some bigger changes than anticipated. This will probably be the last major/minor for .net 3.1 and after this we will change our main branches to .net 5 and focus on that. In the future you will see smaller release coming out from us, but more frequently. <h6 class="mud-typography mud-typography-h6">New Components </h6><ul class="mt-3 mb-6 px-6"></ul> - TreeView (Thanks to Tungi52) - Popover (This is not really completly new but has been an internal component until now) - ScrollToTop (Thanks to Porkopek) - Breadcrumbs (Thanks to zHaytam) - FocusTrap (Thanks to Codinkat) <h6 class="mud-typography mud-typography-h6">Breaking Changes </h6><ul class="mt-3 mb-6 px-6"></ul> - Pickers The string property "Value" was renamed to "Text" - MudForm - Implicit form submission is now suppressed by default. It can be turned on - Removed some obsolete namespaces - Validation function not executing if value is null - The SVG icons now has to be called with either `@Icons.Filled.Iconname` or `@Icons.Material.Outlined.Iconname` - Icons have been re worked, font icons now work across all library components. - All SVG icons has been reimported and updated with the latest release from Google. - The Icons now takes everything inside the svg element instead of just the d= path. - Changing the Icon and just the Icon color have been implemented in most of our components. - Drawer got updated and works allot better when screen sizes changes. (Thanks to Tungi52) - Temporary/Dialog Drawer has been added. - Top,Bottom,Left,Right Drawer is not available. - Custom Breakpoints have been added. - MudCharts now uses the Position enum instead of LegendPosition enum. - MudTabs no longer have the Vertical bool property and now uses the Position enum as well. <h6 class="mud-typography mud-typography-h6">New Features & Bug Fixes </h6><ul class="mt-3 mb-6 px-6"></ul> - MudTheme - Changing font can now be done with the theme. - MudTabs - Implemented scrolling functionality - The slider is now correct width and in the correct position if the tabs are wider/higher than the default value. - Tabs can now be keept alive. - Problem with removing tabs is now fixed. - MudTextField - Changed so the user CSS classes now is added to the input controller like the rest of our input type components. - Added support to change Adornment icon color - MudAutocomplete - Added missing Margin.Dense property - Fixed clipping issue when used inside a dialog - Fixed clipping issue when used inside expansion panel - Toggle Coercion has been added - MudSelect - Fixed clipping issue when used inside a dialog - Fixed clipping issue when used inside expansion panel - MudDialog - Can now be opened in fullscreen view. - Can now be used inline - MudProgressLinear - Fixed the minimum and maximum values. - MudTable - Added Class support to RowTemplate - Fixed the initial sort order and label when using server side data / paging / sorting - MudTable with server side pagination now can load element without using table paginator. - MudTable now support the Breakpoints from Always, Never, Xs to XL - MudPicker/MudDatePicker/MudTimePicker - Fixed so the pickers TextField align with normal TextFields - Multiple performance improvement's have been made - TimePicker now changes to minute selection after selecting hours - TimePicker can now be opened through code - DateRange picker has been added to MudDatePicker - The Pickers now opens in correct direction depending on where on the screen it is. - Dialog version of the pickers have been added - Fixed the "jump" problem when date picker scrolled to year mode - DatePicker OpenTo.Year OpenTo.Month now opens to the same mode after reopned - DatePickers text for displaying days now using theme colors. - MudCharts - Fixed custom ColorPalettes for charts - Herobrine removed - MudMenu - Fixed so the popover closes after clicking on MudMenuItem that is inside the same layout - Added Menu Width option to MudMenu - Added Direction option to MudMenu - Added Offset option to MudMenu - Using Mudtooltip inside MudMenu no longer causes the MudMenu to be narrow - Added custom activator so anything can be used to open it, Like Avatar, Chips, Cards etc. - MudSnackbar - Snackbar messages can now render html - MudDivider - Improved documentation - Allot of other small improvement's overall, docs improved project structure and work on the release pipelines have been made and special thanks to mikes-gh for helping out with that. <h6 class="mud-typography mud-typography-h6">Thanks to everyone, you are awesome! </h6><ul class="mt-3 mb-6 px-6"></ul> To everyone that have helped with reporting issues, fixing issues and answering questions in our communitys you and our sponsors makes this possible! <h6 class="mud-typography mud-typography-h6">Did you get stuck after update? </h6><ul class="mt-3 mb-6 px-6"></ul> Don't worry, come by our https://discord.gg/mudblazor channel and we will help you out, if you don't have discord we are on https://gitter.im/MudBlazor/community and of course https://github.com/Garderoben/MudBlazor as well! </div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v1.2.4</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on December 30, 2020</h6></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">Changes: - MudTable: Fixed passing edited object to function - MudTextField: Fixed usage of both label and placeholder - MudAvatar: Fixed so child text scale when using Size property on MudAvatar - MudSnackbar: Always close snackbar on click - MudTabs: Added functionality to set active tab - MudAutocomplete: Fixed tabindex -1 not working. - MudButton: Added elevation on mouse down for filled variant - MudFab: Added missing hover effect - MudRating: Fixed so the last hovered item dont get stuck in small size - MudTimePicker: Added animations and switch to minutes after hour is selected - MudTimePicker/MudDatePicker: Fixed so clicking the textfield/label when it dident have value opens the picker - MudTimePicker/MudDatePicker: Added support for keyboard input, aka writing the date/time - MudOverlay: Added option to disable scrolling of the body behind when its open - MudDrawer/MudMainContent: Fixed collapse to maincontent when using double drawers - Changed base CSS so navigating to new page scrolls to top - Added documentation on how to build/use a file input. - Added documentation on how to use MudForm with Fluent validation </div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v1.2.1</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on December 17, 2020</h6></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">Changes: - Fixed browser back button needing to be pressed twice on mobile - Table: added support for server-side filtering, sorting and paging - Table: added OnRowClick event - Table: fixed a paging display bug when setting items after a delay - Expansion panel: added HeaderContent render fragment - Expansion panel: made IsExpanded two-way bindable - Fixed MudDrawer overlaps the top application bar - Mudblazor now shows Blazor's disconnected notice on top of its UI - MudButton with Href will render <a> - Fixed problem with link button on IOS - New component: MudOverlay - MudProgress: added size settings - Added link to templates on docs installation page - Fixed the none working wireframe show code buttons </div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v1.2.0</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on December 07, 2020</h6></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">Breaking Changes: - MudSwitch and MudSelect are now generic with support for bool, bool?, int (0,1), int? (0,1,null) and string (null, "on", "true", "off", "false"). Add `T="bool"` if your code does not compile any more. - MudForm: performance improvement by suppressing re-rendering of whole form on fireing IsValid updates. This may not break anything, but if it does, - SuppressRenderingOnValidation="false" switches it off. Changes: - Added MudHilighter (thanks to Porkopek) - Responsive drawer for smaller screens. - Fixed margin between icon and text in FAB - MudSwitch and MudSelect now support MudForm and EditForm validation - MudForm.Reset(): fixed so that it resets the textfield texts to null - MudSelect: added parameter Strict. When set to true the select will not display values that are not in its item list</div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v1.1.0</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on November 02, 2020</h6></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">## New Components - TimePicker - AutoComplete - Rating - Badge - Chip ## Charts - Pie Chart - Donut Chart - Line Chart ## Improvements - T versions of TextField, Input and Select - Table Column width group and Text alignment </div></div><div class="mud-grid-item mud-grid-item-xs-12 mud-grid-item-md-4"><div class="docs-sticky-info"><h5 class="mud-typography mud-typography-h5 mud-typography-display-inline">Version </h5> <h5 class="mud-typography mud-typography-h5 mud-primary-text mud-typography-display-inline"><b>v1.0.7</b></h5> <h6 class="mud-typography mud-typography-subtitle1">Released on October 18, 2020</h6></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">First Release of MudBlazor.</div></div></div></div></div> <div class="docs-navigation-footer"><div class="mud-toolbar mb-16"><div class="flex-grow-1"></div></div></div></div><div class="mud-container mud-container-maxwidth-lg mt-16"><div class="mud-grid mud-grid-spacing-xs-3 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"><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"><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"><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"><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"><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"><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"><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"><h6 class="mud-typography mud-typography-subtitle2 mb-3">Community</h6> <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></div> <div class="mud-grid-item mud-grid-item-xs-6 mud-grid-item-sm-3 d-flex flex-column"><h6 class="mud-typography mud-typography-subtitle2 mb-3">Project</h6> <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/how-it-started" class="mud-typography mud-link mud-inherit-text mud-link-underline-none mud-typography-body1">How it started</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 and Backers</a> <a href="/mud/project/team" class="mud-typography mud-link mud-inherit-text mud-link-underline-none mud-typography-body1">Team and Contributors</a></div> <div class="mud-grid-item mud-grid-item-xs-6 mud-grid-item-sm-3 d-flex flex-column"><h6 class="mud-typography mud-typography-subtitle2 mb-3">Products</h6> <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></div> <div class="mud-grid-item mud-grid-item-xs-12"><div class="mud-toolbar mud-toolbar-dense"><p class="mud-typography mud-typography-body1">Copyright © 2020-2022 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"><path d="M0 0h24v24H0z" fill="none"/><path d="M7.41 15.41L12 10.83l4.59 4.58L18 14l-6-6-6 6z"/></svg></span></button></span></div></div> <!--Blazor:{"prerenderId":"01d3730382ec4a43aff129ce3886bf6e"}--> <div id="app"> <div style="height:100%;width:100%;margin:0;position:fixed;"> <div style="display: flex;justify-content: center;align-items:center;height:100%;width:100%;"> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1404 1404" height="400px"> <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 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 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;" /> </svg> </div> </div> </div> </component> <div id="blazor-error-ui"> An unhandled error has occurred. <a href="" class="reload">Reload</a> <a class="dismiss">🗙</a> </div> <script src="_content/MudBlazor/MudBlazor.min.js?v=3131fd28-5de8-4176-bf3f-8b4756ed4a3c"></script> <script src="_content/MudBlazor.Docs/JS/docs.js?v=3131fd28-5de8-4176-bf3f-8b4756ed4a3c"></script> <script src="_framework/blazor.webassembly.js"></script> <script src="_content/Blazor-Analytics/blazor-analytics.js"></script> </body> </html>