documentation/docfx/releases/2.88.1.md
Skottie animations, WinUI, and Tizen support · Released August 17, 2022 · NuGet · GitHub Release
This release introduces Skottie (Lottie animation) support as a new standalone package, adds WinUI views for the Uno Platform, brings Tizen as a first-class TFM target, and enables nullable reference type annotations. Native dependencies are updated to address security issues in zlib, libexpat, libwebp, and libjpeg-turbo. Five community contributors made their first contributions.
None in this release.
SkiaSharp.Skottie package for playing Lottie/Bodymovin animations backed by Skia's Skottie engine, including nullable attributes, TimeSpan overloads, non-seekable stream handling, and BOM support. ❤️ @jeromelaban (#1987, #2091, #2119, #2126, #2167)SKShaper now respects the SKPaint.TextAlign property when shaping text. ❤️ @koolkdev (#1910)SKDataStream now supports write operations, matching SKData behavior. (#2128)net6.0-tizen target framework for Samsung Tizen devices. (#2099)SKGLView now reshapes when the window's BackingScaleFactor changes (e.g., moving between Retina and non-Retina displays). ❤️ @HarlanHugh (#1854)| Platform | What's New |
|---|---|
| 🍎 Apple | Skottie on iOS/macOS/tvOS/Mac Catalyst, SKGLView backing scale fix |
| 🪟 Windows | WinUI views for Uno Platform |
| 🐧 Linux | Alpine build fixes, full libc name resolution |
| 🤖 Android | Skottie support |
| 🌐 WebAssembly | Emscripten 3.1.7, Uno WinUI WASM support |
| Contributor | What They Did |
|---|---|
| @jeromelaban | Skottie support, WinUI, Emscripten 3.1.7, multi-platform Skottie |
| @koolkdev | SKShaper text alignment support |
| @mgood7123 | AVIF encode format |
| @HarlanHugh | SKGLView backing scale factor reshape |
| @lindexi | Unicode font name loading fix |
| @RichardD2 | Critical section deletion fix |
Internal library configuration, full libc library name, and .NET updates.
Security updates for libexpat, libwebp, and libjpeg-turbo. Alpine build fixes and Unicode font name loading.
AVIF encode format, Skottie BOM support, Alpine build fixes, and XML documentation improvements.
SKDataStream writeable, Skottie on all .NET 6 platform TFMs.
SKGLView backing scale factor reshape and Skottie non-seekable stream handling.
Nullable annotations and Skottie API improvements with TimeSpan overloads.
Skottie animation support, WinUI for Uno, Tizen TFM, SKShaper text alignment, and Emscripten 3.1.7.
Initial preview with zlib fix for PNG loading issues.