Back to Skiasharp

Version 2.88.6

documentation/docfx/releases/2.88.6.md

4.150.04.0 KB
Original Source
<!-- RAW PR DATA — Do not remove this comment block. AI uses this data to generate the polished release notes below. Re-run the script to refresh this data from git history. Generated: 2026-06-17T23:56:27Z by generate-release-notes.py version: 2.88.6 status: stable branch: release/2.88.6 diff: release/2.88.5..release/2.88.6 prs: 7 api: self=2.88.6/index.md;hb=7.3.0 PRs grouped by the preview they first shipped in (newest first). Render each milestone as a trailing "## <label> (<date>)" section per TEMPLATE.md, and merge them all for the top-level Highlights: ## Unreleased — not yet in a tagged preview (3 PRs) - [release/2.x] Update webp to 1.3.2 by @mattleibow in https://github.com/mono/SkiaSharp/pull/2623 (skia: mono/skia#113) - fix: Restore nosimd builds for edge enhanced security and safari (#2612) by @github-actions[bot] in https://github.com/mono/SkiaSharp/pull/2618 [community ✨] - Re-generate all the changelogs (#2592) by @github-actions[bot] in https://github.com/mono/SkiaSharp/pull/2593 [community ✨] ## Preview 1 · 2.88.6 · 2023-08-30 · https://github.com/mono/SkiaSharp/compare/v2.88.5...v2.88.6-preview.1.2 (4 PRs) - [release/2.x] Update harfbuzz to 7.3.0 by @mattleibow in https://github.com/mono/SkiaSharp/pull/2577 (skia: mono/skia#102) - Remove the unused arm64e architecture (#2587) by @github-actions[bot] in https://github.com/mono/SkiaSharp/pull/2590 [community ✨] - libjpeg is not used (#2588) by @github-actions[bot] in https://github.com/mono/SkiaSharp/pull/2589 [community ✨] - [release/2.x] Update libjpeg-turbo to 3.0.0 by @mattleibow in https://github.com/mono/SkiaSharp/pull/2581 (skia: mono/skia#103) --> <!-- Generated: 2026-06-18T00:00:00Z by claude-sonnet-4.5 -->

Version 2.88.6

Compatibility and native dependency refresh · Released September 21, 2023 · NuGet · GitHub Release

API changes · SkiaSharp API diff · HarfBuzzSharp 7.3.0

Highlights

This 2.88 servicing release refreshes the bundled native dependencies and restores the no-SIMD browser builds needed by stricter environments. It keeps the line compatible across Safari, Edge Enhanced Security, and existing image and text workloads without introducing breaking changes.

Breaking Changes

None in this release.

New Features

Images & Documents

  • Updated native image codecs — Refreshes libjpeg-turbo to 3.0.0 and WebP to 1.3.2 for the 2.88 line. (#2581, #2623)

Text & Fonts

  • Updated HarfBuzz runtime — Moves the bundled text shaping stack to HarfBuzz 7.3.0. (#2577)

Bug Fixes

  • Restored no-SIMD browser builds — Brings back the builds needed for Edge Enhanced Security and Safari scenarios. (#2618)

Platform Support

PlatformWhat's New
🌐 WebAssemblyRestored no-SIMD builds for stricter browser environments
📦 GeneralUpdated libjpeg-turbo, WebP, and HarfBuzz dependencies

Community Contributors ❤️

ContributorWhat They Did
@jeromelabanRestored the no-SIMD browser builds used by Edge Enhanced Security and Safari

Unreleased

Updated WebP and restored the no-SIMD browser build variants before the stable tag was cut.


Preview 1 (August 30, 2023)

Introduced the HarfBuzz 7.3.0 and libjpeg-turbo 3.0.0 refresh for the 2.88.6 line.

Full Changelog