Update FEATURES.md

This commit is contained in:
Nikolay Igotti
2021-08-03 10:51:43 +03:00
committed by GitHub
parent 05488353ca
commit 769df215d9

View File

@@ -6,14 +6,23 @@ Features currently available in Compose for Desktop
* [Keyboard handling](tutorials/Keyboard/README.md)
* [Mouse clicks and move](tutorials/Mouse_Events/README.md)
* [Packaging to native distributions](tutorials/Native_distributions_and_local_execution/README.md)
* [Tray, menu bar and notifications](tutorials/Tray_Notifications_MenuBar/README.md)
* [Window properties handling](tutorials/Window_API/README.md)
* [Signing and notarization](tutorials/Signing_and_notarization_on_macOS/README.md)
* [Swing interoperability](tutorials/Swing_Integration/README.md)
* [Keyboard navigation](tutorials/Tab_Navigation/README.md)
* [Tray, menu bar and notifications](tutorials/Tray_Notifications_MenuBar_new/README.md)
* [Window properties handling](tutorials/Window_API_new/README.md)
Features currently available in Compose for Web
* [Intro](tutorials/Web/Building_UI/README.md)
* [Event handling](tutorials/Web/Events_Handling/README.md)
* [CSS](tutorials/Web/Style_Dsl/README.md)
Follow individual tutorials to understand how to use particular feature.
### Limitations
Following limitations apply to Milestone 3 (M3) release.
Following limitations apply to Alpha release.
* Only 64-bit Windows is supported
* Only JDK 11 or later is supported due to the memory management scheme used in Skia bindings
@@ -27,3 +36,4 @@ Following limitations apply to Milestone 3 (M3) release.
* M1 works only with Gradle 6.4 and 6.5;
* M2 works only with Gradle 6.4 or later (6.7 is the latest tested version).
* M3 works only with Gradle 6.4 or later (6.8 is the latest tested version).
* Alpha works with Gralde 6.7 or later (7.1 is the latest tested version).