Skip to content

Commit 648207d

Browse files
committed
Bump to v1.1.0 for publishing
- Extract composition detection logic from `propTypeHandler` into `propTypeCompositionHandler`. `propTypeHandler` still delegates to `propTypeCompositionHandler` for backwards compatibility. - Expose an array of default handlers as `defaultHandlers` on the root object. - Relax requirements for composition detection in spread properties (see 878d57d).
1 parent e7b4307 commit 648207d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-docgen",
3-
"version": "1.0.2",
3+
"version": "1.1.0",
44
"description": "A CLI and toolkit to extract information from React components for documentation generation.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)