Back to Skiasharp

Version 1.60.1

documentation/docfx/releases/1.60.1.md

4.150.01.6 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:54:54Z by generate-release-notes.py version: 1.60.1 status: stable branch: release/1.60.1 diff: release/1.60.0..release/1.60.1 prs: 1 api: self=1.60.1/index.md;hb=1.4.6.1 - Made some types public for 3rd-party Xamarin.Forms platforms by @mattleibow in https://github.com/mono/SkiaSharp/pull/522 --> <!-- Generated: 2026-06-18T00:00:00Z by claude-sonnet-4.5 -->

Version 1.60.1

Platform extensibility update · Released May 22, 2018 · NuGet · GitHub Release

API changes · SkiaSharp API diff · HarfBuzzSharp 1.4.6.1

Highlights

This release makes additional types public so third-party Xamarin.Forms platform implementations can integrate more cleanly with SkiaSharp. It also ships alongside HarfBuzzSharp 1.4.6.1; see the linked HarfBuzzSharp release page above for the binding details.

Breaking Changes

None in this release.

New Features

API Surface

  • More public types for custom Xamarin.Forms platforms — Exposes the types needed by third-party platform backends without requiring internal access workarounds. (#522)