diff --git a/documentation/docfx/releases/4.147.0-unreleased.md b/documentation/docfx/releases/4.147.0-unreleased.md new file mode 100644 index 00000000000..eef8b428b73 --- /dev/null +++ b/documentation/docfx/releases/4.147.0-unreleased.md @@ -0,0 +1,41 @@ + + +# 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 |