From 3496cadec96948b9083321b90fa6d6a68a408a64 Mon Sep 17 00:00:00 2001 From: Oleksandr Karpovich Date: Thu, 5 Aug 2021 09:49:46 +0200 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fe5961f26..20d0d17b6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ - [removed content builder for empty elements](https://github.com/JetBrains/compose-jb/issues/744) - [Introduce CSS arithmetic operations](https://github.com/JetBrains/compose-jb/pull/761) - [Improved the types of Inputs and input events](https://github.com/JetBrains/compose-jb/pull/799) +- [CSS Animations](https://github.com/JetBrains/compose-jb/pull/810) - [All event types expose native properties](https://github.com/JetBrains/compose-jb/pull/887) - [Added a complete list of HTML color aliases](https://github.com/JetBrains/compose-jb/issues/890) - [Introduce support for CSS Grid API](https://github.com/JetBrains/compose-jb/issues/895)