-
Notifications
You must be signed in to change notification settings - Fork 63
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
[fw-button] fix a11y issues and standardise attributes #218
Conversation
Fixing stylelint in import and correcting docs to avoid using color attribute
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.
For the renamed props, we need to think of a deprecation strategy where we'll also retain the old props as aliases for sometime. Can we explore a simple decorator (something like Alias) which would help us decorate deprecated properties and tie them to the updated properties?
…tead of setTimeout Throttle logic is refactored based on timestamp to avoid unexpected delays and css values change based on standards
Have reverted renaming of attributes as discussed |
Rename variables in function to more meaningful names and provide option to override throttle delay
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.
Please merge after fixing one minor docs comment.
Updating docs to accommodate latest changes after reverting attribute name changes
Checklist:
How Has This Been Tested?
Have tested the changes by rendering component in index.html and running on localhost