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

Renamed Accessibility plugin to AccessKitPlugin in bevy_winit #10914

Merged
merged 2 commits into from
Dec 9, 2023
Merged

Conversation

bogdiw
Copy link
Contributor

@bogdiw bogdiw commented Dec 9, 2023

Objective

Solution

  • bevy::a11y::AccessibilityPlugin remains unchanged.
  • Renamed bevy::winit::accessibility::AccessibilityPlugin to bevy::winit::accessibility::AccessKitPlugin.

Migration Guide

  • bevy_winit::AccessibilityPlugin has been renamed to AccessKitPlugin.

- Renamed bevy::a11y::AccessibilityPlugin to bevy::a11y::A11YAccessibilityPlugin.
- Renamed bevy::winit::accessibility::AccessibilityPlugin to bevy::winit::accessibility::WinitAccessibilityPlugin.
Copy link
Contributor

github-actions bot commented Dec 9, 2023

Welcome, new contributor!

Please make sure you've read our contributing guide and we look forward to reviewing your pull request shortly ✨

@ItsDoot ItsDoot added the C-Code-Quality A section of code that is hard to understand or change label Dec 9, 2023
crates/bevy_a11y/src/lib.rs Outdated Show resolved Hide resolved
@bogdiw bogdiw changed the title Renamed both plugins with the same name for more clarity. Renamed plugin name for more clarity. Dec 9, 2023
@bogdiw bogdiw changed the title Renamed plugin name for more clarity. Renamed plugin name in bevy_winit. Dec 9, 2023
Copy link
Contributor

@Nilirad Nilirad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is ok, thanks.

@alice-i-cecile alice-i-cecile changed the title Renamed plugin name in bevy_winit. Renamed Accessibility plugin to AccessKitPlugin in bevy_winit Dec 9, 2023
@alice-i-cecile alice-i-cecile added S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it C-Breaking-Change A breaking change to Bevy's public API that needs to be noted in a migration guide labels Dec 9, 2023
@alice-i-cecile alice-i-cecile added this pull request to the merge queue Dec 9, 2023
Copy link
Contributor

github-actions bot commented Dec 9, 2023

It looks like your PR is a breaking change, but you didn't provide a migration guide.

Could you add some context on what users should update when this change get released in a new version of Bevy?
It will be used to help writing the migration guide for the version. Putting it after a ## Migration Guide will help it get automatically picked up by our tooling.

@alice-i-cecile
Copy link
Member

Added a migration guide and updated the title for you <3 Merging!

Merged via the queue into bevyengine:main with commit 2406021 Dec 9, 2023
24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-Breaking-Change A breaking change to Bevy's public API that needs to be noted in a migration guide C-Code-Quality A section of code that is hard to understand or change S-Ready-For-Final-Review This PR has been approved by the community. It's ready for a maintainer to consider merging it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

There are two plugins named AccessibilityPlugin
5 participants