Version 0.5.23

This commit is contained in:
Pauan 2021-12-09 19:14:10 +01:00
parent 03b9c9943d
commit 1f541fd717
2 changed files with 4 additions and 1 deletions

View File

@ -1,2 +1,5 @@
## 0.5.23 - (2021-12-09)
* Adding in MouseEvent methods to the DragEvents.
## 0.5.22 - (2021-10-25)
* Adding in `movement_x`, `movement_y`, `page_x`, `page_y`, `offset_x`, and `offset_y` to the mouse events.

View File

@ -1,6 +1,6 @@
[package]
name = "dominator"
version = "0.5.22"
version = "0.5.23"
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"