Skip to content

accesskit accesskit-v0.4.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jul 22:54
c318360

⚠ BREAKING CHANGES

  • String indices are always in UTF-8 code units (#114)
  • Drop unused tree IDs (#113)
  • Switch to NonZeroU128 for NodeIDs (#99)

Features

  • common: Conversion from NonZeroU64 to NodeId (#112) (b7adfb9)

Bug Fixes

  • common: Various documentation fixes and improvements (#111) (4d27234)
  • Migrate to 2021 edition (#115) (f2333c8)
  • Switch to NonZeroU128 for NodeIDs (#99) (25a1a52)

Code Refactoring