Skip to content
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

Addon-docs: Snapshot testing and bug reporting for props tables #9838

Merged
merged 39 commits into from
Feb 15, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
61545c3
Addon-docs: React properties snapshot testing
shilman Feb 13, 2020
4e73945
Addon-docs: Document prop tables bug reporting and known limitations
shilman Feb 13, 2020
8297083
Merge branch 'next' into 9690-component-properites
shilman Feb 13, 2020
676a597
Merge branch 'next' into 9690-component-properites
shilman Feb 13, 2020
90b97a5
Fix typo
shilman Feb 13, 2020
92bfc1a
Addon-docs: Angular properties snapshot testing POC
shilman Feb 13, 2020
659dc82
Cleanup :joy:
shilman Feb 13, 2020
eeab514
Addon-docs: Cleanup angular properties tests
shilman Feb 14, 2020
ed4b831
Addon-docs: Web-components properties tests
shilman Feb 14, 2020
8063b52
Props: #9399 repro test
shilman Feb 14, 2020
14456b2
Props: #8663 repro
shilman Feb 14, 2020
3cfe6e1
Props: #9626 repro
shilman Feb 14, 2020
b467fa8
Addon-docs: React props extraction stories
shilman Feb 14, 2020
8219af1
Props: #9668 attempted repro
shilman Feb 14, 2020
e3927d9
Props: #8143 repro
shilman Feb 14, 2020
4129773
Props: #8143 repro for imported types
shilman Feb 14, 2020
eaa147a
Props: #8279 repro
shilman Feb 14, 2020
964d40d
Props: #8180 repro
shilman Feb 14, 2020
e3ab757
Props: #9023 repro
shilman Feb 14, 2020
85e4f6d
Props: #8740 repro
shilman Feb 14, 2020
822f3df
Props: #8894 forward-ref repro
shilman Feb 14, 2020
92f8c43
Props: #9556 repro
shilman Feb 14, 2020
c8c19a2
Props: #9592 styled repro
shilman Feb 14, 2020
82ee3a3
Props: #9591 repro
shilman Feb 14, 2020
94a8ae7
Props: #9721 repro
shilman Feb 14, 2020
3e90384
Props: #9832 repro
shilman Feb 14, 2020
05f44c1
Props: #9827 repro
shilman Feb 14, 2020
ee4144a
Props: #9586 repro
shilman Feb 14, 2020
03a2693
Props: #9575 repro
shilman Feb 14, 2020
ed714ba
Props: #9493 repro
shilman Feb 14, 2020
57e571c
Props: #9493 update snapshots
shilman Feb 14, 2020
1032b77
Props: #9511 repro
shilman Feb 14, 2020
dd10817
Props: #9465 repro
shilman Feb 14, 2020
28f7a7e
Props: #8428 repro
shilman Feb 14, 2020
249de2c
Update docgen.snapshot
shilman Feb 14, 2020
ce8a9f2
Props: #9764 repro
shilman Feb 14, 2020
5d942d1
Props: Fix crash on 9399-js-proptypes-shape
shilman Feb 15, 2020
62de2a6
Props: Fix test typings
shilman Feb 15, 2020
b64e3cf
Addon-docs: Fix props tests
shilman Feb 15, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion addons/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,10 @@
"@types/prop-types": "^15.5.9",
"@types/util-deprecate": "^1.0.0",
"babel-plugin-react-docgen": "^4.1.0",
"cross-spawn": "^7.0.1",
"jest-specific-snapshot": "^2.0.0",
"require-from-string": "^2.0.2"
"require-from-string": "^2.0.2",
"tmp": "^0.1.0"
},
"peerDependencies": {
"@babel/core": "^7.0.0-0",
Expand Down
Loading