1757 Commits

Author SHA1 Message Date
Yann Braga
60102e53a3 cli: riot stories homogenization 2020-05-09 18:04:12 +02:00
tooppaaa
072b774693 core: ci and examples generation 2020-05-09 11:34:50 +02:00
tooppaaa
8764cf4b51 cli: react stories homogenization 2020-05-09 11:29:15 +02:00
tooppaaa
f39aff049e cli: react-scripts stories homogenization 2020-05-09 11:29:03 +02:00
tooppaaa
43c0b40b81 cli: react stories homogenization 2020-05-09 11:28:45 +02:00
tooppaaa
71ac662f3c cli: preact stories homogenization 2020-05-09 11:28:36 +02:00
tooppaaa
9c88a3788a cli: ember stories homogenization 2020-05-09 11:28:24 +02:00
tooppaaa
d97b49fd2b cli: sfc_vue stories homogenization 2020-05-09 11:28:04 +02:00
tooppaaa
2dfa4457d1 cli: vue stories homogenization 2020-05-09 11:27:50 +02:00
tooppaaa
c62dc3e7a5 cli: mithril stories homogenization 2020-05-09 11:27:36 +02:00
tooppaaa
5bfc179752 cli: rax stories homogenization 2020-05-09 11:27:20 +02:00
tooppaaa
d39c5932c7 cli: html stories homogenization 2020-05-09 11:27:05 +02:00
tooppaaa
8ec37ea3a9 cli: svelte stories homogenization 2020-05-09 11:26:12 +02:00
tooppaaa
0c379cece8 cli: web-components stories homogenization 2020-05-09 11:25:54 +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
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