From 8c1f4853bc51d3e820fa615d39215702964df651 Mon Sep 17 00:00:00 2001 From: Pauan Date: Sat, 16 Jul 2022 10:57:26 -0700 Subject: [PATCH] Version 0.5.28 --- CHANGELOG.md | 3 +++ Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c417b6..a54186b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.5.28 - (2022-07-16) +* Fixing the incorrect behavior of MouseEnter and MouseLeave events. + ## 0.5.27 - (2022-07-05) * Replacing inline_js with js-sys and gloo_events. diff --git a/Cargo.toml b/Cargo.toml index c05c292..2e8e6d5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dominator" -version = "0.5.27" +version = "0.5.28" authors = ["Pauan "] description = "Zero-cost ultra-high-performance declarative DOM library using FRP signals" repository = "https://github.com/Pauan/rust-dominator"