Skip to content

accesskit: v0.17.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 18:34
9634fc2

0.17.0 (2024-10-31)

This new version of AccessKit contains a few important changes. Here are the highlights:

  • NodeBuilder has been renamed to Node and its build method has been removed. The old Node struct was renamed to FrozenNode but you would typically not use it since the convertion now happens automatically.
  • The name property is now called label to be consistent with the labelled_by property.
  • You must now set the content of label nodes by using the value property instead of label.
  • DefaultActionVerb has been removed: adding supported Actions is now all that is needed to tell assistive technologies how they can interact with a node.
  • Action::Default has been renamed to Click.
  • Role::InlineTextBox is now called TextRun.
  • The property is_hovered have been removed and there is no replacement for it.

Read the Changelog for more information.