Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'development' into fix/docImprovements | Fabio Berger | 2018-04-12 | 3 | -7/+20 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (31 commits) Prettier ignore Metacoin artifacts Publish Updated CHANGELOGS Improve deployer error message Fix 0x.js tests Fix lint issue Simply export Move NULL_BYTES to @0xproject/utils Simplify the tests Fix lint error Add step to publishing that upload staging doc jsons, deploys staging website, opens every docs page and asks the dev to confirm that each one renders properly before publishing Fix web3Wrapper build command Add top-level `yarn lerna:stage_docs` to upload docJsons to the staging S3 bucket for all packages with a docs page Refactor publish script to have it's main execution body be lean and discrete steps Removed unused command Remove 0x.js test artifacts Fix tslint Move migrations into separate monorepo subpackage and hook it up to 0x.js and contracts Remove unused var Refactor RedundantRpcSubprovider into RedundantSubprovider ... # Conflicts: # packages/react-docs/CHANGELOG.json | ||||
| * | Publishcontracts@2.1.22@0xproject/website@0.0.25@0xproject/testnet-faucets@1.0.23@0xproject/sra-report@0.0.8@0xproject/react-docs-example@0.0.7@0xproject/monorepo-scripts@0.1.17@0xproject/metacoin@0.0.3@0xproject/dev-utils@0.3.5@0xproject/base-contract@0.2.0 | Leonid Logvinov | 2018-04-12 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.36.0 - @0xproject/abi-gen@0.2.10 - @0xproject/assert@0.2.6 - @0xproject/base-contract@0.2.0 - @0xproject/connect@0.6.9 - contracts@2.1.22 - @0xproject/deployer@0.4.0 - @0xproject/dev-utils@0.3.5 - @0xproject/json-schemas@0.7.20 - @0xproject/metacoin@0.0.3 - @0xproject/monorepo-scripts@0.1.17 - @0xproject/react-docs-example@0.0.7 - @0xproject/react-docs@0.0.7 - @0xproject/react-shared@0.1.2 - @0xproject/sol-cov@0.0.7 - @0xproject/sra-report@0.0.8 - @0xproject/subproviders@0.8.5 - @0xproject/testnet-faucets@1.0.23 - @0xproject/tslint-config@0.4.15 - @0xproject/types@0.6.0 - @0xproject/typescript-typings@0.1.0 - @0xproject/utils@0.5.1 - @0xproject/web3-wrapper@0.6.0 - @0xproject/website@0.0.25 | ||||
| * | Updated CHANGELOGS | Leonid Logvinov | 2018-04-12 | 2 | -0/+13 |
| | | |||||
* | | Update CHANGELOG | Fabio Berger | 2018-04-11 | 1 | -0/+13 |
| | | |||||
* | | Add support for displaying default param values | Fabio Berger | 2018-04-11 | 3 | -0/+4 |
| | | |||||
* | | Add missing space in property declaration | Fabio Berger | 2018-04-11 | 1 | -1/+1 |
| | | |||||
* | | Add support for nested methods within type declarations. Make sure they ↵ | Fabio Berger | 2018-04-11 | 3 | -4/+10 |
|/ | | | | render without a callPath. | ||||
* | Merge pull request #505 from 0xProject/fix/readmeContributingSection | Fabio Berger | 2018-04-06 | 1 | -2/+28 |
|\ | | | | | Improve README contributing sections in all packages | ||||
| * | Fix contributing links | Fabio Berger | 2018-04-05 | 1 | -1/+1 |
| | | |||||
| * | Improve contributing section of all packages so they include building entire ↵ | Fabio Berger | 2018-04-05 | 1 | -3/+29 |
| | | | | | | | | monorepo on first contribution | ||||
* | | Move our contract templates to accept Provider instead of Web3Wrapper | Leonid Logvinov | 2018-04-04 | 1 | -8/+0 |
|/ | |||||
* | Merge branch 'development' into removeUnusedDeps | Fabio Berger | 2018-04-04 | 1 | -8/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | * development: Temporarily remove installation test Fix package.json Remove `isPublished` from all CHANGELOG.json filesx Now that every version of a package published has a corresponding entry in it's CHANGELOG we no longer need the isPublished flag. Remove it. Remove temporary convert_changelog script # Conflicts: # packages/monorepo-scripts/package.json | ||||
| * | Remove `isPublished` from all CHANGELOG.json filesx | Fabio Berger | 2018-04-03 | 1 | -8/+4 |
| | | |||||
* | | Remove remaining unused deps | Fabio Berger | 2018-04-03 | 1 | -2/+0 |
|/ | |||||
* | After publish | Leonid Logvinov | 2018-04-02 | 1 | -1/+2 |
| | |||||
* | Publishcontracts@2.1.21@0xproject/website@0.0.24@0xproject/testnet-faucets@1.0.22@0xproject/sra-report@0.0.7@0xproject/react-docs-example@0.0.6@0xproject/monorepo-scripts@0.1.16@0xproject/metacoin@0.0.2@0xproject/dev-utils@0.3.4@0xproject/base-contract@0.1.0 | Leonid Logvinov | 2018-04-02 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.35.0 - @0xproject/abi-gen@0.2.9 - @0xproject/assert@0.2.5 - @0xproject/base-contract@0.1.0 - @0xproject/connect@0.6.8 - contracts@2.1.21 - @0xproject/deployer@0.3.5 - @0xproject/dev-utils@0.3.4 - @0xproject/json-schemas@0.7.19 - @0xproject/metacoin@0.0.2 - @0xproject/monorepo-scripts@0.1.16 - @0xproject/react-docs-example@0.0.6 - @0xproject/react-docs@0.0.6 - @0xproject/react-shared@0.1.1 - @0xproject/sol-cov@0.0.6 - @0xproject/sra-report@0.0.7 - @0xproject/subproviders@0.8.4 - @0xproject/testnet-faucets@1.0.22 - @0xproject/tslint-config@0.4.14 - @0xproject/types@0.5.0 - @0xproject/typescript-typings@0.0.3 - @0xproject/utils@0.5.0 - @0xproject/web3-wrapper@0.5.0 - @0xproject/website@0.0.24 | ||||
* | Updated CHANGELOGS | Leonid Logvinov | 2018-04-02 | 2 | -2/+15 |
| | |||||
* | Add manual postpublish command to all public packages and update CHANGELOG.json | Fabio Berger | 2018-04-02 | 2 | -2/+4 |
| | |||||
* | Publishcontracts@2.1.20@0xproject/website@0.0.23@0xproject/web3-wrapper@0.4.0@0xproject/utils@0.4.4@0xproject/typescript-typings@0.0.2@0xproject/types@0.4.2@0xproject/tslint-config@0.4.13@0xproject/testnet-faucets@1.0.21@0xproject/subproviders@0.8.3@0xproject/sra-report@0.0.6@0xproject/sol-cov@0.0.5@0xproject/react-shared@0.1.0@0xproject/react-docs@0.0.5@0xproject/react-docs-example@0.0.5@0xproject/monorepo-scripts@0.1.15@0xproject/json-schemas@0.7.18@0xproject/dev-utils@0.3.3@0xproject/deployer@0.3.4@0xproject/connect@0.6.7@0xproject/base-contract@0.0.6@0xproject/assert@0.2.4@0xproject/abi-gen@0.2.8 | Fabio Berger | 2018-04-02 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.34.0 - @0xproject/abi-gen@0.2.8 - @0xproject/assert@0.2.4 - @0xproject/base-contract@0.0.6 - @0xproject/connect@0.6.7 - contracts@2.1.20 - @0xproject/deployer@0.3.4 - @0xproject/dev-utils@0.3.3 - @0xproject/json-schemas@0.7.18 - @0xproject/monorepo-scripts@0.1.15 - @0xproject/react-docs-example@0.0.5 - @0xproject/react-docs@0.0.5 - @0xproject/react-shared@0.1.0 - @0xproject/sol-cov@0.0.5 - @0xproject/sra-report@0.0.6 - @0xproject/subproviders@0.8.3 - @0xproject/testnet-faucets@1.0.21 - @0xproject/tslint-config@0.4.13 - @0xproject/types@0.4.2 - @0xproject/typescript-typings@0.0.2 - @0xproject/utils@0.4.4 - @0xproject/web3-wrapper@0.4.0 - @0xproject/website@0.0.23 | ||||
* | Updated CHANGELOGS | Fabio Berger | 2018-04-02 | 2 | -4/+10 |
| | |||||
* | Generate CHANGELOG.json files | Fabio Berger | 2018-04-02 | 1 | -0/+51 |
| | |||||
* | merge developmentx | Fabio Berger | 2018-03-28 | 3 | -3/+11 |
|\ | |||||
| * | Add clean-state tests | Leonid Logvinov | 2018-03-27 | 3 | -3/+11 |
| | | |||||
* | | Add monorepo_scripts to npmignore | Fabio Berger | 2018-03-27 | 1 | -0/+1 |
|/ | |||||
* | Fix 0x.js docs to include types from generated contract wrappers | Fabio Berger | 2018-03-23 | 1 | -1/+7 |
| | |||||
* | Use _.filter instead of _.reduce | Fabio Berger | 2018-03-23 | 1 | -8/+4 |
| | |||||
* | Add assertion to notify any developer trying to render a package with files ↵ | Fabio Berger | 2018-03-22 | 1 | -0/+10 |
| | | | | containing multiple classes | ||||
* | Use isEmpty | Fabio Berger | 2018-03-22 | 1 | -4/+4 |
| | |||||
* | Remove duplicate switch case | Fabio Berger | 2018-03-20 | 1 | -1/+0 |
| | |||||
* | Small doc fixes: remove duplicate types and add function array | Fabio Berger | 2018-03-20 | 2 | -1/+6 |
| | |||||
* | Fix changelog files and add PR number | Fabio Berger | 2018-03-20 | 1 | -4/+7 |
| | |||||
* | Merge branch 'development' into addExtraDocs | Fabio Berger | 2018-03-20 | 2 | -14/+18 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (29 commits) Set Lodash dep to an exact version since newer versions introduced breaking changes Update Kovan Ethertoken Address Update deployer version since manual re-publish Add new entry into CHANGELOG Fix bad merge Update yarn.lock Change title Add Blake and Zach to About page Re-size Jacob and Tom's images Manually publish 0x.js back to a working state Publish Publish Fix 0x.js assets Remove assets from connect and _bundles from packages that don't generate the folder Publish Fix packages that aren't working as expected Make new packages default to public on publish Add new public packages to top-level README Update top-level package.json Fix incorrect new versions ... # Conflicts: # packages/0x.js/package.json # packages/connect/package.json # packages/json-schemas/package.json # packages/sol-cov/package.json | ||||
| * | Set Lodash dep to an exact version since newer versions introduced breaking ↵ | Fabio Berger | 2018-03-20 | 1 | -1/+1 |
| | | | | | | | | changes | ||||
| * | Publishcontracts@2.1.18@0xproject/website@0.0.21@0xproject/testnet-faucets@1.0.19@0xproject/sra-report@0.0.4@0xproject/sol-cov@0.0.4@0xproject/react-docs-example@0.0.4@0xproject/dev-utils@0.3.2 | Fabio Berger | 2018-03-19 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.33.4 - @0xproject/assert@0.2.3 - @0xproject/connect@0.6.6 - contracts@2.1.18 - @0xproject/deployer@0.3.2 - @0xproject/dev-utils@0.3.2 - @0xproject/json-schemas@0.7.17 - @0xproject/react-docs-example@0.0.4 - @0xproject/react-docs@0.0.4 - @0xproject/react-shared@0.0.4 - @0xproject/sol-cov@0.0.4 - @0xproject/sra-report@0.0.4 - @0xproject/subproviders@0.8.2 - @0xproject/testnet-faucets@1.0.19 - @0xproject/website@0.0.21 | ||||
| * | Publishcontracts@2.1.17@0xproject/website@0.0.20@0xproject/testnet-faucets@1.0.18@0xproject/sra-report@0.0.3@0xproject/sol-cov@0.0.3@0xproject/react-docs-example@0.0.3@0xproject/monorepo-scripts@0.1.14@0xproject/dev-utils@0.3.1@0xproject/deployer@0.3.10x.js@0.33.3 | Fabio Berger | 2018-03-19 | 1 | -7/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.33.3 - @0xproject/abi-gen@0.2.7 - @0xproject/assert@0.2.2 - @0xproject/base-contract@0.0.5 - chai-as-promised-typescript-typings@0.0.12 - chai-typescript-typings@0.0.6 - @0xproject/connect@0.6.5 - contracts@2.1.17 - @0xproject/deployer@0.3.1 - @0xproject/dev-utils@0.3.1 - ethers-typescript-typings@0.0.4 - @0xproject/json-schemas@0.7.16 - @0xproject/monorepo-scripts@0.1.14 - @0xproject/react-docs-example@0.0.3 - @0xproject/react-docs@0.0.3 - @0xproject/react-shared@0.0.3 - @0xproject/sol-cov@0.0.3 - @0xproject/sra-report@0.0.3 - @0xproject/subproviders@0.8.1 - @0xproject/testnet-faucets@1.0.18 - @0xproject/tslint-config@0.4.12 - @0xproject/types@0.4.1 - @0xproject/utils@0.4.3 - web3-typescript-typings@0.10.2 - @0xproject/web3-wrapper@0.3.1 - @0xproject/website@0.0.20 | ||||
| * | Fix packages that aren't working as expected | Fabio Berger | 2018-03-19 | 2 | -7/+11 |
| | | |||||
| * | Publishcontracts@2.1.16@0xproject/website@0.0.19@0xproject/testnet-faucets@1.0.17@0xproject/sra-report@0.0.2@0xproject/sol-cov@0.0.2@0xproject/react-docs-example@0.0.2@0xproject/monorepo-scripts@0.1.13@0xproject/dev-utils@0.3.0@0xproject/deployer@0.3.00x.js@0.33.2 | Fabio Berger | 2018-03-19 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.33.2 - @0xproject/abi-gen@0.2.6 - @0xproject/assert@0.2.1 - @0xproject/base-contract@0.0.4 - chai-as-promised-typescript-typings@0.0.11 - chai-typescript-typings@0.0.5 - @0xproject/connect@0.6.4 - contracts@2.1.16 - @0xproject/deployer@0.3.0 - @0xproject/dev-utils@0.3.0 - ethers-typescript-typings@0.0.3 - @0xproject/json-schemas@0.7.15 - @0xproject/monorepo-scripts@0.1.13 - @0xproject/react-docs-example@0.0.2 - @0xproject/react-docs@0.0.2 - @0xproject/react-shared@0.0.2 - @0xproject/sol-cov@0.0.2 - @0xproject/sra-report@0.0.2 - @0xproject/subproviders@0.8.0 - @0xproject/testnet-faucets@1.0.17 - @0xproject/tslint-config@0.4.11 - @0xproject/types@0.4.0 - @0xproject/utils@0.4.2 - web3-typescript-typings@0.10.1 - @0xproject/web3-wrapper@0.3.0 - @0xproject/website@0.0.19 | ||||
| * | Updated CHANGELOGS | Fabio Berger | 2018-03-19 | 1 | -1/+1 |
| | | |||||
* | | Add support for displaying exported functions | Fabio Berger | 2018-03-19 | 10 | -51/+139 |
| | | |||||
* | | Add functions to submenu in sidebar | Fabio Berger | 2018-03-19 | 1 | -0/+3 |
| | | |||||
* | | Handle reflection type in type rendering | Fabio Berger | 2018-03-16 | 2 | -0/+15 |
|/ | |||||
* | Merge branch 'development' into feature/utils/console-log | Brandon Millman | 2018-03-15 | 24 | -57/+63 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 section | Fabio Berger | 2018-03-14 | 1 | -2/+3 |
| | | |||||
| * | Fix lint issues | Fabio Berger | 2018-03-13 | 1 | -0/+1 |
| | | |||||
| * | move scripts to monorepro-scripts | Fabio Berger | 2018-03-13 | 24 | -56/+60 |
| | | |||||
* | | Update CHANGELOGs | Brandon Millman | 2018-03-14 | 1 | -1/+2 |
| | | |||||
* | | Consolidate all console.log into the @0xproject/utils package | Brandon Millman | 2018-03-14 | 4 | -7/+4 |
|/ | |||||
* | Remove example from react-docs package to react-docs-example package | Fabio Berger | 2018-03-09 | 47 | -9051/+7 |
| | |||||
* | Fix isse of sourceMapLoader looking at node_modules | Fabio Berger | 2018-03-09 | 1 | -0/+4 |
| | |||||
* | Export DocsState | Fabio Berger | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | Add missing dependencies | Fabio Berger | 2018-03-09 | 1 | -0/+3 |
| | |||||
* | Add missing package.json fields | Fabio Berger | 2018-03-09 | 1 | -1/+9 |
| | |||||
* | Improve README | Fabio Berger | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | Remove screenshot and host it on S3 | Fabio Berger | 2018-03-09 | 3 | -2/+1 |
| | |||||
* | Publishcontracts@2.1.15@0xproject/website@0.0.18@0xproject/web3-wrapper@0.2.1@0xproject/utils@0.4.1@0xproject/types@0.3.1@0xproject/testnet-faucets@1.0.16@0xproject/subproviders@0.7.0@0xproject/sra-report@0.0.1@0xproject/react-shared@0.0.1@0xproject/react-docs@0.0.1@0xproject/json-schemas@0.7.14@0xproject/dev-utils@0.2.1@0xproject/deployer@0.2.1@0xproject/connect@0.6.3@0xproject/base-contract@0.0.3@0xproject/assert@0.2.0@0xproject/abi-gen@0.2.50x.js@0.33.1 | Brandon Millman | 2018-03-09 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | | | - 0x.js@0.33.1 - @0xproject/abi-gen@0.2.5 - @0xproject/assert@0.2.0 - @0xproject/base-contract@0.0.3 - @0xproject/connect@0.6.3 - contracts@2.1.15 - @0xproject/deployer@0.2.1 - @0xproject/dev-utils@0.2.1 - @0xproject/json-schemas@0.7.14 - @0xproject/react-docs@0.0.1 - @0xproject/react-shared@0.0.1 - @0xproject/sra-report@0.0.1 - @0xproject/subproviders@0.7.0 - @0xproject/testnet-faucets@1.0.16 - @0xproject/types@0.3.1 - @0xproject/utils@0.4.1 - @0xproject/web3-wrapper@0.2.1 - @0xproject/website@0.0.18 | ||||
* | Updated CHANGELOGs | Brandon Millman | 2018-03-09 | 1 | -1/+1 |
| | |||||
* | Scroll to previous hashed elements when user clicks back button | Fabio Berger | 2018-03-08 | 1 | -0/+10 |
| | |||||
* | remove ability to have implicit dependencies and add missing deps | Fabio Berger | 2018-03-08 | 2 | -1/+3 |
| | |||||
* | remove no-implicit-this | Fabio Berger | 2018-03-08 | 1 | -1/+0 |
| | |||||
* | Add example & screenshot to npmignore | Fabio Berger | 2018-03-08 | 1 | -0/+2 |
| | |||||
* | Remove `;` to be nice to windows users | Fabio Berger | 2018-03-08 | 1 | -1/+1 |
| | |||||
* | Use unencoded @ symbol, browser will fix | Fabio Berger | 2018-03-08 | 1 | -1/+1 |
| | |||||
* | Fix external type links | Fabio Berger | 2018-03-08 | 1 | -2/+1 |
| | |||||
* | Add comment about commented out CSS exception | Fabio Berger | 2018-03-08 | 1 | -0/+6 |
| | |||||
* | Fix css files with prettier | Fabio Berger | 2018-03-08 | 5 | -314/+892 |
| | |||||
* | Prettify test jsons | Fabio Berger | 2018-03-08 | 2 | -6909/+6717 |
| | |||||
* | Flesh out the README | Fabio Berger | 2018-03-07 | 2 | -4/+47 |
| | |||||
* | Fix source line numbers in docJson since source needs to be identical to ↵ | Fabio Berger | 2018-03-07 | 2 | -563/+1007 |
| | | | | Github version tag for them to line up. | ||||
* | fix source link | Fabio Berger | 2018-03-07 | 1 | -1/+1 |
| | |||||
* | Add command to deploy react-docs example | Fabio Berger | 2018-03-07 | 1 | -1/+3 |
| | |||||
* | Make sure we apply the appropriate syntax highlighting depending on the ↵ | Fabio Berger | 2018-03-07 | 5 | -4/+15 |
| | | | | language of the docs | ||||
* | Fix link color | Fabio Berger | 2018-03-07 | 1 | -0/+4 |
| | |||||
* | Move remaining type configs to topLevel DocsInfoConfigs | Fabio Berger | 2018-03-07 | 5 | -31/+56 |
| | |||||
* | Update 0.1.12 json to add types | Fabio Berger | 2018-03-07 | 1 | -1333/+3190 |
| | |||||
* | Update 0.2.0 doc json to include types | Fabio Berger | 2018-03-07 | 2 | -355/+2271 |
| | |||||
* | Small improvements to docs | Fabio Berger | 2018-03-07 | 1 | -5/+5 |
| | |||||
* | Allow user to change versions in demo example | Fabio Berger | 2018-03-07 | 3 | -58/+1430 |
| | |||||
* | Add onSelectedVersion callback so it can be handled in any way the caller wishes | Fabio Berger | 2018-03-07 | 3 | -2/+9 |
| | |||||
* | Add back icons to example so that link icon renders | Fabio Berger | 2018-03-07 | 7 | -0/+789 |
| | |||||
* | hide sidebar scrollbar unless onHover | Fabio Berger | 2018-03-07 | 1 | -1/+22 |
| | |||||
* | Move example to it's own folder | Fabio Berger | 2018-03-07 | 35 | -10/+10 |
| | |||||
* | Add example docs to react-docs package | Fabio Berger | 2018-03-07 | 38 | -33/+2261 |
| | |||||
* | Fix tslint errors | Fabio Berger | 2018-03-07 | 6 | -6/+6 |
| | |||||
* | Make sidebar header configurable | Fabio Berger | 2018-03-07 | 1 | -1/+2 |
| | |||||
* | Add publishConfig to package.json so that packages are published as public ↵ | Fabio Berger | 2018-03-07 | 1 | -0/+3 |
| | | | | under the @0xproject namespace | ||||
* | re-org index.ts | Fabio Berger | 2018-03-07 | 1 | -3/+3 |
| | |||||
* | Remove menuSubsectionsBySection prop from Documentation component | Fabio Berger | 2018-03-07 | 1 | -2/+2 |
| | |||||
* | Rename docsVersion prop to selectedVersion and docsVersions to versions for ↵ | Fabio Berger | 2018-03-06 | 1 | -8/+8 |
| | | | | clarity | ||||
* | Move DocsInfo out of the components folder | Fabio Berger | 2018-03-06 | 10 | -12/+12 |
| | |||||
* | Remove location prop | Fabio Berger | 2018-03-06 | 1 | -2/+1 |
| | |||||
* | Move Documentation to the `@0xproject/react-docs` package | Fabio Berger | 2018-03-06 | 27 | -0/+2375 |