influxdata / influxdb-client-csharp

InfluxDB 2.x C# Client
https://influxdata.github.io/influxdb-client-csharp/api/InfluxDB.Client.html
MIT License
355 stars 95 forks source link

chore(deps): Bump Radzen.Blazor from 4.33.1 to 5.0.4 #656

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps Radzen.Blazor from 4.33.1 to 5.0.4.

Release notes

Sourced from Radzen.Blazor's releases.

5.0.4 - 2024-07-29

Improvements

  • Added DataGrid filter support for collection sub properties.

Fixes

  • Set 'disabled' attribute on RadzenPager links when on the first/last page.

5.0.3 - 2024-07-26

Fixes

  • DataGrid: fix textbox and checkbox indents in simple filters

5.0.2 - 2024-07-24

Improvements

  • GoogleMap MapId property added.

Fixes

  • DataGrid CheckBoxList Filter Values repeat values when scroll down.
  • RadzenMask string duplication on typing when a character allowed by the pattern (e.g. 2 is in [0-9]) is in the mask (e.g. "+22 *** *** ***").
  • Dialog Drag event fixed.

5.0.1 - 2024-07-22

Improvements

  • Made Dialog client-draggable to avoid unwanted content rendering during dragging.

Fixes

  • DataGrid cannot insert new row when bound to empty collection.

5.0.0 - 2024-07-22

Improvements

  • Right-to-Left (RTL) support.
  • New Components: RadzenAppearanceToggle and RadzenTheme.
  • New Dark Themes: Material Dark, Standard Dark, Humanistic Dark and Software Dark.
  • New Variable Fonts.
  • New Material Symbols Icon Set.
  • New Base style for RadzenButton, RadzenSplitButton, RadzenIcon, RadzenBadge.
  • Improved rendering of RadzenPanelMenu and RadzenDatePicker.
  • Dialog Resize and Drag events added.

Fixes

  • Right sidebar does not show on smaller screens and ignores Responsive attribute.
  • Fixed the issue where the DatePicker popup not appeared in RadzenDatePicker when the ShowButton parameter was set to false.
  • HtmlEditor exception when editing previously uploaded image.
  • DataGrid CheckBoxList filter type filtering fixed.
  • DataGrid filter popup should be always lazy if FilterMode is CheckBoxList.

... (truncated)

Commits
  • e1841c6 Version updated
  • 6fc2c88 sorting disabled
  • b8a13a5 Filtering sub properties demo added
  • d36623c Added DataGrid Contains/DoesNotContain support for collection sub properties
  • 06ab885 Set 'disabled' attribute on RadzenPager links when on the first/last page (#1...
  • b552790 Added marker label content for GoogleMap demo
  • 6610dd2 Show how to use CookieThemeService in .NET 6 & 7.
  • 04dddf9 Remove @​code{} from the heading.
  • bedd9c9 Add missing step for theme persistence.
  • 81c859b Fix typo in cookie service registration.
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
bednar commented 1 month ago

@dependabot rebase

dependabot[bot] commented 1 month ago

Superseded by #657.