26684 Commits

Author SHA1 Message Date
Michael Shilman
d443a6fa44
Merge pull request #10571 from storybookjs/feature/remove-cra-preset
React: Remove deprecated CRA preset
2020-04-28 17:50:37 +08:00
Michael Shilman
53679daf0a CRA preset migration instructions 2020-04-28 17:50:02 +08:00
Brody McKee
bdee0dfb93 feat: remove deprecated CRA preset 2020-04-28 11:10:21 +03:00
Michael Shilman
7819b5b4e9 MDX syntax documentation 2020-04-28 14:19:22 +08:00
Michael Shilman
eb73648e7a 6.0.0-alpha.45 next.json version file 2020-04-28 11:39:45 +08:00
Michael Shilman
09c0e9830f Update version.ts to 6.0.0-alpha.45 2020-04-28 11:35:34 +08:00
Michael Shilman
5b26d301f3 v6.0.0-alpha.45 v6.0.0-alpha.45 2020-04-28 11:25:49 +08:00
Michael Shilman
61506936a6 Update peer dependencies to 6.0.0-alpha.45 2020-04-28 11:21:22 +08:00
Michael Shilman
964a8c3443 6.0.0-alpha.45 changelog 2020-04-28 11:20:43 +08:00
Michael Shilman
5d9fa73f49
Merge pull request #10452 from storybookjs/6639-pass-args-first-by-default 2020-04-28 11:16:54 +08:00
Michael Shilman
1781da9324 Pass args first: Migration instructions 2020-04-28 10:58:37 +08:00
Michael Shilman
0bbe837e31
Merge pull request #10561 from storybookjs/chore/improve-error-message-angular-generator 2020-04-28 08:14:45 +08:00
Michael Shilman
cd0faafc97
Merge pull request #10562 from lssweatherhead/patch-3 2020-04-28 08:07:39 +08:00
Laura Weatherhead
1cdbaf90fc
Typo for the word "Angular" when referencing setting Storybook up for Riot.js 2020-04-27 19:05:07 +01:00
Yann Braga
e4a7848f90 chore(cli): make the error message clearer 2020-04-27 18:57:58 +02:00
Michael Shilman
7ac696c5fa Pass args first as default: update tests 2020-04-27 22:52:55 +08:00
Michael Shilman
f4f9dc5880 Pass args first by default in examples 2020-04-27 22:39:27 +08:00
Michael Shilman
0f7c9036d5 Merge branch 'next' into 6639-pass-args-first-by-default 2020-04-27 22:23:32 +08:00
Michael Shilman
7a08fd0479 6.0.0-alpha.44 next.json version file 2020-04-27 12:20:37 +08:00
Michael Shilman
4800657e7b Update version.ts to 6.0.0-alpha.44 2020-04-27 12:17:12 +08:00
Michael Shilman
af271cf5e3 v6.0.0-alpha.44 v6.0.0-alpha.44 2020-04-27 12:07:47 +08:00
Michael Shilman
35a1fe0f05 Update peer dependencies to 6.0.0-alpha.44 2020-04-27 12:04:06 +08:00
Michael Shilman
c4e45bbf89 6.0.0-alpha.44 changelog 2020-04-27 12:03:52 +08:00
Michael Shilman
614858ce19
Merge pull request #10547 from storybookjs/feat/automatically-detect-ts-in-cli 2020-04-27 11:38:09 +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
Norbert de Langen
da28a4d28f
Merge pull request #10220 from storybookjs/remove/peer-only-channel 2020-04-24 14:05:17 +02:00
Norbert de Langen
cbcdfba1c9
FIX tests 2020-04-24 13:20:46 +02:00
Norbert de Langen
b12b2ce926
Merge branch 'next' into remove/peer-only-channel 2020-04-24 13:08:57 +02:00
Norbert de Langen
8d7a8981a4
Merge pull request #10292 from storybookjs/fix/10233
UI: Fix `viewMode` parameter handling
2020-04-24 09:44:57 +02:00
Norbert de Langen
e0c13e769f
Merge pull request #10534 from storybookjs/feature/cleanA11y
Addon-a11y: Code cleanup
2020-04-24 09:33:12 +02:00
Michael Shilman
a586cdc10b 6.0.0-alpha.43 next.json version file 2020-04-24 06:37:21 +08:00
Michael Shilman
99b6520062 Update version.ts to 6.0.0-alpha.43 2020-04-24 06:34:37 +08:00
Michael Shilman
c32b263d03 v6.0.0-alpha.43 v6.0.0-alpha.43 2020-04-24 06:24:53 +08:00
Michael Shilman
e90f2095c1 Update peer dependencies to 6.0.0-alpha.43 2020-04-24 06:19:51 +08:00
Michael Shilman
b23842d537 6.0.0-alpha.43 changelog 2020-04-24 06:19:38 +08:00
tooppaaa
48b6095e7e cleanup unused dependencies 2020-04-23 23:43:11 +02:00
tooppaaa
85f7cddea0 cleanup a11y addon 2020-04-23 23:42:55 +02:00
Norbert de Langen
da223892b7
Merge pull request #10479 from storybookjs/remove/addon-context
Addon-contexts: Move to deprecated-addons repo
2020-04-23 18:21:46 +02:00
Norbert de Langen
ba8ec665ed
Merge pull request #10456 from storybookjs/feature/useChannelToHighlight
Addon-a11y: use channel to highlight elements in preview
2020-04-23 17:47:41 +02:00