Skip to content

deps(nuget): Bump LiveChartsCore.SkiaSharpView from 2.0.0-rc6.1 to 2.0.5 - #46

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/LiveChartsCore.SkiaSharpView-2.0.5
Closed

deps(nuget): Bump LiveChartsCore.SkiaSharpView from 2.0.0-rc6.1 to 2.0.5#46
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/LiveChartsCore.SkiaSharpView-2.0.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown
Contributor

Pinned LiveChartsCore.SkiaSharpView at 2.0.5.

Release notes

Sourced from LiveChartsCore.SkiaSharpView's releases.

2.0.4

The first weeks after 2.0.0 were focused on one thing: working through the issue backlog that built up during the long
beta / rc cycle. These four patch releases bring the project to its lowest open-issue count in years — more than 40
reported issues fixed across every supported platform, with no behavioral changes to the public API shipped in 2.0.0.

If you're on 2.0.0 you can drop 2.0.4 straight in: same APIs, same defaults, just fewer bugs.

Highlights:

  • Long-standing rendering fixes on Avalonia, WPF, WinUI, MAUI, Blazor, WinForms and Mac Catalyst — each platform had
    at least one pinned report cleared in this round.
  • A handful of chart-engine corrections that were hard to reach without the breadth of the 2.0 redesign:
    stacked-series z-index baseline, gauge tight-bounds collapse, axis pin preserved under zoom, null-gap line rendering
    on inserts/resize, mixed-sign stacking, a MinSeparators floor, granular pan/zoom flags, and runtime AnimationsSpeed
    propagation.
  • New cross-platform regression coverage in tests/SnapshotTests/ and tests/UITests/ (Factos) so the harder-to-test
    bugs — z-order, theme inheritance, pointer-capture loss, tab/scroll mount cycles — won't regress silently.

Fixes

Core / chart engine

  • #​1419 — Multi X-axis InLine axes overlap
  • #​1511 — HeatSeries fractional-step auto-sizing
  • #​1533 — Sections freeze on fast drag (Scaler infinity leak)
  • #​1576 — Lost-capture leaves drag armed (WPF / Avalonia / WinUI / Uno-Skia)
  • #​1826 — Null Labels crash & silent throttler swallow
  • #​1847 — NaN / Infinity handling (docs, recipes, snapshot tests)
  • #​1856 — Visual / VisualElement ZIndex honored
  • #​1923 — Stacked-series ZIndex baseline (replaces the 1000 - Position workaround)
  • #​1926 — Runtime AnimationsSpeed mutations propagate without recreating series
  • #​1957 — Mobile pan vs. tooltip conflict (5 px pan-engagement deadzone)
  • #​1970 — Zombie shapes after Values shrink (regression coverage)
  • #​1978 — DrawMarginFrame.Fill drawn under series
  • #​2054 — Invisible-series legend NRE
  • #​2064 — Line marker inherits user Stroke
  • #​2071 — MinSeparators floor for sparse axes
  • #​2124 — DrawnLabelVisual.Label read-only getter
  • #​2131 — PieChart gauge collapse on tight bounds (two rounds: max-value clamp + pushout-bounds split)
  • #​2132 / #​2083 — Null-gap line rendering on inserts and resize
  • #​2152 / #​2073 — Stacker correctness for mixed positive / negative values
  • #​2159 — Zoom no longer overwrites pinned MinLimit / MaxLimit
  • #​2165 — RectangleHoverArea hit-test with negative width / height
  • #​2175 / #​2119 — Granular PanX / PanY / ZoomX / ZoomY flags + NoFit honored
  • #​2216 — Ticker DisposeTicker null-deref hardening

GeoMap

  • #​962 — Series swap no longer blanks shared lands
  • #​1417 — Detach / reattach lifecycle (tab and scroll mount cycles)
  • #​1426 — Custom GeoJSON import (Polygon / MultiPolygon, non-string properties, missing keys)

... (truncated)

2.0.0

It has been a long journey to build a charting library that works seamlessly across all .NET UI frameworks. Today, we’re excited to announce the first stable release of the library.

This release doesn’t introduce new features; instead, the focus has been entirely on stability. More than 150 new tests have been added to ensure the library remains reliable well into the future.

What’s next for the library?

There are many excellent charting libraries available, but LiveCharts was created to help developers build stunning, modern UIs. At the moment, there are no examples or showcases that truly demonstrate the library’s full potential—so that’s what’s coming next. Expect new examples that highlight what LiveCharts can really do.

What's Changed

New Contributors

Full Changelog: Live-Charts/LiveCharts2@v2.0.0-rc6...2.0.0

Commits viewable in compare view.

---
updated-dependencies:
- dependency-name: LiveChartsCore.SkiaSharpView
  dependency-version: 2.0.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@adsamcik

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown
Contributor Author

Looks like LiveChartsCore.SkiaSharpView is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Jul 18, 2026
@adsamcik

Copy link
Copy Markdown
Owner

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Jul 18, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR is closed. If the branch still exists, you can re-open the PR and then use @dependabot rebase or @dependabot recreate. If the branch was deleted, Dependabot will create a new PR on the next scheduled run, or you can trigger an update from the Dependency graph page.

adsamcik added a commit that referenced this pull request Jul 18, 2026
…Event (#52)

* deps(nuget): bump MessagePack, LiveChartsCore, EFCore.InMemory, TraceEvent

MessagePack 3.1.4 -> 3.1.8: fixes multiple high/moderate severity
advisories (GHSA-vh6j-jc39-fggf and others) flagged by NU1902/NU1903.
LiveChartsCore.SkiaSharpView(.Avalonia) 2.0.0-rc6.1 -> 2.0.5: first
stable release off the rc train.
Microsoft.EntityFrameworkCore.InMemory 10.0.9 -> 10.0.10,
Microsoft.Diagnostics.Tracing.TraceEvent 3.1.30 -> 3.2.5: patch bumps.

Dependabot had opened PRs #46-#50 for these exact bumps, but closed all
five itself ('no longer updatable, so this is no longer needed') when
asked to rebase onto the now-fixed main - re-applying them directly here
since MessagePack in particular carries real high-severity CVEs.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 57e66df0-2e7f-41b5-a915-af2cdda67289

* deps(nuget): regenerate WireBound.Helper packages.lock.json

WireBound.Helper.csproj isn't part of WireBound.slnx, so the
solution-level 'dotnet restore' used to regenerate the other 8 lock
files after the Directory.Packages.props bump never touched it,
leaving it pinned to the vulnerable MessagePack 3.1.4. Restoring it
directly picks up MessagePack 3.1.8 like every other project.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 57e66df0-2e7f-41b5-a915-af2cdda67289

* docs: update LiveChartsCore version references to 2.0.5

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 57e66df0-2e7f-41b5-a915-af2cdda67289

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant