You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/changelog.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Description: Release notes for every version of ScottPlot
5
5
6
6
<section class='mb-5'>
7
7
<h1 class='mb-0'>ScottPlot 5.1.57</h1>
8
-
<div><i>NuGet packages published </i></div>
8
+
<div><i>NuGet packages published 2025-10-11</i></div>
9
9
<div class='mt-1'>
10
10
<ul>
11
11
<li>The transition from ScottPlot <code>5.0</code> to <code>5.1</code> has breaking changes which are likely to affect advanced users who maintain custom plot types. Upgrading our SkiaSharp from <code>2.88</code> to <code>3.119</code> brought many improvements, but significantly changed the functionality of <code>SkiaSharp.SKPaint</code> which many of our drawing operations relied on. To minimize the impact of this change, references to <code>SkiaSharp.SKPaint</code> have been replaced with <code>ScottPlot.Paint</code> which closely resembles the original API, minimizing amount of code changes required to upgrade. This version aims at making this upgrade possible, and future versions will refine these objects to improve performance and minimize allocations.
@@ -36,17 +36,23 @@ Description: Release notes for every version of ScottPlot
36
36
</li>
37
37
<li>Histogram: Optimized bin count accumulation strategy to improve performance when creating histograms (<a href="https://github.com/ScottPlot/ScottPlot/issues/5102">#5102</a>) <a href="https://github.com/fissssssh"><strong>@fissssssh</strong></a>
38
38
</li>
39
+
<li>Legend: Added support for defining an <code>Index</code> so manually added items can be displayed in preferred sequence (<a href="https://github.com/ScottPlot/ScottPlot/issues/5107">#5107</a>) <a href="https://github.com/timmer98"><strong>@timmer98</strong></a>
40
+
</li>
41
+
<li>Avalonia: Improve behavior through focus release and acquisition cycles (<a href="https://github.com/ScottPlot/ScottPlot/issues/5109">#5109</a>, <a href="https://github.com/ScottPlot/ScottPlot/issues/5105">#5105</a>) <a href="https://github.com/nbeck-SMT"><strong>@nbeck-SMT</strong></a>
0 commit comments