-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Generic addon decorators #3555
Generic addon decorators #3555
Conversation
Codecov Report
@@ Coverage Diff @@
## master #3555 +/- ##
=========================================
- Coverage 37.08% 36.49% -0.6%
=========================================
Files 511 487 -24
Lines 10851 10265 -586
Branches 975 944 -31
=========================================
- Hits 4024 3746 -278
+ Misses 6227 5941 -286
+ Partials 600 578 -22
Continue to review full report at Codecov.
|
@@ -1 +1 @@ | |||
module.exports = require('./dist/mithril'); | |||
module.exports = require('./dist/deprecated'); |
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.
I think we can keep those files for one alpha release
@storybooks/team it's ready for final review |
…ators # Conflicts: # addons/viewport/package.json
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.
LGTM
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.
addon's are so much cleaner now!
…ators # Conflicts: # ADDONS_SUPPORT.md # examples/angular-cli/src/stories/__snapshots__/custom-styles.stories.storyshot
Released as |
Based on decorators for
storybook/html