aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs/src/components
Commit message (Collapse)AuthorAgeFilesLines
* Re-use interface component for rendering structs but label it differentlyFabio Berger2018-09-281-2/+2
|
* Make sure basic solidity types are colored orangeFabio Berger2018-09-281-1/+2
|
* Don't render colon for auto-generated gettersFabio Berger2018-09-281-2/+7
|
* Render fallback functions betterFabio Berger2018-09-282-4/+9
|
* Improve keyFabio Berger2018-09-281-2/+2
|
* Add typeSectionName to docsInfo so we don't use hard-coded "Types"Fabio Berger2018-09-281-1/+1
|
* Add more robust keyFabio Berger2018-09-281-2/+3
|
* Merge remote-tracking branch 'upstream/development' into sol-docF. Eugene Aumson2018-09-261-8/+13
|\
| * Properly render function generic types that don't extend another typeFabio Berger2018-09-261-8/+13
| |
* | fix: rename SupportedDocJson field to SolDocF. Eugene Aumson2018-09-261-1/+1
| | | | | | | | | | | | | | from Solidity https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r219976199 https://github.com/0xProject/0x-monorepo/pull/1004
* | BREAKING CHANGE: document contracts from sol-docF. Eugene Aumson2018-09-221-1/+1
| | | | | | | | | | Change website to accept smart contract documentation in the format generated by sol-doc rather than that generated by Doxity.
* | move shared doc types from react-docs to @0x/typesF. Eugene Aumson2018-08-3010-19/+26
|/
* Add support for rending the Tuple typeFabio Berger2018-08-231-0/+22
|
* Use actual packageName for external example importsFabio Berger2018-08-221-1/+1
|
* Add missing keyFabio Berger2018-08-211-1/+1
|
* Render external dep exportsFabio Berger2018-08-171-0/+20
|
* Move external types to link mapping to doc generation util and refactor ↵Fabio Berger2018-08-162-12/+1
| | | | typedocUtils to be a class to avoid excessive param passing
* Move purging private underscored items to the doc json generation phaseFabio Berger2018-08-151-3/+0
|
* Link class reference types exported in same package to their declarationFabio Berger2018-08-158-16/+68
|
* Add back hashSpyFabio Berger2018-08-081-0/+1
|
* Remove hash spy for nowFabio Berger2018-08-071-1/+0
|
* Remove console.logFabio Berger2018-08-071-1/+0
|
* Pass in typeDefinitionByName so that type declarations also link to ↵Fabio Berger2018-08-075-10/+52
| | | | inner-types and show the popover
* Remove unused importsFabio Berger2018-08-061-3/+1
|
* Make rendering of individually exported functions lighter-weightFabio Berger2018-08-041-1/+9
|
* Don't render object literal properties that start with underscore since are ↵Fabio Berger2018-08-031-1/+2
| | | | private
* Color-code basic type arrays orange aswellFabio Berger2018-08-031-0/+5
|
* Add support for rendering nested IndexSignaturesFabio Berger2018-08-033-18/+36
|
* Add callpath to propertiesFabio Berger2018-08-021-1/+1
|
* Add padding above anchor titles so they show up nice when scrolled toFabio Berger2018-08-022-2/+2
|
* Start refactoring docs to remove unnecessary configs given more concise ↵Fabio Berger2018-08-014-49/+97
| | | | TypeDoc JSON
* Update React-scroll, getting rid of the need to manually set the url hashFabio Berger2018-08-012-1/+2
|
* Remove comment and add assertionFabio Berger2018-07-101-1/+7
|
* Add ability to nest doc ref markdown under specific versionsFabio Berger2018-07-101-1/+9
|
* Fix no-unused-variable tslint rule to include parameters and fix issuesFabio Berger2018-06-122-4/+4
|
* Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utilsFabio Berger2018-06-077-19/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * v2-prototype: (66 commits) Run prettier Remove unused variable Fix linting issues Change shouldRenderHeader prop to shouldHideHeader Get build and tests to pass typo Apply prettier Update contracts tests after rebase Apply various fixes based on PR feedback Document debug_increaseTime method and fix typo in devnet README Use an enum for ProviderType in contracts/src/utils/web3_wrapper Update contracts package README Update relevant changelogs Remove global gas estimate buffer Add Async suffix to relevant assertions Fix linter errors Update package.json and yarn.lock Update more things to work with both Geth and Ganache Small fixes and cleanup Add additional gas to calls to fillOrderNoThrow ... # Conflicts: # packages/order-watcher/src/order_watcher/order_watcher.ts # packages/react-docs/src/components/type.tsx # packages/website/ts/components/ui/lifecycle_raised_button.tsx # packages/website/ts/components/wallet/wallet.tsx
| * Try enabling no-unused-variable...fragosti2018-06-058-21/+1
| |
* | Move spawnSwitchErr to @0xproject/utilsFabio Berger2018-06-064-6/+4
|/
* Add missing type definitionsLeonid Logvinov2018-05-1410-32/+32
|
* Fix property nameLeonid Logvinov2018-05-051-1/+1
|
* Bold property namesFabio Berger2018-04-181-2/+5
|
* Improve rendering of type definition commentsFabio Berger2018-04-181-1/+39
|
* Add support for displaying default param valuesFabio Berger2018-04-111-0/+2
|
* Add missing space in property declarationFabio Berger2018-04-111-1/+1
|
* Add support for nested methods within type declarations. Make sure they ↵Fabio Berger2018-04-112-3/+1
| | | | render without a callPath.
* Use isEmptyFabio Berger2018-03-221-4/+4
|
* Add support for displaying exported functionsFabio Berger2018-03-196-43/+72
|
* Handle reflection type in type renderingFabio Berger2018-03-161-0/+14
|
* Merge branch 'development' into feature/utils/console-logBrandon Millman2018-03-151-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * development: (25 commits) Enable coverage for all other packages with tests Fix parallel coverage results reporting Fix linter issuesx Remove outdated comment Add script copying to build command Add postpublish script to sol-cov Move configuration into package.json configs section Transform input data before encoding for callAsync and getABIEncodedTransactionData Consolidate docs generation and uploading logic Use async/await instead of promise syntax Move changelog entry remove unneeded include remove unused dep Fix lint issues Re-add linter to monorepo-scripts but with tslint-config dep at earlier version to avoid cyclical dependency small fixes move scripts to monorepro-scripts Fix gitignore Move abi-gen scripts to src Add missing dep ...
* move scripts to monorepro-scriptsFabio Berger2018-03-1312-0/+1316