-
Notifications
You must be signed in to change notification settings - Fork 715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(react-docgen-typescript-loader): add proof-of-concept Axis doc page #681
Merged
Merged
Changes from all commits
Commits
Show all changes
107 commits
Select commit
Hold shift + click to select a range
917c03a
internal(demo): docs.js => Docs.tsx, add groupings, remove .html links
williaster 1c99d3b
deps: remove lint-staged, bump react-docgen to ^5.3
williaster 3f1fe91
docs: update static => /static for nested pages
williaster 2dc3c2b
types(vx-demo): add VxPackage type
williaster 9ed9067
docs(vx-axis): remove vx-axis/docs/*.md and vx-demo/static/docs/vx-ax…
williaster 30ba845
docs(vx-demo): add PackageList component
williaster 77c89c6
docs(vx-demo): add DocPage component
williaster f273506
docs(vx-axis): remove api + props sections from vx-axis readme
williaster a1ff069
internal(vx-axis): remove docs script
williaster 6ebd742
deps(vx-demo): add react-docgen-typescript-loader, markdown-loader, r…
williaster 12098a1
docs(vx-demo): add react-docgen-typescript-loader to next webpack loader
williaster 6c47d41
docs(vx-demo): add ApiTable component
williaster 5bad703
docs(vx-demo): add new docs/Axis
williaster c578b4a
docs(vx-demo): use PackageList in pages/Docs
williaster e12040d
docs(vx-demo/PackageList): update to static html links for non-axis p…
williaster 3b1df93
fix(vx-demo): fix webpack config loader concatenation
williaster 9aba677
docs: update ApiTable styles, clean up docs/Axis
williaster 365a3a4
deps: update yarn.lock
williaster d32a3a4
lint: add docs/.eslintrc
williaster c545626
fix(vx-demo/docs/PackageList): fix className type
williaster ef99c99
style(vx-demo/DocPage): fix doc nav width, add code styles
williaster ed53365
style(vx-demo/PackageList): remove unneeded style
williaster 8f9082e
docs(PackageList): update emphasize style and improve hierarchy
williaster 38a4a3a
docs: move more boilerplate into DocPage
williaster 2b4d040
next: add tsconfig path to react-docgen-typescript-loader, filter non…
williaster 5c64b70
docs(vx-chord): update to docgen
williaster c0a3880
docs(vx-chord): add prop type annotations
williaster f122d05
docs(vx-chord): add more prop type annotations
williaster f73bc61
docs(vx-annotation): update to docgen
williaster 1aa2396
docs: remove static/docs/vx-annotation.html
williaster dfdde9a
docs(vx-annotation): update Annotation with new DocPage
williaster 495791a
fix(vx-demo): make DocPage components optional
williaster a1ee66c
docs(vx-bounds): update to docgen
williaster e423ef0
docs(vx-bounds): update to new DocPage
williaster 04a42db
docs(vx-brush): update to docgen
williaster f1094a3
docs(vx-brush): update to new DocPage
williaster 08e6018
docs(vx-clip-path): update to docgen
williaster f195939
docs(vx-curve): update to docgen
williaster 2e23ab6
docs(vx-drag): update to docgen
williaster d335964
internal(vx-drag): remove docs script
williaster 638500c
docs(PackageList): add @vx/events
williaster 34a7734
fix(vx-demo): add event to VxPackage type, abc order
williaster a759cd2
docs(vx-event): convert to docgen
williaster 419e680
docs(vx-geo): convert to docgen
williaster cebdf42
docs(vx-glyph): update to codegen
williaster 7a8e746
docs(vx-glyph): fix component sort order
williaster b3323f9
docs(vx-gradient): update to docgen
williaster 0ed4935
docs(vx-grid): update to docgen
williaster 9a93dd7
docs(vx-group): update to docgen
williaster 591ed90
docs(vx-point): update to docgen
williaster a96dc8a
docs(vx-heatmap): convert to docgen
williaster 37be5b5
docs(vx-heatmap/HeatmapRect): fix circle => rect in prop type annotat…
williaster 3986ce2
docs(vx-hierarchy): convert to docgen
williaster e07cff0
docs(vx-scale): update to docgen
williaster d9f24da
docs(vx-legend): update to docgen
williaster d8ef604
docs(vx-marker): update to docgen
williaster 4e659a4
docs(DocPage): set max image width/height
williaster 0585203
docs(vx-network): update to docgen
williaster 41a15ec
docs(DocPage): fix table styles
williaster f6ceea9
docs(vx-mock-data): update to docgen
williaster 483dd83
docs(vx-mock-data): convert tables to json, add missing datasets
williaster 800e673
docs(DocPage): make required red to stand out
williaster 9b06aa0
docs(vx-pattern): convert to docgen
williaster 5504e0e
docs(vx-responsive): update to docgen
williaster 88184c8
docs(ApiTable): handle non-components
williaster 814a2a1
docs(vx-shape): convert to docgen
williaster 142ab7d
docs(DocPage): handle non-components
williaster f91b5ec
docs(vx-stats): convert to docgen
williaster f18b364
docs(vx-text) convert to docgen
williaster dab48ff
docs(vx-tooltip): convert to docgen
williaster 03e05eb
docs(vx-threshold): convert to docgen
williaster fb4eb3e
docs(vx-threshold): update readme
williaster 5ab555f
docs(vx-voronoi): convert to docgen
williaster 27f2f4a
docs(vx-zoom): convert to docgen
williaster bc8104d
docs(vx-vx): convert to docgen
williaster 80cdd5d
fix(ApiTable,DocPage): fix type issues
williaster 5d0e933
Merge pull request #696 from hshoff/chris--docgen-annotation
williaster 1fcd39e
Merge pull request #697 from hshoff/chris--docgen-bounds
williaster 32c820c
Merge pull request #698 from hshoff/chris--docgen-brush
williaster 87aa318
Merge pull request #699 from hshoff/chris--docgen-chord
williaster 838f710
Merge pull request #700 from hshoff/chris--docgen-clip-path
williaster d21406f
Merge pull request #701 from hshoff/chris--docgen-curve
williaster 06ae9cc
Merge pull request #702 from hshoff/chris--docgen-drag
williaster d5ca33a
Merge pull request #703 from hshoff/chris--docgen-event
williaster 203fc2e
Merge pull request #704 from hshoff/chris--docgen-geo
williaster 7d61041
Merge pull request #705 from hshoff/chris--docgen-glyph
williaster 1a4cb41
Merge pull request #706 from hshoff/chris--docgen-gradient
williaster 2f83a98
Merge pull request #707 from hshoff/chris--docgen-grid
williaster ae075cd
Merge pull request #708 from hshoff/chris--docgen-group-point
williaster 15706ea
Merge pull request #709 from hshoff/chris--docgen-heatmap
williaster d754f97
Merge pull request #710 from hshoff/chris--docgen-hierarchy-scale
williaster 70e1155
Merge pull request #711 from hshoff/chris--docgen-legend
williaster 428380d
Merge pull request #712 from hshoff/chris--docgen-marker-network
williaster e74118e
Merge pull request #713 from hshoff/chris--docgen-mockdata
williaster d5f8c66
Merge pull request #714 from hshoff/chris--docgen-pattern-responsive
williaster db12dea
Merge pull request #715 from hshoff/chris--docgen-shape
williaster 14ba400
Merge pull request #717 from hshoff/chris--docgen-text-tooltip
williaster 8319cb6
Merge pull request #718 from hshoff/chris--docgen-threshold
williaster 8201846
Merge pull request #719 from hshoff/chris--docgen-voronoi
williaster 450d1be
Merge pull request #720 from hshoff/chris--docgen-vx-zoom
williaster 534c27b
Merge branch 'chris--fix-docgen' into chris--docgen-stats
williaster 27f3432
Merge pull request #716 from hshoff/chris--docgen-stats
williaster 051a519
fix(vx-demo): fix Glyph and Gradient doc types
williaster d83bb2d
fix(vx-vx): update test to .ts
williaster 4d1f1ce
deps: update yarn.lock
williaster f2f8733
fix(vx-heatmap): part 1 README => _Readme
williaster e8efc19
fix(vx-heatmap): part 2 _Readme => Readme
williaster File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,6 @@ | |
"lint": "nimbus eslint", | ||
"lint:fix": "yarn run lint --fix", | ||
"prettier": "nimbus prettier", | ||
"precommit": "lint-staged", | ||
"setup": "yarn run build", | ||
"test": "yarn run jest", | ||
"type:dts": "nimbus typescript --build --reference-workspaces", | ||
|
@@ -38,12 +37,6 @@ | |
"prepare-release": "git checkout master && git pull --rebase origin master && yarn run docs && lerna updated", | ||
"release": "yarn run prepare-release && lerna publish --exact" | ||
}, | ||
"lint-staged": { | ||
"*.{js,jsx,ts,tsx}": [ | ||
"yarn run format", | ||
"git add" | ||
] | ||
}, | ||
"devDependencies": { | ||
"@airbnb/config-babel": "^2.1.3", | ||
"@airbnb/config-eslint": "^2.1.3", | ||
|
@@ -62,11 +55,10 @@ | |
"fs-jetpack": "^1.3.0", | ||
"husky": "^3.0.0", | ||
"lerna": "^3.15.0", | ||
"lint-staged": "^9.2.5", | ||
"marked": "^0.7.0", | ||
"raf": "^3.4.0", | ||
"react": "^15.0.0-0 || ^16.0.0-0", | ||
"react-docgen": "^2.21.0", | ||
"react-docgen": "^5.3.0", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think we can remove this once all packages are converted |
||
"react-dom": "^15.0.0-0 || ^16.0.0-0", | ||
"react-test-renderer": "^16.8.6", | ||
"regenerator-runtime": "^0.10.5" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this was becoming annoying/very slow 🐌