documentation/docfx/releases/2.80.2.md
Bug-fix release with memory debugging and Uno GPU views · Released September 12, 2020 · NuGet · GitHub Release
A stability-focused release fixing numerous bugs across image encoding, text rendering, interop, and native library loading. New memory debugging APIs (SKGraphics, SKTraceMemoryDump) help diagnose GPU memory usage. The Uno Platform views gain GPU support via SKSwapChainPanel and WASM CPU rendering. Two community contributors drove key fixes.
None in this release.
SKGraphics and SKTraceMemoryDump types, plus memory debugging members on GRContext, for inspecting GPU resource usage.SKColorF extension methods — New extension methods in SkiaSharp.Views to convert between native platform colors and SKColorF.SKColorF extensions — Convert between Xamarin.Forms Color and SKColorF.SKSwapChainPanel GPU view for Android, iOS, macOS, and WASM.SKSurface.Create origin ignored — Fixed the origin parameter being ignored when creating surfaces. ❤️ @ZiriaxSKData from non-seekable stream — Fixed exception when creating SKData from a non-seekable stream.SKCanvas.DrawTextOnPath null reference — Fixed NullReferenceException in DrawTextOnPath. ❤️ @ZiriaxDllNotFoundException — Fixed DllNotFoundException when running in ASP.NET.SKCanvas.DrawPoint layering — Fixed an issue with layering in SKCanvas.DrawPoint.| Platform | What's New |
|---|---|
| 🐧 Linux | Fixed no-dependency builds |
| 🌐 WebAssembly | WASM interop fixes, Uno CPU + GPU views |
| 📦 General | Transitive dependency fix for native binaries, ASP.NET loading fix |
| Contributor | What They Did |
|---|---|
| @Ziriax | Fixed SKSurface.Create origin and DrawTextOnPath null reference |
| @jeromelaban | Uno Platform WASM CPU views |
| @ghuntley | Uno Platform WASM CPU views |
| @MartinZikmund | Uno Platform WASM CPU views |
Stabilization and final bug fixes before the stable release.
Continued bug fixes and stability improvements.
Bug fixes for image encoding, text rendering, and native library loading.
Initial fixes for transitive dependency and ASP.NET loading issues.
First preview of the 2.80.2 release cycle with early bug fixes.