Version 0.5.24

This commit is contained in:
Pauan 2022-04-12 10:09:10 -07:00
parent eee4128574
commit 47830735a3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## Unreleased
## 0.5.24 - (2022-04-12)
* Adding in `AnimationStart`, `AnimationIteration`, `AnimationCancel`, `AnimationEnd`, `FocusIn`, `FocusOut`, and `Wheel` events.
* Adding in numerous `Pointer*` events.
* The `apply_methods`, `html`, and `svg` macros now support generics such as `.foo::<T>()`.

View File

@ -1,6 +1,6 @@
[package]
name = "dominator"
version = "0.5.23"
version = "0.5.24"
authors = ["Pauan <pauanyu+github@pm.me>"]
description = "Zero-cost ultra-high-performance declarative DOM library using FRP signals"
repository = "https://github.com/Pauan/rust-dominator"