1517 Commits

Author SHA1 Message Date
Clément DUNGLER
3eda2cbe53
Merge pull request #10711 from storybookjs/generator_react
cli: react stories homogenization
2020-05-11 17:29:44 +02:00
Clément DUNGLER
3fb09cf08a
Merge pull request #10708 from storybookjs/generator_vue
cli: vue stories homogenization
2020-05-11 17:16:38 +02:00
Clément DUNGLER
890d8e177e
Merge pull request #10709 from storybookjs/generator_webpackReact
cli: webpack react stories homogenization
2020-05-11 17:15:58 +02:00
Clément DUNGLER
37968d67c1
Merge pull request #10704 from storybookjs/generator_svelte
cli: svelte stories homogenization
2020-05-11 17:15:23 +02:00
Clément DUNGLER
9ed15c499e
Merge pull request #10710 from storybookjs/generator_reactScripts
cli: react-scripts stories homogenization
2020-05-11 17:14:51 +02:00
Clément DUNGLER
3a870080de
Merge pull request #10707 from storybookjs/generator_mithril
cli: mithril stories homogenization
2020-05-11 17:14:07 +02:00
Clément DUNGLER
781edbc020
Merge pull request #10706 from storybookjs/generator_rax
cli: rax stories homogenization
2020-05-11 17:13:44 +02:00
Clément DUNGLER
52dbc8863b
Merge pull request #10715 from storybookjs/generator_riot
cli: riot stories homogenization
2020-05-11 17:13:17 +02:00
Clément DUNGLER
1bc5a0c81b
Merge pull request #10713 from storybookjs/generator_ember
cli: ember stories homogenization
2020-05-11 17:10:43 +02:00
Clément DUNGLER
9f6d392d33
Merge pull request #10712 from storybookjs/generator_preact
cli: preact stories homogenization
2020-05-11 17:10:07 +02:00
Clément DUNGLER
f87f3717ec
Merge pull request #10714 from storybookjs/generator_vueSfc
cli: sfc_vue stories homogenization
2020-05-11 17:07:10 +02:00
Michael Shilman
5827cff7eb v6.0.0-beta.5 2020-05-11 16:50:47 +08:00
Gaëtan Maisse
37f29dc707
test(cli): don't test CLI against react_scripts fixtures with Yarn 2
When testing Yarn 2 compatibility of Storybook CLI, we are using Yarn 2 in fixture directories inside a Yarn 1 workspace.
To access local versions of `@storybook` packages we use Yarn 2 `portal` protocol (see berryfy_package_json.js). However, it looks like CRA is not playing well with `portal` protocol and is throwing this kind of error: `Relative imports outside of src/ are not supported.`.

As new E2E tests will be soon available, I just removed the CRA tests instead of trying to hack them a bit more.
2020-05-10 12:58:15 +02:00
Yann Braga
a091c81e69 cli: riot stories homogenization 2020-05-09 21:18:16 +02:00
tooppaaa
d614bb76e5 cli: react stories homogenization 2020-05-09 21:07:13 +02:00
tooppaaa
a3ef1dcf79 cli: react-scripts stories homogenization 2020-05-09 21:05:36 +02:00
tooppaaa
cd99513d76 cli: react stories homogenization 2020-05-09 21:04:15 +02:00
tooppaaa
5593da3e67 cli: preact stories homogenization 2020-05-09 21:03:28 +02:00
tooppaaa
8c220ecec6 cli: ember stories homogenization 2020-05-09 21:02:46 +02:00
tooppaaa
bd159fd058 cli: sfc_vue stories homogenization 2020-05-09 20:58:16 +02:00
tooppaaa
848e24eddc cli: vue stories homogenization 2020-05-09 20:57:17 +02:00
tooppaaa
b04442be7e cli: mithril stories homogenization 2020-05-09 20:53:08 +02:00
tooppaaa
769967559d cli: rax stories homogenization 2020-05-09 20:50:00 +02:00
tooppaaa
99d2c14639 cli: svelte stories homogenization 2020-05-09 20:40:24 +02:00
Michael Shilman
0e4076e643 v6.0.0-beta.4 2020-05-08 20:59:59 +08:00
Michael Shilman
9881185a4a v6.0.0-beta.3 2020-05-07 12:50:57 +08:00
Norbert de Langen
a26ff77afd
Merge pull request #10630 from storybookjs/fix/litHtmlDep 2020-05-04 19:59:26 +02:00
Norbert de Langen
73641ce609
Merge branch 'next' into aurelia
# Conflicts:
#	package.json
#	yarn.lock
2020-05-04 16:07:26 +02:00
Brandon Seydel
eafe8a4774 Lint issues fixed 2020-05-04 08:15:09 -05:00
Michael Shilman
d77aad2018 v6.0.0-beta.2 2020-05-04 20:07:46 +08:00
Clément DUNGLER
b83695ed48
Remove comment 2020-05-04 10:20:01 +02:00
tooppaaa
ebc8c7f076 install lit-html dependency 2020-05-03 19:06:18 +02:00
Michael Shilman
e2bfc168c0 v6.0.0-beta.1 2020-05-02 21:59:51 +08:00
Yann Braga
07942377cd feat(cli): add automatic detection for svelte 2020-05-02 12:58:39 +02:00
Norbert de Langen
ed61be6cc6
DOWNGRADE puppeteer until https://github.com/puppeteer/puppeteer/issues/5704 is fixed at netlify 2020-05-01 15:24:05 +02:00
Brandon Seydel
041e16a5fb update aurelia ready for release 2020-04-30 18:21:43 -05:00
Brandon Seydel
10cfb3a3f5 Merge remote-tracking branch 'upstream/next' into next 2020-04-30 10:55:38 -05:00
Norbert de Langen
8d35431027
UPGRADES 2020-04-30 17:46:06 +02:00
Norbert de Langen
0385c467c0
UPGRADES 2020-04-30 17:27:23 +02:00
Gaëtan Maisse
4f561dcc21
refactor(cli): use async/await instead of promises in latest_version.js 2020-04-29 21:26:22 +02:00
Gaëtan Maisse
1b758de921
fix: update the command used to get package's version using CLI with Yarn 2
Using CLI with Yarn 2 and Node 10 results in an output polluted with:
`(node:87281) ExperimentalWarning: The XXX.promises API is experimental`

These messages are warnings but are sent to `stderr` which is causing CLI to throw an error too.
With `sync` function we can check the `status` to know if command ends in error or not and process accordingly.
2020-04-29 19:58:12 +02:00
Michael Shilman
93ccaba607 v6.0.0-beta.0 2020-04-29 21:27:43 +08:00
Michael Shilman
bd4b167dca v6.0.0-alpha.46 2020-04-29 16:58:43 +08:00
Michael Shilman
5b26d301f3 v6.0.0-alpha.45 2020-04-28 11:25:49 +08:00
Yann Braga
e4a7848f90 chore(cli): make the error message clearer 2020-04-27 18:57:58 +02:00
Michael Shilman
af271cf5e3 v6.0.0-alpha.44 2020-04-27 12:07:47 +08:00
Yann Braga
bc89df1a58 refactor(cli): projectTypes|types -> PROJECT_TYPES 2020-04-26 12:03:58 +02:00
Yann Braga
5581f626a5 refactor(cli): supportedFrameworks -> SUPPORTED_FRAMEWORKS 2020-04-26 11:58:19 +02:00
Yann Braga
c7770f73cb refactor(cli): supportedLanguages -> SUPPORTED_LANGUAGES 2020-04-26 11:56:42 +02:00
Yann Braga
519fc1af88 refactor(cli): supportedStoryFormats -> STORY_FORMAT 2020-04-26 11:54:28 +02:00