-
Notifications
You must be signed in to change notification settings - Fork 270
feat: Add ARIA roles and attributes #233
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
Conversation
Pull Request Test Coverage Report for Build 1110
💛 - Coveralls |
This is great! Thanks for sending this! |
Don't bother resolving the intermediate conflicts. We can do a final resolving when this PR is about to be merged. Same goes for 230, 242 |
# Conflicts: # __snapshots__/src/index.test.js.md # __snapshots__/src/index.test.js.snap # __snapshots__/src/tree-node/index.test.js.md # __snapshots__/src/tree-node/index.test.js.snap # src/index.js # src/index.test.js # src/tree-node/index.js
Need to figure out a way to resolve the codeclimate complexity error. I think CC is right here. Gonna take a shot with fresh mind tomorrow. Feel free to propose any ideas you may have. |
Separated out the trigger to a separate js. Two large methods which could be moved as well. |
Code Climate has analyzed commit 791ff75 and detected 0 issues on this pull request. View more on Code Climate. |
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.
👍
@allcontributors[bot] Let's add @gazab for code |
I've put up a pull request to add @gazab! 🎉 |
🎉 This PR is included in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
What does it do?
Adds some ARIA roles and attributes according to:
Does not add label to input element because #225 already solves that.
Fixes # (issue)
Partly addresses #216
Type of change