From 5499306626c3a3329e5e462c6382c8368b3a5881 Mon Sep 17 00:00:00 2001 From: Maccesch Date: Thu, 10 Aug 2023 22:49:36 +0100 Subject: [PATCH] udpated changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c7597a..de95e92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Callbacks in options don't require to be cloneable anymore - Callback in `use_raf_fn` doesn't require to be cloneable anymore +### Fixes 🍕 + +- `use_element_visibility` didn't work in some cases on Chrome properly. This has been fixed. + ## [0.6.2] - 2023-08-03 ### Fixes 🍕