Michael Shilman
afdfd04aa8
Merge branch 'next' into 10361-normalize-parameters
2020-04-29 10:56:14 +08:00
Tom Coleman
385fe81069
Update to use a single SET_STORIES event
2020-04-28 21:38:10 +10:00
Tom Coleman
fecf1d91a5
More spurious logs
2020-04-28 21:23:30 +10:00
Tom Coleman
0c6cbd67fe
Revert "Rename SET_STORIES
to SET_STORY_STORE_DATA
"
...
This reverts commit bd9dd9f022a0d3f4dc6b2f074550fda804d74540.
2020-04-28 21:22:18 +10:00
Tom Coleman
de6d52ef8f
Remove spurious log
2020-04-28 21:21:08 +10:00
Tom Coleman
c0cdd3f004
Export combineParameters
and document in migrations
2020-04-28 21:20:09 +10:00
Tom Coleman
63682a297c
Explicitly don't allow setting storySort any other way
2020-04-28 21:13:22 +10:00
Michael Shilman
2ec7737b28
Merge pull request #10573 from storybookjs/fix/meta-subcomponents
...
Addon-docs: Add subcomponents prop to Meta block
2020-04-28 18:12:51 +08:00
Michael Shilman
c53302f53b
Addon-docs: Add subcomponents prop to Meta
2020-04-28 17:56:13 +08:00
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