1109 Commits

Author SHA1 Message Date
Michael Shilman
6aaa9d4ff7
Merge pull request #11105 from storybookjs/10979-argstable-design-update
Components: Remove PropsTable, clean ArgsTable stories
2020-06-10 18:24:35 +08:00
Michael Shilman
5a943f8f84 Finish PropTable removal by creating temporary PropDef type 2020-06-10 07:25:01 +08:00
Michael Shilman
a3c6c06b04 Add MDX ArgTypes customization instructions 2020-06-10 06:04:15 +08:00
Michael Shilman
dc89aa1737 v6.0.0-beta.23 2020-06-08 15:43:48 +08:00
Michael Shilman
5b4967f441
Merge pull request #11069 from matheo/feat/docs-merge-args
Addon-docs: Add `docs.forceExtractedArgTypes` parameter
2020-06-08 15:30:57 +08:00
Mateo Tibaquira
f1b8a3558b feat(docs): enable args merging via docs.forceExtractedArgTypes parameter 2020-06-07 20:58:42 -05:00
Michael Shilman
f10f5887d3 Controls: Fix enum extraction (partial) for react-docgen-typescript 2020-06-07 10:52:25 +08:00
Michael Shilman
369b71b43e Fix warnings 2020-06-07 10:08:15 +08:00
Michael Shilman
ff3f44f3a1 v6.0.0-beta.22 2020-06-06 02:55:46 +08:00
Norbert de Langen
9941335bb9
Merge pull request #10490 from storybookjs/b-ember-no-docs
return early when there's no JSDoc for a component
2020-06-04 21:52:56 +02:00
Norbert de Langen
1fc0cdfac2 Merge branch 'next' into pr/chrisj-skinner/10957 2020-06-04 21:25:29 +02:00
Norbert de Langen
90aff2b066
change the no-value to null 2020-06-04 21:21:25 +02:00
Norbert de Langen
19f55b9fba Merge branch 'next' into b-ember-no-docs 2020-06-04 20:24:12 +02:00
Norbert de Langen
93c0ec0139
Merge branch 'next' into tech/e2eStab-semver
# Conflicts:
#	lib/cli/src/latest_version.ts
#	lib/ui/scripts/webpackDllsConfig.js
#	package.json
#	yarn.lock
2020-06-04 11:41:46 +02:00
Michael Shilman
93c1d0c108 v6.0.0-beta.21 2020-06-04 08:36:01 +08:00
Michael Shilman
71d99f5db4
Merge pull request #11015 from matheo/fix/controls
Addon-controls: Remove residual options-type controls
2020-06-04 06:33:11 +08:00
Michael Shilman
6efa4cc981
Merge pull request #11016 from matheo/feat/compodoc-classes
Addon-docs: Angular ArgTypes for pipes, injectables, classes
2020-06-04 05:46:08 +08:00
Michael Shilman
0443717863 React argTypes: Use defaultValue as initial arg in test 2020-06-03 22:13:40 +08:00
Mateo Tibaquira
b10834c83d feat(docs): extract ArgTypes for Angular pipes, injectables and classes 2020-06-02 01:21:30 -05:00
Mateo Tibaquira
9c24f1f8ed fix(controls): remove the flatten options type. Refs #11003 2020-06-02 00:44:25 -05:00
Michael Shilman
f296d1cfa1 v6.0.0-beta.20 2020-06-01 22:06:32 +08:00
Michael Shilman
d86727853a Controls: Flatten options control specification 2020-06-01 20:32:57 +08:00
Michael Shilman
b68f463ddf Addon-docs: Update props table customization docs 2020-06-01 19:01:22 +08:00
Michael Shilman
ed4d685f9c Addon-docs: Fix function argType inference in react-docgen-typescript 2020-06-01 13:02:27 +08:00
Michael Shilman
57f818f5e6 v6.0.0-beta.19 2020-05-30 03:29:10 +08:00
Mateo Tibaquira
fb6d2aee3e fix(docs): prevent exception of JSON.parse for some union types 2020-05-29 12:06:18 -05:00
Michael Shilman
27f45503e9 v6.0.0-beta.18 2020-05-29 22:55:02 +08:00
Norbert de Langen
db6e46ee10
Update addons/docs/docs/docspage.md
Co-authored-by: Michael Shilman <shilman@users.noreply.github.com>
2020-05-28 15:30:11 +02:00
Norbert de Langen
c9423859b2
Merge branch 'next' into fix/valid-globs
# Conflicts:
#	lib/core/package.json
2020-05-28 10:40:53 +02:00
Michael Shilman
e6bdd47438 v6.0.0-beta.17 2020-05-28 12:34:03 +08:00
Michael Shilman
93658d5fed
Merge pull request #10946 from storybookjs/10583-controls-for-angular
Addon-controls: Angular support
2020-05-28 12:27:00 +08:00
Michael Shilman
62882fb42b Addon-docs: Update Angular prop extraction snapshots 2020-05-28 11:59:23 +08:00
Michael Shilman
52bb7783ae Addon-docs: Fix web-components arg extraction tests 2020-05-28 11:51:22 +08:00
Michael Shilman
79eacdc5e3 Merge branch 'next' into 10583-controls-for-angular 2020-05-28 11:37:47 +08:00
Michael Shilman
ab44729d75 Addon-controls: Add support for Angular enums/arrays/object 2020-05-28 11:34:30 +08:00
Chris Skinner
f3a2af7f4f
Fix for port BUG with breaks all other addons
The suggested port of 9008 breaks / hides addons such as a11y, actions etc.
I've found that setting the port back to the default 6006 fixes this. Unfortunately I couldn't find out why this fixes it. Would be good to find out if you guys know. 
An example of this is at this [repo](https://github.com/chrisj-skinner/storybook-addon-docs-bug) running `npm run storybook:pass` & `npm run storybook:fail` will show the above bug.
Although the above example is using `6.0.0-beta.16` this bug extends back to `5.3.14`. Thats as far as I tested it.
2020-05-27 19:11:52 -06:00
Michael Shilman
236da4ef3c Addon-controls: Web-components support 2020-05-28 04:22:21 +08:00
Michael Shilman
8c00d5cd54 Merge branch 'next' into fix/valid-globs 2020-05-28 03:24:38 +08:00
Michael Shilman
816eb0f104 v6.0.0-beta.16 2020-05-28 00:21:14 +08:00
Michael Shilman
ac2dfab8a4 Addon-controls: Support angular 2020-05-27 22:15:18 +08:00
Norbert de Langen
177dc63470 Merge branch 'next' into tech/e2eStab-semver 2020-05-27 16:08:12 +02:00
Norbert de Langen
a4fa665ec2 Merge branch 'next' into fix/valid-globs 2020-05-27 10:39:31 +02:00
Michael Shilman
d30c942994 v6.0.0-beta.15 2020-05-27 07:05:27 +08:00
Norbert de Langen
d44b4c1535
ADD aliases to dll && FIX full inclusion of lodash 2020-05-26 15:31:34 +02:00
Norbert de Langen
540d0a2119
Merge branch 'next' into fix/valid-globs
# Conflicts:
#	MIGRATION.md
2020-05-26 12:34:40 +02:00
Michael Shilman
852ebbcaa2 v6.0.0-beta.14 2020-05-25 21:35:29 +08:00
Michael Shilman
4d1a3f4106 CSF: Update documentation to use hoisted CSF annotations 2020-05-25 15:24:48 +08:00
Michael Shilman
ecfaa1146a MDX: Upgrade MDX compiler to use hoisted CSF story annotations 2020-05-25 15:04:54 +08:00
Michael Shilman
6e75747db3 Improve props tables docs 2020-05-24 05:14:44 +08:00
Michael Shilman
e9ba51794e v6.0.0-beta.13 2020-05-23 02:06:33 +08:00