Skip to content

Releases: AccessKit/accesskit

accesskit_winit: v0.23.0

31 Oct 18:35
9634fc2
Compare
Choose a tag to compare

0.23.0 (2024-10-31)

⚠ BREAKING CHANGES

  • Rename name to label and use value for label content (#475)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476)
  • Drop DefaultActionVerb (#472)
  • Make the core crate no-std (#468)

Features

Code Refactoring

  • Drop DefaultActionVerb (#472) (ef3b003)
  • Rename name to label and use value for label content (#475) (e0053a5)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#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

accesskit_windows: v0.24.0

31 Oct 18:35
9634fc2
Compare
Choose a tag to compare

0.24.0 (2024-10-31)

⚠ BREAKING CHANGES

  • Rename name to label and use value for label content (#475)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476)
  • Rename Role::InlineTextBox to TextRun (#473)
  • Drop DefaultActionVerb (#472)
  • Make the core crate no-std (#468)

Features

Code Refactoring

  • Drop DefaultActionVerb (#472) (ef3b003)
  • Rename name to label and use value for label content (#475) (e0053a5)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476) (7d8910e)
  • Rename Role::InlineTextBox to TextRun (#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

accesskit_unix: v0.13.0

31 Oct 18:34
9634fc2
Compare
Choose a tag to compare

0.13.0 (2024-10-31)

⚠ BREAKING CHANGES

  • Make the core crate no-std (#468)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.16.3 to 0.17.0
      • accesskit_atspi_common bumped from 0.9.3 to 0.10.0

accesskit_macos: v0.18.0

31 Oct 18:34
9634fc2
Compare
Choose a tag to compare

0.18.0 (2024-10-31)

⚠ BREAKING CHANGES

  • Rename name to label and use value for label content (#475)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476)
  • Rename Role::InlineTextBox to TextRun (#473)
  • Drop DefaultActionVerb (#472)
  • Make the core crate no-std (#468)

Features

Bug Fixes

  • Implement the isAccessibilityEnabled property on MacOS (#474) (61e4817)

Code Refactoring

  • Drop DefaultActionVerb (#472) (ef3b003)
  • Rename name to label and use value for label content (#475) (e0053a5)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476) (7d8910e)
  • Rename Role::InlineTextBox to TextRun (#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

accesskit_consumer: v0.25.0

31 Oct 18:34
9634fc2
Compare
Choose a tag to compare

0.25.0 (2024-10-31)

⚠ BREAKING CHANGES

  • Rename name to label and use value for label content (#475)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476)
  • Rename Role::InlineTextBox to TextRun (#473)
  • Drop DefaultActionVerb (#472)
  • Make the core crate no-std (#468)

Features

Code Refactoring

  • Drop DefaultActionVerb (#472) (ef3b003)
  • Rename name to label and use value for label content (#475) (e0053a5)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476) (7d8910e)
  • Rename Role::InlineTextBox to TextRun (#473) (29fa341)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.16.3 to 0.17.0

accesskit_atspi_common: v0.10.0

31 Oct 18:34
9634fc2
Compare
Choose a tag to compare

0.10.0 (2024-10-31)

⚠ BREAKING CHANGES

  • Rename name to label and use value for label content (#475)
  • Rename Role::InlineTextBox to TextRun (#473)
  • Drop DefaultActionVerb (#472)
  • Make the core crate no-std (#468)

Features

Code Refactoring

  • Drop DefaultActionVerb (#472) (ef3b003)
  • Rename name to label and use value for label content (#475) (e0053a5)
  • Rename Role::InlineTextBox to TextRun (#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

accesskit: v0.17.0

31 Oct 18:34
9634fc2
Compare
Choose a tag to compare

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.

accesskit_winit: v0.22.4

21 Oct 12:19
c1bd2d6
Compare
Choose a tag to compare

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit_macos bumped from 0.17.3 to 0.17.4

accesskit_macos: v0.17.4

21 Oct 12:19
c1bd2d6
Compare
Choose a tag to compare

0.17.4 (2024-10-21)

Bug Fixes

  • Add properties needed by the Xcode Accessibility Inspector (#466) (295b188)

accesskit_winit: v0.22.3

08 Oct 12:53
02cf1aa
Compare
Choose a tag to compare

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