Skip to content

accesskit_unix: v0.6.0

Compare
Choose a tag to compare
@mwcampbell mwcampbell released this 27 Sep 15:17
a72f90f

0.6.0 (2023-09-27)

⚠ BREAKING CHANGES

  • Allow providing app_name, toolkit_name and toolkit_version in Tree, remove parameters from unix adapter constructor (#291)
  • Make ActionHandler::do_action take &mut self (#296)
  • Clean up roles and properties (#289)
  • Decouple in-tree focus from host window/view focus (#278)
  • Switch to simple unsigned 64-bit integer for node IDs (#276)

Features

  • Add role for terminals (#282) (ddbef37)
  • Allow providing app_name, toolkit_name and toolkit_version in Tree, remove parameters from unix adapter constructor (#291) (5313860)
  • Support live regions on Unix (#299) (8d52a5f)
  • Support multiple top-level windows on Unix (#292) (43ecf4b)

Bug Fixes

  • Don't require tokio rt-multi-thread feature (#290) (cf61e47)
  • Use common filters across platform adapters (#287) (09c1204)

Code Refactoring

  • Clean up roles and properties (#289) (4fc9c55)
  • Decouple in-tree focus from host window/view focus (#278) (d360d20)
  • Make ActionHandler::do_action take &mut self (#296) (4fc7846)
  • Switch to simple unsigned 64-bit integer for node IDs (#276) (3eadd48)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.11.2 to 0.12.0
      • accesskit_consumer bumped from 0.15.2 to 0.16.0