Releases: AccessKit/accesskit
Releases · AccessKit/accesskit
accesskit_winit: v0.23.0
0.23.0 (2024-10-31)
⚠ BREAKING CHANGES
- Rename
name
tolabel
and usevalue
for label content (#475) - Rename
NodeBuilder
toNode
and the oldNode
toFrozenNode
(#476) - Drop
DefaultActionVerb
(#472) - Make the core crate no-std (#468)
Features
Code Refactoring
- Drop
DefaultActionVerb
(#472) (ef3b003) - Rename
name
tolabel
and usevalue
for label content (#475) (e0053a5) - Rename
NodeBuilder
toNode
and the oldNode
toFrozenNode
(#476) (7d8910e)
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.16.3 to 0.17.0
- accesskit_windows bumped from 0.23.2 to 0.24.0
- accesskit_macos bumped from 0.17.4 to 0.18.0
- accesskit_unix bumped from 0.12.3 to 0.13.0
- dependencies
accesskit_windows: v0.24.0
0.24.0 (2024-10-31)
⚠ BREAKING CHANGES
- Rename
name
tolabel
and usevalue
for label content (#475) - Rename
NodeBuilder
toNode
and the oldNode
toFrozenNode
(#476) - Rename
Role::InlineTextBox
toTextRun
(#473) - Drop
DefaultActionVerb
(#472) - Make the core crate no-std (#468)
Features
Code Refactoring
- Drop
DefaultActionVerb
(#472) (ef3b003) - Rename
name
tolabel
and usevalue
for label content (#475) (e0053a5) - Rename
NodeBuilder
toNode
and the oldNode
toFrozenNode
(#476) (7d8910e) - Rename
Role::InlineTextBox
toTextRun
(#473) (29fa341)
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.16.3 to 0.17.0
- accesskit_consumer bumped from 0.24.3 to 0.25.0
- dependencies
accesskit_unix: v0.13.0
accesskit_macos: v0.18.0
0.18.0 (2024-10-31)
⚠ BREAKING CHANGES
- Rename
name
tolabel
and usevalue
for label content (#475) - Rename
NodeBuilder
toNode
and the oldNode
toFrozenNode
(#476) - Rename
Role::InlineTextBox
toTextRun
(#473) - Drop
DefaultActionVerb
(#472) - Make the core crate no-std (#468)
Features
Bug Fixes
Code Refactoring
- Drop
DefaultActionVerb
(#472) (ef3b003) - Rename
name
tolabel
and usevalue
for label content (#475) (e0053a5) - Rename
NodeBuilder
toNode
and the oldNode
toFrozenNode
(#476) (7d8910e) - Rename
Role::InlineTextBox
toTextRun
(#473) (29fa341)
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.16.3 to 0.17.0
- accesskit_consumer bumped from 0.24.3 to 0.25.0
- dependencies
accesskit_consumer: v0.25.0
0.25.0 (2024-10-31)
⚠ BREAKING CHANGES
- Rename
name
tolabel
and usevalue
for label content (#475) - Rename
NodeBuilder
toNode
and the oldNode
toFrozenNode
(#476) - Rename
Role::InlineTextBox
toTextRun
(#473) - Drop
DefaultActionVerb
(#472) - Make the core crate no-std (#468)
Features
Code Refactoring
- Drop
DefaultActionVerb
(#472) (ef3b003) - Rename
name
tolabel
and usevalue
for label content (#475) (e0053a5) - Rename
NodeBuilder
toNode
and the oldNode
toFrozenNode
(#476) (7d8910e) - Rename
Role::InlineTextBox
toTextRun
(#473) (29fa341)
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.16.3 to 0.17.0
- dependencies
accesskit_atspi_common: v0.10.0
0.10.0 (2024-10-31)
⚠ BREAKING CHANGES
- Rename
name
tolabel
and usevalue
for label content (#475) - Rename
Role::InlineTextBox
toTextRun
(#473) - Drop
DefaultActionVerb
(#472) - Make the core crate no-std (#468)
Features
Code Refactoring
- Drop
DefaultActionVerb
(#472) (ef3b003) - Rename
name
tolabel
and usevalue
for label content (#475) (e0053a5) - Rename
Role::InlineTextBox
toTextRun
(#473) (29fa341)
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.16.3 to 0.17.0
- accesskit_consumer bumped from 0.24.3 to 0.25.0
- dependencies
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.
accesskit_winit: v0.22.4
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit_macos bumped from 0.17.3 to 0.17.4
- dependencies
accesskit_macos: v0.17.4
accesskit_winit: v0.22.3
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.16.2 to 0.16.3
- accesskit_windows bumped from 0.23.1 to 0.23.2
- accesskit_macos bumped from 0.17.2 to 0.17.3
- accesskit_unix bumped from 0.12.2 to 0.12.3
- dependencies