Michael Shilman
ff57dd1a0f
Merge pull request #13003 from zeckdude/fix/source-default-props
...
Addon-docs: Hide React default props in source block
2020-11-04 12:29:36 +08:00
Michael Shilman
60278c8693
Merge pull request #12994 from activenode/fix/12986-angular-empty-string-type-inference
...
Addon-docs: Angular empty string now infers to "string" instead of "void"
2020-11-04 12:06:41 +08:00
zeckdude
c3bb4f854e
Disable showing default props in code preview
2020-11-03 11:18:59 -08:00
David Lorenz
0a2598766a
fix: empty string now infers to "string" instead of "void"
2020-11-03 10:02:31 +01:00
Michael Shilman
225b5fd5cb
Update MDX snapshots
2020-11-03 08:32:59 +08:00
Michael Shilman
9d910486c5
Fix deepscan
2020-11-02 07:30:47 +08:00
Michael Shilman
3f03d5c75f
Core: Remove webpack DLLs
2020-11-02 07:04:27 +08:00
Michael Shilman
fb615576be
Core: Disable Docs DLL by default
2020-10-23 14:46:58 +08:00
Michael Shilman
8891488aa9
Rename helper function
2020-10-19 14:11:47 +08:00
Shota Fuji
537213926e
feat(addon-docs): Dynamic source rendering for Vue
...
https://github.com/storybookjs/storybook/issues/11400
This commit adds dynamic source code rendering feature to Docs addon for
Vue.js. The goals are 1) reflecting Controls' value to code block and
2) showing a code similar to what component consumers would write.
To archive these goals, this feature compiles a component with Vue, then
walks through vdom and stringifys the result. It could be possible to
parse components' template or render function then stringify results,
but it would be costly and hard to maintain (especially for parsing).
We can use vue-template-compiler for the purpose, but it can't handle
render functions so it's not the way to go IMO.
Speaking of the goal 2, someone wants events to be in the output code.
But it's so hard to retrieve component definitions (e.g. `methods`,
`computed`). I think it's okay to skip events until we figure there is a
high demand for that.
2020-10-18 13:38:57 +00:00
Michael Shilman
49c4d7fee0
MDX: Add loaders support to MDX compiler
2020-10-10 18:04:54 +08:00
Michael Shilman
e6cee22077
Remove unused import, fix deepscan
2020-10-08 09:44:15 +08:00
Andrew Salib
d9a8253205
fix(addon-docs): TS forwardref issue now produces properties.snapshot
2020-10-08 10:38:35 +11:00
Andrew Salib
958e7ed5a8
fix(addon-docs): only support forwardRef outer propTypes
...
Attaching propTypes to forwardRef component's inner render fn doesn't make sense, so we are only supporting outer propTypes. Keeping inner proptypes story to show it doesn't work & isn't recommended.
2020-10-08 10:33:41 +11:00
Andrew Salib
e645ae1ce7
Update snapshots
2020-10-07 17:50:40 +11:00
Andrew Salib
179ca8d7fb
addon-docs: fix Memo props types & tiny refactor to jsxDecorator
...
jsxDecorator can now fetch component name from docgen & also using new helpers.
2020-10-07 16:37:45 +11:00
Andrew Salib
5d06c42100
addon-docs: add react componentTypes helpers to lib
...
For determining if a component isMemo or isForwardRef
2020-10-07 16:35:55 +11:00
Michael Shilman
b39e816be8
Merge branch 'next' into fix/react-component-name
2020-10-05 12:29:09 +08:00
Michael Shilman
a8770a4a8e
Merge branch 'next' into pr/12035
2020-10-05 11:44:56 +08:00
Michael Shilman
e98574cd9f
Merge pull request #12588 from phated/guard-duplicate-in-createSummaryValue
...
Addon-docs: Move summary & detail equality check to createSummaryValue
2020-10-03 21:21:28 +08:00
Norbert de Langen
5414c8be19
fix snapshot
2020-10-01 16:53:17 +02:00
Andrew Salib
77ec4c6844
fix(addon-docs): add any types to props so it builds
2020-10-01 17:07:56 +10:00
Andrew Salib
73369c2d0e
fix(react/jsxDecorator): make rendered component's displayName work w/ memo & forwardRef exotic components
...
Prev. would just do as <[object Object]>.. because it didn't know where to lookup the inner render function's name.
2020-10-01 16:16:12 +10:00
Michael Shilman
2dee98f955
Merge pull request #12590 from jsoref/spelling
...
Fix spelling errors
2020-09-30 18:23:06 +08:00
Josh Soref
b4cded5966
Updating snapshot
2020-09-29 09:42:32 -04:00
Josh Soref
d77a3c03a5
spelling: without
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:32 -04:00
Josh Soref
be662d65c0
spelling: utility
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:32 -04:00
Josh Soref
141034165a
spelling: overridden
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:31 -04:00
Josh Soref
0247043615
spelling: omitted
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:30 -04:00
Josh Soref
a48b29e455
spelling: multiple
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:30 -04:00
Josh Soref
c08f0ef620
spelling: inferred
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:30 -04:00
Josh Soref
c572625b7c
spelling: identifier
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:30 -04:00
Josh Soref
759ace077b
spelling: functional
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-29 09:42:29 -04:00
Josh Soref
753cf0c0e6
spelling: anonymous
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-27 16:14:47 -04:00
Josh Soref
3bfb2b673f
spelling: annotation
...
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
2020-09-27 16:14:47 -04:00
Blaine Bublitz
ed59bcb6b4
Addon-docs: Move summary & detail equality check inside createSummaryValue
2020-09-26 16:10:14 -07:00
Michael Shilman
3239c95fea
Merge pull request #10442 from runarberg/web-component-shadow-part-props-table
2020-09-26 13:25:52 +08:00
Michael Shilman
caf2b6bb8c
Addon-docs: Fix story description to only show when expanded
2020-09-24 17:42:19 +08:00
Michael Shilman
02400c272b
Merge branch 'next' into web-component-shadow-part-props-table
2020-09-24 14:27:12 +08:00
Michael Shilman
245112597c
Merge pull request #12550 from phated/docgen-flow-converters
...
Addon-docs: Add converters between Flow types and storybook types
2020-09-24 01:36:59 +08:00
Blaine Bublitz
13f80abcea
Addon-docs: Add converters between Flow types and storybook types
2020-09-22 20:43:24 -07:00
Blaine Bublitz
97602f0c3b
Addon-docs: Remove leading pipe if using raw value for Flow union
2020-09-22 20:29:40 -07:00
Andrew Lisowski
c8a60565b0
upgrade typescript + babel
2020-09-17 08:50:44 -07:00
merceyz
0e62da38f2
fix(addon-docs): get vue-docgen-loader from @storybook/vue
2020-09-12 00:23:37 +02:00
Michael Shilman
bca57a8085
Merge pull request #12383 from merceyz/merceyz/pnp-issues
...
Core: require.resolve loaders and add missing dependencies
2020-09-11 23:04:59 +08:00
Michael Shilman
9e483e20c4
Merge pull request #12047 from lisamartin00/bug/docs-scroll
...
Addon-docs: Fix DocsPage scroll behavior
2020-09-11 16:38:29 +08:00
merceyz
0531c06a09
Merge branch 'next' into merceyz/pnp-issues
2020-09-10 18:15:17 +02:00
Michael Shilman
c20fa1597c
Merge pull request #12375 from phated/transformSource-all-sourceTypes
...
Addon-docs: Apply transformSource to any SourceType
2020-09-10 22:25:14 +08:00
merceyz
7c495bd901
Merge branch 'next' into merceyz/pnp-issues
2020-09-10 09:17:24 +02:00
Michael Shilman
5e27ecf411
Merge pull request #12429 from storybookjs/12422-fix-extract-source-perf
...
Source-loader: Export extract-source in its own entry point
2020-09-10 07:30:48 +08:00