-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
cli: colocate stories and components, centralize main.js #10913
Closed
Closed
Changes from 1 commit
Commits
Show all changes
56 commits
Select commit
Hold shift + click to select a range
dae9d40
rename generator
tooppaaa 5597f5a
CLI: react stories
tooppaaa b2d5744
fix build
tooppaaa fb1a124
fixes
tooppaaa 8434dcc
fix tests
tooppaaa 8673294
fix unit test
tooppaaa 2b5372e
fix lint
tooppaaa 93eaae0
fix tests
tooppaaa 665163d
fix unit test
tooppaaa 7cf2595
Feedbacks
tooppaaa f535af4
Move ember
tooppaaa 2783b12
Move Meteor
tooppaaa 79d6b00
Move mithril
tooppaaa 06e3c14
Move preact
tooppaaa fb3845d
Move rax
tooppaaa 5ba3eef
Move riot
tooppaaa ba37d85
Move svelte
tooppaaa 4722220
Move marko and cleanup
tooppaaa 0e2f5f6
Move marionette
tooppaaa cdea7b9
Move vue
tooppaaa 6d3eec2
Move html
tooppaaa 6aad11e
no tabs
ndelangen c40b550
Merge remote-tracking branch 'origin/next' into tech/colocateReactSto…
tooppaaa 858ff9f
Merge branch 'tech/colocateReactStories' into tech/colocateSomeStories
tooppaaa 62d58b2
Merge pull request #10935 from storybookjs/tech/colocateSomeStories
tooppaaa 10dbb81
Move WebComponents
tooppaaa 6a29fb0
Move react-native
tooppaaa 15f14a3
Move & clean aurelia
tooppaaa 5931abc
Move and clean Angular
tooppaaa 29f0473
Oops
tooppaaa b3a46d8
fix tests
tooppaaa 61f6968
Merge remote-tracking branch 'origin/next' into tech/colocateReactSto…
tooppaaa e052b64
Merge branch 'tech/colocateReactStories' into tech/colocateMoreStories
tooppaaa 2ce9d3e
Merge pull request #10972 from storybookjs/tech/colocateMoreStories
tooppaaa dde7de4
add angular stories back
tooppaaa 4ef5c55
fix aurelia
tooppaaa 68d6644
fix welcome story
tooppaaa fde26b3
remove plugin-external-helpers from fixtures
tooppaaa 6802976
Merge remote-tracking branch 'origin/next' into tech/colocateReactSto…
tooppaaa 6dc8533
merge
tooppaaa 0002cd9
fix copy template when needed
tooppaaa 5fda409
fix build
tooppaaa eb0cd84
switch to docs over essentials
tooppaaa 5cb9011
fix build
tooppaaa c928b20
make it green
tooppaaa fbb5d89
Fix yarn 2
tooppaaa 2570a66
fix(cli): use the same list of addons to build `main.js` as the one a…
gaetanmaisse 0e8ae86
fix(cli): add peer deps of storybook addons when init a project
gaetanmaisse 6e68926
PR Feedbacks
tooppaaa aca5302
Use docs & actions for now
tooppaaa d7113b5
Merge branch 'next' into tech/colocateReactStories
ndelangen afffa12
Revert "remove plugin-external-helpers from fixtures"
tooppaaa bf7616d
move vue
tooppaaa 638b51e
Merge remote-tracking branch 'origin/next' into tech/colocateReactSto…
tooppaaa 669fdb8
finish merge
tooppaaa 6fc491c
fix merge
tooppaaa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
@shilman any reason to have
react-is
as a peerDep and not a regular dep? I'm guessing because having multiples different versions in a single project leads to chaos💥?