Table of Contents

Version 2.88.2

Tizen backend fix and Apple rect conversion · Released September 8, 2022 · NuGet · GitHub Release

Highlights

A focused patch release with three targeted fixes: Tizen's graphics backend engine is updated for better rendering, an unused native library block is cleaned up from the Uno WinUI packages, and SKRect to CGRect conversion on Apple platforms is corrected. One new community contributor joined.

Breaking Changes

None in this release.

Bug Fixes

  • Tizen graphics backend engine change — Switched the Tizen graphics backend for improved rendering behavior. ❤️ @myroot (#2225)
  • Remove unused native library block from Uno views — Cleaned up unnecessary native library references in SkiaSharp.Views.Uno.UI/WinUI. ❤️ @jeromelaban (#2231)
  • Fix SKRect to CGRect conversion — Corrected the conversion between SkiaSharp rectangles and Apple Core Graphics rectangles on iOS/macOS. (#2243)

Platform Support

Platform What's New
🍎 Apple Fixed SKRect to CGRect conversion

Community Contributors ❤️

Contributor What They Did
@myroot Tizen graphics backend update
@jeromelaban Uno WinUI cleanup