Gaëtan Maisse
9087411fec
Merge branch 'next' into feat/cli-repro-template
2021-05-09 19:21:46 +02:00
Gaëtan Maisse
426bbe55ab
e2e: use config from repro instead of duplicating them
2021-05-09 19:21:37 +02:00
Gaëtan Maisse
194a699104
feat(repro): add pnp
flag to use Yarn in Plug'n'Play mode
2021-05-09 17:22:22 +02:00
Gaëtan Maisse
f1987dd2ff
feat(repro): deactivate git repo init when running in e2e mode
2021-05-09 16:53:32 +02:00
Michael Shilman
5a3c25253d
Merge branch 'next' into 14831-extract-design-assets
2021-05-09 16:38:37 +08:00
Michael Shilman
48be589d64
Merge pull request #14855 from storybookjs/14831-extract-addon-events
...
Extract addon-events from monorepo
2021-05-09 16:36:18 +08:00
Michael Shilman
4a68e8e063
Merge branch 'next' into 14831-extract-addon-cssresources
2021-05-09 11:17:55 +08:00
Michael Shilman
5b5bfe8845
Merge branch 'next' into 14831-extract-addon-events
2021-05-09 11:17:38 +08:00
Michael Shilman
ff857ff6ee
Merge branch 'next' into 14831-extract-design-assets
2021-05-09 11:16:14 +08:00
Michael Shilman
20898b6976
Merge pull request #14861 from storybookjs/14831-extract-addon-queryparams
...
Extract addon-queryparams from monorepo
2021-05-09 11:15:10 +08:00
Michael Shilman
33405b0553
Merge branch 'next' into feat/cli-repro-template
2021-05-08 21:41:18 +08:00
Michael Shilman
55807913e9
Extract addon-queryparams from monorepo
2021-05-08 14:54:45 +08:00
Michael Shilman
e7e095bd85
Extract addon-cssresources from monorepo
2021-05-08 14:45:50 +08:00
jamesgeorge007
d61809289b
CLI: rely on arg-parser defaults
2021-05-08 11:33:06 +05:30
Michael Shilman
7600d12f69
Extract addon-events from monorepo
2021-05-08 10:53:23 +08:00
Michael Shilman
0f37ea537a
Extract design-assets from monorepo
2021-05-08 10:31:09 +08:00
Michael Shilman
0da8dc1a0d
Update git head to 6.3.0-alpha.21, update yarn.lock
2021-05-07 14:07:05 +08:00
Michael Shilman
c3ffd75d5a
v6.3.0-alpha.21
2021-05-07 14:01:13 +08:00
Michael Shilman
abc248e367
Update root, peer deps, version.ts/json to 6.3.0-alpha.21 [ci skip]
2021-05-07 13:53:46 +08:00
Michael Shilman
06eb833d5f
Fix doc blocks imports to import from ESM/CJS
2021-05-07 11:51:52 +08:00
Michael Shilman
14bdaa983e
Update git head to 6.3.0-alpha.20, update yarn.lock
2021-05-06 21:55:34 +08:00
Michael Shilman
fedb50ac46
v6.3.0-alpha.20
2021-05-06 21:49:12 +08:00
Michael Shilman
148937e93a
Update root, peer deps, version.ts/json to 6.3.0-alpha.20 [ci skip]
2021-05-06 21:09:52 +08:00
Clément DUNGLER
68fc7e2f6c
add linkable option to sb init
2021-05-05 22:09:35 +02:00
Michael Shilman
cff46530c0
Prefer npx sb init installation
2021-05-04 21:13:06 +08:00
Michael Shilman
64cc056249
Update git head to 6.3.0-alpha.19, update yarn.lock
2021-05-03 19:08:54 +08:00
Michael Shilman
8ba485343b
v6.3.0-alpha.19
2021-05-03 19:02:37 +08:00
Michael Shilman
4757edfea2
Update root, peer deps, version.ts/json to 6.3.0-alpha.19 [ci skip]
2021-05-03 18:50:36 +08:00
Gaëtan Maisse
b035b887eb
e2e: fix Vue repro config
2021-05-03 09:44:36 +02:00
Michael Shilman
129835c01d
Update git head to 6.3.0-alpha.18, update yarn.lock
2021-05-03 00:11:46 +08:00
Michael Shilman
d3942573e1
v6.3.0-alpha.18
2021-05-03 00:05:16 +08:00
Michael Shilman
3c72466a39
Update root, peer deps, version.ts/json to 6.3.0-alpha.18 [ci skip]
2021-05-02 23:38:02 +08:00
Gaëtan Maisse
86899610c6
e2e: fix name replacement in repro config, add hack for CRA setup, ensure repro is a git repo
2021-04-30 23:25:45 +02:00
Gaëtan Maisse
64ef804c8f
e2e: fix appName placeholder in repro config
2021-04-30 10:42:25 +02:00
Michael Shilman
67f369f628
Update git head to 6.3.0-alpha.17, update yarn.lock
2021-04-30 14:33:13 +08:00
Michael Shilman
36d878614d
v6.3.0-alpha.17
2021-04-30 14:26:50 +08:00
Michael Shilman
53aba4aa1d
Update root, peer deps, version.ts/json to 6.3.0-alpha.17 [ci skip]
2021-04-30 14:08:31 +08:00
Gaëtan Maisse
8ac0be88b2
e2e: always use npx to bootstrap example and yarn dlx to run sb init
...
The e2e process is the following:
- Use `npx` or bare `yarn init` to generate an app
- Install Yarn 2 in the generated app
- If running with `--e2e` then configure Yarn 2 with stricter options and to use local registry
- Add TypeScript and other required deps if needed (using Yarn 2)
- Init Storybook using Yarn 2 with `yarn dlx sb init ...`
2021-04-30 00:03:05 +02:00
Clément DUNGLER
2be11d0df8
fix e2e and track progression
2021-04-29 22:29:11 +02:00
Michael Shilman
bb58c98913
Update git head to 6.3.0-alpha.16, update yarn.lock
2021-04-29 11:46:48 +08:00
Michael Shilman
f09bb7bf00
v6.3.0-alpha.16
2021-04-29 11:39:54 +08:00
Michael Shilman
474b8a492b
Update root, peer deps, version.ts/json to 6.3.0-alpha.16 [ci skip]
2021-04-29 11:32:24 +08:00
Michael Shilman
9289c4ab82
CLI: Add link command for repros
2021-04-28 19:13:22 +08:00
Clément DUNGLER
fdbf0020cf
add generator option to repro, move e2e configs
2021-04-27 23:25:29 +02:00
Michael Shilman
a08db4f6fe
Update git head to 6.3.0-alpha.15, update yarn.lock
2021-04-28 01:38:53 +08:00
Michael Shilman
11ea895ed3
v6.3.0-alpha.15
2021-04-28 01:32:11 +08:00
Michael Shilman
355aeec8d2
Update root, peer deps, version.ts/json to 6.3.0-alpha.15 [ci skip]
2021-04-28 01:22:45 +08:00
Michael Shilman
81e1759d22
Update git head to 6.3.0-alpha.14, update yarn.lock
2021-04-23 10:20:48 +08:00
Michael Shilman
eb1e3a913f
v6.3.0-alpha.14
2021-04-23 10:14:32 +08:00
Michael Shilman
93bbac05e3
Update root, peer deps, version.ts/json to 6.3.0-alpha.14 [ci skip]
2021-04-23 10:07:40 +08:00