25153 Commits

Author SHA1 Message Date
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
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
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
4e52c534d3
FIX linting 2020-02-24 14:18:59 +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
Tom Coleman
a7dc544b41
Merge pull request #9877 from storybookjs/refactor-client-api
Refactor Client API: pull metadata handling code into the store.
2020-02-20 13:34:54 +11:00
Tom Coleman
5b56f443ee
Merge branch 'next' into refactor-client-api 2020-02-20 11:53:20 +11:00
Tom Coleman
f9f0b82594
Merge pull request #9868 from storybookjs/client-api-hot-refresh
Core: Add skip dispose option to ClientApi
2020-02-20 09:20:38 +11:00
Norbert de Langen
49d456dea4
UPGRADE cypress 2020-02-19 16:07:26 +01:00
Norbert de Langen
e8c41383a1
Merge branch 'next' into refactor-client-api 2020-02-19 15:13:13 +01:00
Gytis Vinclovas
fe1d45830f
Update types.ts 2020-02-19 13:04:47 +02:00
Gytis Vinclovas
e9218958cf Merge branch 'client-api-hot-refresh' of github.com:storybooks/storybook into client-api-hot-refresh 2020-02-19 12:58:17 +02:00
Tom Coleman
0a2d972673 Ensure our generated entry loads *after* polyfills 2020-02-19 21:43:26 +11:00