1466 Commits

Author SHA1 Message Date
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
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
Yann Braga
2a0138c364 test(cli): improve tests for detect
- Also add couple more tests to improve coverage
2020-04-26 10:19:47 +02:00
Yann Braga
1f791402f3 feat(cli): automatically detect CSF typescript
- Also remove a section in run_tests.sh which is not necessary anymore,
   given that typescript is automatically detected.
2020-04-25 22:01:39 +02:00
Yann Braga
dd7a9c7252 feat(cli): fall back to CSF in case ts is not available
- There could be a project using typescript but storybook might not have
  a template for typescript available. If that ever happens, it will
  fall back to the plain CSF template.
2020-04-25 22:01:39 +02:00
Yann Braga
08790dfea8 test(cli): mock path.join for easier testing 2020-04-25 22:01:39 +02:00
Yann Braga
fd54428845 refactor(cli): move default format to upper level
- also move magic strings to constants so they're defined only once
2020-04-25 22:01:39 +02:00
Yann Braga
ed817332ee feat(cli): add programming language detection 2020-04-25 22:00:52 +02:00
Yann Braga
3043d261be fix(cli): move html check down in detection
- this way it first checks if storybook is installed
2020-04-25 18:11:02 +02:00
Yann Braga
7865b19a19 feat(cli): improve framework detection
- also add unit tests to cover every case
2020-04-25 18:11:00 +02:00
Michael Shilman
c32b263d03 v6.0.0-alpha.43 2020-04-24 06:24:53 +08:00
Michael Shilman
555527a16e Merge branch 'next' into fix/moreIE11 2020-04-23 15:42:44 +08:00
Michael Shilman
aa2ceda338 v6.0.0-alpha.42 2020-04-23 08:13:24 +08:00
Norbert de Langen
67470e77a6
Merge branch 'next' into fix/moreIE11 2020-04-21 11:11:03 +02:00
Michael Shilman
869f451558 v6.0.0-alpha.41 2020-04-21 07:10:51 +08:00
Norbert de Langen
3de3f64279
no message 2020-04-21 01:03:32 +02:00
Norbert de Langen
19aad3c12d
Merge pull request #10460 from storybookjs/tech/upgrades-7
UPGRADES
2020-04-20 13:42:11 +02:00
Michael Shilman
75c02952b4 v6.0.0-alpha.40 2020-04-20 16:11:50 +08:00
Michael Shilman
fcc28a2485 v6.0.0-alpha.39 2020-04-18 19:28:04 +08:00
Michael Shilman
2398b8d65d v6.0.0-alpha.38 2020-04-18 19:24:36 +08:00
Norbert de Langen
595a957ea5
REMOVE RN fixtures 2020-04-17 23:16:19 +02:00
Michael Shilman
6f5a305dae v6.0.0-alpha.37 2020-04-17 02:43:03 +08:00
Michael Shilman
bd058f88d4 v6.0.0-alpha.36 2020-04-16 08:31:05 +08:00
Michael Shilman
86f8c33023 v6.0.0-alpha.35 2020-04-16 00:07:22 +08:00
Michael Shilman
c4da5401d2 v6.0.0-alpha.34 2020-04-15 16:58:32 +08:00
dependabot-preview[bot]
5386097822
Bump commander from 4.1.1 to 5.0.0
Bumps [commander](https://github.com/tj/commander.js) from 4.1.1 to 5.0.0.
- [Release notes](https://github.com/tj/commander.js/releases)
- [Changelog](https://github.com/tj/commander.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/tj/commander.js/compare/v4.1.1...v5.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-13 23:59:19 +00:00
Michael Shilman
5b90cb7bf2 v6.0.0-alpha.33 2020-04-14 07:52:18 +08:00
Norbert de Langen
e213240348
Merge branch 'next' into fix-cli-tests 2020-04-13 21:13:03 +02:00
Norbert de Langen
51321e8838
FIX 2020-04-13 20:16:34 +02:00
Norbert de Langen
c1fb718f52
FIX 2020-04-13 20:14:17 +02:00
Gaëtan Maisse
a7e966d264 test: remove react_babel_6 refs in CLI tests
There is no more fixture related to `react_babel_6` so I removed all refs to that in scripts used to run CLI tests
2020-04-12 17:37:23 +02:00
Gaëtan Maisse
2c4ccc43d9 test: remove SB config and stories from CLI test fixtures
These fixtures are used to check that `sb init` is properly initializing SB in the fixture context so SB config (and stories) shouldn't be already in the fixture.
Moreover, fixtures were using outdated `config.js` file and a new `main.js` config file is added during initialization causing SB build to fail with:
```
ERR! Error: You have both a "main" and a "config". Please remove the "config" file from your configDir
```
2020-04-12 17:35:32 +02:00
Michael Shilman
e517a6322a v6.0.0-alpha.32 2020-04-11 16:07:53 +08:00
Michael Shilman
ff99e99f39 v6.0.0-alpha.31 2020-04-07 18:18:56 +08:00
Norbert de Langen
2ce9723ed1
REMOVE addon-centered examples 2020-04-03 13:14:17 +02:00
Michael Shilman
76cf7e263d v6.0.0-alpha.30 2020-03-31 19:07:53 +08:00