769 Commits

Author SHA1 Message Date
Michael Shilman
e9a9465d03 Addon-docs: ArgTypes optional on Meta 2020-12-01 21:01:15 +08:00
Michael Shilman
b09f171828 Merge branch 'next' into tech/upgrades-4 2020-12-01 18:04:58 +08:00
Michael Shilman
bd835c1b60
Merge pull request #13276 from selrond/patch-1
Update deprecated type
2020-12-01 17:58:44 +08:00
Michael Shilman
209dafbd30
Merge pull request #12665 from lachieh/next
Addon-docs: Fix type aliases and enum types from Angular Compodoc JSON
2020-12-01 11:33:20 +08:00
Shota Fuji
2e724f727b
fix(addon-docs): Handle object-in-array class (Vue.js)
https://vuejs.org/v2/guide/class-and-style.html#Array-Syntax

Add support for below.

```vue
<div v-bind:class="[{ active: isActive }, errorClass]"></div>
```
2020-11-29 03:39:54 +00:00
Shota Fuji
fe2a84b7dc
fix(addon-docs): render Vue classes in dynamic source
https://github.com/storybookjs/storybook/issues/13326

Both static class (`class="foo"`) and dynamic class (`:class="..."`)
are ignored because Vue treats them as special attribute. They don't
exist in normal vnode.data.attrs nor componentOptions.propsData.
2020-11-29 03:15:30 +00:00
Lee Taylor
7589650570
Update sourceDecorator test 2020-11-27 10:49:27 +00:00
Lee Taylor
fc6a4bf933
Add more attributes to sourceDecorator tests 2020-11-27 10:44:35 +00:00
Norbert de Langen
736389950a
upgrades 2020-11-26 17:16:23 +01:00
Lee Taylor
67c4bbb3e0
Remove attribute if type is function 2020-11-26 11:29:31 +00:00
Sebastian Andil
151fb57e84 Update deprecated type
As per 49182c7144/types/react/index.d.ts (L531) SFC type is deprecated.

`VFC` mean Void Functional Component, which is suitable here
2020-11-25 22:04:05 +01:00
Marco Liberati
9f19407e3c
Make source code accessible from outside 2020-11-15 08:36:55 +01:00
Michael Shilman
c307b85ea9 Addon-docs: Fix Meta prop types 2020-11-13 10:22:58 +08:00
Michael Shilman
6bdb96021f Source: Remove spurious warning 2020-11-11 06:21:26 +08:00
Michael Shilman
1fe2efa0b1 Fix snapshot 2020-11-06 08:52:16 +08:00
David Lorenz
59ce248261 moved the test to the correct place 2020-11-04 09:26:50 +01:00
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
Lachlan Heywood
ce33a20018 update test coverage 2020-10-06 17:26:36 -04:00
Lachlan Heywood
54cba15c46 add enums check for compodoc types 2020-10-05 01:28:59 -04: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
Lachlan Heywood
97bf14a331 Add resolution for type aliases from compodoc gen 2020-10-04 22:58:51 -04:00
Lachlan Heywood
7a7560d9ff correct spelling 2020-10-04 22:57:38 -04:00
Lachlan Heywood
b895500e3e add miscellaneous property to CompodocJson type 2020-10-04 22:53:23 -04: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