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

Bump MudBlazor from 6.0.14 to 6.0.15 in /src #1149

Merged
merged 1 commit into from
Sep 1, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2022

Bumps MudBlazor from 6.0.14 to 6.0.15.

Release notes

Sourced from MudBlazor's releases.

MudBlazor 6.0.15

Features

  • MudTimeLine: Allows setting style on each dot with DotStyle #4999
  • MudMenuItem: Optional Icon parameter #4641
  • MudMenuItem: IconColor and IconSize properties #5061
  • DefaultConverter: AllowThousands flag to all integer type TryParse calls #4948
  • MudDateRangePicker: AutoClose parameter #4878
  • MudSnackBar: IconColor and IconSize properties #4429
  • MudCheckBox: Ability to disable keyboard input #5072
  • MudCarousel: Allow to disable swipe gesture #5062
  • MudTable: ApplyButtonPosition parameter #5090
  • Forms Inputs: Add OnlyValidateIfDirty to Trigger Validation only if dirty #3726
  • JsInteropSerivce: Centralizing JS error handling part one #5105
  • Inputs: Remove tabstop from clear button (#5067) #5107
  • MudSwitch: LabelPosition property to specify the label's Start/End position #5152
  • MudCheckBox: LabelPosition property to specify the label's Start/End position #5163
  • MudTable: Default English aria-labels #5099
  • PopoverProvider: Throw exception when duplicate providers detected #5102

Bug Fixes

  • MudPicker Value should reset when Form.Reset() is called. #4968
  • MudDatePicker Fix KeyInterceptor Crash #4987
  • MudTableFixes visual bug where NoRecordsContent on stripped table changes background color on hover #4963
  • MudBreadcrumbs: Fix MaxItems collapsing logic #4995
  • MudNumericField: Fix decimal precision and overflows #4973
  • MudRadioGroup: Add InputClass and InputStyle (as a fix for break by #4084) #4944
  • MudScrollToTop: Fix Exception When Changing Page #5060
  • MudDialog: Fix corrupted Parameters with Multiple open Dialogs #4895
  • MudDataGrid: Fix filter and several other bugs (#4942, #4924, #4921, #4551) #5093
  • MudDataGrid: Prevent trimming of FilterOperator #5133
  • MudDataGrid: Fix Broken Filter #5091
  • MudDataGrid: AggregationDefinition is applied to groups #5125
  • MudSelect: Update Text when switching to MultiSelection #4962
  • MudColorPicker: Remember the View Chosen by the User #4949

Full Release notes

Github Milestone: link Git compare: MudBlazor/MudBlazor@v6.0.14...v6.0.15

Commits
  • 0d4de1f Merge 6.0.15
  • f796a50 Update to 6.0.15
  • 7a4a932 Build(deps): Bump FluentValidation from 11.2.0 to 11.2.1 in /src (#5182)
  • 78b6e0f Docs: Add ChartOptions to MudChart in LineExample2 (#5176) (#5177)
  • 7c5c3f2 PopoverProvider: Throw exception when duplicate providers detected (#5102)
  • 2b48809 DataGrid: Support Guid for FilterDefinition
  • 7ada096 DataGrid: Added functionality to disable user interaction with MudDataGridPager
  • 90546a8 DataGrid: Change expression builder for nullables bool, DateTime and numbers ...
  • 7f054c7 TablePager: Add default English aria-labels (#5099)
  • df844f5 Checkbox: Add LabelPosition property to specify the label's Start/End positio...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [MudBlazor](https://github.com/MudBlazor/MudBlazor) from 6.0.14 to 6.0.15.
- [Release notes](https://github.com/MudBlazor/MudBlazor/releases)
- [Changelog](https://github.com/MudBlazor/MudBlazor/blob/dev/CHANGELOG.md)
- [Commits](MudBlazor/MudBlazor@v6.0.14...v6.0.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 1, 2022 13:58
@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Sep 1, 2022
@codecov
Copy link

codecov bot commented Sep 1, 2022

Codecov Report

Base: 86.15% // Head: 86.15% // No change to project coverage 👍

Coverage data is based on head (5d3a4c2) compared to base (f9b07a8).
Patch has no changes to coverable lines.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1149   +/-   ##
=======================================
  Coverage   86.15%   86.15%           
=======================================
  Files         199      199           
  Lines        6712     6712           
=======================================
  Hits         5783     5783           
  Misses        929      929           

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

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@kbeaugrand kbeaugrand merged commit 2439324 into main Sep 1, 2022
@kbeaugrand kbeaugrand deleted the dependabot/nuget/src/MudBlazor-6.0.15 branch September 1, 2022 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant