From 0fafcd0fbe03af149f18cac8ee21190b23b608c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Laban?= Date: Thu, 26 Sep 2024 10:12:48 -0400 Subject: [PATCH] chore: Adjust reactive upgrade --- doc/articles/migrating-from-previous-releases.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/articles/migrating-from-previous-releases.md b/doc/articles/migrating-from-previous-releases.md index de1718491cd0..f4ed09a23fc4 100644 --- a/doc/articles/migrating-from-previous-releases.md +++ b/doc/articles/migrating-from-previous-releases.md @@ -8,10 +8,17 @@ This article details the migration steps required to migrate from one version to ## Uno Platform 5.4 -Uno Platform 5.4 contains one breaking change. The [`Uno.Extensions`](https://aka.platform.uno/uno-extensions) compatibility with legacy UWP apps has been removed. If your app is UWP-based and uses Uno.Extensions, in order to migrate to Uno Platform 5.4, you can keep using [previous releases of Uno.Extensions](https://github.com/unoplatform/uno.extensions/releases), or [migrate your app to WinUI](https://platform.uno/docs/articles/updating-to-winui3.html). +Uno Platform 5.4 contains breaking changes for Uno.Extensions. + +### UWP Support for Uno.Extensions +The [`Uno.Extensions`](https://aka.platform.uno/uno-extensions) compatibility with legacy UWP apps has been removed. If your app is UWP-based and uses Uno.Extensions, in order to migrate to Uno Platform 5.4, you can keep using [previous releases of Uno.Extensions](https://github.com/unoplatform/uno.extensions/releases), or [migrate your app to WinUI](https://platform.uno/docs/articles/updating-to-winui3.html). All the other features of Uno Platform 5.4 continue to be compatible with both UWP and WinUI apps. +### Updates in Uno.Extensions.Reactive + +The generated code has changed, make sure to [review our docs to upgrade](xuid:Extensions.Migration.Reactive) to Uno Platform 5.4. + ## Uno Platform 5.3 Uno Platform 5.3 contains an improved template and Uno.SDK versioning, new default text font, and Rider support.