Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #469

Merged
merged 1 commit into from
Oct 31, 2024
Merged

chore: release main #469

merged 1 commit into from
Oct 31, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 22, 2024

πŸ€– I have created a release beep boop

accesskit: 0.17.0

0.17.0 (2024-10-31)

⚠ BREAKING CHANGES

  • Drop the is_hovered property (#479)
  • Rename name to label and use value for label content (#475)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476)
  • Rename Role::InlineTextBox to TextRun (#473)
  • Drop DefaultActionVerb (#472)
  • Make the core crate no-std (#468)

Features

Bug Fixes

Code Refactoring

  • Drop DefaultActionVerb (#472) (ef3b003)
  • Rename name to label and use value for label content (#475) (e0053a5)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476) (7d8910e)
  • Rename Role::InlineTextBox to TextRun (#473) (29fa341)
accesskit_atspi_common: 0.10.0

0.10.0 (2024-10-31)

⚠ BREAKING CHANGES

  • Rename name to label and use value for label content (#475)
  • Rename Role::InlineTextBox to TextRun (#473)
  • Drop DefaultActionVerb (#472)
  • Make the core crate no-std (#468)

Features

Code Refactoring

  • Drop DefaultActionVerb (#472) (ef3b003)
  • Rename name to label and use value for label content (#475) (e0053a5)
  • Rename Role::InlineTextBox to TextRun (#473) (29fa341)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.16.3 to 0.17.0
      • accesskit_consumer bumped from 0.24.3 to 0.25.0
accesskit_consumer: 0.25.0

0.25.0 (2024-10-31)

⚠ BREAKING CHANGES

  • Rename name to label and use value for label content (#475)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476)
  • Rename Role::InlineTextBox to TextRun (#473)
  • Drop DefaultActionVerb (#472)
  • Make the core crate no-std (#468)

Features

Code Refactoring

  • Drop DefaultActionVerb (#472) (ef3b003)
  • Rename name to label and use value for label content (#475) (e0053a5)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476) (7d8910e)
  • Rename Role::InlineTextBox to TextRun (#473) (29fa341)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.16.3 to 0.17.0
accesskit_macos: 0.18.0

0.18.0 (2024-10-31)

⚠ BREAKING CHANGES

  • Rename name to label and use value for label content (#475)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476)
  • Rename Role::InlineTextBox to TextRun (#473)
  • Drop DefaultActionVerb (#472)
  • Make the core crate no-std (#468)

Features

Bug Fixes

  • Implement the isAccessibilityEnabled property on MacOS (#474) (61e4817)

Code Refactoring

  • Drop DefaultActionVerb (#472) (ef3b003)
  • Rename name to label and use value for label content (#475) (e0053a5)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476) (7d8910e)
  • Rename Role::InlineTextBox to TextRun (#473) (29fa341)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.16.3 to 0.17.0
      • accesskit_consumer bumped from 0.24.3 to 0.25.0
accesskit_unix: 0.13.0

0.13.0 (2024-10-31)

⚠ BREAKING CHANGES

  • Make the core crate no-std (#468)

Features

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.16.3 to 0.17.0
      • accesskit_atspi_common bumped from 0.9.3 to 0.10.0
accesskit_windows: 0.24.0

0.24.0 (2024-10-31)

⚠ BREAKING CHANGES

  • Rename name to label and use value for label content (#475)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476)
  • Rename Role::InlineTextBox to TextRun (#473)
  • Drop DefaultActionVerb (#472)
  • Make the core crate no-std (#468)

Features

Code Refactoring

  • Drop DefaultActionVerb (#472) (ef3b003)
  • Rename name to label and use value for label content (#475) (e0053a5)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476) (7d8910e)
  • Rename Role::InlineTextBox to TextRun (#473) (29fa341)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.16.3 to 0.17.0
      • accesskit_consumer bumped from 0.24.3 to 0.25.0
accesskit_winit: 0.23.0

0.23.0 (2024-10-31)

⚠ BREAKING CHANGES

  • Rename name to label and use value for label content (#475)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476)
  • Drop DefaultActionVerb (#472)
  • Make the core crate no-std (#468)

Features

Code Refactoring

  • Drop DefaultActionVerb (#472) (ef3b003)
  • Rename name to label and use value for label content (#475) (e0053a5)
  • Rename NodeBuilder to Node and the old Node to FrozenNode (#476) (7d8910e)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • accesskit bumped from 0.16.3 to 0.17.0
      • accesskit_windows bumped from 0.23.2 to 0.24.0
      • accesskit_macos bumped from 0.17.4 to 0.18.0
      • accesskit_unix bumped from 0.12.3 to 0.13.0

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main branch 5 times, most recently from e28e1ca to 36a5f46 Compare October 29, 2024 20:01
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 36a5f46 to 7215986 Compare October 31, 2024 18:25
@mwcampbell mwcampbell merged commit 9634fc2 into main Oct 31, 2024
@mwcampbell mwcampbell deleted the release-please--branches--main branch October 31, 2024 18:34
Copy link
Contributor Author

πŸ€– Release is at https://github.com/AccessKit/accesskit/releases/tag/accesskit-v0.17.0 🌻

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant