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.23.4 to 4.24.4 #611

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps Radzen.Blazor from 4.23.4 to 4.24.4.

Release notes

Sourced from Radzen.Blazor's releases.

4.24.4 - 2024-01-30

Fixes

  • DataGrid async sort fixed.
  • Added base type to filter array.
  • Return null instead empty string for inputs value.
  • AutoComplete component is throwing 'Uncaught TypeError: Cannot read properties of undefined (reading 'instance')'.
  • DataGrid will enforce min width on column resize.
  • Numeric does not respect step parameter properly in German culture.

4.24.3 - 2024-01-26

Improvements

  • Steps CanChange event added.

Fixes

  • Numeric should not default to min value on nullable types.

4.24.2 - 2024-01-22

Improvements

  • DataGrid separate colour for odd striped row background.
  • Support for numpad decimal seperator is used added to Numeric.
  • NotificationMessage DetailContent and SummaryContent added.
  • DataGrid GotoFirstPageOnSort property added.

Fixes

  • RadzenDataGrid displays incorrectly filtered data when using async LoadData.

4.24.1 - 2024-01-18

Improvements

  • Accordion item Template added.
  • Optional Pager text labels for PagedDataBoundComponent Prev and Next buttons.
  • Cascade RadzenDataGrid class to all descendants.
  • Various components colors improved.

Fixes

  • DataFilter will get the filter operator from the property.
  • Fixed virtualized DataGrid not loading on first render in some cases.
  • DropDownDataGrid should be focused when selecting items with mouse.
  • Missing CSS styling on RadzenCheckBoxListItem Template.

4.24.0 - 2024-01-15

Improvements

  • Support for IFormattable added to Numeric component.
  • Added MaxLength attribute to RadzenAutoComplete.
  • Added FooterTemplate to DataGrid.
  • PagerPosition enum to use flags.

... (truncated)

Commits
  • 94532e8 version updated
  • 254449e RadzenNumeric does not respect step parameter properly in German culture
  • 3c69021 enforce columnSize min width (#1348)
  • 68955d6 AutoComplete component is throwing 'Uncaught TypeError: Cannot read propertie...
  • bc1eada Return null instead empty string for inputs value
  • ebe6245 Add base type to filter array (#1347)
  • d12c624 change RadzenDatagrid OnSort to async (#1346)
  • 11c1668 Version updated
  • 158c27e Numeric should not default to min value on nullable types
  • 36b777d Can change added (#1317)
  • 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)