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 5.2.0 #24

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps MudBlazor from 5.0.0 to 5.2.0.

Release notes

Sourced from MudBlazor's releases.

v5.2.0

MudBlazor 5.2.0

Big Changes

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

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
  • MudFab: Keyboard Navigation focus. #3068
  • MudCheckBox: Keyboard Navigation focus. #3068
  • MudLink: Keyboard Navigation focus. #3068
  • MudRadio: Keyboard Navigation focus. #3068
  • MudSwitch: Keyboard Navigation focus. #3068
  • MudCheckBox: Added Keyboard Navigation #2932
  • MudSelect: Added Keyboard Navigation #2932
  • MudAutocomplete: Added Keyboard Navigation ##3159
  • MudTimePicker: Added Basic Keyboard Navigation #2933
  • MudDatePicker: Added Basic Keyboard Navigation #2933
  • MudColorPicker: Added Basic Keyboard Navigation #2933
  • MudChipSet: Added SelectedValues and Compare #3142
  • MudSwitch: Added option for thumb icon and color #2966
  • MudDialog: Added Options parameter for Inline dialog #3000
  • MudNumericField: Adding Clearable Parameter #3110
  • MudPopover: Improved Overflow behavior #3208
  • MudThemeProvider Typography: #3216 Made it possible to set font-family for whole application by just setting it for Default Typo. And change individual property's.

Bug Fixes

  • MudChip: Fixed OnClick/OnClose causing NullReferenceException #2866
  • MudInputs: Fixed cursor jumping for immediate multiline inputs with two-way binding on BSS #2926
  • MudInputs: Removed tabstop from input adornments #2934
  • MudDateRangePicker: Added null safe access to value and _rangeText in the setter of RangeText #2940

... (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 #33.