We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd4fccc commit e1d82f5Copy full SHA for e1d82f5
CHANGELOG.md
@@ -1,6 +1,8 @@
1
# Changelog
2
3
## [unreleased]
4
+- Added helpers for wheel event: `wheel_ev` and `to_wheel_event`.
5
+- Use `wheel_ev` in `canvas` example to zoom rectangle with mouse scroll wheel.
6
- [BREAKING] Base path changed from `Rc<Vec<String>>` to `Rc<[String]>`. It means also `Orders::clone_base_path` returns a slice.
7
- Prevent link listener from intercepting links with the `download` attribute.
8
- Added examples `record_screen`, `e2e_encryption` and `counters`.
0 commit comments