-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Conversation
- Renamed bevy::a11y::AccessibilityPlugin to bevy::a11y::A11YAccessibilityPlugin. - Renamed bevy::winit::accessibility::AccessibilityPlugin to bevy::winit::accessibility::WinitAccessibilityPlugin.
Welcome, new contributor! Please make sure you've read our contributing guide and we look forward to reviewing your pull request shortly ✨ |
There was a problem hiding this 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.
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? |
Added a migration guide and updated the title for you <3 Merging! |
Objective
AccessibilityPlugin
#10901Solution
bevy::a11y::AccessibilityPlugin
remains unchanged.bevy::winit::accessibility::AccessibilityPlugin
tobevy::winit::accessibility::AccessKitPlugin
.Migration Guide
bevy_winit::AccessibilityPlugin
has been renamed toAccessKitPlugin
.