Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Checkbox: Add LabelPosition property to specify the label's Start/End position #5163

Merged
merged 2 commits into from Aug 26, 2022

Conversation

Yomodo
Copy link
Contributor

@Yomodo Yomodo commented Aug 25, 2022

Following up on PR #5152, MudCheckBox now also supports the LabelPosition property.

Description

How Has This Been Tested?

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • The PR is submitted to the correct branch (dev).
  • My code follows the code style of this project.
  • I've added relevant tests.

@codecov
Copy link

codecov bot commented Aug 25, 2022

Codecov Report

Merging #5163 (c04caaa) into dev (7e6ee9a) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##              dev    #5163   +/-   ##
=======================================
  Coverage   90.27%   90.27%           
=======================================
  Files         372      372           
  Lines       13392    13394    +2     
=======================================
+ Hits        12089    12091    +2     
  Misses       1303     1303           
Impacted Files Coverage Δ
...MudBlazor/Components/CheckBox/MudCheckBox.razor.cs 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Copy link
Contributor

@just-the-benno just-the-benno left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Yomodo and thanks for this PR. Nothing to mention from my side. All good :)

@just-the-benno
Copy link
Contributor

@henon ready for your review

@henon henon merged commit df844f5 into MudBlazor:dev Aug 26, 2022
@henon henon added enhancement New feature or request API change API that needs approval and removed second approval required labels Aug 26, 2022
@henon henon added this to the 6.0.15 milestone Aug 26, 2022
@Yomodo Yomodo deleted the MudCheckBoxLabelPosition branch August 26, 2022 09:59
@henon
Copy link
Collaborator

henon commented Aug 26, 2022

Awesome, thanks Yomodo

mblichowski added a commit to mblichowski/MudBlazor-extended that referenced this pull request Sep 5, 2022
commit 0d4de1f
Merge: ce5eef1 f796a50
Author: Jonny Larsson <jonny@gardnet.nu>
Date:   Wed Aug 31 16:01:56 2022 +0200

    Merge 6.0.15

commit f796a50
Author: Jonny Larsson <jonny@gardnet.nu>
Date:   Wed Aug 31 16:01:39 2022 +0200

    Update to 6.0.15

commit 7a4a932
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Aug 30 14:33:45 2022 +0800

    Build(deps): Bump FluentValidation from 11.2.0 to 11.2.1 in /src (MudBlazor#5182)

    Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) from 11.2.0 to 11.2.1.
    - [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
    - [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
    - [Commits](FluentValidation/FluentValidation@11.2.0...11.2.1)

    ---
    updated-dependencies:
    - dependency-name: FluentValidation
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 78b6e0f
Author: Shahriyar <shahriyar.ba@icloud.com>
Date:   Mon Aug 29 01:01:42 2022 +0430

    Docs: Add ChartOptions to MudChart in LineExample2 (MudBlazor#5176) (MudBlazor#5177)

commit 7c5c3f2
Author: Riley Nielsen <riley@nielsen.tech>
Date:   Sun Aug 28 02:39:39 2022 -0500

    PopoverProvider: Throw exception when duplicate providers detected (MudBlazor#5102)

commit 2b48809
Author: Javier Goday <jgoday@gmail.com>
Date:   Sun Aug 28 08:20:43 2022 +0200

    DataGrid: Support Guid for FilterDefinition

commit 7ada096
Author: dustuu <101824882+dustuu@users.noreply.github.com>
Date:   Sat Aug 27 16:00:28 2022 -0400

    DataGrid: Added functionality to disable user interaction with MudDataGridPager

commit 90546a8
Author: bennnos <46160493+bennnos@users.noreply.github.com>
Date:   Sat Aug 27 21:59:45 2022 +0200

     DataGrid: Change expression builder for nullables bool, DateTime and numbers Type (MudBlazor#5126)  (MudBlazor#5174)

    * DataGrid: Change expression builder for nullables bool, DateTime and numbers Type (MudBlazor#5133)

    * Add new tests

commit 7f054c7
Author: Chris <58083980+creeve-qci@users.noreply.github.com>
Date:   Sat Aug 27 10:40:18 2022 -0500

    TablePager: Add default English aria-labels (MudBlazor#5099)

commit df844f5
Author: Jeffrey Jangli <shogun.net@outlook.com>
Date:   Fri Aug 26 11:58:57 2022 +0200

    Checkbox: Add LabelPosition property to specify the label's Start/End position (MudBlazor#5163)

commit 56202c8
Author: Sigurd <97450146+sigurdmwahl@users.noreply.github.com>
Date:   Wed Aug 24 16:29:13 2022 +0200

    Docs: Programatically removing a Snackbar (MudBlazor#5016)

    * added documentation for programatically remove snackbar

    * updated text and highligthing

commit 7e6ee9a
Author: Jeffrey Jangli <shogun.net@outlook.com>
Date:   Wed Aug 24 15:52:57 2022 +0200

     Switch: Add LabelPosition property to specify the label's Start/End position (MudBlazor#5152)

commit 745afaf
Author: Terry Phillips <terry.w.phillips@gmail.com>
Date:   Wed Aug 24 04:41:09 2022 -0400

     DataGrid: AggregationDefinition is applied to groups (MudBlazor#5125)

    Co-authored-by: Meinrad Recheis <meinrad.recheis@gmail.com>

commit d206f33
Author: Terry Phillips <terry.w.phillips@gmail.com>
Date:   Wed Aug 24 03:49:55 2022 -0400

    Fixed some docs discrepancies. (MudBlazor#5136)

    Added a new example for Virtualization.
    Added a new example for Observability.

commit 9c6d413
Author: Matthew Parker <61717342+FakeRayBanz@users.noreply.github.com>
Date:   Wed Aug 24 17:48:58 2022 +1000

    Docs: Fixed Typography spelling errors (MudBlazor#5040)

commit 3bb4f2c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 24 15:46:15 2022 +0800

    Build(deps): Update Microsoft.AspNetCore.Components.WebAssembly requirement (MudBlazor#5094)

    Updates the requirements on [Microsoft.AspNetCore.Components.WebAssembly](https://github.com/dotnet/aspnetcore) to permit the latest version.
    - [Release notes](https://github.com/dotnet/aspnetcore/releases)
    - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
    - [Commits](dotnet/aspnetcore@v6.0.7...v6.0.8)

    ---
    updated-dependencies:
    - dependency-name: Microsoft.AspNetCore.Components.WebAssembly
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f5a76b2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 24 15:45:38 2022 +0800

    Build(deps): Bump FluentValidation from 11.1.1 to 11.2.0 in /src (MudBlazor#5095)

    Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) from 11.1.1 to 11.2.0.
    - [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
    - [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
    - [Commits](FluentValidation/FluentValidation@11.1.1...11.2.0)

    ---
    updated-dependencies:
    - dependency-name: FluentValidation
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit cecee93
Author: Terry Phillips <terry.w.phillips@gmail.com>
Date:   Wed Aug 24 03:44:09 2022 -0400

    DataGrid: Fix Broken Filter (MudBlazor#5091)

commit 11645c4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 24 15:34:45 2022 +0800

    Build(deps): Update Microsoft.AspNetCore.Components.WebAssembly.DevServer requirement (MudBlazor#5154)

    Updates the requirements on [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://github.com/dotnet/aspnetcore) to permit the latest version.
    - [Release notes](https://github.com/dotnet/aspnetcore/releases)
    - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
    - [Commits](dotnet/aspnetcore@v6.0.7...v6.0.8)

    ---
    updated-dependencies:
    - dependency-name: Microsoft.AspNetCore.Components.WebAssembly.DevServer
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 24077af
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 24 15:34:13 2022 +0800

    Build(deps): Update Microsoft.AspNetCore.Components.Web requirement (MudBlazor#5155)

    Updates the requirements on [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore) to permit the latest version.
    - [Release notes](https://github.com/dotnet/aspnetcore/releases)
    - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
    - [Commits](dotnet/aspnetcore@v6.0.7...v6.0.8)

    ---
    updated-dependencies:
    - dependency-name: Microsoft.AspNetCore.Components.Web
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 27a9a94
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 24 15:26:54 2022 +0800

    Build(deps): Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 in /src (MudBlazor#5096)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](microsoft/vstest@v17.2.0...v17.3.0)

    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a468629
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 24 15:26:37 2022 +0800

    Build(deps): Update Microsoft.AspNetCore.Components.WebAssembly.Server requirement (MudBlazor#5097)

    Updates the requirements on [Microsoft.AspNetCore.Components.WebAssembly.Server](https://github.com/dotnet/aspnetcore) to permit the latest version.
    - [Release notes](https://github.com/dotnet/aspnetcore/releases)
    - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
    - [Commits](dotnet/aspnetcore@v6.0.7...v6.0.8)

    ---
    updated-dependencies:
    - dependency-name: Microsoft.AspNetCore.Components.WebAssembly.Server
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a672487
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 24 15:26:26 2022 +0800

    Build(deps): Update Microsoft.AspNetCore.Components requirement in /src (MudBlazor#5098)

    Updates the requirements on [Microsoft.AspNetCore.Components](https://github.com/dotnet/aspnetcore) to permit the latest version.
    - [Release notes](https://github.com/dotnet/aspnetcore/releases)
    - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
    - [Commits](dotnet/aspnetcore@v6.0.7...v6.0.8)

    ---
    updated-dependencies:
    - dependency-name: Microsoft.AspNetCore.Components
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 957fb7a
Author: Daniel Haas <78215988+haas-daniel@users.noreply.github.com>
Date:   Tue Aug 23 12:19:09 2022 +0200

    Input: Remove tabstop from clear button (MudBlazor#5067) (MudBlazor#5107)

commit 1c60351
Author: Benjamin Kappel <51370361+just-the-benno@users.noreply.github.com>
Date:   Mon Aug 22 05:48:53 2022 -0500

    ColorPicker: Remember the View Chosen by the User (MudBlazor#4949)

commit efdb22c
Author: Javier Goday <jgoday@gmail.com>
Date:   Mon Aug 22 12:43:28 2022 +0200

    Select: Update Text when switching to MultiSelection (MudBlazor#4962)

commit 28b0b08
Author: Artyom M <artem.melnikov@live.com>
Date:   Sun Aug 21 15:09:13 2022 +0300

    DataGrid: prevent trimming of FilterOperator (MudBlazor#5133)

commit 0e2fc1e
Author: Terry Phillips <terry.w.phillips@gmail.com>
Date:   Sat Aug 20 12:00:17 2022 -0400

    DataGrid: Fix filter and several other bugs (MudBlazor#4942, MudBlazor#4924, MudBlazor#4921, MudBlazor#4551) (MudBlazor#5093)

commit b559b3d
Author: Daniel <dgross@intronik.de>
Date:   Fri Aug 19 22:10:40 2022 +0200

    Dialog: Fix corrupted Parameters with Multiple open Dialogs (MudBlazor#4895)

commit 5d6ba1b
Author: Benjamin Kappel <51370361+just-the-benno@users.noreply.github.com>
Date:   Tue Aug 16 14:57:59 2022 -0500

    JsInterop: Centralizing JS error handling part one (MudBlazor#5105)

commit 1574458
Author: Raffael Schärer <schaerer@bluewin.ch>
Date:   Tue Aug 16 10:57:05 2022 +0200

    Form Inputs: Add OnlyValidateIfDirty to Trigger Validation only if dirty (MudBlazor#3726)

    MudBaseInput: The validation is only triggered if the user has changed the input value at least once (MudBlazor#2879)

    Co-authored-by: Raffael Schärer <rs@devigus.com>

commit d55e31c
Author: Benjamin Kappel <51370361+just-the-benno@users.noreply.github.com>
Date:   Tue Aug 16 01:18:19 2022 -0500

    Table: Add ApplyButtonPosition parameter (MudBlazor#5090)

commit acabb32
Author: Artyom M <artem.melnikov@live.com>
Date:   Mon Aug 15 21:05:38 2022 +0300

    Carousel: Allow to disable swipe gesture (MudBlazor#5062)

    [Feature] Add ability to disable swipe gesture for MudCarousel

commit 33229b5
Author: Marcus <marcus@strandner.se>
Date:   Mon Aug 15 19:24:35 2022 +0200

    NumericField: Resolve nullable issue introduced by MudBlazor#4971 (MudBlazor#5077)

commit 672ed3e
Author: Artyom M <artem.melnikov@live.com>
Date:   Mon Aug 15 20:04:15 2022 +0300

    MudScrollToTop: Fix Exception When Changing Page (MudBlazor#5060)

commit 921601c
Author: Meinrad Recheis <meinrad.recheis@gmail.com>
Date:   Sat Aug 13 12:59:43 2022 +0200

    CheckBox: fix doc

commit c35289d
Author: Anti-Apple4life <59315931+Anti-Apple4life@users.noreply.github.com>
Date:   Sat Aug 13 06:47:38 2022 -0400

    CheckBox: Add ability to disable keyboard input (MudBlazor#5072)

    * Add ability to disable keyboard input in MudCheckBox

    * Invert switch to enable keyboard

commit 66894b2
Author: Jeffrey Jangli <shogun.net@outlook.com>
Date:   Wed Aug 10 16:43:52 2022 +0200

     MudMenuItem: Add IconColor and IconSize properties (MudBlazor#5061)

commit 9376e68
Author: Qingxiao Ren <rqx110@163.com>
Date:   Wed Aug 10 15:29:59 2022 +0800

    Docs: fix typo (MudBlazor#5036)

commit 3bdba19
Author: Jeffrey Jangli <shogun.net@outlook.com>
Date:   Wed Aug 10 06:22:18 2022 +0000

    SnackbarOptions: Add IconColor and IconSize properties (MudBlazor#4429)

commit aefba20
Author: Mehmet Can Karagöz <78308169+mckaragoz@users.noreply.github.com>
Date:   Tue Aug 9 22:37:44 2022 +0300

    RadioGroup: Add InputClass and InputStyle for backward compatibility (MudBlazor#4944)

commit ad4b97d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Aug 9 08:15:31 2022 +0000

    Build(deps): Bump Moq from 4.18.1 to 4.18.2 in /src (MudBlazor#5046)

commit 4f6c473
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Aug 9 08:11:07 2022 +0000

    Build(deps): Bump FluentValidation from 11.1.0 to 11.1.1 in /src (MudBlazor#5045)

commit 1ad6d0b
Author: Artyom M <artem.melnikov@live.com>
Date:   Mon Aug 8 17:22:56 2022 +0300

    Docs: Disable AggressiveAttributeTrimming for MudBlazor.Docs.Wasm -> MudBlazor.Docs.WasmHost during PublishTrimmed (MudBlazor#5044)

commit 66f9c2e
Author: Bérenger Caby <caby.berenger@gmail.com>
Date:   Sun Aug 7 21:25:08 2022 +0200

    DateRangePicker: Adding AutoClose parameter (MudBlazor#4878)

    DateRanger: Adding AutoClose parameter

    Co-authored-by: Berenger Caby <berenger.caby@panalytical.com>

commit 612e899
Author: Artyom M <artem.melnikov@live.com>
Date:   Sat Aug 6 18:58:00 2022 +0300

    DialogService: Fix for trimming (MudBlazor#5032)

commit 0b124f7
Author: Meinrad Recheis <meinrad.recheis@gmail.com>
Date:   Fri Aug 5 22:20:13 2022 +0200

    Table: fix example (MudBlazor#4998)

commit 6cbfa9e
Author: Meinrad Recheis <meinrad.recheis@gmail.com>
Date:   Fri Aug 5 22:11:24 2022 +0200

    ThemeProvider: fix nullref

commit 6992dcc
Author: Jonny Larsson <jonny@gardnet.nu>
Date:   Fri Aug 5 16:13:28 2022 +0200

    Docs: Added new sponsor Timewarp to pages

commit c8ee390
Author: Marcus <marcus@strandner.se>
Date:   Thu Aug 4 22:10:37 2022 +0200

     NumericField: Fix decimal precision and overflows (MudBlazor#4973)

    * NumericField: Fix decimal precision and overflows (MudBlazor#4971)

commit 155a6e4
Author: Riley Nielsen <riley@nielsen.tech>
Date:   Thu Aug 4 15:04:22 2022 -0500

    Table: Add Comparer property to support record types. (MudBlazor#4998)

commit 1bdb9f3
Author: John <john@valincius.dev>
Date:   Thu Aug 4 15:49:07 2022 -0400

    DefaultConverter: Add AllowThousands flag to all integer type TryParse calls (MudBlazor#4948)

    Add AllowThousands to all integer type TryParse calls in Converter class

commit 868a7b1
Author: Tomasz Sołtysik <tomasz@soltysik.net.pl>
Date:   Thu Aug 4 10:00:13 2022 +0200

    Breadcrumbs: Fix MaxItems collapsing logic (MudBlazor#4995)

    Looking at example in docs: Currently if there are 5 items and MaxItems is set to 5, breadcrumbs are collapsed. TO me it should collapse only when MaxItems is exceeded: 6 or more.

commit 10f2f9d
Author: sensslen <sensslen@users.noreply.github.com>
Date:   Wed Aug 3 12:48:08 2022 +0200

    MenuItem: Add optional Icon parameter (MudBlazor#4641)

    Co-authored-by: Simon Ensslen <simon.ensslen@griesser.ch>

commit 4fd7d3b
Author: Javier Goday <jgoday@gmail.com>
Date:   Wed Aug 3 08:25:36 2022 +0200

    TimeLineItem: Add DotStyle attribute (MudBlazor#4635, MudBlazor#4999)

commit 91c5703
Author: AljazOblonsek <42306093+AljazOblonsek@users.noreply.github.com>
Date:   Tue Aug 2 10:50:13 2022 +0200

    Table: Fix NoRecordsContent row changing background color on hover (MudBlazor#3105, MudBlazor#4963)

commit 48f81d3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Aug 2 10:42:37 2022 +0200

    Build(deps): Bump Microsoft.ApplicationInsights.AspNetCore in /src (MudBlazor#4954)

    Bumps [Microsoft.ApplicationInsights.AspNetCore](https://github.com/Microsoft/ApplicationInsights-dotnet) from 2.20.0 to 2.21.0.
    - [Release notes](https://github.com/Microsoft/ApplicationInsights-dotnet/releases)
    - [Changelog](https://github.com/microsoft/ApplicationInsights-dotnet/blob/main/CHANGELOG.md)
    - [Commits](microsoft/ApplicationInsights-dotnet@2.20.0...2.21.0)

    ---
    updated-dependencies:
    - dependency-name: Microsoft.ApplicationInsights.AspNetCore
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 3f70760
Author: Benjamin Kappel <51370361+just-the-benno@users.noreply.github.com>
Date:   Sat Jul 30 13:07:25 2022 -0500

    DatePicker: Fix KeyInterceptor Crash (MudBlazor#4987)

    * fixes MudBlazor#4897 and MudBlazor#4853

    * restructure call sequence of AfterRenderAsync to prio base class call

commit e2192a9
Author: Riley Nielsen <riley@nielsen.tech>
Date:   Sat Jul 30 13:00:57 2022 -0500

    MudPicker: Value should reset when Form.Reset() is called. (MudBlazor#4968)

    * Reset the underlying MudPicker value in ResetValue.

    * Add datepicker to table reset test.

    * Fix broken form tests.
jammerware pushed a commit to jammerware/MudBlazor that referenced this pull request Sep 20, 2022
jammerware pushed a commit to jammerware/MudBlazor that referenced this pull request Sep 20, 2022
jammerware pushed a commit to jammerware/MudBlazor that referenced this pull request Sep 20, 2022
jammerware pushed a commit to jammerware/MudBlazor that referenced this pull request Sep 20, 2022
mblichowski added a commit to mblichowski/MudBlazor-extended that referenced this pull request Jan 29, 2023
* Fix for dialog scrolling issue

Fix for dialog scrolling issue #3368

* refine max height

per @mckaragoz requested changes

* MudPicker: Value should reset when Form.Reset() is called. (#4968)

* Reset the underlying MudPicker value in ResetValue.

* Add datepicker to table reset test.

* Fix broken form tests.

* DatePicker: Fix KeyInterceptor Crash (#4987)

* fixes #4897 and #4853

* restructure call sequence of AfterRenderAsync to prio base class call

* Build(deps): Bump Microsoft.ApplicationInsights.AspNetCore in /src (#4954)

Bumps [Microsoft.ApplicationInsights.AspNetCore](https://github.com/Microsoft/ApplicationInsights-dotnet) from 2.20.0 to 2.21.0.
- [Release notes](https://github.com/Microsoft/ApplicationInsights-dotnet/releases)
- [Changelog](https://github.com/microsoft/ApplicationInsights-dotnet/blob/main/CHANGELOG.md)
- [Commits](https://github.com/Microsoft/ApplicationInsights-dotnet/compare/2.20.0...2.21.0)

---
updated-dependencies:
- dependency-name: Microsoft.ApplicationInsights.AspNetCore
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Table: Fix NoRecordsContent row changing background color on hover (#3105, #4963)

* Update _dialog.scss

Fix for Fullscreen overflow

* TimeLineItem: Add DotStyle attribute (#4635, #4999)

* MenuItem: Add optional Icon parameter (#4641)


Co-authored-by: Simon Ensslen <simon.ensslen@griesser.ch>

* Breadcrumbs: Fix MaxItems collapsing logic (#4995)

Looking at example in docs: Currently if there are 5 items and MaxItems is set to 5, breadcrumbs are collapsed. TO me it should collapse only when MaxItems is exceeded: 6 or more.

* DefaultConverter: Add AllowThousands flag to all integer type TryParse calls (#4948)

Add AllowThousands to all integer type TryParse calls in Converter class

* Table: Add Comparer property to support record types. (#4998)

* NumericField: Fix decimal precision and overflows (#4973)

* NumericField: Fix decimal precision and overflows (#4971)

* Docs: Added new sponsor Timewarp to pages

* ThemeProvider: fix nullref

* Table: fix example (#4998)

* DialogService: Fix for trimming (#5032)

* DateRangePicker: Adding AutoClose parameter (#4878)

DateRanger: Adding AutoClose parameter

Co-authored-by: Berenger Caby <berenger.caby@panalytical.com>

* Docs: Disable AggressiveAttributeTrimming for MudBlazor.Docs.Wasm -> MudBlazor.Docs.WasmHost during PublishTrimmed (#5044)

* Build(deps): Bump FluentValidation from 11.1.0 to 11.1.1 in /src (#5045)

* Build(deps): Bump Moq from 4.18.1 to 4.18.2 in /src (#5046)

* RadioGroup: Add InputClass and InputStyle for backward compatibility (#4944)

* SnackbarOptions: Add IconColor and IconSize properties (#4429)

* Docs: fix typo (#5036)

* MudMenuItem: Add IconColor and IconSize properties (#5061)

* CheckBox: Add ability to disable keyboard input (#5072)

* Add ability to disable keyboard input in MudCheckBox

* Invert switch to enable keyboard

* CheckBox: fix doc

* MudScrollToTop: Fix Exception When Changing Page (#5060)

* NumericField: Resolve nullable issue introduced by #4971 (#5077)

* Carousel: Allow to disable swipe gesture (#5062)

[Feature] Add ability to disable swipe gesture for MudCarousel

* Table: Add ApplyButtonPosition parameter (#5090)

* Form Inputs: Add OnlyValidateIfDirty to Trigger Validation only if dirty (#3726)

MudBaseInput: The validation is only triggered if the user has changed the input value at least once (#2879)

Co-authored-by: Raffael Schärer <rs@devigus.com>

* JsInterop: Centralizing JS error handling part one (#5105)

* Dialog: Fix corrupted Parameters with Multiple open Dialogs (#4895)

* DataGrid: Fix filter and several other bugs (#4942, #4924, #4921, #4551) (#5093)

* DataGrid: prevent trimming of FilterOperator (#5133)

* Select: Update Text when switching to MultiSelection (#4962)

* ColorPicker: Remember the View Chosen by the User (#4949)

* Input: Remove tabstop from clear button (#5067) (#5107)

* Build(deps): Update Microsoft.AspNetCore.Components requirement in /src (#5098)

Updates the requirements on [Microsoft.AspNetCore.Components](https://github.com/dotnet/aspnetcore) to permit the latest version.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps): Update Microsoft.AspNetCore.Components.WebAssembly.Server requirement (#5097)

Updates the requirements on [Microsoft.AspNetCore.Components.WebAssembly.Server](https://github.com/dotnet/aspnetcore) to permit the latest version.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.Server
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps): Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 in /src (#5096)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v17.2.0...v17.3.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps): Update Microsoft.AspNetCore.Components.Web requirement (#5155)

Updates the requirements on [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore) to permit the latest version.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.Web
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps): Update Microsoft.AspNetCore.Components.WebAssembly.DevServer requirement (#5154)

Updates the requirements on [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://github.com/dotnet/aspnetcore) to permit the latest version.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.DevServer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* DataGrid: Fix Broken Filter (#5091)

* Build(deps): Bump FluentValidation from 11.1.1 to 11.2.0 in /src (#5095)

Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) from 11.1.1 to 11.2.0.
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
- [Commits](https://github.com/JeremySkinner/fluentvalidation/compare/11.1.1...11.2.0)

---
updated-dependencies:
- dependency-name: FluentValidation
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps): Update Microsoft.AspNetCore.Components.WebAssembly requirement (#5094)

Updates the requirements on [Microsoft.AspNetCore.Components.WebAssembly](https://github.com/dotnet/aspnetcore) to permit the latest version.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Docs: Fixed Typography spelling errors (#5040)

* Fixed some docs discrepancies. (#5136)

Added a new example for Virtualization.
Added a new example for Observability.

* DataGrid: AggregationDefinition is applied to groups (#5125)

Co-authored-by: Meinrad Recheis <meinrad.recheis@gmail.com>

* Switch: Add LabelPosition property to specify the label's Start/End position (#5152)

* Docs: Programatically removing a Snackbar (#5016)

* added documentation for programatically remove snackbar

* updated text and highligthing

* Checkbox: Add LabelPosition property to specify the label's Start/End position (#5163)

* TablePager: Add default English aria-labels (#5099)

* DataGrid: Change expression builder for nullables bool, DateTime and numbers Type (#5126)  (#5174)

* DataGrid: Change expression builder for nullables bool, DateTime and numbers Type (#5133)

* Add new tests

* DataGrid: Added functionality to disable user interaction with MudDataGridPager

* DataGrid: Support Guid for FilterDefinition

* PopoverProvider: Throw exception when duplicate providers detected (#5102)

* Docs: Add ChartOptions to MudChart in LineExample2 (#5176) (#5177)

* Build(deps): Bump FluentValidation from 11.2.0 to 11.2.1 in /src (#5182)

Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) from 11.2.0 to 11.2.1.
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
- [Commits](https://github.com/JeremySkinner/fluentvalidation/compare/11.2.0...11.2.1)

---
updated-dependencies:
- dependency-name: FluentValidation
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update to 6.0.15

* Divider: Fix the color of divider component (#4197) (#5178)

* DataGrid: Add Culture property to DataGrid Column (#5183)

* #5138: Add Culture property to MudBlazor.Column

* Add DataGrid Culture property

* Docs: Fix in Description of MudFormComponent.For (#5202)

* TreeView: Fix multiselect checkbox color (#5171, #5172)

* Treeview: Fix conflicting iconbutton css selectors (#5153)

* Docs: Fix FontAwesome Icons not showing up in TryMudBlazor (#5211)

* Docs: Add better docs for OnClick/OnTouch in MudMenu. (#5215)

* Squashed commit of the following:

commit 0d4de1f1ae1b32a3855819fd5897ccd09a8fba18
Merge: ce5eef14 f796a50b
Author: Jonny Larsson <jonny@gardnet.nu>
Date:   Wed Aug 31 16:01:56 2022 +0200

    Merge 6.0.15

commit f796a50b28d27556577b66d4d7882b9b18d480d9
Author: Jonny Larsson <jonny@gardnet.nu>
Date:   Wed Aug 31 16:01:39 2022 +0200

    Update to 6.0.15

commit 7a4a9328988827a8aaa4ecb5270f3ecc2a170500
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Aug 30 14:33:45 2022 +0800

    Build(deps): Bump FluentValidation from 11.2.0 to 11.2.1 in /src (#5182)

    Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) from 11.2.0 to 11.2.1.
    - [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
    - [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
    - [Commits](https://github.com/JeremySkinner/fluentvalidation/compare/11.2.0...11.2.1)

    ---
    updated-dependencies:
    - dependency-name: FluentValidation
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 78b6e0f0c4b07427692ed9c72630c292922a3a62
Author: Shahriyar <shahriyar.ba@icloud.com>
Date:   Mon Aug 29 01:01:42 2022 +0430

    Docs: Add ChartOptions to MudChart in LineExample2 (#5176) (#5177)

commit 7c5c3f2ab1e1102b1bd25e2a79e1ac6fe8d20832
Author: Riley Nielsen <riley@nielsen.tech>
Date:   Sun Aug 28 02:39:39 2022 -0500

    PopoverProvider: Throw exception when duplicate providers detected (#5102)

commit 2b48809cd84e0b61382b68c3f6e33943d9d91948
Author: Javier Goday <jgoday@gmail.com>
Date:   Sun Aug 28 08:20:43 2022 +0200

    DataGrid: Support Guid for FilterDefinition

commit 7ada096a99054c1d69c8aa3a566769ce58862e87
Author: dustuu <101824882+dustuu@users.noreply.github.com>
Date:   Sat Aug 27 16:00:28 2022 -0400

    DataGrid: Added functionality to disable user interaction with MudDataGridPager

commit 90546a8ad783522fe990cc9e9f28c7325b52935f
Author: bennnos <46160493+bennnos@users.noreply.github.com>
Date:   Sat Aug 27 21:59:45 2022 +0200

     DataGrid: Change expression builder for nullables bool, DateTime and numbers Type (#5126)  (#5174)

    * DataGrid: Change expression builder for nullables bool, DateTime and numbers Type (#5133)

    * Add new tests

commit 7f054c7973ed303af2ead6ec6da0ae8f00b5a16c
Author: Chris <58083980+creeve-qci@users.noreply.github.com>
Date:   Sat Aug 27 10:40:18 2022 -0500

    TablePager: Add default English aria-labels (#5099)

commit df844f59ff1d876882bce4a58fcd121bf2680dfe
Author: Jeffrey Jangli <shogun.net@outlook.com>
Date:   Fri Aug 26 11:58:57 2022 +0200

    Checkbox: Add LabelPosition property to specify the label's Start/End position (#5163)

commit 56202c8b62987b02e040de1fd70b0b01ee1cb739
Author: Sigurd <97450146+sigurdmwahl@users.noreply.github.com>
Date:   Wed Aug 24 16:29:13 2022 +0200

    Docs: Programatically removing a Snackbar (#5016)

    * added documentation for programatically remove snackbar

    * updated text and highligthing

commit 7e6ee9acf89db145c4236de21e6283de958b6d50
Author: Jeffrey Jangli <shogun.net@outlook.com>
Date:   Wed Aug 24 15:52:57 2022 +0200

     Switch: Add LabelPosition property to specify the label's Start/End position (#5152)

commit 745afafc354467957b64fafe763a5b61fb5235d4
Author: Terry Phillips <terry.w.phillips@gmail.com>
Date:   Wed Aug 24 04:41:09 2022 -0400

     DataGrid: AggregationDefinition is applied to groups (#5125)

    Co-authored-by: Meinrad Recheis <meinrad.recheis@gmail.com>

commit d206f336615453a40a2c9e651955e99d4f531143
Author: Terry Phillips <terry.w.phillips@gmail.com>
Date:   Wed Aug 24 03:49:55 2022 -0400

    Fixed some docs discrepancies. (#5136)

    Added a new example for Virtualization.
    Added a new example for Observability.

commit 9c6d413d4c3f602098f7f1b087921c61a69bf077
Author: Matthew Parker <61717342+FakeRayBanz@users.noreply.github.com>
Date:   Wed Aug 24 17:48:58 2022 +1000

    Docs: Fixed Typography spelling errors (#5040)

commit 3bb4f2c46a76fa638c35888d3d51e79a73cb1467
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 24 15:46:15 2022 +0800

    Build(deps): Update Microsoft.AspNetCore.Components.WebAssembly requirement (#5094)

    Updates the requirements on [Microsoft.AspNetCore.Components.WebAssembly](https://github.com/dotnet/aspnetcore) to permit the latest version.
    - [Release notes](https://github.com/dotnet/aspnetcore/releases)
    - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
    - [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8)

    ---
    updated-dependencies:
    - dependency-name: Microsoft.AspNetCore.Components.WebAssembly
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit f5a76b20222749325f80076f070b26394fb39bda
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 24 15:45:38 2022 +0800

    Build(deps): Bump FluentValidation from 11.1.1 to 11.2.0 in /src (#5095)

    Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) from 11.1.1 to 11.2.0.
    - [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
    - [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
    - [Commits](https://github.com/JeremySkinner/fluentvalidation/compare/11.1.1...11.2.0)

    ---
    updated-dependencies:
    - dependency-name: FluentValidation
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit cecee93460bc2a818cb512bd6e3d21dd2b4c120a
Author: Terry Phillips <terry.w.phillips@gmail.com>
Date:   Wed Aug 24 03:44:09 2022 -0400

    DataGrid: Fix Broken Filter (#5091)

commit 11645c4314bda7f3fac2803bef6e42379c546908
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 24 15:34:45 2022 +0800

    Build(deps): Update Microsoft.AspNetCore.Components.WebAssembly.DevServer requirement (#5154)

    Updates the requirements on [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://github.com/dotnet/aspnetcore) to permit the latest version.
    - [Release notes](https://github.com/dotnet/aspnetcore/releases)
    - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
    - [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8)

    ---
    updated-dependencies:
    - dependency-name: Microsoft.AspNetCore.Components.WebAssembly.DevServer
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 24077afbc33e11a2b8f44b261629954f4cfb3c0f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 24 15:34:13 2022 +0800

    Build(deps): Update Microsoft.AspNetCore.Components.Web requirement (#5155)

    Updates the requirements on [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore) to permit the latest version.
    - [Release notes](https://github.com/dotnet/aspnetcore/releases)
    - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
    - [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8)

    ---
    updated-dependencies:
    - dependency-name: Microsoft.AspNetCore.Components.Web
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 27a9a945a8254f55f280fd276b69076a051bdd95
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 24 15:26:54 2022 +0800

    Build(deps): Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 in /src (#5096)

    Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.2.0 to 17.3.0.
    - [Release notes](https://github.com/microsoft/vstest/releases)
    - [Commits](https://github.com/microsoft/vstest/compare/v17.2.0...v17.3.0)

    ---
    updated-dependencies:
    - dependency-name: Microsoft.NET.Test.Sdk
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a46862978f02051689eb94d0cb4289316bb9b52b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 24 15:26:37 2022 +0800

    Build(deps): Update Microsoft.AspNetCore.Components.WebAssembly.Server requirement (#5097)

    Updates the requirements on [Microsoft.AspNetCore.Components.WebAssembly.Server](https://github.com/dotnet/aspnetcore) to permit the latest version.
    - [Release notes](https://github.com/dotnet/aspnetcore/releases)
    - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
    - [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8)

    ---
    updated-dependencies:
    - dependency-name: Microsoft.AspNetCore.Components.WebAssembly.Server
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a672487c8c07119dad6b156fceb1af39370ebf68
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Aug 24 15:26:26 2022 +0800

    Build(deps): Update Microsoft.AspNetCore.Components requirement in /src (#5098)

    Updates the requirements on [Microsoft.AspNetCore.Components](https://github.com/dotnet/aspnetcore) to permit the latest version.
    - [Release notes](https://github.com/dotnet/aspnetcore/releases)
    - [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
    - [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.7...v6.0.8)

    ---
    updated-dependencies:
    - dependency-name: Microsoft.AspNetCore.Components
      dependency-type: direct:production
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 957fb7a86f902890bde28c174aff44d8b91bced2
Author: Daniel Haas <78215988+haas-daniel@users.noreply.github.com>
Date:   Tue Aug 23 12:19:09 2022 +0200

    Input: Remove tabstop from clear button (#5067) (#5107)

commit 1c6035132f29cc4a450ac2f216d2d011456ed0fc
Author: Benjamin Kappel <51370361+just-the-benno@users.noreply.github.com>
Date:   Mon Aug 22 05:48:53 2022 -0500

    ColorPicker: Remember the View Chosen by the User (#4949)

commit efdb22cc4ff3a6a355c8f9daf444d121c4b823df
Author: Javier Goday <jgoday@gmail.com>
Date:   Mon Aug 22 12:43:28 2022 +0200

    Select: Update Text when switching to MultiSelection (#4962)

commit 28b0b088e3df23f67838d9c74655ddbe5eb74b53
Author: Artyom M <artem.melnikov@live.com>
Date:   Sun Aug 21 15:09:13 2022 +0300

    DataGrid: prevent trimming of FilterOperator (#5133)

commit 0e2fc1e4437e2881abd043cdebb95347fd199aac
Author: Terry Phillips <terry.w.phillips@gmail.com>
Date:   Sat Aug 20 12:00:17 2022 -0400

    DataGrid: Fix filter and several other bugs (#4942, #4924, #4921, #4551) (#5093)

commit b559b3dbc53f44e60bd5d83d6d5603489856db12
Author: Daniel <dgross@intronik.de>
Date:   Fri Aug 19 22:10:40 2022 +0200

    Dialog: Fix corrupted Parameters with Multiple open Dialogs (#4895)

commit 5d6ba1b42ab3a444fe68e0329ee8b44533171aba
Author: Benjamin Kappel <51370361+just-the-benno@users.noreply.github.com>
Date:   Tue Aug 16 14:57:59 2022 -0500

    JsInterop: Centralizing JS error handling part one (#5105)

commit 1574458885583f9281b87fb13c05a532b6b26359
Author: Raffael Schärer <schaerer@bluewin.ch>
Date:   Tue Aug 16 10:57:05 2022 +0200

    Form Inputs: Add OnlyValidateIfDirty to Trigger Validation only if dirty (#3726)

    MudBaseInput: The validation is only triggered if the user has changed the input value at least once (#2879)

    Co-authored-by: Raffael Schärer <rs@devigus.com>

commit d55e31c20351899b7d10d0947ff4dc8b036c9ad4
Author: Benjamin Kappel <51370361+just-the-benno@users.noreply.github.com>
Date:   Tue Aug 16 01:18:19 2022 -0500

    Table: Add ApplyButtonPosition parameter (#5090)

commit acabb327b71dcd4a32b6785d7e895b756e06054b
Author: Artyom M <artem.melnikov@live.com>
Date:   Mon Aug 15 21:05:38 2022 +0300

    Carousel: Allow to disable swipe gesture (#5062)

    [Feature] Add ability to disable swipe gesture for MudCarousel

commit 33229b5c1b8e26c7bf577a05f707df9b214c7464
Author: Marcus <marcus@strandner.se>
Date:   Mon Aug 15 19:24:35 2022 +0200

    NumericField: Resolve nullable issue introduced by #4971 (#5077)

commit 672ed3e05cf528aa289e3f1fa03b0c3b1f07f8b6
Author: Artyom M <artem.melnikov@live.com>
Date:   Mon Aug 15 20:04:15 2022 +0300

    MudScrollToTop: Fix Exception When Changing Page (#5060)

commit 921601ce27a64864b449bd8d05264e18296bb871
Author: Meinrad Recheis <meinrad.recheis@gmail.com>
Date:   Sat Aug 13 12:59:43 2022 +0200

    CheckBox: fix doc

commit c35289d29bca02943ff15f98dcb95936774458ca
Author: Anti-Apple4life <59315931+Anti-Apple4life@users.noreply.github.com>
Date:   Sat Aug 13 06:47:38 2022 -0400

    CheckBox: Add ability to disable keyboard input (#5072)

    * Add ability to disable keyboard input in MudCheckBox

    * Invert switch to enable keyboard

commit 66894b28cdee27b576ae5a82841c6bbbf519efc3
Author: Jeffrey Jangli <shogun.net@outlook.com>
Date:   Wed Aug 10 16:43:52 2022 +0200

     MudMenuItem: Add IconColor and IconSize properties (#5061)

commit 9376e68a57cea9e863f3448b56f95c2b60853911
Author: Qingxiao Ren <rqx110@163.com>
Date:   Wed Aug 10 15:29:59 2022 +0800

    Docs: fix typo (#5036)

commit 3bdba194f65d66a7bc28a4658507598cd6d49bb0
Author: Jeffrey Jangli <shogun.net@outlook.com>
Date:   Wed Aug 10 06:22:18 2022 +0000

    SnackbarOptions: Add IconColor and IconSize properties (#4429)

commit aefba20621e76caf6bc703e7655ae3b34fd63054
Author: Mehmet Can Karagöz <78308169+mckaragoz@users.noreply.github.com>
Date:   Tue Aug 9 22:37:44 2022 +0300

    RadioGroup: Add InputClass and InputStyle for backward compatibility (#4944)

commit ad4b97ddbbf7f7c8eb27ee780e1706ec1d767a78
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Aug 9 08:15:31 2022 +0000

    Build(deps): Bump Moq from 4.18.1 to 4.18.2 in /src (#5046)

commit 4f6c47379a02d6acb25794afe70e70aea0df872e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Aug 9 08:11:07 2022 +0000

    Build(deps): Bump FluentValidation from 11.1.0 to 11.1.1 in /src (#5045)

commit 1ad6d0b15238e5aa31dcd9d3fea02ae758564a22
Author: Artyom M <artem.melnikov@live.com>
Date:   Mon Aug 8 17:22:56 2022 +0300

    Docs: Disable AggressiveAttributeTrimming for MudBlazor.Docs.Wasm -> MudBlazor.Docs.WasmHost during PublishTrimmed (#5044)

commit 66f9c2ebb15f416fa0eb80b46e30cc2156213b37
Author: Bérenger Caby <caby.berenger@gmail.com>
Date:   Sun Aug 7 21:25:08 2022 +0200

    DateRangePicker: Adding AutoClose parameter (#4878)

    DateRanger: Adding AutoClose parameter

    Co-authored-by: Berenger Caby <berenger.caby@panalytical.com>

commit 612e8996cb839cbcfc427c97a509990bbc879a6b
Author: Artyom M <artem.melnikov@live.com>
Date:   Sat Aug 6 18:58:00 2022 +0300

    DialogService: Fix for trimming (#5032)

commit 0b124f75b97b56f3da12b9dc2b8e53fda2aed180
Author: Meinrad Recheis <meinrad.recheis@gmail.com>
Date:   Fri Aug 5 22:20:13 2022 +0200

    Table: fix example (#4998)

commit 6cbfa9e3b0abf0c736290c43f6bdc72adbfc87c4
Author: Meinrad Recheis <meinrad.recheis@gmail.com>
Date:   Fri Aug 5 22:11:24 2022 +0200

    ThemeProvider: fix nullref

commit 6992dccddf305174b53b4d373c0a5194d3b86afd
Author: Jonny Larsson <jonny@gardnet.nu>
Date:   Fri Aug 5 16:13:28 2022 +0200

    Docs: Added new sponsor Timewarp to pages

commit c8ee390ec7063b0ec393746fec4c328f2f8e8bf9
Author: Marcus <marcus@strandner.se>
Date:   Thu Aug 4 22:10:37 2022 +0200

     NumericField: Fix decimal precision and overflows (#4973)

    * NumericField: Fix decimal precision and overflows (#4971)

commit 155a6e43023e7ea781f3263a28c51b8e476c162a
Author: Riley Nielsen <riley@nielsen.tech>
Date:   Thu Aug 4 15:04:22 2022 -0500

    Table: Add Comparer property to support record types. (#4998)

commit 1bdb9f3da57bfdb5caa026418f6fc8088f61e035
Author: John <john@valincius.dev>
Date:   Thu Aug 4 15:49:07 2022 -0400

    DefaultConverter: Add AllowThousands flag to all integer type TryParse calls (#4948)

    Add AllowThousands to all integer type TryParse calls in Converter class

commit 868a7b1f3b5c39833e8d5dbdd2ad4b9fc6663ff5
Author: Tomasz Sołtysik <tomasz@soltysik.net.pl>
Date:   Thu Aug 4 10:00:13 2022 +0200

    Breadcrumbs: Fix MaxItems collapsing logic (#4995)

    Looking at example in docs: Currently if there are 5 items and MaxItems is set to 5, breadcrumbs are collapsed. TO me it should collapse only when MaxItems is exceeded: 6 or more.

commit 10f2f9d3ad00e07d7a701ff8c63b8fa904adf8d5
Author: sensslen <sensslen@users.noreply.github.com>
Date:   Wed Aug 3 12:48:08 2022 +0200

    MenuItem: Add optional Icon parameter (#4641)

    Co-authored-by: Simon Ensslen <simon.ensslen@griesser.ch>

commit 4fd7d3b4cc8228adbd8c474736a61c3c6ea48e71
Author: Javier Goday <jgoday@gmail.com>
Date:   Wed Aug 3 08:25:36 2022 +0200

    TimeLineItem: Add DotStyle attribute (#4635, #4999)

commit 91c570339bf900620270d585f01845bdcdf27a93
Author: AljazOblonsek <42306093+AljazOblonsek@users.noreply.github.com>
Date:   Tue Aug 2 10:50:13 2022 +0200

    Table: Fix NoRecordsContent row changing background color on hover (#3105, #4963)

commit 48f81d3163b746d1c09a073e1a103a36f870d3a2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Aug 2 10:42:37 2022 +0200

    Build(deps): Bump Microsoft.ApplicationInsights.AspNetCore in /src (#4954)

    Bumps [Microsoft.ApplicationInsights.AspNetCore](https://github.com/Microsoft/ApplicationInsights-dotnet) from 2.20.0 to 2.21.0.
    - [Release notes](https://github.com/Microsoft/ApplicationInsights-dotnet/releases)
    - [Changelog](https://github.com/microsoft/ApplicationInsights-dotnet/blob/main/CHANGELOG.md)
    - [Commits](https://github.com/Microsoft/ApplicationInsights-dotnet/compare/2.20.0...2.21.0)

    ---
    updated-dependencies:
    - dependency-name: Microsoft.ApplicationInsights.AspNetCore
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...

    Signed-off-by: dependabot[bot] <support@github.com>

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 3f7076000b72034f45ff84e4a393d2bbd08f280d
Author: Benjamin Kappel <51370361+just-the-benno@users.noreply.github.com>
Date:   Sat Jul 30 13:07:25 2022 -0500

    DatePicker: Fix KeyInterceptor Crash (#4987)

    * fixes #4897 and #4853

    * restructure call sequence of AfterRenderAsync to prio base class call

commit e2192a9af1346b850cb89d3a0b0aac9a0699b816
Author: Riley Nielsen <riley@nielsen.tech>
Date:   Sat Jul 30 13:00:57 2022 -0500

    MudPicker: Value should reset when Form.Reset() is called. (#4968)

    * Reset the underlying MudPicker value in ResetValue.

    * Add datepicker to table reset test.

    * Fix broken form tests.

* Build(deps): Bump ReportGenerator from 5.1.9 to 5.1.10 in /src (#5219)

Bumps [ReportGenerator](https://github.com/danielpalme/ReportGenerator) from 5.1.9 to 5.1.10.
- [Release notes](https://github.com/danielpalme/ReportGenerator/releases)
- [Commits](https://github.com/danielpalme/ReportGenerator/compare/v5.1.9...v5.1.10)

---
updated-dependencies:
- dependency-name: ReportGenerator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps): Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1 in /src (#5220)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.0 to 17.3.1.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v17.3.0...v17.3.1)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* DataGrid: Fixed several issues with filters. (#5203)

* Fixed several issues with filters.

* Renamed FilterEx to Filter.
Added more tests cases.

* Fixed culture issue where test was failing.

* MudSwipeArea: Add option to prevent default on touch events. (#3048)

-_-

* XML-Docs: Update time based parameters to include milliseconds (#5216)

* DataGrid: Update sort indicator from SetSortAsync (#5210)

* Form Inputs: Set Label property using Display attribute and For expression (#5225)

* Autocomplete: Add progress indicator and cancellation token (#4868)


Co-authored-by: Artjom Zabelin <a.zabelin@europaket.de>
Co-authored-by: Benjamin Kappel <b.kappel90@outlook.de>

* Build(deps): Bump FluentValidation from 11.2.1 to 11.2.2 in /src (#5254)

Bumps [FluentValidation](https://github.com/JeremySkinner/fluentvalidation) from 11.2.1 to 11.2.2.
- [Release notes](https://github.com/JeremySkinner/fluentvalidation/releases)
- [Changelog](https://github.com/FluentValidation/FluentValidation/blob/main/Changelog.txt)
- [Commits](https://github.com/JeremySkinner/fluentvalidation/compare/11.2.1...11.2.2)

---
updated-dependencies:
- dependency-name: FluentValidation
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* MudDrawerContainer: Call StateHasChanged after removing Drawer to ensure classes are updated (#4363) (#4650)

* MudTable: Preserve checked state when virtualized and MultiSelection="true" (#5245)

* Docs: Fix content security policy for different regions (#5267)

* MudHighlighter: Support multiple highligted texts (#5165)

* RTLProvider: RightToLeft cascading parameter should be named. (#5270)

* UnitTestViewer: Fix 'app' selector error

* Docs: Fix launch config for vscode

* Docs: Add BSS launch config for vscode

* Build(deps): Update Microsoft.AspNetCore.Components.WebAssembly.DevServer requirement (#5300)

Updates the requirements on [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://github.com/dotnet/aspnetcore) to permit the latest version.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.8...v6.0.9)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.DevServer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps): Update Microsoft.AspNetCore.Components.WebAssembly.Server requirement (#5301)

Updates the requirements on [Microsoft.AspNetCore.Components.WebAssembly.Server](https://github.com/dotnet/aspnetcore) to permit the latest version.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.8...v6.0.9)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.Server
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps): Update Microsoft.AspNetCore.Components.WebAssembly requirement (#5302)

Updates the requirements on [Microsoft.AspNetCore.Components.WebAssembly](https://github.com/dotnet/aspnetcore) to permit the latest version.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.8...v6.0.9)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps): Update Microsoft.AspNetCore.Components requirement in /src (#5303)

Updates the requirements on [Microsoft.AspNetCore.Components](https://github.com/dotnet/aspnetcore) to permit the latest version.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.8...v6.0.9)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps): Update Microsoft.AspNetCore.Components.Web requirement (#5304)

Updates the requirements on [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore) to permit the latest version.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.8...v6.0.9)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.Web
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* MudAutocomplete: Fix FullWidth (#5288)

* Autocomplete: Fix CSS issue (#5315)

* Update to 6.0.16

* Git: Exclude MacOS filesystem files (#5311)

* Docs: Corrected divider color after default change

* MudForm: Add LabelAttribute to replace DisplayAttribute (#5329)

* 6.0.17-dev.1

* DataGrid: Fixed minor spelling mistake (#5333)

* Docs: MudDropZone fix repeated word

* Docs:  Fix spelling mistake in MudDrawer example

* Docs: Fix the error message for StringLengthAttribute in KanBan example

* Build(deps): Bump Microsoft.NET.Test.Sdk from 17.3.1 to 17.3.2 in /src (#5365)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.1 to 17.3.2.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v17.3.1...v17.3.2)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps): Bump bunit from 1.9.8 to 1.10.14 in /src (#5366)

Bumps [bunit](https://github.com/bUnit-dev/bUnit) from 1.9.8 to 1.10.14.
- [Release notes](https://github.com/bUnit-dev/bUnit/releases)
- [Changelog](https://github.com/bUnit-dev/bUnit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bUnit-dev/bUnit/compare/v1.9.8...v1.10.14)

---
updated-dependencies:
- dependency-name: bunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Docs: Add page tab to dialog focus trap example (#5349)

* MudRadioButton: Fix content positioning (#5336, #5348)

Co-authored-by: Jonas B <jonasmitb@gmail.com>

* v6.0.16 master merge bugfix

* MudDataGrid: Added the case sensitivity when filtering string columns

* MudDataGrid: Added new hierarchy feature (#5273)

* MudTable: Wrap internal MudSelect in Standalone=false cascading value (#5378)

* Docs: fix incorrect component rendered for button elevation example (#5387)

* MudDataGrid, MudVirtualize: Add parameter OverscanCount (#5371)

* MudList: Nested Lists inherit Dense setting (#4861) (#5035)

* FormControls: Rename internal cascading parameter from Standalone to SubscribeToParentForm (#5422)

* MudTable: Ensure selection is updated when items are removed (#5455)

* MudDatePicker: Added support for custom classes to be applied to specific days (#4672)

Co-authored-by: Juri Capovilla <juricapovilla@live.it>

* net7: Use native mouse events (#5229)

* MudForm: Only set Validation if For is set (#5419)

MudForm: Only set Validation if For is not null

* Restore .gitignore change by 4fcb43dcd558ce38f0a4b6e812eb906a52b91c1e

* MudDataGrid: Check if property is writable before setting value. (#5428)

* Datagrid should check if property is writable before setting value.

* Add datagrid form edit unit test.

* Revert "Divider: Fix the color of divider component (#4197) (#5178)"

This reverts commit 9c2769f443db4dc7c4ce90def0d66c22c0888ee1.

* Revert "Docs: Corrected divider color after default change"

This reverts commit 34e7e269011dda06973babc15232c86ae58a627b.

* Update to 6.0.17

* Snackbar: can now display RenderFragments and custom components in addition to string messages. (#5310)

* MudNavlink: Enable protected access to some internals (#5224)

* Table: Add the option of triggering edits on button click instead of row click (#5467)

* Docs: Fix typo in Divider page (#5454)

* MudForm: Assign Validation to Form controls on subscribe (#5501)

* Docs: Improve wording within LayoutPage documentation. (#5476)

* Docs: Add workaround for google analytics interop error (#5513)

* Docs: Add workaround for google analytics interop error

* Increase version in docs.js script src

* Events:  Use native mouse events in net7 (#5517)

Co-authored-by: Mike Surcouf <mikes@surcouf.co.uk>

* Build(deps): Update Microsoft.AspNetCore.Components.WebAssembly.DevServer requirement (#5520)

Updates the requirements on [Microsoft.AspNetCore.Components.WebAssembly.DevServer](https://github.com/dotnet/aspnetcore) to permit the latest version.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.9...v6.0.10)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.DevServer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps): Update Microsoft.AspNetCore.Components.WebAssembly.Server requirement (#5521)

Updates the requirements on [Microsoft.AspNetCore.Components.WebAssembly.Server](https://github.com/dotnet/aspnetcore) to permit the latest version.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.9...v6.0.10)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly.Server
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps): Update Microsoft.AspNetCore.Components requirement in /src (#5522)

Updates the requirements on [Microsoft.AspNetCore.Components](https://github.com/dotnet/aspnetcore) to permit the latest version.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.9...v6.0.10)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps): Update Microsoft.AspNetCore.Components.WebAssembly requirement (#5524)

Updates the requirements on [Microsoft.AspNetCore.Components.WebAssembly](https://github.com/dotnet/aspnetcore) to permit the latest version.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.9...v6.0.10)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.WebAssembly
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps): Bump bunit from 1.10.14 to 1.11.7 in /src (#5523)

Bumps [bunit](https://github.com/bUnit-dev/bUnit) from 1.10.14 to 1.11.7.
- [Release notes](https://github.com/bUnit-dev/bUnit/releases)
- [Changelog](https://github.com/bUnit-dev/bUnit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bUnit-dev/bUnit/compare/v1.10.14...v1.11.7)

---
updated-dependencies:
- dependency-name: bunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* MudTable: Fix table trim warnings (net7 linker) (#5519)

* Trimming: Additional annotations (#5537)

Co-authored-by: Mike Surcouf <mikes@surcouf.co.uk>

* Tests: Make tests net7 friendly (#5559)

Co-authored-by: Mike Surcouf <mikes@surcouf.co.uk>

* Build: Seperate EnumSwitch code to avoid BL0007 (#5561)

Co-authored-by: Mike Surcouf <mikes@surcouf.co.uk>

* MudDrawer: Remove event listeners (#5562)

Co-authored-by: Mike Surcouf <mikes@surcouf.co.uk>

* Build(deps): Update Microsoft.AspNetCore.Components.Web requirement (#5570)

Updates the requirements on [Microsoft.AspNetCore.Components.Web](https://github.com/dotnet/aspnetcore) to permit the latest version.
- [Release notes](https://github.com/dotnet/aspnetcore/releases)
- [Changelog](https://github.com/dotnet/aspnetcore/blob/main/docs/ReleasePlanning.md)
- [Commits](https://github.com/dotnet/aspnetcore/compare/v6.0.9...v6.0.10)

---
updated-dependencies:
- dependency-name: Microsoft.AspNetCore.Components.Web
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps): Bump FluentAssertions from 6.7.0 to 6.8.0 in /src (#5571)

Bumps [FluentAssertions](https://github.com/fluentassertions/fluentassertions) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/fluentassertions/fluentassertions/releases)
- [Changelog](https://github.com/fluentassertions/fluentassertions/blob/develop/AcceptApiChanges.ps1)
- [Commits](https://github.com/fluentassertions/fluentassertions/compare/6.7.0...6.8.0)

---
updated-dependencies:
- dependency-name: FluentAssertions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* MudCollapse: Remove Event Listeners (#5563)

Co-authored-by: Mike Surcouf <mikes@surcouf.co.uk>

* MudSwipeArea: Add Sensitivity and SwipeDelta (#5496)

* Add ILogger to MudComponentBase (#5549)

* Docs: Installation guide now specifies where to register Services (#5451)

* MudDataGrid: ExpandAllGroups (persist group expansions) (#5410)

* OverflowBehavior: Fix typo in enum (obsoleting misspelled entry) (#5485)

* MudDataGrid: Add onmousedown callback parameter on DataGrid row (#5383)

* Build(deps): Bump coverlet.msbuild from 3.1.2 to 3.2.0 in /src (#5623)

Bumps [coverlet.msbuild](https://github.com/coverlet-coverage/coverlet) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/coverlet-coverage/coverlet/releases)
- [Commits](https://github.com/coverlet-coverage/coverlet/commits/v3.2.0)

---
updated-dependencies:
- dependency-name: coverlet.msbuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Build(deps): Bump NUnit3TestAdapter from 4.2.1 to 4.3.0 in /src (#5624)

Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 4.2.1 to 4.3.0.
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V4.2.1...V4.3.0)

---
updated-dependencies:
- dependency-name: NUnit3TestAdapter
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* ScrollManager: Add ScrollIntoView (#5564)

* Build(deps): Bump ColorCode.HTML from 2.0.13 to 2.0.14 in /src (#5625)

Bumps [ColorCode.HTML](https://github.com/CommunityToolkit/ColorCode-Universal) from 2.0.13 to 2.0.14.
- [Release notes](https://github.com/CommunityToolkit/ColorCode-Universal/releases)
- [Commits](https://github.com/CommunityToolkit/ColorCode-Universal/commits/v2.0.14)

---
updated-dependencies:
- dependency-name: ColorCode.HTML
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* MudDataGrid: Fix HierarchyColumn behavior (#5534)

* MudCollapse: Supress render due to native event (#5639)

Co-authored-by: Mike Surcouf <mikes@surcouf.co.uk>

* Docs: MudRadioGroup: vertical align (#5597)

* New Component: MudFileUpload (#5488)

* Revert "MudDataGrid: Add onmousedown callback parameter on DataGrid row (#5383)"

This reverts commit 90b10764f94be0d71ee16a6b7eb50bb6a28c35e5.

* MudCollapse: Better solution to non-rendering event (Add EventUtil) (#5661)


Co-authored-by: Meinrad Recheis <meinrad.recheis@gmail.com>

* Docs: Corrections to pointer events section (#5663)

* Build(deps): Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 in /src (#5679)

Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.3.2 to 17.4.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v17.3.2...v17.4.0)

---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Picker: Improve test coverage and fix ColorPicker bug (#5680)

* Tests: Fix some missing awaits (#5684)

* Theming: Easier customization of dark mode (#5676)

* MudDataGrid: Add FormFieldChanged event (#5689)

* MudNavLink: Allow custom ActiveClass (#5619)

* Build: Use net6 for local build (#5690)

* Update to 6.0.18

* Snackbar: Testing a potential fix #5695

* Revert "Snackbar: Testing a potential fix #5695". We know now that it is a trimming issue

This reverts commit a22a4876f06cc290c8f10a9f65ed1ff97102403e.

* Snackbar: Fix accidental API break by PR #5310 (#5701)

Snackbar: Fix API break #5696 by PR #5310

* Snackbar: Fix break due to trimming of SnackbarMessageType (#5711)

* v6.0.19-dev1

* Build: add net7 library (multi-targeting) (#5713)

* v6.0.19-dev2 (net7 support)

* Divider: Fix inconsistent thickness (#5490, #5491)

* Tests: Fix locale issue due to date literal (#5729)

* vv6.0.19-dev3 (net7 support)

* MudDataGrid: Add GroupClassFunc and GroupStyleFunc (#5560)

* MudDataGrid: Fix missing DataGrid reference in FilterDefinition (#5498)

* v6.1.0 (net7 support) (#5732)

* Build: Fix staging publish

* MudMenu: Fix MouseEventArgs on net7 on BSS (#5738)

* v6.1.1

* Build: Add nuget publish github action

* Build: Add manual nuget publish

* Build: Fix manual tag version

* Build: Fix syntax error in nuget publish

* Build: Fix Environment variable test

* v6.1.2 (#5751)

* Build: Dont publish nuget release

* v6.1.8-mblichowski-dev1.2.0 update

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Keith <keith@keithfimreite.com>
Co-authored-by: Riley Nielsen <riley@nielsen.tech>
Co-authored-by: Benjamin Kappel <51370361+just-the-benno@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: AljazOblonsek <42306093+AljazOblonsek@users.noreply.github.com>
Co-authored-by: Javier Goday <jgoday@gmail.com>
Co-authored-by: sensslen <sensslen@users.noreply.github.com>
Co-authored-by: Simon Ensslen <simon.ensslen@griesser.ch>
Co-authored-by: Tomasz Sołtysik <tomasz@soltysik.net.pl>
Co-authored-by: John <john@valincius.dev>
Co-authored-by: Marcus <marcus@strandner.se>
Co-authored-by: Jonny Larsson <jonny@gardnet.nu>
Co-authored-by: Meinrad Recheis <meinrad.recheis@gmail.com>
Co-authored-by: Artyom M <artem.melnikov@live.com>
Co-authored-by: Bérenger Caby <caby.berenger@gmail.com>
Co-authored-by: Berenger Caby <berenger.caby@panalytical.com>
Co-authored-by: Mehmet Can Karagöz <78308169+mckaragoz@users.noreply.github.com>
Co-authored-by: Jeffrey Jangli <shogun.net@outlook.com>
Co-authored-by: Qingxiao Ren <rqx110@163.com>
Co-authored-by: Anti-Apple4life <59315931+Anti-Apple4life@users.noreply.github.com>
Co-authored-by: Raffael Schärer <schaerer@bluewin.ch>
Co-authored-by: Raffael Schärer <rs@devigus.com>
Co-authored-by: Daniel <dgross@intronik.de>
Co-authored-by: Terry Phillips <terry.w.phillips@gmail.com>
Co-authored-by: Daniel Haas <78215988+haas-daniel@users.noreply.github.com>
Co-authored-by: Matthew Parker <61717342+FakeRayBanz@users.noreply.github.com>
Co-authored-by: Sigurd <97450146+sigurdmwahl@users.noreply.github.com>
Co-authored-by: Chris <58083980+creeve-qci@users.noreply.github.com>
Co-authored-by: bennnos <46160493+bennnos@users.noreply.github.com>
Co-authored-by: dustuu <101824882+dustuu@users.noreply.github.com>
Co-authored-by: Shahriyar <shahriyar.ba@icloud.com>
Co-authored-by: csombi <74978649+csombi@users.noreply.github.com>
Co-authored-by: lane88 <iget@vip.qq.com>
Co-authored-by: Abdallh Bin Hatheem Ali <GeeSuth@users.noreply.github.com>
Co-authored-by: Andrej Kmetík <akmetik@gmail.com>
Co-authored-by: Manuel Grundner <m.grundner@delegate.at>
Co-authored-by: Riley Nielsen <rnielsen@srfconsulting.com>
Co-authored-by: ArtworkAD <ArtjomZabelin@gmail.com>
Co-authored-by: Artjom Zabelin <a.zabelin@europaket.de>
Co-authored-by: Benjamin Kappel <b.kappel90@outlook.de>
Co-authored-by: Dan Heron <51314385+danheron@users.noreply.github.com>
Co-authored-by: Mike Surcouf <mike@surcouf.co.uk>
Co-authored-by: Enderlook <enderlook@gmail.com>
Co-authored-by: Mike Surcouf <mikes@surcouf.co.uk>
Co-authored-by: Dennis Rahmen <mail@dennisrahmen.de>
Co-authored-by: XDFUN <79282060+XDFUN@users.noreply.github.com>
Co-authored-by: Jonas B <jonasmitb@gmail.com>
Co-authored-by: nick <nicoloarmando.deastis@gmail.com>
Co-authored-by: Jon Hodgins <19355502+JonHodgins@users.noreply.github.com>
Co-authored-by: Quentin Metge <quentin.metge@hotmail.fr>
Co-authored-by: Julien Chevalier <25689385+Julien-Chevalier-PXL@users.noreply.github.com>
Co-authored-by: kiske1 <juricapovilla@gmail.com>
Co-authored-by: Juri Capovilla <juricapovilla@live.it>
Co-authored-by: سجاد Arash <72276897+sajjadarashhh@users.noreply.github.com>
Co-authored-by: Ben Stein <ben.s.stein@gmail.com>
Co-authored-by: Hugo Castro de Deco <hugodeco@sufficit.com.br>
Co-authored-by: vegguid <75315940+vegguid@users.noreply.github.com>
Co-authored-by: 95Conor <44531451+95Conor@users.noreply.github.com>
Co-authored-by: Jonas B <62108893+JonBunator@users.noreply.github.com>
Co-authored-by: Mike Surcouf <mike@surcouf.je>
Co-authored-by: Tyler Trahan <tyler@tylertrahan.com>
Co-authored-by: Jason Gutierrez <jasong84@gmail.com>
Co-authored-by: Yannis <yannisdemacedo@gmail.com>
Co-authored-by: TDroogers <34547552+TDroogers@users.noreply.github.com>
Co-authored-by: Gary Chan <gary.chan@c0g1t8.com>
Co-authored-by: dennml <dennml@gmail.com>
Co-authored-by: Daniele Corsini <franklupog@gmail.com>
@henon
Copy link
Collaborator

henon commented Feb 23, 2023

Note: this PR caused incorrect positioning of checkbox labels under certain conditions (see issue #5634) which is now fixed by PR #6377

3dots pushed a commit to 3dots/MudBlazor that referenced this pull request Mar 23, 2023
ScarletKuro pushed a commit to ScarletKuro/MudBlazor that referenced this pull request Mar 27, 2023
ferraridavide pushed a commit to ferraridavide/MudBlazor that referenced this pull request May 30, 2023
ilovepilav pushed a commit to ilovepilav/MudBlazor that referenced this pull request Nov 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accidental break API change API that needs approval enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants