aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs/src/components/type.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Update prettier to version ^1.15.3Alex Browne2019-01-111-3/+6
|
* chore: fix linter errorFabio Berger2018-11-121-1/+1
|
* Replace remaining scroll-links with Link componentFabio Berger2018-11-121-9/+2
|
* chore: fix importsFabio Berger2018-10-181-3/+3
|
* fix: Nested a tag warning in console by not rendering a tags within type ↵Fabio Berger2018-10-151-29/+33
| | | | definition popovers
* Remove type prop and instead infer it from the value of toFabio Berger2018-10-051-8/+3
|
* Rename scroll containerFabio Berger2018-10-051-1/+1
|
* Add more basic typesFabio Berger2018-09-281-1/+1
|
* Fix linterFabio Berger2018-09-281-1/+0
|
* Improve keysFabio Berger2018-09-281-3/+3
|
* Make sure basic solidity types are colored orangeFabio Berger2018-09-281-1/+2
|
* move shared doc types from react-docs to @0x/typesF. Eugene Aumson2018-08-301-1/+1
|
* Add support for rending the Tuple typeFabio Berger2018-08-231-0/+22
|
* Move external types to link mapping to doc generation util and refactor ↵Fabio Berger2018-08-161-11/+1
| | | | typedocUtils to be a class to avoid excessive param passing
* Link class reference types exported in same package to their declarationFabio Berger2018-08-151-9/+22
|
* Add back hashSpyFabio Berger2018-08-081-0/+1
|
* Remove hash spy for nowFabio Berger2018-08-071-1/+0
|
* Pass in typeDefinitionByName so that type declarations also link to ↵Fabio Berger2018-08-071-1/+7
| | | | inner-types and show the popover
* Color-code basic type arrays orange aswellFabio Berger2018-08-031-0/+5
|
* Add support for rendering nested IndexSignaturesFabio Berger2018-08-031-13/+32
|
* Start refactoring docs to remove unnecessary configs given more concise ↵Fabio Berger2018-08-011-21/+8
| | | | TypeDoc JSON
* Update React-scroll, getting rid of the need to manually set the url hashFabio Berger2018-08-011-0/+1
|
* Merge branch 'v2-prototype' into refactor/move-spawn-switch-to-utilsFabio Berger2018-06-071-11/+0
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-051-11/+0
| |
* | Move spawnSwitchErr to @0xproject/utilsFabio Berger2018-06-061-2/+2
|/
* Add support for nested methods within type declarations. Make sure they ↵Fabio Berger2018-04-111-1/+0
| | | | render without a callPath.
* Add support for displaying exported functionsFabio Berger2018-03-191-3/+7
|
* Handle reflection type in type renderingFabio Berger2018-03-161-0/+14
|
* move scripts to monorepro-scriptsFabio Berger2018-03-131-0/+227