Browse Source

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.
pull/4864/head
Aleksey Zamulla 1 month ago committed by GitHub
parent
commit
b32350459a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 10
      README.md

10
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

Loading…
Cancel
Save