From 9f4a55a6f4a8f400e5e43fd657edd11ce376e5ef Mon Sep 17 00:00:00 2001 From: Nikolay Igotti Date: Tue, 3 Nov 2020 20:28:08 +0300 Subject: [PATCH] Features file. --- FEATURES.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 FEATURES.md diff --git a/FEATURES.md b/FEATURES.md new file mode 100644 index 0000000000..1625221b37 --- /dev/null +++ b/FEATURES.md @@ -0,0 +1,19 @@ + ## Features + +Features currently available in Compose for Desktop + * [Scrollbars support](tutorials/Scrollbars/README.md) + * [Image loading support](tutorials/Image_And_Icons_Manipulations/README.md) + * [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) + +Follow individual tutorials to understand how to use particular feature. + +### Limitations + +Following limitations apply to Milestone 1 (M1) release. + + * Only macOS 10.15 or later is supported + * Only 64-bit Windows is supported