thesilvercraft / SilverCraft.SilverBot

SilverCraftBot
GNU General Public License v3.0
1 stars 0 forks source link

Bump Radzen.Blazor from 4.5.0 to 4.8.0 #622

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps Radzen.Blazor from 4.5.0 to 4.8.0.

Release notes

Sourced from Radzen.Blazor's releases.

4.8.0 - 2023-03-24

Fixes

  • Microsoft.CSharp should be referenced for netstandard2.1 only.

4.7.14 - 2023-03-23

Improvements

  • Added MarkupString support for RadzenRadioButtonListItem Text and RadzenCheckBoxListItem Text.
  • Added ShowColumnTitleAsTooltip DataGrid property for enabling/disabling column title tooltip.

Fixes

  • DataGrid settings not loaded in there is a filtering that leads to empty collection.
  • DataGrid crashes when filter is applied to Decimal? field and loaded from Settings.
  • Changed ripple's pseudo-element to avoid mouse event problems.

4.7.13 - 2023-03-20

Improvements

  • Added NavLinkMatch property to RadzenMenuItem.
  • DropDownBase support for ICollection<> added.
  • Updated confirm/alert methods to virtual in the dialog service to allow for mocking in unit tests.

Fixes

  • Setting the font size or font does not work in HtmlEditor.
  • RadzenLoging does not post the value of the "Remember me" switch.
  • Changing PageSize in DataGrid with bound Settings causes an infinite loop.

4.7.12 - 2023-03-16

Fixes

  • Change RadzenComponent.Element setter to protected internal.
  • The HtmlEditor view source button submits the parent form.
  • rz-helper-hidden-accessible should not use overflow hidden.

4.7.11 - 2023-03-13

Fixes

  • Fixed OData enum filtering.
  • Fixed setting the grid settings to null causes the selected column count to display a wrong number.

4.7.10 - 2023-03-13

Fixes

  • Fixed Tree parent item should not be part of CheckedValues if at least one child is unchecked.
  • DataGrid will save in Settings only columns with defined Property.
  • DataGrid state will be updated after frozen column resize.
  • Fixed DataGrid column title not updated when changed runtime.
  • Dialog cannot be moved horizontally with CultureInfo "de-DE".
  • Fixed DataGrid Query.OrderBy not populated with initial column sorting.

... (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 1 year ago

Superseded by #623.