43192 Commits

Author SHA1 Message Date
Tom Coleman
f67404b36e Ensure that if you skip *one* option it doesn't prompt them all 2022-10-10 10:49:06 +11:00
Tom Coleman
0c9639b096 Just specify a template for simplicity 2022-10-10 10:34:52 +11:00
Tom Coleman
57c81e8d2f Rename file to storybook-sandbox 2022-10-10 10:34:12 +11:00
Tom Coleman
f407585b94 Another @yannbf fix 2022-10-10 10:32:10 +11:00
Tom Coleman
d1ebd7e74e
Apply suggestions from code review
@yannbf text changes

Co-authored-by: Yann Braga <yannbf@gmail.com>
2022-10-10 10:30:29 +11:00
Tom Coleman
6adbd3e8cd Move text up
https://github.com/storybookjs/storybook/pull/19275#discussion_r990630287
2022-10-10 10:28:27 +11:00
Tom Coleman
0aa4be1c85 Remove a11y from default addons 2022-10-10 10:27:14 +11:00
Tom Coleman
da590c7a78 Remove spurious log 2022-10-10 10:23:07 +11:00
Tom Coleman
67d1ab11dc Rename before => dependsOn
https://github.com/storybookjs/storybook/pull/19275#discussion_r989719111
2022-10-10 10:22:07 +11:00
Tom Coleman
2c898fb6a4
Update scripts/task.ts
Co-authored-by: Jeppe Reinhold <jeppe@chromatic.com>
2022-10-07 17:40:08 +11:00
Tom Coleman
44b1131bc0 Allow starting from a service 2022-10-07 16:58:10 +11:00
Tom Coleman
f37897d812 Switch CRA for vite-react in start 2022-10-07 16:54:06 +11:00
Tom Coleman
202feaccc4 Revert "Add logging for a minute"
This reverts commit a638acc51a8f551e476c6c4752e276fabcae51bc.
2022-10-06 16:05:30 +11:00
Tom Coleman
a638acc51a Add logging for a minute 2022-10-06 15:28:29 +11:00
Tom Coleman
399192119b Fix up serve task 2022-10-06 15:27:59 +11:00
Tom Coleman
4154353083 Fix tasks 2022-10-06 14:29:05 +11:00
Tom Coleman
6e7b08da8a Get rid of references to bootstrap 2022-10-06 14:26:58 +11:00
Tom Coleman
aa0f82684c Made changes to code.md 2022-10-06 14:08:38 +11:00
Tom Coleman
f52725775a More fixes so things actually run 2022-10-06 13:57:17 +11:00
Tom Coleman
443faaadb9 Final task should always run 2022-10-06 13:48:18 +11:00
Tom Coleman
8204a4ce82 Fix compile readiness 2022-10-06 13:46:30 +11:00
Tom Coleman
fed5708ed3 Fix esbuild-loader resolution 2022-10-06 13:39:25 +11:00
Tom Coleman
9373838431 Fix start task 2022-10-06 13:38:12 +11:00
Tom Coleman
03c7e17372 Ensure we get workspaces from code/ 2022-10-06 13:38:04 +11:00
Tom Coleman
c67791ab5f Fix get-template 2022-10-06 13:27:32 +11:00
Tom Coleman
059798a178 Merge remote-tracking branch 'origin/next' into tom/sb-628-properly-document-maintenance-scripts 2022-10-06 13:23:41 +11:00
Norbert de Langen
01064b7b4b
Merge pull request #19270 from storybookjs/install-scripts-bootstrap
Build: Add installScripts step in bootstrap command
2022-10-05 21:12:53 +03:00
Michael Shilman
40116ce63b Update CHANGELOG.md 2022-10-06 00:31:37 +08:00
Michael Shilman
918bbcd3d8 7.0.0-alpha.35 next.json version file [skip ci] 2022-10-06 00:28:12 +08:00
Michael Shilman
d5bc809ae3 Update git head to 7.0.0-alpha.35, update yarn.lock [ci skip] 2022-10-06 00:24:15 +08:00
Michael Shilman
d8972df8c6 v7.0.0-alpha.35 v7.0.0-alpha.35 2022-10-06 00:18:55 +08:00
Michael Shilman
dcfaa38873 Update root, peer deps, version.ts/json to 7.0.0-alpha.35 [ci skip] 2022-10-06 00:15:15 +08:00
Michael Shilman
2332f71aa3 7.0.0-alpha.35 changelog 2022-10-06 00:14:44 +08:00
Ian VanSchooten
f4383233ee
Merge pull request #19339 from storybookjs/vite/svelte-docgen-options
Typescript-based svelte components did not generate docs correctly, and svelte-native stories were not possible.

## What I did

In the transition to 7.0, we neglected to load svelte options from `svelte.config.js` (and `svelteOptions` from storybook overrides) and pass them to the svelte docgen plugin, which means that svelte components written with typescript did not work correctly.

Also, while we brought over the `csfPlugin` for svelte, we never actually used it.  So, svelte-native stories would be broken even if `@storybook/addon-svelte-csf` was added.  The fix here is a bit of a temporary one, hopefully.  It uses the same strategy from the 6.5 vite-builder, but it would be better if we could add vite-support to the addon directly, which I've suggested in https://github.com/storybookjs/addon-svelte-csf/issues/64#issuecomment-1266298532.

## How to test

Currently we do not have a svelte-vite typescript sandbox, nor do we have any svelte-native stories.  But, I bootstrapped my own project, and copied over the `dist` folder from the `svelte-vite` framework in this branch, and confirmed that both docgen and svelte-native stories do not work without these changes, and do work with them.
2022-10-05 10:59:12 -04:00
Norbert de Langen
b1ff16cccf
Merge pull request #19267 from petermakowski/docs-update-getting-started
docs: update README.md with bootstrap command
2022-10-05 17:20:05 +03:00
Norbert de Langen
9d2abf79d0
Merge branch 'next' into install-scripts-bootstrap 2022-10-05 16:16:02 +02:00
Norbert de Langen
3bc75f5792
Merge pull request #19337 from storybookjs/domyen-patch-1
Remove broken badges from README
2022-10-05 17:04:12 +03:00
Norbert de Langen
d0f386014f
Merge pull request #19342 from storybookjs/norbert/sb-525-webpack5react17js
add react17 + webpack5 template
2022-10-05 16:37:40 +03:00
Norbert de Langen
27e28625f0
Merge pull request #19272 from storybookjs/testing-react-exclude-core
CLI: Exclude @storybook/testing-react from outdated check
2022-10-05 16:26:45 +03:00
Norbert de Langen
624a6b69dc
Merge pull request #19334 from storybookjs/fix/addon-interactions-build
Fix path to checkActionsLoaded
2022-10-05 16:25:36 +03:00
Tom Coleman
ee60b3aa58 Check in root node modules 2022-10-05 23:33:50 +11:00
Tom Coleman
ca2e2c80c2 Add get-template to root 2022-10-05 23:32:55 +11:00
Tom Coleman
431162b321 Add basic contributing instructions and improve prompts 2022-10-05 23:31:33 +11:00
Tom Coleman
843811a33d Slightly nicer prompt message 2022-10-05 22:58:01 +11:00
Tom Coleman
3f3f428da3 Rename tasks in a simpler way 2022-10-05 22:55:58 +11:00
Tom Coleman
e4e7344801 Don't need to run task from code/ anymore 2022-10-05 22:50:21 +11:00
Norbert de Langen
b36a96ffeb
Merge branch 'next' into norbert/sb-525-webpack5react17js 2022-10-05 12:16:36 +02:00
Norbert de Langen
78db6ee56f
Merge pull request #18914 from josh-the-dev/ts-up-lib-csf-tools-josh-the-dev
updating lib/csf-tools to use ts-up
2022-10-05 13:14:31 +03:00
Norbert de Langen
c15daaeb9e
Merge pull request #19341 from storybookjs/norbert/sb-524-webpack5react18ts
add react18 + webpack5 template
2022-10-05 13:14:14 +03:00
Norbert de Langen
0e6ca2e40f
cleanup 2022-10-05 11:35:08 +02:00