857 Commits

Author SHA1 Message Date
Michael Shilman
871a4ed7ba Add docspage remix documentation 2020-03-15 19:25:52 +08:00
Michael Shilman
643be31fdc Merge pull request #10056 from bovandersteene/patch-3
docs(README): add ts to module.exports
2020-03-14 10:10:12 +08:00
Michael Shilman
bf56a6df9b Merge pull request #10053 from storybookjs/addon-docs-manual-setup
Addon-docs: Update manual setup docs
2020-03-14 10:10:11 +08:00
Michael Shilman
3d1d35534e v6.0.0-alpha.27 2020-03-13 20:29:55 +08:00
Michael Shilman
870ff062f3 v6.0.0-alpha.26 2020-03-12 20:53:10 +08:00
Michael Shilman
a209fc20bc
Merge pull request #9951 from jonspalmer/remove_deprecated_addon_decorators
Remove deprecated decorators and loaders
2020-03-12 20:36:53 +08:00
Michael Shilman
131f01dc32
Merge pull request #9924 from storybookjs/9922-props-block-component-of
Props: Repro #9922
2020-03-12 18:49:26 +08:00
Michael Shilman
d603f7f928 Merge branch 'next' into pr/9951 2020-03-12 18:20:46 +08:00
Michael Shilman
ab58cf7dcb Fix typo 2020-03-12 17:58:58 +08:00
Michael Shilman
df4191a14e Addon-docs: Support docs.theme parameter 2020-03-12 11:57:50 +08:00
Michael Shilman
cbe0da787a v6.0.0-alpha.25 2020-03-11 18:53:09 +08:00
Michael Shilman
7a68f72411 v6.0.0-alpha.24 2020-03-11 16:56:16 +08:00
Michael Shilman
db11a19522 Fix broken types 2020-03-11 16:49:03 +08:00
Michael Shilman
fbd0c3c0b6 v6.0.0-alpha.23 2020-03-11 16:43:16 +08:00
Michael Shilman
9d9ef5f1eb Fix deepscan 2020-03-11 16:34:15 +08:00
Michael Shilman
677b941e8a Fix docs & add docs.source.code example 2020-03-11 14:55:48 +08:00
Michael Shilman
95c12c0bf4
Update addons/docs/src/frameworks/common/enhanceSource.ts
Co-Authored-By: Tom Coleman <tom@thesnail.org>
2020-03-11 14:47:13 +08:00
Michael Shilman
a71f51fee7 Fix bad import 2020-03-11 14:11:30 +08:00
Michael Shilman
eff406f9de Fix typo 2020-03-11 14:10:07 +08:00
Michael Shilman
8d922c7a81 Use parameter enhancers for Source block 2020-03-11 14:08:15 +08:00
Michael Shilman
80bae20670 Merge branch 'next' into 7479-format-source-parameter 2020-03-11 12:07:55 +08:00
Michael Shilman
6cb32b3d98 v6.0.0-alpha.22 2020-03-10 18:44:26 +08:00
Michael Shilman
52e63ba4b9 Addon-docs: formatSource snippet customization function 2020-03-10 12:18:50 +08:00
Michael Shilman
4da13093ab Addon-Storysource: Clean up old mdxSource code 2020-03-10 01:01:20 +08:00
Michael Shilman
f016acb31a MDX: Compile to updated source-loader format 2020-03-10 00:45:52 +08:00
Michael Shilman
5f44c31718 Improve migration for react-typescript-docgen-loader to babel-plugin-react-docgen 2020-03-06 22:15:34 +08:00
Michael Shilman
1e2ab41dab Props: repro #10017 2020-03-05 23:43:38 +08:00
Michael Shilman
7970836309 v6.0.0-alpha.21 2020-03-05 17:26:05 +08:00
Norbert de Langen
4cf39dec63
DIX ember docs when description is missing for whatever reason 2020-03-04 20:48:47 +01:00
Norbert de Langen
e879b9ec12
Merge pull request #10016 from storybookjs/upgrade/reach-router-9705
Upgrade/reach router 9705
2020-03-02 16:56:32 +01:00
Norbert de Langen
2e90601234
Merge pull request #9965 from storybookjs/add-missing-deps
Misc: Add missing dependencies
2020-03-02 14:49:04 +01:00
Norbert de Langen
63cd58b993
FIX snapshots 2020-03-02 14:42:56 +01:00
Norbert de Langen
faf99cc5fe
FIX ts errors 2020-03-02 14:09:16 +01:00
Michael Shilman
aee887311f
Merge pull request #9914 from storybookjs/refactor-client-api-events
Core: Overhaul start.js and event emitting/listening
2020-03-02 14:10:00 +08:00
Tom Coleman
ac9b13f377 Replace selectedKind/Story with kind/name in docs 2020-03-02 15:59:10 +11:00
Gaëtan Maisse
11d4b11101 chore(docs): add some missing dependencies
Used `npx @yarnpkg/doctor .` to have the list of all missing deps.
Added them with version range already used in the workspace to avoid downloading new dep (that's why yarn.lock is not modified)
2020-03-01 21:40:36 +01:00
Emmanuel DEMEY
37ab0aff8f
fix: missin } in the docs addon documentation 2020-02-27 10:38:28 +01:00
Michael Shilman
dac6752d47 v6.0.0-alpha.20 2020-02-27 08:26:52 +08:00
Emmanuel DEMEY
0232feaf06
fix: remove useless \ in the documentation 2020-02-26 08:35:23 +01:00
Jon Palmer
d8eb21b7ff remove the legacy makePreset 2020-02-25 13:59:42 -05:00
Michael Shilman
b5b1bda641 v6.0.0-alpha.19 2020-02-24 22:28:05 +08:00
Norbert de Langen
4e52c534d3
FIX linting 2020-02-24 14:18:59 +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
Michael Shilman
480370557a v6.0.0-alpha.18 2020-02-22 04:31:14 +08:00
lmaze
8a98d9491b New fix 2020-02-21 17:42:25 +01:00
Michael Shilman
36327ee08e v6.0.0-alpha.17 2020-02-21 11:58:31 +08:00
Michael Shilman
b2d08977a3 v6.0.0-alpha.16 2020-02-21 11:45:13 +08:00
Michael Shilman
1447c85107 Props: Repro #9922 2020-02-21 10:11:22 +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
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