documentation/docfx/releases/1.68.2.md
Rich API additions and performance improvements · Released April 30, 2020 · NuGet · GitHub Release
This release brings a wealth of new drawing APIs to SKCanvas, floating-point color support via SKColorF, and significant performance gains from removing all use of reflection. Structs across the library now implement IEquatable<T> with proper equality operators, and memory management has been improved with array pooling and lifetime fixes.
None in this release.
ToShader() to SKBitmap, SKImage, and SKPicture for convenient shader creation.Concat, PreConcat, and PostConcat members for cleaner matrix composition.IEquatable<T> with proper Equals, GetHashCode, and equality operators.readonly for better performance and correctness.SKRect/SKPoint/SKSize conversion and image type conversions (SKImage/SKBitmap/SKPixmap ↔ Pixbuf).SKTouchDeviceType and touch pressure support on Android. ❤️ @mscherotternull for image filters throwing an exception instead of being treated as no filter. ❤️ @Ziriaxnull to SKPathMeasure throwing an exception. ❤️ @Ziriaxvcruntime140_1_app.dll — this is resolved in the Windows Insider SDK.| Contributor | What They Did |
|---|---|
| @Ziriax | Fixed null parameter handling in image filters and path measure |
| @Gillibald | Removed all reflection usage for major performance gains |
| @validvoid | Fixed GPU view sampling issues |
| @alexandrvslv | Added mouse wheel scrolling support |
| @mscherotter | Added touch device type and pressure on Android |
| @zbyszekpy | Fixed memory leak and crash in views |
| @bender2k14 | Multi-targeting improvements |
Final preview with remaining bug fixes and stabilization before the GA release.
Continued memory management improvements and additional API polish.
Struct equality operators and IEquatable<T> implementation across all value types.
Added ToTextureImage and expanded shader creation methods on imaging types.
New canvas drawing APIs including DrawAtlas, DrawPatch, and DrawArc.
SKRegion enhancements and SKMatrix helper methods.
GTK view extensions and Xamarin.Forms GTK package.
Initial preview with SKColorF support and reflection removal for performance.