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

Few fixed related to marko support #3609

Merged
merged 11 commits into from
May 20, 2018
Merged

Few fixed related to marko support #3609

merged 11 commits into from
May 20, 2018

Conversation

nm123github
Copy link
Contributor

@nm123github nm123github commented May 20, 2018

Issue:

What I did

  • Fix some marko cli issues.
  • Also, add some new examples in default.

How to test

Is this testable with Jest or Chromatic screenshots?
Not sure

Does this need a new example in the kitchen sink apps?
Added new example.

Does this need an update to the documentation?
No

@nm123github nm123github changed the title Addmarkosupport Few fixed related to marko support May 20, 2018
@codecov
Copy link

codecov bot commented May 20, 2018

Codecov Report

Merging #3609 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #3609   +/-   ##
=======================================
  Coverage   40.02%   40.02%           
=======================================
  Files         481      481           
  Lines        5254     5254           
  Branches      862      862           
=======================================
  Hits         2103     2103           
  Misses       2634     2634           
  Partials      517      517

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c821484...6392dc5. Read the comment docs.

@@ -1,2 +1,2 @@
import '@storybook/addon-actions/register';
import '@storybook/addon-links/register';
import '@storybook/addon-knobs/register';
Copy link
Member

@Hypnosphi Hypnosphi May 20, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You need to add it as dependency in MARKO/index.js then

Please run yarn test --cli --update after that

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done 👍

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please also commit the new files in snapshots/marko/components (git add -A should help)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, snapshots files are part of PR.

Copy link
Member

@ndelangen ndelangen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great work

@Hypnosphi Hypnosphi merged commit 8004678 into storybookjs:master May 20, 2018
@Hypnosphi
Copy link
Member

Released as 4.0.0-alpha.8

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.

3 participants