aboutsummaryrefslogtreecommitdiffstats
path: root/packages/react-docs/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'development' into feature/utils/console-logBrandon Millman2018-03-1521-0/+8
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 configuration into package.json configs sectionFabio Berger2018-03-141-2/+3
| |
| * Fix lint issuesFabio Berger2018-03-131-0/+1
| |
| * move scripts to monorepro-scriptsFabio Berger2018-03-1321-0/+6
| |
* | Consolidate all console.log into the @0xproject/utils packageBrandon Millman2018-03-142-6/+2
|/
* Scroll to previous hashed elements when user clicks back buttonFabio Berger2018-03-081-0/+10
|
* Make sure we apply the appropriate syntax highlighting depending on the ↵Fabio Berger2018-03-075-4/+15
| | | | language of the docs
* Move remaining type configs to topLevel DocsInfoConfigsFabio Berger2018-03-074-28/+27
|
* Add onSelectedVersion callback so it can be handled in any way the caller wishesFabio Berger2018-03-071-1/+3
|
* hide sidebar scrollbar unless onHoverFabio Berger2018-03-071-1/+22
|
* Move example to it's own folderFabio Berger2018-03-0734-2129/+0
|
* Add example docs to react-docs packageFabio Berger2018-03-0736-31/+2171
|
* Fix tslint errorsFabio Berger2018-03-076-6/+6
|
* Make sidebar header configurableFabio Berger2018-03-071-1/+2
|
* re-org index.tsFabio Berger2018-03-071-3/+3
|
* Remove menuSubsectionsBySection prop from Documentation componentFabio Berger2018-03-071-2/+2
|
* Rename docsVersion prop to selectedVersion and docsVersions to versions for ↵Fabio Berger2018-03-061-8/+8
| | | | clarity
* Move DocsInfo out of the components folderFabio Berger2018-03-0610-12/+12
|
* Remove location propFabio Berger2018-03-061-2/+1
|
* Move Documentation to the `@0xproject/react-docs` packageFabio Berger2018-03-0620-0/+2255