170 Commits

Author SHA1 Message Date
Daniel Duan
b45a5b2434 docgen info works without flow 2017-08-07 16:57:30 -04:00
Joao Ribeiro
37b2b88c6e Add support for new signature type added by react-docgen@next 2017-08-07 16:54:14 -04:00
Joao Ribeiro
1b2f2597a4 Add TypedButton example showcasing Flowtype & React Docgen docs 2017-08-07 16:54:14 -04:00
Joao Ribeiro
fdebc3474d Added React Docgen + Flowtype usage instrcutions 2017-08-07 16:54:14 -04:00
Joao Ribeiro
01579f9ed3 Added React Docgen + Flowtype usage instrcutions 2017-08-07 16:54:14 -04:00
Joao Ribeiro
a060cc3efb Add Docgen info to PropTable 2017-08-07 16:54:14 -04:00
Lochlan Bunn
094459a43e Fix info addon prop tables (#1607)
Prop Tables were being key'd by their component's object `name` prop; this means that only the first component, of many components of the same type, would show.

Making sure we first check `displayName` for key usage means that components with the same type can all appear in the Prop Tables if their individual `displayName`'s were different.

Case: Higher Order Components
2017-08-07 21:49:03 +03:00
Sébastien Lorber
d806ff2799 Update README.md 2017-08-04 21:03:28 +02:00
Sébastien Lorber
ea74e36bbe Update README.md 2017-08-04 15:33:12 +02:00
Sébastien Lorber
6ce37ddcb2 Document how to use info addon as decorator 2017-08-04 12:50:57 +02:00
Michael Shilman
8e03aacb68 v3.2.0 2017-07-31 07:12:08 -07:00
Michael Shilman
fe0b43ca85 v3.2.0-alpha.13 2017-07-30 17:19:13 -07:00
Michael Shilman
1810a98153 Respond to review comments and update addon-info README 2017-07-28 09:17:39 -07:00
Michael Shilman
a50a8e874a Refactoring of withX wrappers withNotes and withInfo
- make signatures consistent
- make string-only variant of withNotes/withInfo
- simplify withInfo code
2017-07-28 01:34:14 -07:00
Michael Shilman
0188ace87f v3.2.0-alpha.10 2017-07-27 01:06:54 -07:00
Norbert de Langen
de75c5df89 Merge branch 'master' into release/3.2 2017-07-25 22:34:27 +02:00
Norbert de Langen
c11c189d7e UPDATE everything (including eslint 4) 2017-07-25 11:20:08 +02:00
Norbert de Langen
73130d4cd1 Merge branch 'master' into release/3.2 2017-07-25 09:34:12 +02:00
Norbert de Langen
5d367d46ef Merge branch 'master' into addon-info-style-story 2017-07-23 12:11:12 +02:00
Michael Shilman
4513cc9f74 v3.2.0-alpha.8 2017-07-20 13:29:18 -07:00
Norbert de Langen
3862c99541 Merge branch 'master' into release/3.2
# Conflicts:
#	addons/actions/package.json
#	addons/info/package.json
#	addons/knobs/package.json
#	addons/storyshots/package.json
#	app/react-native/package.json
#	app/react/package.json
#	lerna.json
#	lib/cli/package.json
#	lib/ui/package.json
2017-07-20 09:23:47 +02:00
Norbert de Langen
299a53ac72 SWITCH to circleci over travisCI && CHANGE lerna bootstrap procedure:
- Use yarn for installation
- Hoist all dependencies to root
- Hoist known packages to root

- Test storyshots in cra-kitchen-sink
2017-07-19 08:01:50 +02:00
Michael Shilman
c0933a7a99 v3.1.9 2017-07-16 13:50:00 -07:00
Michael Shilman
1c59065b39 Merge branch 'master' into release/3.2
# Conflicts:
#	addons/actions/package.json
#	addons/knobs/package.json
#	addons/storyshots/package.json
#	app/react-native/package.json
#	app/react/package.json
#	examples/cra-kitchen-sink/package.json
#	lerna.json
#	lib/ui/src/modules/ui/components/layout/index.js
2017-07-14 10:40:54 -07:00
Oleg Proskurin
a73d01d632 Fix tests and default props 2017-07-13 20:42:47 +03:00
Oleg Proskurin
3832ae9fd7 Switch to util-deprecate 2017-07-13 15:05:56 +03:00
Oleg Proskurin
6c128f3c3b Fix typo 2017-07-12 19:50:44 +03:00
UsulPro
1e2892f2f1 Improve test coverage 2017-07-12 11:48:38 +03:00
Oleg Proskurin
868dcedd12 Add test 2017-07-11 22:31:28 +03:00
Oleg Proskurin
0e8230c459 Refactoring withInfo function 2017-07-11 21:29:46 +03:00
Oleg Proskurin
ec8ee5cb2d Add deprecation warning 2017-07-11 20:43:22 +03:00
Oleg Proskurin
73f64c8052 Add withInfo()(storyFn) 2017-07-10 22:52:16 +03:00
Oleg Proskurin
d41888f848 Addons composition 2017-07-10 11:09:10 +03:00
Oleg Proskurin
d9a2948dab Refactoring Addon Info [WIP] 2017-07-10 00:30:31 +03:00
Norbert de Langen
15540df990 CHANGE indentation rule eslint (prettier) 2017-07-08 22:57:21 +02:00
Duncan Beevers
17df44ed1e
Addon Info: Provide styling hook for story body 2017-07-06 15:15:42 -07:00
Michael Shilman
d8f22cdb85 v3.1.6 2017-06-26 16:32:38 +10:00
Michael Shilman
cc4abb1b98 Linting fixes 2017-06-26 16:06:30 +10:00
Norbert de Langen
152630be57 Merge pull request #1351 from thomasbertet/fix-1307-invalid-node-type-to-props
Fix invalid prop 'node.type' supplied to 'Props'
2017-06-23 17:18:53 +02:00
Michael Shilman
4710321b9c Merge pull request #1326 from blairanderson/patch-1
fixes #1299 - addons/info: update readme
2017-06-23 23:56:46 +10:00
Norbert de Langen
51f4c9de71 Merge branch 'master' into fix-1307-invalid-node-type-to-props 2017-06-23 15:45:07 +02:00
Michael Shilman
10ba79923a Merge branch 'master' into patch-1 2017-06-23 23:12:52 +10:00
Michael Shilman
e32629f31b Merge branch 'master' into addon-info-omit-empty-inline-header 2017-06-23 23:01:46 +10:00
Thomas Bertet
0bfb068b6f fix invalid prop node.type to Props 2017-06-23 11:16:40 +02:00
Duncan Beevers
549e55e05b
Addon Info: Omit empty inline info header 2017-06-22 10:55:16 -07:00
Michael Shilman
b20e6f5091 Remove package-lock.json 2017-06-23 01:03:45 +10:00
Michael Shilman
a620cfed2a v3.1.5 2017-06-22 16:36:43 +10:00
Michael Shilman
e5041fa06a Add package-lock.json
Per discussion with @tmeasday 😉
2017-06-22 11:17:16 +10:00
Blair Anderson
e4634420f2 addons/info: update readme
- include the defaults/options that are useable
2017-06-20 18:46:43 -07:00
Joe Kohlmann
0989765e43 Merge branch 'master' into patch-1 2017-06-15 09:43:24 -04:00