415 Commits

Author SHA1 Message Date
Michael Shilman
3de9ab04a7 Remove displayName parameter 2019-11-11 22:02:32 +08:00
Michael Shilman
5242f4f190 v5.3.0-alpha.42 2019-11-09 15:59:48 +08:00
Kai Röder
4c60525ffa
fix import statement in mdx example
`addon-` was missing in `import { Meta, Story, Props } from '@storybook/addon-docs/blocks';`
2019-11-07 22:16:20 +01:00
Michael Shilman
a46bd1bd89 v5.3.0-alpha.41 2019-11-07 11:12:53 +08:00
Michael Shilman
f0810047d0
Addon-docs: Render array of shape properly in props table (#8707)
Addon-docs: Render array of shape properly in props table
2019-11-07 02:21:51 +08:00
Michael Shilman
a76b55e24c
Addon-docs: Render params description in props table, support @… (#8702)
Addon-docs: Render params description in props table, support @ignore
2019-11-07 02:19:34 +08:00
Michael Shilman
0bd6a484e8 Docgen extractor: Minor housecleaning 2019-11-06 14:44:03 +08:00
Michael Shilman
8adf732d32 Addon-docs: Fix "Cannot read property 'props'" 2019-11-06 11:20:38 +08:00
Michael Shilman
8741f83b3f v5.3.0-alpha.40 2019-11-06 10:52:51 +08:00
ImgBotApp
83fcbed24f
[ImgBot] Optimize images
*Total -- 1,437.78kb -> 1,129.66kb (21.43%)

/addons/docs/docs/media/vue-hero.png -- 668.06kb -> 515.54kb (22.83%)
/addons/docs/docs/media/angular-hero.png -- 769.72kb -> 614.12kb (20.22%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2019-11-05 14:57:19 +00:00
patrick.lafrance
e5896801a7 Moved the fix to the PropRow component 2019-11-05 09:45:35 -05:00
patrick.lafrance
288050860b Added support for inline shape 2019-11-05 09:04:06 -05:00
Michael Shilman
8f09ccc687 v5.3.0-alpha.39 2019-11-05 21:39:50 +08:00
Michael Shilman
437407b5c0 Addon-docs: Updated recipe for notes as component description 2019-11-05 17:40:22 +08:00
Thomas Allmer
f43047c78c feat(docs): support inline rendering for wc and enable by default 2019-11-05 01:49:03 +01:00
patrick.lafrance
fbfaae82f8 Add custom code to replace the custom string with the raw type when available 2019-11-04 18:48:58 -05:00
patrick.lafrance
fd8304ea4a Rework the jsdoc parser output and fix a rendering bug 2019-11-04 18:18:14 -05:00
patrick.lafrance
0d4574448f Merge branch 'next' into 8532-render-params-and-returns-tags-optional-description-under-func-type 2019-11-04 12:24:46 -05:00
patrick.lafrance
04bde393bc wip 2019-11-04 09:20:10 -05:00
patrick.lafrance
3f1508c732 Added test coverage for @ignore 2019-11-04 09:15:19 -05:00
patrick.lafrance
5073e73466 Refactored to support JSDoc for unknown type system and stop infering the type name for typescript @param tags 2019-11-03 23:46:22 -05:00
patrick.lafrance
fb2fef31fc Fix JSDoc parsing to make it works with TS types 2019-11-03 18:48:17 -05:00
Michael Shilman
528c6617d9 v5.3.0-alpha.38 2019-11-03 16:33:20 +08:00
Michael Shilman
8fc41e7076 Addon-docs: Add link to Vue in README 2019-11-03 14:06:34 +08:00
Michael Shilman
f7ac56c26f Vue docs README 2019-11-03 12:50:23 +08:00
Michael Shilman
6651fe305f Angular docs typos 2019-11-03 12:49:55 +08:00
Michael Shilman
13c1d54f7e Update angular-hero.png 2019-11-02 16:27:26 +08:00
Michael Shilman
0404132056 Addon-docs: Angular README 2019-11-02 16:02:11 +08:00
Michael Shilman
7cfaf46efa Addon-docs Angular: Fix description handling for properties 2019-11-02 16:01:55 +08:00
Michael Shilman
fb19c3337d v5.3.0-alpha.37 2019-11-02 10:19:47 +08:00
patrick.lafrance
7bdeb4b5d6 Added support for typescript 2019-11-01 19:34:40 -04:00
patrick.lafrance
9b32b0a443 props types handler now returned raw jsdoc tags to be displayed in the PropRow component 2019-11-01 17:41:45 -04:00
lionel benychou
6e4b291f32 Merge remote-tracking branch 'origin/next' into 8198-source-loader-typescript 2019-11-01 19:52:47 +01:00
Michael Shilman
ccafaf46d4 v5.3.0-alpha.36 2019-11-02 01:32:50 +08:00
Michael Shilman
451945410d Merge branch 'next' into 6664-angular-docs-page 2019-11-02 01:11:52 +08:00
Kai Röder
9775c36ae0 add types and refactor code 2019-11-01 16:55:58 +01:00
Michael Shilman
4aed2feec4
Addon-docs: Support jsdoc params to describe function signature (#8660)
Addon-docs: Support jsdoc params to describe function signature
2019-11-01 23:40:33 +08:00
Michael Shilman
09b0b5b345 Addon-docs: Refactor angular compodoc into docs addon 2019-11-01 19:35:30 +08:00
Dony Sukardi
008a2d1339 Check if propTypes exists in supplied type before trying to unwrap 2019-11-01 17:26:50 +08:00
Michael Shilman
ec54d1f602 Merge branch 'next' into 8532-support-jsdocs-params-to-describe-js-function-signature 2019-11-01 13:39:00 +08:00
Michael Shilman
f1749b5824 v5.3.0-alpha.35 2019-11-01 09:52:07 +08:00
patrick.lafrance
5993314ead Fixed TS types issues 2019-10-31 18:27:57 -04:00
patrick.lafrance
e1237035f2 fix eslint 2019-10-31 16:37:04 -04:00
Michael Shilman
8255f75563 Merge branch 'next' into 8198-source-loader-typescript 2019-10-31 10:00:29 +08:00
Michael Shilman
fbd809ea52 v5.3.0-alpha.34 2019-10-30 17:28:14 +08:00
Michael Shilman
3249711727 Merge branch 'next' into 8198-source-loader-typescript 2019-10-30 14:00:33 +08:00
Thomas Allmer
0cc8fd37cd fix(docs): scroll from story to story not always from top 2019-10-29 23:50:17 +01:00
libetl
01f1f3c33e Merge remote-tracking branch 'origin/next' into 8198-source-loader-typescript 2019-10-28 23:42:32 +01:00
libetl
9bac963210 reparsing to insert the slice of code in the right place 2019-10-28 23:36:08 +01:00
Steel Fu
6b514ccfd5 Update web-components framework to render attributes 2019-10-28 15:16:30 -07:00