From 670dfe252f424a68b4f7b6f1f08c1f86d665d73f Mon Sep 17 00:00:00 2001 From: Igor Demin Date: Sat, 20 Feb 2021 20:26:46 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08389681eb..9827226b21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,15 @@ # M3 * Support [vsync](https://github.com/JetBrains/skiko/pull/44), [sync composition with rendering frames](https://android-review.googlesource.com/c/platform/frameworks/support/+/1534675) * [Slightly reduce artifacts on window resize/start](https://github.com/JetBrains/skiko/pull/55) - * Fix [Ambients are not transferred across pop ups](https://github.com/JetBrains/compose-jb/issues/135) - * Fix [Laggy UI on Linux](https://github.com/JetBrains/compose-jb/issues/23) + * Support [SVG](https://github.com/JetBrains/compose-jb/issues/182) + * Support [DirecX on Windows by default](https://github.com/JetBrains/skiko/pull/63) * Implement [signing and notarization for macOS](https://github.com/JetBrains/compose-jb/tree/master/tutorials/Signing_and_notarization_on_macOS) * Support [software rendering fallback](https://github.com/JetBrains/skiko/pull/56) * Improve Swing interoperability support [Swing component in Compose hierarchy](https://github.com/JetBrains/compose-jb/tree/master/tutorials/Swing_Integration#adding-a-swing-component-to-cfd-composition-using-swingpanel) * Support using [Compose in IntelliJ plugins](https://github.com/JetBrains/compose-jb/tree/master/examples/intelliJPlugin) * Skiko native binaries are now signed on macOS (x64 and arm) + * Fix [Ambients are not transferred across pop ups](https://github.com/JetBrains/compose-jb/issues/135) + * Fix [Laggy UI on Linux](https://github.com/JetBrains/compose-jb/issues/23) # M2 (Dec 2020) * Swing interoperability support (Compose in Swing frame)