-
Notifications
You must be signed in to change notification settings - Fork 99
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
refactor(FilterGroupItem): api alignment #6012
Conversation
BREAKING CHANGE: For a better aligned API, the `visible` and `visibleInFilterBar` (default: `true`) props have been replaced with `hidden` and `hideInFilterBar` (default: `false`).
Pull Request Test Coverage Report for Build 9773804215Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9775561659Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9776075129Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9777020228Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9777378029Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9778945367Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
Size Change: -17 B (0%) Total Size: 400 kB
ℹ️ View Unchanged
|
Pull Request Test Coverage Report for Build 9779129925Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9803930041Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
🎉 This PR is included in version v2.0.0-rc.0 🎉 The release is available on v2.0.0-rc.0 Your semantic-release bot 📦🚀 |
BREAKING CHANGE: For a better aligned API, the
visible
andvisibleInFilterBar
(default:true
) props have been replaced withhidden
andhiddenInFilterBar
(no default value).