rust-dominator/CHANGELOG.md

18 lines
863 B
Markdown
Raw Permalink Normal View History

2022-05-03 21:24:41 -04:00
## UNRELEASED
* Adding in `submit` event.
* Adding in `touchstart`, `touchmove`, `touchend`, and `touchcancel` events.
2022-04-12 13:09:10 -04:00
## 0.5.24 - (2022-04-12)
2022-04-10 19:19:03 -04:00
* 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>()`.
2022-04-10 18:04:55 -04:00
* Deprecating the `attribute`, `attribute_namespace`, `attribute_signal` and `attribute_namespace_signal` methods of `DomBuilder`.
* Deprecating the `property` and `property_signal` methods of `DomBuilder`.
2022-04-12 13:07:07 -04:00
* Adding in `AsStr` support for `Cow`.
2022-04-10 18:04:55 -04:00
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.