26784 Commits

Author SHA1 Message Date
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
11ad35dd26
Merge pull request #10588 from storybookjs/fix/add-identifiers-to-panel-components 2020-04-30 10:27:07 +02:00
Michael Shilman
613a53997e
Merge pull request #10550 from storybookjs/fix-cli-for-yarn-2-node-10
CLI: Fix cli when working with Yarn 2 and Node 10
2020-04-30 10:17:17 +08:00
Michael Shilman
f081d4719d Update MIGRATION.md 2020-04-30 09:46:52 +08: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
Yann Braga
4f0762ebf3 feat(components): add ids to panels tab and content
- Makes it easier to select when needed (e.g. e2e tests)
- Add @storybook/csf in the dependency list as well
2020-04-29 17:03:50 +02:00
Michael Shilman
e30cc27f5b Addon-docs: Common setup docs 2020-04-29 22:03:42 +08:00
Michael Shilman
4fd9b179ed 6.0.0-beta.0 next.json version file 2020-04-29 21:42:29 +08:00
Michael Shilman
347bc94a1e Update version.ts to 6.0.0-beta.0 2020-04-29 21:37:24 +08:00
Michael Shilman
93ccaba607 v6.0.0-beta.0 v6.0.0-beta.0 2020-04-29 21:27:43 +08:00
Michael Shilman
951a7833a4 Update peer dependencies to 6.0.0-beta.0 2020-04-29 21:22:20 +08:00
Michael Shilman
3c1f4f8d9f 6.0.0-beta.0 changelog 2020-04-29 21:20:56 +08:00
Michael Shilman
71c09d5cf3 Add props controls support to docs 2020-04-29 17:37:04 +08:00
Michael Shilman
6d53d357a9 6.0.0-alpha.46 next.json version file 2020-04-29 17:16:02 +08:00
Michael Shilman
bea3644ac1 Update version.ts to 6.0.0-alpha.46 2020-04-29 17:08:14 +08:00
Michael Shilman
bd4b167dca v6.0.0-alpha.46 v6.0.0-alpha.46 2020-04-29 16:58:43 +08:00
Michael Shilman
54c768bd70 Update peer dependencies to 6.0.0-alpha.46 2020-04-29 16:53:54 +08:00
Michael Shilman
7c454cfb65 6.0.0-alpha.46 changelog 2020-04-29 16:53:42 +08:00
Michael Shilman
94c6e1d93f
Merge pull request #10373 from storybookjs/10361-normalize-parameters
Core: Normalize parameters in store/channel
2020-04-29 16:52:34 +08:00
Michael Shilman
e2d54f647c Update snapshots 2020-04-29 16:33:21 +08:00
Michael Shilman
a1b9372f14 Fix failing tests 2020-04-29 16:16:03 +08:00
Tom Coleman
241d06c378 Ensure we set parameters.argTypes in the preview 2020-04-29 17:53:33 +10:00
Michael Shilman
c0f8fb2a80 Merge branch 'next' into 10361-normalize-parameters 2020-04-29 15:20:28 +08:00
Michael Shilman
2d78535f6d
Merge pull request #10559 from storybookjs/10517-vue-props-controls
Addon-docs: Props controls for Vue
2020-04-29 15:20:10 +08:00
Michael Shilman
30f8c79835 Fix snapshots 2020-04-29 15:00:36 +08:00
Michael Shilman
198f3d5ce2 Merge branch 'next' into 10517-vue-props-controls 2020-04-29 14:36:00 +08:00
Michael Shilman
03425f60d9 Fix deepscan 2020-04-29 12:17:49 +08:00
Michael Shilman
8390c62e27 Fix inclusion logic 2020-04-29 12:17:39 +08:00
Michael Shilman
27fadc6035 Normalized parameters: Fix failing test 2020-04-29 12:03:28 +08:00
Michael Shilman
884bb157ce SET_STORY_STORE_DATA => SET_STORIES 2020-04-29 11:59:32 +08:00
Michael Shilman
12a28537bc Fix typo 2020-04-29 11:58:26 +08:00
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