-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Addon-a11y: Add preset #9697
Addon-a11y: Add preset #9697
Conversation
Thanks for the quick turnaround! Could you try adding it to a demo app to ensure it works properly? It might be worth converting all of the demos to use the new format so that we are encouraging others to do so. @shilman any thoughts? |
A pre-existing one like examples/official-storybook? Something else? I can definitely do that (already made changes to official-storybook, but didn't want to commit that in case it's bad practice). |
Thanks @cloudsociety, this is awesome!!! Like @CodeByAlex said, please add it to all the examples (like official-storybook) as needed. I think what this means is just removing the manual decorator adding and confirm that it can also be disabled easily for some examples. Also, please add it to MIGRATION.md because it’s actually a breaking change (which is fine—we’re in 6.0 now!!) |
Hopefully got them all. Everything seems to be working. Not sure where to add it in MIGRATION.md. Not really a breaking change. Just added functionality. But more than happy to update that file with a little guidance. |
2b12a15
to
3e31910
Compare
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.
Added the migration info. Thanks @cloudsociety !!!
Thank you @cloudsociety! |
Issue: #9471
What I did
Add preset files based on addon-knobs. Also updated the readme, but it seems to have auto-formatted in interesting ways.
How to test
yarn test --core