-
-
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
Addon-docs: Review and merge #7101
Comments
Yowza!! I just released https://github.com/storybookjs/storybook/releases/tag/v5.2.0-alpha.30 containing PR #7171 that references this issue. Upgrade today to try it out! You can find this prerelease on the Closing this issue. Please re-open if you think there's still more to do. |
Hey @shilman, not sure if you are aware, but currently Riot has been upgraded to version 4, and it is not compatible with Riot 3. Lot of the dependencies currently in Storybook/Riot will not work with Riot 4. If you'd like to see an example of Riot4 with webpack, I have one in my boilerplate project. Check out how the dependencies are now different. I really like story book and I really like Riot. Would love to see them work together. Also, if there's anything I can do to help, feel free to ask! |
@damusix Please open a separate issue about Riot4 support. Hopefully someone will pick it up! |
Shiver me timbers!! I just released https://github.com/storybookjs/storybook/releases/tag/v5.2.0-beta.0 containing PR #7418 that references this issue. Upgrade today to try it out! You can find this prerelease on the Closing this issue. Please re-open if you think there's still more to do. |
Yowza!! I just released https://github.com/storybookjs/storybook/releases/tag/v5.2.0-beta.2 containing PR #7454 that references this issue. Upgrade today to try it out! You can find this prerelease on the Closing this issue. Please re-open if you think there's still more to do. |
I don't think Vue kitchen sink example is done yet because there is no TypeScript configured in that example. With Vue 3.0 approaching, people should already be using TypeScript in their Vue projects, and it seems this not straightforward setup to configure when using addon-docs, ref #8082 |
In addition, please note that by default Vue projects are configured to use '@' as an Webpack alias to point to /src folder, so this should be configured as well. |
@envision would you mind filing a separate issue containing Vue improvements you'd like to see? I'm working with @Aaron-Pool and @elevatebart to get official Vue support ready in 5.3. This issue is just about getting the alpha merged, which is done |
Olé!! I just released https://github.com/storybookjs/storybook/releases/tag/v5.3.0-alpha.23 containing PR #7668 that references this issue. Upgrade today to try it out! You can find this prerelease on the Closing this issue. Please re-open if you think there's still more to do. |
Closing this and will follow up with individual issues as needed |
Olé!! I just released https://github.com/storybookjs/storybook/releases/tag/v6.0.0-alpha.26 containing PR #7673 that references this issue. Upgrade today to try it out! You can find this prerelease on the |
SB Docs is a big new Storybook feature that has been developed and released as
5.2.0-alpha.x
from the https://github.com/storybookjs/storybook/tree/release/docs-technical-preview branch.Now we're in a tricky situation where we need to get this work merged back into
next
. Rather than a single giant merge, I'm going to break the work into a series of small PRs that can be properly reviewed and refined. This umbrella issue tracks that work.Addon PRs
--docs
documentation-only view Docs mode with--docs
flag #7154Example PRs
The text was updated successfully, but these errors were encountered: