Skip to content

Commit d5991f4

Browse files
committed
Update CHANGELOG.md
1 parent 2eb58e7 commit d5991f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
## ScottPlot 5.1.57
2-
_Not yet on NuGet..._
2+
_Published on [NuGet](https://www.nuget.org/profiles/ScottPlot) on 2025-10-11_
33
* The transition from ScottPlot `5.0` to `5.1` has breaking changes which are likely to affect advanced users who maintain custom plot types. Upgrading our SkiaSharp from `2.88` to `3.119` brought many improvements, but significantly changed the functionality of `SkiaSharp.SKPaint` which many of our drawing operations relied on. To minimize the impact of this change, references to `SkiaSharp.SKPaint` have been replaced with `ScottPlot.Paint` 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.
44
* Public methods that accepted `SkiaSharp.SKPaint` now accept `ScottPlot.Paint`
55
* `Paint.MeasureText()` now returns a single `PixelRect` instead of using `out` variables

0 commit comments

Comments
 (0)