Back to Skiasharp

2.6.1.8

documentation/docfx/releases/harfbuzzsharp/2.6.1.8.md

4.150.04.4 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:59:50Z by generate-release-notes.py version: 2.6.1.8 status: stable branch: release/2.80.3 diff: release/2.80.2..release/2.80.3 prs: 5 api: self=2.6.1.8/index.md;ships=2.80.3 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: ## Preview 93 · 2.80.3 · 2021-06-11 · https://github.com/mono/SkiaSharp/compare/v2.80.3-preview.90...v2.80.3-preview.93 (0 PRs) *(no PRs)* ## Preview 90 · 2.80.3 · 2021-05-30 · https://github.com/mono/SkiaSharp/compare/v2.80.3-preview.40...v2.80.3-preview.90 (2 PRs) - Properly Detect & Handle Musl Systems by @mattleibow in https://github.com/mono/SkiaSharp/pull/1657 - Update to .NET 5.0 by @mattleibow in https://github.com/mono/SkiaSharp/pull/1697 ## Preview 40 · 2.80.3 · 2021-02-05 · https://github.com/mono/SkiaSharp/compare/v2.80.3-preview.24...v2.80.3-preview.40 (0 PRs) *(no PRs)* ## Preview 24 · 2.80.3 · 2021-01-27 · https://github.com/mono/SkiaSharp/compare/v2.80.3-preview.18...v2.80.3-preview.24 (1 PRs) - Build and include all the emscripten version for WASM by @mattleibow in https://github.com/mono/SkiaSharp/pull/1590 ## Preview 18 · 2.80.3 · 2020-10-28 · https://github.com/mono/SkiaSharp/compare/v2.80.2...v2.80.3-preview.18 (2 PRs) - Support VS 2013 because it is easy to do so by @mattleibow in https://github.com/mono/SkiaSharp/pull/1536 - Generate the interop with harfbuzz by @mattleibow in https://github.com/mono/SkiaSharp/pull/1447 --> <!-- Generated: 2026-06-18T00:00:00Z by claude-sonnet-4.5 -->

HarfBuzzSharp 2.6.1.8

Ships with SkiaSharp 2.80.3 · NuGet · GitHub Release

API changes · HarfBuzzSharp API diff · Ships with SkiaSharp 2.80.3

Highlights

This release improves the HarfBuzzSharp interop pipeline and extends native support across WebAssembly, musl-based Linux environments, and newer .NET runtimes.

Breaking Changes

None in this release.

New Features

  • Generated interop — Moves HarfBuzz interop generation into the build, making the bindings easier to keep in sync. (#1447)

Platform Support

  • WebAssembly coverage — Ships all Emscripten variants needed for the WASM distributions. (#1590)
  • Musl detection — Properly detects musl-based systems so the correct native assets can be loaded. (#1657)
  • Runtime and toolchain updates — Adds .NET 5 support and keeps compatibility with older Visual Studio 2013 toolchains where possible. (#1697, #1536)

Preview 93 (June 11, 2021)

No HarfBuzzSharp-specific changes were added in this preview.

Full Changelog


Preview 90 (May 30, 2021)

Improved musl-based Linux detection and updated the release line for .NET 5.

Full Changelog


Preview 40 (February 5, 2021)

No HarfBuzzSharp-specific changes were added in this preview.

Full Changelog


Preview 24 (January 27, 2021)

Expanded the WebAssembly packages to include all required Emscripten variants.

Full Changelog


Preview 18 (October 28, 2020)

Added generated HarfBuzz interop and kept compatibility with older Visual Studio 2013 toolchains.

Full Changelog