Releases: AccessKit/accesskit
Releases · AccessKit/accesskit
accesskit_consumer: v0.28.0
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
Code Refactoring
- Drop
FrozenNode
(#496) (f8c0d0a) - Drop unused
Node::is_linked
(#545) (3aab4ac) - Replace
immutable-chunkmap
with dual tree states (#495) (a74dbfc)
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.18.0 to 0.19.0
- dependencies
accesskit_atspi_common: v0.12.0
0.12.0 (2025-05-06)
⚠ BREAKING CHANGES
- Drop redundant
HasPopup::True
(#550)
Features
- Expose tabs in consumer and atspi-common (b1fb5b3)
Bug Fixes
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
- dependencies
accesskit_android: v0.2.0
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
- dependencies
accesskit: v0.19.0
accesskit_winit: v0.26.0
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
- dependencies
accesskit_windows: v0.26.0
accesskit_android: v0.1.1
accesskit_winit: v0.25.0
accesskit_winit: v0.24.0
0.24.0 (2025-03-06)
⚠ BREAKING CHANGES
Features
Bug Fixes
Code Refactoring
- Add event loop parameter to winit adapter constructors (#517) (0d15f24)
- Drop
Tree::app_name
(#492) (089794c)
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.17.1 to 0.18.0
- accesskit_windows bumped from 0.24.1 to 0.25.0
- accesskit_macos bumped from 0.18.1 to 0.19.0
- accesskit_unix bumped from 0.13.1 to 0.14.0
- dependencies
accesskit_windows: v0.25.0
0.25.0 (2025-03-06)
⚠ BREAKING CHANGES
Features
Bug Fixes
- Add list box support to the platform adapters (6c622cf)
- Derive
Debug
for adapters (#513) (753d904) - Expose password input fields on Windows (#516) (19514da)
- Fix some clippy warnings (#509) (579b9c1)
- Optimize dynamic string building (#491) (a86901d)
- Remove unnecessary explicit lifetimes (#488) (d2bcd6d)
Code Refactoring
Dependencies
- The following workspace dependencies were updated
- dependencies
- accesskit bumped from 0.17.1 to 0.18.0
- accesskit_consumer bumped from 0.26.0 to 0.27.0
- dependencies