Table of Contents

Version 2.88.6

Native dependency updates and WASM compatibility · Released September 21, 2023 · NuGet · GitHub Release

Highlights

SkiaSharp 2.88.6 updates several bundled native libraries — HarfBuzz to 7.3.0, libjpeg-turbo to 3.0.0, and libwebp to 1.3.2 — keeping the dependency chain current and addressing known issues. The release also restores non-SIMD WebAssembly builds needed for Microsoft Edge Enhanced Security mode and Safari compatibility.

Breaking Changes

None in this release.

New Features

Dependencies

  • HarfBuzz updated to 7.3.0 — Bumped the bundled HarfBuzz text-shaping library. (#2577)
  • libjpeg-turbo updated to 3.0.0 — Bumped the bundled JPEG codec library. (#2581)
  • libwebp updated to 1.3.2 — Bumped the bundled WebP codec library. (#2623)

Bug Fixes

  • Restore non-SIMD WASM builds — Re-added non-SIMD WebAssembly builds required for Edge Enhanced Security mode and older Safari versions. ❤️ @jeromelaban (#2618)

Platform Support

Platform What's New
🌐 WebAssembly Non-SIMD builds restored for Edge Enhanced Security and Safari compatibility
🍎 Apple Removed unused arm64e architecture slice

Community Contributors ❤️

Contributor What They Did
@jeromelaban Restored non-SIMD WASM builds for browser compatibility

Preview 1 (August 31, 2023)

Updated HarfBuzz to 7.3.0 and libjpeg-turbo to 3.0.0, and removed the unused arm64e Apple architecture slice.

Full Changelog