Skip to content

Commit b264fdf

Browse files
authored
Merge pull request #19386 from unoplatform/mergify/bp/release/stable/5.6/pr-19359
HR Docs updates (backport #19359)
2 parents ce5489e + 3271e01 commit b264fdf

25 files changed

+133
-50
lines changed
Loading
-118 Bytes
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Binary file not shown.
Loading
Binary file not shown.
Loading
Loading
Loading
Binary file not shown.
Binary file not shown.
Loading
Loading
Loading
Loading

doc/articles/features/working-with-xaml-hot-reload.md

Lines changed: 125 additions & 48 deletions
Large diffs are not rendered by default.

doc/articles/studio/Hot Design/hot-design-getstarted-counter-tutorial.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ This tutorial will guide you through using Hot Design to create a simple counter
3434
3535
For existing applications, take this opportunity to update to the [latest **Uno.Sdk** version](https://www.nuget.org/packages/Uno.Sdk). Refer to our [migration guide](xref:Uno.Development.MigratingFromPreviousReleases) for upgrade steps.
3636

37+
> [!IMPORTANT]
38+
> When upgrading to **Uno.Sdk 5.5 or higher**, the `EnableHotReload()` method in `App.xaml.cs` is deprecated and should be replaced with `UseStudio()`.
39+
3740
To start using **Hot Design**, ensure you are signed in with your Uno Platform account. Follow [these instructions](xref:Uno.GetStarted.Licensing) to register and sign in.
3841

3942
Once you're using the **latest stable 5.5 Uno.Sdk version or higher**, you can access **Hot Design** by clicking the **flame** button in the diagnostics overlay that appears over your app.

doc/articles/studio/Hot Design/hot-design-getstarted-guide.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,10 @@ Use this guide to set up Hot Design and start creating and refining user interfa
2424
2525
To start using **Hot Design**, ensure you are signed in with your Uno Platform account. Follow [these instructions](xref:Uno.GetStarted.Licensing) to register and sign in.
2626

27-
For existing applications, take this opportunity to update to the [latest **Uno.Sdk** version](https://www.nuget.org/packages/Uno.Sdk). Refer to our [migration guide](xref:Uno.Development.MigratingFromPreviousReleases) for upgrade steps.
27+
For existing applications, take this opportunity to update to the [latest **Uno.Sdk** version](https://www.nuget.org/packages/Uno.Sdk). Refer to our [migration guide](xref:Uno.Development.MigratingFromPreviousReleases) for upgrade steps.
28+
29+
> [!IMPORTANT]
30+
> When upgrading to **Uno.Sdk 5.5 or higher**, the `EnableHotReload()` method in `App.xaml.cs` is deprecated and should be replaced with `UseStudio()`.
2831
2932
Once you're using the **latest stable 5.5 Uno.Sdk version or higher**, and provided you have been granted Beta access, you can access **Hot Design** by clicking the **flame** icon in the diagnostics overlay that appears over your app.
3033

doc/import_external_docs.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Set-PSDebug -Trace 1
77

88
$external_docs = @{
99
# use either commit, or branch name to use its latest commit
10-
"uno.wasm.bootstrap" = "e4a2307f24accd267b77c361b30bc20ba5ccd978" #latest release/stable/9.0 branch commit
10+
"uno.wasm.bootstrap" = "bb241f7f8c739d269e2f09b46ca061eeeb9b8714" #latest release/stable/9.0 branch commit
1111
"uno.themes" = "22df5299701fe9a6f96e4414b559f8dfd5789540" #latest release/stable/5.4 branch commit
1212
"uno.toolkit.ui" = "f45468269d8f7b24f820bfedce8a45bea2809864" #latest release/stable/6.4 branch commit
1313
"uno.check" = "c327cb365d29a2b53911a3ea9f8cd89254f5729d" #latest main commit

0 commit comments

Comments
 (0)