From f04541079593f93dfff4db1ca98d868d088e0959 Mon Sep 17 00:00:00 2001 From: InventingWithMonster Date: Thu, 28 Oct 2021 08:44:19 +0200 Subject: [PATCH] t pUpdating changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5688ea9f2..910117f46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ Framer Motion adheres to [Semantic Versioning](http://semver.org/). - Removing context memoisation to ensure removed values are correctly animated to. - Adding unmount check to `AnimatePresence` before updating state. [PR by @ctrlplusb](https://github.com/framer/motion/pull/796) +- Fixes animation between `0` and non-number/pixel keyframe array. [Issue](https://github.com/framer/motion/issues/1308) ## [5.0.0] 2021-10-27