Skip to content

v0.3.0

Latest

Choose a tag to compare

@waywardmonkeys waywardmonkeys released this 18 Jan 06:28
d2dc8ba
Crate Crates.io Docs
ui-events Crates.io Docs
ui-events-winit Crates.io Docs
ui-input-state Crates.io Docs
ui-events-web Crates.io Docs

This release has an MSRV of 1.85.


Overview

ui-events v0.3.0 updates the optional kurbo integration to v0.13 and adds new scroll delta helpers.
This release also publishes ui-events-web for the first time.


Highlights

  • Kurbo update: Optional kurbo integration updated to v0.13.0. (#105)
  • Scroll helpers: Added ScrollDelta::{to_pixel_delta, into_pixel_delta}. (#101)
  • Web crate published: ui-events-web is now available on crates.io. (#88, #94, #95, #96, #97, #98, #99, #106)
  • Feature behavior: std/libm no longer implicitly enable the optional kurbo dependency. (#104)
  • Winit fix: Tap counting state handling fix in ui-events-winit. (#92)

Crate-by-Crate Details

ui-events 0.3.0

Added

  • PointerId::get_inner() method. (#90)
  • ScrollDelta::{to_pixel_delta, into_pixel_delta} helpers. (#101)

Changed

  • Clarified the semantics of gesture deltas. (#100)
  • Updated Kurbo to v0.13.0. (#105)
  • std and libm no longer enable the optional kurbo dependency. (#104)
  • Bumped MSRV to 1.85. (#107)

ui-events-winit 0.3.0

Fixed

  • Replaced stale tap state for pointer_id. (#92)

Changed

  • Bumped MSRV to 1.85. (#107)

ui-input-state 0.3.0

Changed

  • Bumped MSRV to 1.85. (#107)

ui-events-web 0.3.0

Initial published release


Contributors


Links

Full Changelog: v0.2.0 → v0.3.0