Skip to content

Releases: AccessKit/accesskit

accesskit_winit: v0.27.0

07 May 21:09
daf5faf
Compare
Choose a tag to compare

0.27.0 (2025-05-06)

⚠ BREAKING CHANGES

  • Simplify the core Android adapter API (#558)
  • Drop redundant HasPopup::True (#550)

Code Refactoring

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.18.0 to 0.19.0
      • accesskit_windows bumped from 0.26.0 to 0.27.0
      • accesskit_macos bumped from 0.19.0 to 0.20.0
      • accesskit_unix bumped from 0.14.0 to 0.15.0
      • accesskit_android bumped from 0.1.1 to 0.2.0

accesskit_windows: v0.27.0

07 May 21:09
daf5faf
Compare
Choose a tag to compare

0.27.0 (2025-05-06)

⚠ BREAKING CHANGES

  • Drop redundant HasPopup::True (#550)

Bug Fixes

  • Expose tabs in the platform adapters (341a11b)
  • Update windows-rs to 0.61 (#541) (2f86c45)

Code Refactoring

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.18.0 to 0.19.0
      • accesskit_consumer bumped from 0.27.0 to 0.28.0

accesskit_unix: v0.15.0

07 May 21:09
daf5faf
Compare
Choose a tag to compare

0.15.0 (2025-05-06)

⚠ BREAKING CHANGES

  • Drop redundant HasPopup::True (#550)

Bug Fixes

  • Expose tabs in the platform adapters (341a11b)
  • Mention caveats with window bounds under Wayland (#559) (b0cf01a)

Code Refactoring

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.18.0 to 0.19.0
      • accesskit_atspi_common bumped from 0.11.0 to 0.12.0

accesskit_macos: v0.20.0

07 May 21:09
daf5faf
Compare
Choose a tag to compare

0.20.0 (2025-05-06)

⚠ BREAKING CHANGES

  • Drop redundant HasPopup::True (#550)

Features

  • Expose tabs in consumer and atspi-common (b1fb5b3)

Bug Fixes

  • Expose tabs in the platform adapters (341a11b)

Code Refactoring

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.18.0 to 0.19.0
      • accesskit_consumer bumped from 0.27.0 to 0.28.0

accesskit_consumer: v0.28.0

07 May 21:09
daf5faf
Compare
Choose a tag to compare

0.28.0 (2025-05-06)

⚠ BREAKING CHANGES

  • Drop unused Node::is_linked (#545)
  • Drop FrozenNode (#496)
  • Replace immutable-chunkmap with dual tree states (#495)

Features

  • Expose tabs in consumer and atspi-common (b1fb5b3)

Bug Fixes

  • Improve NodeId's debug representation (#547) (a47bca1)

Code Refactoring

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.18.0 to 0.19.0

accesskit_atspi_common: v0.12.0

07 May 21:09
daf5faf
Compare
Choose a tag to compare

0.12.0 (2025-05-06)

⚠ BREAKING CHANGES

  • Drop redundant HasPopup::True (#550)

Features

  • Expose tabs in consumer and atspi-common (b1fb5b3)

Bug Fixes

  • Fix a compilation error in atspi-common Event::new (#537) (23b4d8d)

Code Refactoring

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.18.0 to 0.19.0
      • accesskit_consumer bumped from 0.27.0 to 0.28.0

accesskit_android: v0.2.0

07 May 21:09
daf5faf
Compare
Choose a tag to compare

0.2.0 (2025-05-06)

⚠ BREAKING CHANGES

  • Simplify the core Android adapter API (#558)
  • Use the queued-events pattern in the Android adapter (#555)
  • Drop redundant HasPopup::True (#550)

Bug Fixes

  • Fix Android adapter after dropping FrozenNode (#553) (735cb7e)
  • Return text content from multiline inputs (#552) (4b74090)

Code Refactoring

  • Drop redundant HasPopup::True (#550) (56abf17)
  • Simplify the core Android adapter API (#558) (7ac5911)
  • Use the queued-events pattern in the Android adapter (#555) (0316518)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.18.0 to 0.19.0
      • accesskit_consumer bumped from 0.27.0 to 0.28.0

accesskit: v0.19.0

07 May 21:09
daf5faf
Compare
Choose a tag to compare

0.19.0 (2025-05-06)

⚠ BREAKING CHANGES

  • Drop redundant HasPopup::True (#550)
  • Drop unused Node::is_linked (#545)
  • Drop FrozenNode (#496)

Bug Fixes

Code Refactoring

accesskit_winit: v0.26.0

17 Mar 21:15
7ea46c8
Compare
Choose a tag to compare

0.26.0 (2025-03-17)

⚠ BREAKING CHANGES

  • Panic if the window is visible when the adapter is created, for adapters where this is a problem (#529)

Bug Fixes

  • Panic if the window is visible when the adapter is created, for adapters where this is a problem (#529) (c43c37b)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit_windows bumped from 0.25.0 to 0.26.0
      • accesskit_android bumped from 0.1.0 to 0.1.1

accesskit_windows: v0.26.0

17 Mar 21:15
7ea46c8
Compare
Choose a tag to compare

0.26.0 (2025-03-17)

⚠ BREAKING CHANGES

  • Panic if the window is visible when the adapter is created, for adapters where this is a problem (#529)

Bug Fixes

  • Eliminate the dependency on paste (#528) (4aef05d)
  • Panic if the window is visible when the adapter is created, for adapters where this is a problem (#529) (c43c37b)