accesskit: v0.17.0
0.17.0 (2024-10-31)
This new version of AccessKit contains a few important changes. Here are the highlights:
NodeBuilder
has been renamed toNode
and itsbuild
method has been removed. The oldNode
struct was renamed toFrozenNode
but you would typically not use it since the convertion now happens automatically.- The
name
property is now calledlabel
to be consistent with thelabelled_by
property. - You must now set the content of label nodes by using the value property instead of label.
DefaultActionVerb
has been removed: adding supportedAction
s is now all that is needed to tell assistive technologies how they can interact with a node.Action::Default
has been renamed toClick
.Role::InlineTextBox
is now calledTextRun
.- The property
is_hovered
have been removed and there is no replacement for it.
Read the Changelog for more information.