-
Notifications
You must be signed in to change notification settings - Fork 103
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(ActionSheet): api alignment #5956
Conversation
BREAKING CHANGE: the `portalContainer` prop has been removed as it not needed anymore BREAKING CHANGE: the `showCancelButton` has been renamed to `hideCancelButton` and the logic has been inverted.
Size Change: -21 B (-0.01%) Total Size: 401 kB
ℹ️ View Unchanged
|
Pull Request Test Coverage Report for Build 9610820591Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9611148971Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9612347069Details
💛 - Coveralls |
Pull Request Test Coverage Report for Build 9614491342Warning: 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 9614554245Warning: 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: the
portalContainer
prop has been removed as it's not needed anymoreBREAKING CHANGE: the
showCancelButton
has been renamed tohideCancelButton
and the logic has been inverted.