From b32350459acceb9cca6b9e4422b7aaa051d9ae7d Mon Sep 17 00:00:00 2001 From: Aleksey Zamulla Date: Thu, 23 May 2024 17:14:45 +0400 Subject: [PATCH] update: stability levels change for 1.6.10 (#4857) Update the stability levels of iOS and Web in the main README according to the 1.6.10 release changes. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 65070df108..fffb8fd8e8 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ It is based on [Jetpack Compose](https://developer.android.com/jetpack/compose) You can choose the platforms across which to share your UIs using Compose Multiplatform: -* [iOS](https://jb.gg/start-cmp) (Alpha) +* [iOS](https://jb.gg/start-cmp) (Beta) * [Android](https://jb.gg/start-cmp) * [Desktop](https://jb.gg/start-cmp) (Windows, MacOS, Linux) -* [Web](https://kotl.in/wasm-compose-example) (Experimental) +* [Web](https://jb.gg/start-cmp) (Alpha) For example, you can share UIs between iOS and Android or Windows and MacOS. @@ -22,7 +22,7 @@ For example, you can share UIs between iOS and Android or Windows and MacOS. ## iOS -> iOS support is in Alpha. It may change incompatibly and require manual migration in the future. +> iOS support is in Beta. It is feature complete, and migration issues should be minimal. You may still encounter bugs, performance and developer experience issues, but not as much as in the Alpha stage. > We would appreciate your feedback on it in the public Slack channel [#compose-ios](https://kotlinlang.slack.com/archives/C0346LWVBJ4/p1678888063176359). > If you face any issues, please report them on [GitHub](https://github.com/JetBrains/compose-multiplatform/issues). @@ -55,7 +55,7 @@ It has desktop extensions for menus, keyboard shortcuts, window manipulation, an ## Web -> Web support is Experimental and may be changed at any time. Use it only for evaluation purposes. +> Web support is in Alpha. It may change incompatibly and require manual migration in the future. > We would appreciate your feedback on it in the public Slack channel [#compose-web](https://kotlinlang.slack.com/archives/C01F2HV7868/p1678887590205449). > If you face any issues, please report them on [GitHub](https://github.com/JetBrains/compose-multiplatform/issues). @@ -63,7 +63,7 @@ You can experiment with sharing your mobile or desktop UIs with the web. Compose the newest target for Kotlin Multiplatform projects. It allows Kotlin developers to run their code in the browser with all the benefits that WebAssembly has to offer, such as good and predictable performance for your applications. -**[Get started with Compose for Web](https://kotl.in/wasm-compose-example)** +**[Get started with Compose for Web](https://jb.gg/start-cmp)** ## Libraries