documentation/docfx/releases/3.116.0.md
First stable milestone-based release · Released December 3, 2024 · NuGet · GitHub Release
SkiaSharp 3.116.0 is the first stable release in the 3.x line, adopting milestone-based versioning that aligns with the underlying Skia engine version. This release adds Span-based overloads for SKMatrix and SKPath, multi-threaded and SIMD WebAssembly support, and resolves .NET 9 Blazor compatibility issues. Two community contributors added new API surface and updated the Skia engine.
None in this release.
Span<SKPoint> overloads for mapping points, mapping vectors, and adding polygons. ❤️ @alexandrvslv (#3030)| Platform | What's New |
|---|---|
| 🪟 Windows | SDK version packaging fix |
| 🌐 WebAssembly | Multi-thread and SIMD support, .NET 9 Blazor fixes, base path import fix |
| Contributor | What They Did |
|---|---|
| @Redth | Updated the Skia engine |
| @alexandrvslv | Added Span overloads for SKMatrix and SKPath |
Updated Skia engine, added Span-based overloads for SKMatrix and SKPath, and multi-thread/SIMD WebAssembly support.