mcbride-clint / Blazor.IntroJs

Blazor Wrapper Library for Intro.js
MIT License
7 stars 4 forks source link

Bump MudBlazor from 5.0.0 to 6.0.2 #33

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps MudBlazor from 5.0.0 to 6.0.2.

Release notes

Sourced from MudBlazor's releases.

v6.0.2

MudBlazor 6.0.2

Breaking Changes

  • Framework: Moved to .NET 6
  • Obsolete Parameters: Obsolete marked parameters will now fail your build instead of warning. Next release they will be removed completely from the library.

Features

  • MudNumericField: Added HelperTextOnFocus #3288
  • MudThemeProvider/Theme: Added TextTransform option to typography #3273

Bug Fixes

  • MudTable: When a row is clicked, only call SetEditingItem if IsEditable is true #3245
  • MudTable: RowsPerPage could not be set from code #3244
  • MudDatePicker: Fixed setting culture not leading to DateFormat change #2962

Release notes

6.0.2 - https://github.com/MudBlazor/MudBlazor/milestone/23?closed=1 5.2.0 - https://github.com/MudBlazor/MudBlazor/milestone/22?closed=1

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.

  • MudPopover: Part1 - Part2
    • 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
  • Subscription based resize services: splitted Resizelistener into two services more info here MudBlazor/MudBlazor#2658

Breaking Changes

  • MudSelect: Use more generic ICollection instead of HashSet for SelectedValues #2734
  • MudSelect: Dense="true" only affects list, for input use Margin="Margin.Dense" #2696
  • MudAutoComplete: Dense="true" only affects list, for input use Margin="Margin.Dense" #2696
  • MudMenu: Removed defunct Link and Target properties and changed base class #2995

Features

  • MudTooltip: Added optinal tooltip arrow #3030
  • MudTabs: Added DisableSliderAnimation parameter #2877
  • MudAvatar: Added alt property when Image is used #2894
  • MudNumericField: Added KeyboardInterceptor to prevent input of invalid chars #2851
  • MudDatePicker: Changed current day button to variant outlined #3069
  • MudTextField: Added Pattern parameter #2983
  • MudSlider: Keyboard Navigation focus. #3068
  • MudList: Keyboard Navigation focus. #3068
  • MudChip: Keyboard Navigation focus. #3068
  • MudButtonGroup: Keyboard Navigation focus. #3068
  • MudButton: Keyboard Navigation focus. #3068
  • MudIconButton: Keyboard Navigation focus. #3068

... (truncated)

Commits


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)
dependabot[bot] commented 2 years ago

The following labels could not be found: dependencies.

dependabot[bot] commented 2 years ago

Superseded by #41.