Skip to content

Commit 0b19008

Browse files
authored
update: links to what's new should be more and better (#477)
1 parent f5a202e commit 0b19008

File tree

6 files changed

+17
-7
lines changed

6 files changed

+17
-7
lines changed

mpd.tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
<toc-element topic="compose-multiplatform.topic"/>
1616
<toc-element toc-title="What's new in Compose Multiplatform">
1717
<toc-element topic="whats-new-compose-190.md" accepts-web-file-names="whats-new-compose-eap.html"/>
18-
<toc-element topic="whats-new-compose-180.md"/>
18+
<toc-element topic="whats-new-compose-180.md" accepts-web-file-names="whats-new-compose.html"/>
1919
<toc-element topic="whats-new-compose-170.md"/>
2020
<toc-element topic="whats-new-compose-1610.md"/>
21-
<toc-element accepts-web-file-names="whats-new-compose-1-6-0.html" topic="whats-new-compose.md"/>
21+
<toc-element topic="whats-new-compose-160.md"/>
2222
</toc-element>
2323
<toc-element topic="compose-multiplatform-and-jetpack-compose.md"/>
2424
<toc-element toc-title="Platform differences" topic="compose-platform-specifics.md"/>

topics/compose-onboard/compose-multiplatform-create-first-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,14 @@ Things to keep in mind for this tutorial:
5050

5151
> If using the web wizard, specify "ComposeDemo" as **Project Name** and "compose.project.demo" as **Project ID**.
5252
>
53-
{style="note"}
54-
55-
![Create Compose Multiplatform project](create-compose-multiplatform-project.png){width=800}
53+
{style="note"}
5654

5755
5. Select the **Android**, **iOS**, **Desktop**, and **Web** targets.
5856
Make sure that the **Share UI** option is selected for iOS.
5957
6. Once you've specified all the fields and targets, click **Create** (**Download** in the web wizard).
6058

59+
![Create Compose Multiplatform project](create-compose-multiplatform-project.png){width=800}
60+
6161
## Examine the project structure
6262

6363
In IntelliJ IDEA, navigate to the "ComposeDemo" folder.

topics/compose/compose-lifecycle.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ kotlin {
2525
```
2626
{initial-collapse-state="collapsed" collapsible="true" collapsed-title="org.jetbrains.androidx.lifecycle:lifecycle-runtime-compose:%org.jetbrains.androidx.lifecycle%"}
2727

28+
> You can track changes to the multiplatform Lifecycle implementation in our [What's new](https://www.jetbrains.com/help/kotlin-multiplatform-dev/whats-new-compose.html)
29+
> or follow specific EAP releases in the [Compose Multiplatform changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md).
30+
>
31+
{style="tip"}
32+
2833
## States and events
2934

3035
The flow of lifecycle states and events

topics/compose/compose-navigation.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ the library solves basic navigation problems:
1515

1616
If you feel comfortable enough with the basics, move on to [](compose-navigation-routing.md),
1717
to learn how to leverage the Navigation library in cross-platform projects.
18-
Otherwise, read on to learn about fundamental concepts the library works with.
18+
Otherwise, read on to learn about fundamental concepts the library works with.
19+
20+
> You can track changes to the multiplatform version of the Navigation library in our [What's new](https://www.jetbrains.com/help/kotlin-multiplatform-dev/whats-new-compose.html)
21+
> or follow specific EAP releases in the [Compose Multiplatform changelog](https://github.com/JetBrains/compose-multiplatform/blob/master/CHANGELOG.md).
22+
>
23+
{style="tip"}
1924

2025
## Basic concepts of Compose Navigation
2126

File renamed without changes.

topics/whats-new/whats-new-compose-180.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ Read more about child-parent view controller relationships in Apple’s develope
107107
### Removed obsolete `platformLayers` option on iOS
108108

109109
The `platformLayers`
110-
experimental option [was introduced in 1.6.0](whats-new-compose.md#separate-platform-views-for-popups-dialogs-and-dropdowns-ios-desktop)
110+
experimental option [was introduced in 1.6.0](whats-new-compose-160.md#separate-platform-views-for-popups-dialogs-and-dropdowns-ios-desktop)
111111
to allow enabling alternative layering mode and drawing popups and dialogs outside the bounds of the parent container.
112112

113113
This mode is now the default behavior on iOS, and the option to enable it has been removed as obsolete.

0 commit comments

Comments
 (0)