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

chore: fast-foundation API docs round 2 #3316

Merged
merged 42 commits into from
Jun 17, 2020
Merged
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
764b922
document switch
nicholasrice Jun 16, 2020
86f2b66
slider docs
nicholasrice Jun 16, 2020
13857dc
radio documentation
nicholasrice Jun 16, 2020
45f8cc4
progress and cleanup
nicholasrice Jun 16, 2020
d6a193b
add start and end pattern docs
nicholasrice Jun 16, 2020
7ec8a44
document menu item
nicholasrice Jun 16, 2020
33424fe
correct format
nicholasrice Jun 16, 2020
d637707
document flipper
nicholasrice Jun 16, 2020
78eaad1
document divider
nicholasrice Jun 16, 2020
0e8045e
document dialog
nicholasrice Jun 16, 2020
7d7cb09
document DesignSystemProvider
nicholasrice Jun 16, 2020
0246665
document design-system-property
nicholasrice Jun 16, 2020
e861bf9
update language
nicholasrice Jun 16, 2020
8f5979c
update css custom property behaviors
nicholasrice Jun 16, 2020
8e3a775
document checkbox
nicholasrice Jun 16, 2020
c6dbf25
document card
nicholasrice Jun 16, 2020
d9f0c2d
document button
nicholasrice Jun 16, 2020
4ae828e
document badge
nicholasrice Jun 16, 2020
0fee906
fix anchor documentation
nicholasrice Jun 16, 2020
ffe55a8
fix accordion documentation
nicholasrice Jun 16, 2020
bb92e18
fix accordion-item docs
nicholasrice Jun 16, 2020
1dc5cfd
update accordion with internal interface
nicholasrice Jun 16, 2020
2d7f4b3
update API report
nicholasrice Jun 16, 2020
f755730
fix warnings and implement CI failure on change
nicholasrice Jun 16, 2020
e104599
update components that implement StartEnd
nicholasrice Jun 16, 2020
5ce7f71
update docs
nicholasrice Jun 16, 2020
88bb66f
update todo reference
nicholasrice Jun 16, 2020
af04836
Merge branch 'master' into users/nirice/foundation-api-docs-round-2
nicholasrice Jun 16, 2020
1df33a5
pretty pretty
nicholasrice Jun 16, 2020
b4224bf
correct command
nicholasrice Jun 16, 2020
3511cb4
Merge branch 'master' into users/nirice/foundation-api-docs-round-2
nicholasrice Jun 16, 2020
23f1c0e
Merge branch 'master' into users/nirice/foundation-api-docs-round-2
nicholasrice Jun 16, 2020
843d9f9
fixing missing attribute names
nicholasrice Jun 16, 2020
3b7ba42
Update packages/web-components/fast-foundation/src/button/button.ts
nicholasrice Jun 16, 2020
425ffd8
Merge branch 'master' into users/nirice/foundation-api-docs-round-2
nicholasrice Jun 16, 2020
d51d232
Merge branch 'master' into users/nirice/foundation-api-docs-round-2
nicholasrice Jun 16, 2020
677722d
Merge branch 'master' into users/nirice/foundation-api-docs-round-2
nicholasrice Jun 17, 2020
5b0c02e
Merge branch 'master' into users/nirice/foundation-api-docs-round-2
nicholasrice Jun 17, 2020
353d445
Merge branch 'master' into users/nirice/foundation-api-docs-round-2
nicholasrice Jun 17, 2020
abb0a94
Merge branch 'master' into users/nirice/foundation-api-docs-round-2
janechu Jun 17, 2020
100a982
Merge branch 'master' into users/nirice/foundation-api-docs-round-2
nicholasrice Jun 17, 2020
aa546cf
Merge branch 'master' into users/nirice/foundation-api-docs-round-2
nicholasrice Jun 17, 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
10 changes: 9 additions & 1 deletion packages/web-components/fast-foundation/api-extractor.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,13 @@

"dtsRollup": {
"enabled": true
}
},
"messages": {
"extractorMessageReporting": {
"ae-different-release-tags": {
"logLevel": "none",
"addToApiReportFile": true
}
}
}
}
Loading