25161 Commits

Author SHA1 Message Date
Norbert de Langen
92f9e23263
Merge pull request #9940 from storybookjs/add/stories-for-layout-mdx
ADD stories for layout in mdx as example and regression test
2020-02-26 13:55:27 +01:00
Michael Shilman
2b8e15b1a8
Merge pull request #9960 from storybookjs/Fix-LSB-284
Core: Fix `configFilename` containing backticks
2020-02-26 20:32:26 +08:00
Michael Shilman
a22ceff7e3
Merge pull request #9958 from EmmanuelDemey/patch-3
fix: remove useless \ in the documentation
2020-02-26 20:27:57 +08:00
Tom Coleman
20920b58e6
Fix configFilename containing backticks
In windows the path sep is '\' which will lead to weird stuff like: https://github.com/chromaui/learnstorybook.com/issues/284
2020-02-26 20:12:39 +11:00
Emmanuel DEMEY
0232feaf06
fix: remove useless \ in the documentation 2020-02-26 08:35:23 +01:00
Michael Shilman
d9612f7090
Merge pull request #9950 from jonspalmer/addon_docs_cleanup
Cleanup docs wrt registering addons
2020-02-26 08:11:57 +08:00
Michael Shilman
b940b05bde 5.3.14 changelog 2020-02-25 23:53:18 +08:00
Jon Palmer
bfe3260e64 Claenup docs wrt registering addons 2020-02-25 10:34:19 -05:00
Michael Shilman
4703c15e55 6.0.0-alpha.19 next.json version file 2020-02-24 23:08:12 +08:00
Michael Shilman
d41e1176ab Update version.ts to 6.0.0-alpha.19 2020-02-24 22:40:25 +08:00
Norbert de Langen
aa201f6441
CLEANUP some more 2020-02-24 15:38:20 +01:00
Michael Shilman
b5b1bda641 v6.0.0-alpha.19 v6.0.0-alpha.19 2020-02-24 22:28:05 +08:00
Michael Shilman
6473797744 Update peer dependencies to 6.0.0-alpha.19 2020-02-24 22:23:41 +08:00
Michael Shilman
edbc69a458 6.0.0-alpha.19 changelog 2020-02-24 22:23:16 +08:00
Norbert de Langen
1ab991582b
CLEANUP 2020-02-24 14:30:02 +01:00
Norbert de Langen
eee6565bbd
Merge branch 'next' into add/stories-for-layout-mdx 2020-02-24 14:28:54 +01:00
Norbert de Langen
4e52c534d3
FIX linting 2020-02-24 14:18:59 +01:00
Norbert de Langen
f2fb848a46
ADD stories for layout in mdx as example and regression test 2020-02-24 13:30:24 +01:00
Norbert de Langen
dd83080cdd
Merge pull request #9932 from jonspalmer/links_addon_preset
Add preset for Links Addon
2020-02-24 12:20:24 +01:00
Norbert de Langen
72ccf7925f
Merge pull request #9790 from lmaze/8884-fix-addon-docs-ie11
Addon-docs: Restore IE11 compat on Windows by transpiling correctly acorn-jsx for this OS (#8884)
2020-02-24 11:13:30 +01:00
Norbert de Langen
7b82ea41d1
ADD cypress tests running documentation 2020-02-24 10:42:02 +01:00
Jon Palmer
06bdaf5e92 use makeDecorator to allow disabling via parameters 2020-02-22 20:24:50 -05:00
Jon Palmer
2b7ce51fdf Add preset for Links Addon 2020-02-22 12:23:10 -05:00
Michael Shilman
9c9c52600b 6.0.0-alpha.18 next.json version file 2020-02-22 04:50:50 +08:00
Michael Shilman
2276d03ae8 Update version.ts to 6.0.0-alpha.18 2020-02-22 04:41:45 +08:00
Michael Shilman
480370557a v6.0.0-alpha.18 v6.0.0-alpha.18 2020-02-22 04:31:14 +08:00
Michael Shilman
683acfefad Update peer dependencies to 6.0.0-alpha.18 2020-02-22 04:27:29 +08:00
Michael Shilman
9a00958ae7 6.0.0-alpha.18 changelog 2020-02-22 04:26:30 +08:00
lmaze
8a98d9491b New fix 2020-02-21 17:42:25 +01:00
Michael Shilman
461837d6bf
Merge pull request #9447 from novli/patch-3
Addon-knobs: Add `disableForceUpdate` option
2020-02-21 22:40:29 +08:00
Michael Shilman
151d28a956 6.0.0-alpha.17 next.json version file 2020-02-21 12:18:42 +08:00
Michael Shilman
98bd05fb93 Update version.ts to 6.0.0-alpha.17 2020-02-21 12:09:12 +08:00
Michael Shilman
36327ee08e v6.0.0-alpha.17 v6.0.0-alpha.17 2020-02-21 11:58:31 +08:00
Michael Shilman
f3c0ac1c7b Update peer dependencies to 6.0.0-alpha.17 2020-02-21 11:58:15 +08:00
Michael Shilman
60e675e6df 6.0.0-alpha.17 changelog 2020-02-21 11:57:48 +08:00
Michael Shilman
b2d08977a3 v6.0.0-alpha.16 v6.0.0-alpha.16 2020-02-21 11:45:13 +08:00
Michael Shilman
210b94ba07 Update peer dependencies to 6.0.0-alpha.16 2020-02-21 11:40:09 +08:00
Michael Shilman
376a8d0440 6.0.0-alpha.16 changelog 2020-02-21 11:39:56 +08:00
Gaëtan Maisse
518607cd4e
Merge pull request #9916 from storybookjs/fix-deps
Add missing dependencies or peerDependencies
2020-02-20 19:59:42 +01:00
Norbert de Langen
23508f5ea9
Merge pull request #9906 from SoloJiang/chore-supplement-rax
chore: change rax link
2020-02-20 18:41:12 +01:00
Michael Shilman
3aa12e9a57
Merge pull request #9873 from storybookjs/9827-ts-default-values
Props: Fix typescript unspecified default value
2020-02-21 01:20:43 +08:00
Norbert de Langen
e04d5da4e6
Merge pull request #9907 from storybookjs/fix-ts-export-for-addon-centered
Centered: remove `typesVersions` attribute
2020-02-20 17:19:37 +01:00
Gaëtan Maisse
f69396b3e3 Add missing peer dependencies required by react-ga in addons/google-analytics
https://dev.to/arcanis/implicit-transitive-peer-dependencies-ed0
2020-02-20 17:11:00 +01:00
Gaëtan Maisse
f4fd55ff1b Add missing dependencies or devDeps in some addon packages 2020-02-20 17:10:59 +01:00
Gaëtan Maisse
c42b1db400 refactor: regenerator-runtime as dependencies
`regenerator-runtime` is used as polyfill to backport async/await and generator to old browser (like core-js).
Any package that use async/await or generator will require `regenerator-runtime` at runtime without any import in the source (it's added by babel during transpilation).
To avoid any issue in the future `regenerator-runtime` is added to almost all packages, as it has been done for `core-js`

What I did?
- Add it when it was missing
- Move it from peerDep to dep when needed
- Use the same, and latest, version for all packages
2020-02-20 13:52:02 +01:00
Michael Shilman
4b10388a87 6.0.0-alpha.15 next.json version file 2020-02-20 12:37:59 +08:00
Michael Shilman
f04b027da7 Update version.ts to 6.0.0-alpha.15 2020-02-20 12:04:30 +08:00
Michael Shilman
efd0256348 v6.0.0-alpha.15 v6.0.0-alpha.15 2020-02-20 11:54:32 +08:00
Michael Shilman
c74f2378b2 Update peer dependencies to 6.0.0-alpha.15 2020-02-20 11:49:56 +08:00
Michael Shilman
e05c40d70f 6.0.0-alpha.15 changelog 2020-02-20 11:49:46 +08:00