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.24.4 to 4.25.9 #621

Closed dependabot[bot] closed 6 months ago

dependabot[bot] commented 6 months ago

Bumps Radzen.Blazor from 4.24.4 to 4.25.9.

Release notes

Sourced from Radzen.Blazor's releases.

4.25.9 - 2024-02-29

Fixes

  • Tabs focus should excluded non visible tabs.
  • DataGrid should use In filter operator as default when FilterProperty is different from Property.
  • Fixed DataGrid filter icon style with custom filter.

4.25.8 - 2024-02-28

Improvements

  • DataGrid PageUp/Down/Home/End support added for keyboard navigation when virtualized.

Fixes

  • Cannot tab out from DropDownDataGrid after ESC or ENTER.
  • DropDownDataGrid will force inner DataGrid refresh on popup open if virtualized.
  • DatePicker with TimeOnly crashes on 00:00 value.
  • Tab focused state not removed from previous selected/focused tab in server render mode.
  • DataGrid inserted row not validated when there is already edited item in multiple edit mode.

4.25.7 - 2024-02-26

Fixes

  • DataGrid keyboard navigation with virtualization improved.
  • Fixed various keyboard navigation problems in Firefox.
  • Fix day focused state in DatePicker.
  • DatePicker Value property setter comparing old and new value improved.
  • Fix ProfileMenu bullet points in Safari.

4.25.6 - 2024-02-23

Fixes

  • Fixed select all of unbound DropDown.
  • Fixed DatePicker focus lost on selection.
  • PanelMenu item not expanded on reload if selected.
  • Fixed exception in TreeView expand/collapse.

4.25.5 - 2024-02-22

Fixes

  • Tab focused state not removed from previous selected/focused tab properly.
  • Menu Toggle() and Close() methods fixed.

4.25.4 - 2024-02-22

Fixes

  • Various components templates should not propagate keydown.

4.25.3 - 2024-02-21

Fixes

... (truncated)

Commits
  • 59366d6 Version updated
  • 4f7970c fix: filter icon styl (#1397)
  • 5794b2e DataGrid should use In filter operator as default when FilterProperty is diff...
  • 291feff demo updated
  • 19ce81e OrderDate filter not auto applied
  • 4b20d5b Tabs focus should excluded non visible tabs
  • 90221a0 Version updated
  • 085036b DataGrid inserted row not validated when there is already edited item in mult...
  • 21186d0 Tab focused state not removed from previous selected/focused tab in server re...
  • 22e8d15 DataGrid PageUp/Down/Home/End support added for keyboard navigation when virt...
  • 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 6 months ago

@dependabot rebase

dependabot[bot] commented 6 months ago

Superseded by #624.