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

fix: Standardize filter params for class #10

Merged
merged 1 commit into from
Aug 5, 2024

Conversation

mike-plummer
Copy link

Supporting CP-3167

Standardize the parameters passed into the filter function when considering the class attribute so it's more clear that we're filtering a portion of the attribute value (a single class token), not the whole thing.

This library was already splitting the class attribute and filtering individually so a subset of classes could be included/excluded, but was passing an unexpected type param which caused the filter function in uicov to not always fire as expected.

@mike-plummer mike-plummer merged commit 1111cc6 into master Aug 5, 2024
3 checks passed
@mike-plummer mike-plummer deleted the mikep/CP-3167-fix-class-filter-args branch August 5, 2024 14:02
Copy link

github-actions bot commented Aug 5, 2024

🎉 This issue has been resolved in version 2.0.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants