Skip to content

accesskit_windows accesskit_windows-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)
  • platforms/windows: Refactor window subclassing to avoid lifetime issue (#120)
  • platforms/windows: Simplify the adapter API by always boxing the tree source (#119)
  • Drop unused tree IDs (#113)
  • platforms/windows: Migrate to windows-rs 0.37 (#109)
  • Switch to NonZeroU128 for NodeIDs (#99)

Features

  • platforms/windows: Win32 subclassing support (#118) (60c69b7)
  • platforms/winit: New winit adapter (#121) (fdc274e)

Bug Fixes

  • consumer, platforms/windows: Resolve new clippy warning (#100) (e8cd95c)
  • Migrate to 2021 edition (#115) (f2333c8)
  • platforms/windows: Print usage text to the terminal from the Windows example (#103) (7fba3ce)
  • platforms/windows: Restore the optimization of the FragmentRoot method (#116) (d48c31b)
  • Switch to NonZeroU128 for NodeIDs (#99) (25a1a52)

Miscellaneous Chores

  • platforms/windows: Migrate to windows-rs 0.37 (#109) (1065e11)

Code Refactoring

  • Drop unused tree IDs (#113) (ca60770)
  • platforms/windows: Refactor window subclassing to avoid lifetime issue (#120) (37579aa)
  • platforms/windows: Simplify the adapter API by always boxing the tree source (#119) (27d5c78)
  • String indices are always in UTF-8 code units (#114) (386ca0a)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.3.0 to 0.4.0
      • accesskit_consumer bumped from 0.3.0 to 0.4.0