documentation/docfx/releases/3.119.1.md
Stability and platform fixes · Released September 23, 2025 · NuGet · GitHub Release
This release delivers key stability fixes for Metal on Apple platforms, resolves several crashes and rendering issues, and adds the new PostScriptName property to SKTypeface. Four community contributors — @jeremy-visionaid, @taublast, @spouliot, and @jonlipsky — drove the majority of user-facing changes.
None in this release.
PostScriptName on SKTypeface — Exposes the PostScript name of a typeface, useful for font identification and PDF workflows. ❤️ @jonlipsky (#3263)SKMetalView twice, preventing redundant setup on Apple platforms. ❤️ @jeremy-visionaid (#3256)SKAutoCanvasRestore crash on disposed canvas — Prevents a crash when SKAutoCanvasRestore is disposed after its canvas has already been disposed. ❤️ @taublast (#3291)SKXamlCanvas opaque on Mac Catalyst — Fixes SKXamlCanvas incorrectly rendering as opaque on Mac Catalyst, restoring transparency support. ❤️ @spouliot (#3236)DateTime conversion in PDF metadata — Fixes incorrect DateTime conversion in SKDocumentPdfMetadata, ensuring dates are correctly stored as UTC. ❤️ @jeremy-visionaid (#3333)/MT — Switches the WinUI interop library to static CRT linking (/MT), eliminating runtime dependency issues. (#3341)| Platform | What's New |
|---|---|
| 🍎 Apple | Metal fixes for iOS 15, SKMetalView double-init fix, Mac Catalyst transparency |
| 🪟 Windows | WinUI unpackaged loading fix, static CRT for WinUI interop |
| 🎨 Core API | SKTypeface.PostScriptName, SKAutoCanvasRestore crash fix, PDF DateTime fix |
| Contributor | What They Did |
|---|---|
| @jeremy-visionaid | Fixed SKMetalView double initialization, PDF UTC DateTime conversion |
| @taublast | Fixed SKAutoCanvasRestore crash, Metal hotfix for iOS 15 |
| @spouliot | Fixed SKXamlCanvas transparency on Mac Catalyst |
| @jonlipsky | Added PostScriptName to SKTypeface |
All user-facing changes shipped in Preview 1: Metal and platform fixes, new PostScriptName API, zlib security update, and WinUI improvements.