From 6fd86fd847b263a443e7e0753e63c80778a2a84a Mon Sep 17 00:00:00 2001 From: Jeremy Fields Date: Wed, 5 Jun 2019 15:10:48 -0600 Subject: [PATCH] README Update --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 69f00e9..ac5787d 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,11 @@ What Input works in all modern browsers. ## Changelog +### v5.2.3 + +- **Fixed:** `activeElement` is null bug in IE is fixed (thanks @EasterPeanut). +- **Fixed:** Mousewheel event detection works correctly again. + ### v5.2.1 - **Fixed:** iOS was occasionally reporting `mouse` because of event execution order.