Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions documentation/docfx/releases/4.147.0-unreleased.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
<!-- Generated: 2026-04-30T15:50:36Z by claude-sonnet-4.6 -->

# Version 4.147.0

> **Upcoming release** · In development · Not yet available on NuGet

## Highlights

This release brings a significantly expanded interactive sample gallery with 5 new demos and a redesigned Blazor home page, making it easier to explore SkiaSharp's capabilities. Apple platform support is improved with corrected TFMs for libraries and apps. Community contributor [@ramezgerges](https://github.com/ramezgerges) delivered SkiaFiddle UX improvements and fixed a Uno gallery package issue.

## Breaking Changes

*None in this release.*

## New Features

### Gallery & Samples

- **5 new interactive samples** — Adds five new interactive demos and redesigns the Blazor home page for a better first-run experience. ([#3757](https://github.com/mono/SkiaSharp/pull/3757))
- **SkiaFiddle UX improvements** — Polishes the SkiaFiddle interactive editor with improved user experience. ❤️ [@ramezgerges](https://github.com/ramezgerges) ([#3790](https://github.com/mono/SkiaSharp/pull/3790))

### Documentation

- **Improved docs landing page** — Refreshes the layout and hero section of the documentation site. ([#3794](https://github.com/mono/SkiaSharp/pull/3794))

## Bug Fixes

- **Fixed Apple platform TFMs** — Corrects the target framework monikers for Apple platforms: version `26.0` is now used for libraries and unversioned TFMs for apps, resolving build-time compatibility issues. ([#3798](https://github.com/mono/SkiaSharp/pull/3798))
- **Fixed Skottie package downgrade in Uno gallery** — Resolves a `NU1605` package downgrade warning in the Uno gallery sample. ❤️ [@ramezgerges](https://github.com/ramezgerges) ([#3785](https://github.com/mono/SkiaSharp/pull/3785))

## Platform Support

| Platform | What's New |
|----------|-----------|
| 🍎 Apple | Corrected TFMs for libraries (`26.0`) and apps (unversioned) |

## Community Contributors ❤️

| Contributor | What They Did |
|-------------|--------------|
| [@ramezgerges](https://github.com/ramezgerges) | SkiaFiddle UX improvements and Uno gallery fix |