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

Misc fixes #371

Merged
merged 5 commits into from
Feb 14, 2021
Merged

Misc fixes #371

merged 5 commits into from
Feb 14, 2021

Conversation

techfg
Copy link
Collaborator

@techfg techfg commented Feb 14, 2021

Explain the details for making this change. What existing problem does the pull request solve and/or what capability does it add?

Resolves #137 - fix handling of href attribute empty/missing
Resolves #170 - fix missing/non-conforming shape attribute
Resolves #364 - fix uncaught promise when mouseoutDelay -1
Resolves #365 - fix selected state when staticState === true
Resolves #366 - fix selected state when staticState === false
Resolves #367 - fix options not correctly applied when calling set/selected API

Test plan (required)

  • Added examples to cover test cases due to test framework not supporting required functionality
  • All tests pass
  • All examples work as expected

@techfg techfg merged commit d2c6c5f into master Feb 14, 2021
@techfg techfg deleted the misc-fixes branch February 14, 2021 08:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment