Skip to content

Releases: AccessKit/accesskit-c

v0.21.2

11 Mar 22:40
72460cd

Choose a tag to compare

0.21.2 (2026-03-11)

Bug Fixes

  • bump the rust-crates group with 4 updates (#87) (32d4dcc)

v0.21.1

26 Feb 21:18
39dd05f

Choose a tag to compare

0.21.1 (2026-02-26)

Bug Fixes

  • Fix Android platform detection in CMake build process (#83) (8cca8b6)

v0.21.0

26 Feb 18:49
4a7d034

Choose a tag to compare

0.21.0 (2026-02-25)

⚠ BREAKING CHANGES

  • Update minimum supported Rust version to 1.85 (#80)

Features

Bug Fixes

  • Allow null pointers as empty slices (#79) (a3a8348)
  • Ensure Vec capacity equals length in custom_actions to avoid UB on free (#82) (29b4a3e)
  • Update minimum supported Rust version to 1.85 (#80) (c07ddbc)

v0.20.0

18 Jan 21:17
6e07e3d

Choose a tag to compare

0.20.0 (2026-01-18)

⚠ BREAKING CHANGES

  • Update AccessKit crates (#69)

Bug Fixes

v0.19.0

03 Jan 16:12
9467826

Choose a tag to compare

0.19.0 (2026-01-03)

⚠ BREAKING CHANGES

  • Update Rust crates (#67)

Bug Fixes

v0.18.0

10 Dec 20:06
0c52a8c

Choose a tag to compare

0.18.0 (2025-12-10)

⚠ BREAKING CHANGES

  • Make accesskit_custom_action an opaque type (#64)

Features

  • Add functions to get string representation of opaque types (#56) (f885b39)
  • Add missing functions to geometry types (#63) (a809289)
  • Allow usage of char slices in addition to null-terminated strings (#60) (5f0a917)

Bug Fixes

  • bump the rust-crates group with 3 updates (#59) (314b789)
  • Prevent use-after-free with some geometry functions (#65) (80ebdb5)

Code Refactoring

  • Make accesskit_custom_action an opaque type (#64) (440578f)

v0.17.1

02 Oct 18:35
f45c4a4

Choose a tag to compare

0.17.1 (2025-10-02)

Bug Fixes

  • bump the rust-crates group with 4 updates (#54) (f71fc32)
  • Draw on the window to make the SDL example work under Wayland (#51) (4872478)

v0.17.0

18 Jul 12:20
f69571e

Choose a tag to compare

0.17.0 (2025-07-18)

⚠ BREAKING CHANGES

  • Update for the latest AccessKit release (#49)
  • bump the rust-crates group with 4 updates (#45)

deps

  • Update for the latest AccessKit release (#49) (b429c4a)

Bug Fixes

  • bump the rust-crates group with 4 updates (#45) (ac163d1)

v0.16.0

25 May 11:50
06c1779

Choose a tag to compare

0.16.0 (2025-05-25)

⚠ BREAKING CHANGES

  • Update the AccessKit crates (#37)

Bug Fixes

  • Rename import library for MSVC toolchain (#43) (8ae58b1)
  • Update the AccessKit crates (#37) (768173d)

v0.15.1

18 Mar 20:27
0d1da94

Choose a tag to compare

0.15.1 (2025-03-18)

Bug Fixes

  • Remove calls to accesskit_tree_set_app_name in examples (#31) (1f493a9)
  • Remove paste from Cargo.lock (#30) (0623e08)
  • Update Corrosion to 0.5.1 (#32) (015a981)