Table of Contents

Version 2.88.2

Tizen backend and Uno cleanup · Released September 8, 2022 · NuGet · GitHub Release

API changes · SkiaSharp API diff · HarfBuzzSharp API diff

Highlights

SkiaSharp 2.88.2 switches the Tizen graphics backend and removes an unused native block from Uno WinUI.

Breaking Changes

None in this release.

Platform

  • New Tizen graphics backend — The Tizen views were switched onto a different graphics backend engine, giving Tizen consumers a more current rendering stack. — ❤️ @myroot (#2225)

Bug Fixes

  • Uno WinUI no longer references a missing native library — An unused native-library block was removed from SkiaSharp.Views.Uno.WinUI so the package no longer references a native asset it does not need. — ❤️ @jeromelaban (#2231)

HarfBuzzSharp 2.8.2.2

No HarfBuzzSharp binding changes shipped in this release — it rebuilds the same HarfBuzz as the previous line.

Community Contributors ❤️

Thank you to everyone who contributed to this release!

Contributor Contributions
@jeromelaban Removed the unused native-library block from SkiaSharp.Views.Uno.WinUI (#2231)
@myroot Switched the Tizen views onto a new graphics backend engine (#2225)