rust-dominator/CHANGELOG.md

10 lines
431 B
Markdown
Raw Normal View History

2022-04-10 18:04:55 -04:00
## Unreleased
* Deprecating the `attribute`, `attribute_namespace`, `attribute_signal` and `attribute_namespace_signal` methods of `DomBuilder`.
* Deprecating the `property` and `property_signal` methods of `DomBuilder`.
2021-12-09 13:14:10 -05:00
## 0.5.23 - (2021-12-09)
* Adding in MouseEvent methods to the DragEvents.
2021-10-25 04:42:06 -04:00
## 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.