27345 Commits

Author SHA1 Message Date
Norbert de Langen
7a0fe8fe04
CHANGE all the main.js so their globs are valid 2020-05-22 16:07:48 +02:00
Norbert de Langen
da4f8f5a25
CHANGE documentation 2020-05-22 16:06:59 +02:00
Michael Shilman
daada5835f
Merge pull request #10875 from storybookjs/fix/docs-inline-rendering
Addon-docs: Fix story inline rendering
2020-05-22 20:09:24 +08:00
Michael Shilman
45a446dc1d Addon-docs: Fix story inline rendering 2020-05-22 19:11:18 +08:00
Michael Shilman
423ca039a4
Merge pull request #10873 from storybookjs/10871-upgrade-markdown-to-jsx
Upgrade markdown-to-jsx to 6.11.4
2020-05-22 18:21:33 +08:00
Michael Shilman
7a907cff32
Merge pull request #10867 from storybookjs/deps/upgrade-preset-cra
React: Upgrade preset-create-react-app in examples
2020-05-22 17:40:44 +08:00
Michael Shilman
e3402b55df
Merge pull request #10861 from storybookjs/feature/fix-cra-filter
Core: Fix CRA filter for built-in webpack settings
2020-05-22 17:40:03 +08:00
Michael Shilman
70e9c44d2b
Merge pull request #10868 from storybookjs/fix/e2eOnThrow
Core: Close server when e2e test failed
2020-05-22 17:37:28 +08:00
Michael Shilman
654288f843 Upgrade markdown-to-jsx to 6.11.4 2020-05-22 17:31:40 +08:00
tooppaaa
615dd52266 Core: Close server when e2e test failed 2020-05-22 09:02:08 +02:00
Brody McKee
0270cd3fc7 fix: resolve CRA Webpack filter bug 2020-05-22 09:28:00 +03:00
Michael Shilman
685f69c88e React: Upgrade preset-create-react-app in examples 2020-05-22 10:46:02 +08:00
Michael Shilman
5f09e5913b Fix lockfile 2020-05-22 10:34:11 +08:00
Michael Shilman
0a947078e8
Merge pull request #10864 from storybookjs/fix/destructuringComponents
Addon-docs: Fix react forwardRefs with destructured props
2020-05-22 09:52:25 +08:00
Michael Shilman
f3cdbea320
Merge pull request #10866 from Fred-el-Jolo/addon-viewport-doc
Use `@storybook/client-api`
2020-05-22 09:44:57 +08:00
Fred GUILLAUME
edae19982d
Use @storybook/client-api
Replace references of `@storybook/react` with `@storybook/client-api`
2020-05-21 23:53:59 +02:00
tooppaaa
73c0ea3abc Addon-docs: Fix render when destructured props 2020-05-21 23:09:41 +02:00
Michael Shilman
0d94912b97 6.0.0-beta.12 next.json version file 2020-05-21 14:20:29 +08:00
Michael Shilman
5b5d3a2a61 Update version.ts to 6.0.0-beta.12 2020-05-21 14:07:53 +08:00
Michael Shilman
08aa769773 v6.0.0-beta.12 v6.0.0-beta.12 2020-05-21 13:57:55 +08:00
Michael Shilman
200abf9efd Update peer dependencies to 6.0.0-beta.12 2020-05-21 13:57:42 +08:00
Michael Shilman
25455c4b11 ## 6.0.0-beta.12 changelog 2020-05-21 12:49:01 +08:00
Michael Shilman
1e1ea949c7 v6.0.0-beta.11 v6.0.0-beta.11 2020-05-21 12:24:04 +08:00
Michael Shilman
732199fbea Update peer dependencies to 6.0.0-beta.11 2020-05-21 12:23:34 +08:00
Michael Shilman
4a43da3ccb 6.0.0-beta.11 changelog 2020-05-21 11:15:53 +08:00
Michael Shilman
efa9ca5aeb v6.0.0-beta.10 v6.0.0-beta.10 2020-05-21 11:12:51 +08:00
Michael Shilman
98d6fc3d32 Update peer dependencies to 6.0.0-beta.10 2020-05-21 11:07:47 +08:00
Michael Shilman
c393a899d2 6.0.0-beta.10 changelog 2020-05-21 11:07:32 +08:00
Michael Shilman
7336aa4c8a
Merge pull request #10813 from storybookjs/mrmckeb/issue10790
Core: Zero-config TypeScript loading
2020-05-21 09:59:47 +08:00
Michael Shilman
3181de4b3c 6.0.0-beta.9 next.json version file 2020-05-21 07:28:50 +08:00
Michael Shilman
897fe4da11 Update version.ts to 6.0.0-beta.9 2020-05-21 07:26:37 +08:00
Michael Shilman
a6d81914c2 v6.0.0-beta.9 v6.0.0-beta.9 2020-05-21 07:17:20 +08:00
Michael Shilman
39c79b50dd Update peer dependencies to 6.0.0-beta.9 2020-05-21 07:08:35 +08:00
Michael Shilman
d655334f45 6.0.0-beta.9 changelog 2020-05-21 07:08:16 +08:00
Paul Grau
7a4724ba39 Revert removel of babel-preset-vue from app/vue 2020-05-20 22:20:21 +09:00
Paul Grau
b50442f992 Revert removal of babel-preset-vue 2020-05-20 22:16:51 +09:00
Paul Grau
7b8e614441 Apply babel fix to vue fixture as well 2020-05-20 20:33:22 +09:00
Michael Shilman
3671955f56 Migrate sfc_vue fixture to use babel-preset-vue 2020-05-20 18:42:50 +08:00
Norbert de Langen
7c706b56ac
ADD settings.json 2020-05-20 11:11:38 +02:00
Brody McKee
6dfb78686a fix: correct TSDoc error in shared types 2020-05-20 11:38:25 +03:00
Michael Shilman
1336f76abd Merge branch 'mrmckeb/issue10790' of github.com:storybookjs/storybook into mrmckeb/issue10790 2020-05-20 16:35:28 +08:00
Michael Shilman
4a4ccb48e6 Zero-config typescript: Updated MIGRATION and storybook documentation 2020-05-20 16:35:20 +08:00
Brody McKee
ee085e5ed2 feat: improve shared types 2020-05-20 11:14:34 +03:00
Michael Shilman
3f4d4ef98d Typescript: Filter out node_modules for docgen by default 2020-05-20 15:22:10 +08:00
Michael Shilman
bd7d479b4d Fix presets for windows paths 2020-05-20 15:21:16 +08:00
Michael Shilman
c7dfb35b6a Increase cypress navigation timeout for debugging 2020-05-20 11:28:02 +08:00
Michael Shilman
5f95289521 Update yarn.lock 2020-05-20 10:39:37 +08:00
Michael Shilman
ebd8535284 Attempt to unify ts-loader version for e2e tests 2020-05-20 10:30:19 +08:00
Michael Shilman
bdbd62a010 Build: Increase parallelism 2020-05-20 10:09:31 +08:00
Michael Shilman
7948a71451 Fix typescript-preset filtering 2020-05-20 09:01:36 +08:00