aboutsummaryrefslogtreecommitdiffstats
path: root/packages/website
Commit message (Collapse)AuthorAgeFilesLines
* style: improve menu & logo alignmentFabio Berger2018-10-161-2/+5
|
* chore: Implement newest topBarFabio Berger2018-10-164-77/+25
|
* chore: remove unused importsFabio Berger2018-10-161-2/+1
|
* chore: change landing "build on 0x" to link to developer home, not 0x.js docsFabio Berger2018-10-161-2/+2
|
* chore: remove wiki from main website topBarFabio Berger2018-10-161-32/+1
|
* chore: Replace FAQ with Developer home in footerFabio Berger2018-10-161-4/+4
|
* Replace sandbox with wiki in developer popoverFabio Berger2018-10-161-5/+4
|
* chore: move wiki to Developers sectionFabio Berger2018-10-163-149/+65
|
* chore: fix padding issueFabio Berger2018-10-161-3/+5
|
* chore: replace Github with Wiki in topBar and refactor so can display ↵Fabio Berger2018-10-161-15/+21
| | | | internal & external links
* feat: highlighted sidebar as you scroll on doc reference pagesFabio Berger2018-10-161-1/+1
|
* Chore: Only render one sidebar at a timeFabio Berger2018-10-152-3/+5
|
* chore: improve rendering of sidebar top section on mobileFabio Berger2018-10-152-2/+6
|
* chore: fix missed class renameFabio Berger2018-10-151-11/+1
|
* chore: fix key issueFabio Berger2018-10-151-1/+1
|
* chore: round border of code snippetsFabio Berger2018-10-151-0/+1
|
* chore: only show sidebar once docs have loadedFabio Berger2018-10-141-1/+3
|
* fix: Dropdown component so that re-clicking the activeNode when dropdown is ↵Fabio Berger2018-10-141-1/+1
| | | | open, closes it
* Fix sidebar top so long titles display correctlyFabio Berger2018-10-141-5/+5
|
* Chore: remove unused importsFabio Berger2018-10-131-6/+3
|
* Fix: Make width variableFabio Berger2018-10-131-1/+1
|
* Remove doc menus from main topBarFabio Berger2018-10-131-65/+4
|
* Implement new version dropdown and remove it from nestedTopBarFabio Berger2018-10-133-9/+124
|
* Fix sidebar shifting onHover due to scrollbar widthFabio Berger2018-10-131-2/+11
|
* fix: Remove unnecessary onClick prop from NestedSidebar, since one can ↵Fabio Berger2018-10-131-4/+2
| | | | listen to container element onClick
* Pass down sidebar instead of sectionNameToLinksFabio Berger2018-10-134-19/+17
|
* Make all doc reference pages responsiveFabio Berger2018-10-1211-11/+33
|
* Improve loadingFabio Berger2018-10-121-26/+17
|
* If sidebar menu item links to internal page, no longer open in new tabFabio Berger2018-10-121-15/+0
|
* Add Getting starter sidebar headerFabio Berger2018-10-1211-35/+24
|
* Refactor Home so that Dev section chrome is reusable across pagesFabio Berger2018-10-129-672/+733
|
* style: Make width of developer section same as rest of website (1064px)Fabio Berger2018-10-111-1/+1
|
* merge dev-section-redesignFabio Berger2018-10-111-19/+11
|\
| * Merge branch 'development' into dev-section-redesignFabio Berger2018-10-111-19/+11
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (62 commits) Fix linter error Upgrade ethereum-types Lint and update deps Be more explicit with falsiness Add type to cssRuleIfExists Fix issue where we throw if non-numeric characters are used in input Upgrade to more recent types, fix yarn.lock [fix]: [testnet-faucet] Exit 1 on build fail Explains tools we want them to use Add note about button Add dev-tools-pages bundles to gitignore Improve README Fix button and center Increase max bundle size for instant Add stuff Initial project scaffolding Change tslint config to remove conflicts with prettier fix: [testnet-faucet] Signing of orders Update the CHANGELOG Add comments for expiryBuffer ...
| | * Merge pull request #1102 from 0xProject/feature/0x.js/eip712-sign-typed-dataJacob Evans2018-10-091-19/+11
| | |\ | | | | | | | | [0x.js][order-utils][web3-wrapper] Expose eth_signTypedData functionality for order signing
| | | * Throw and handle errors from Providers.Jacob Evans2018-10-091-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | In web3 wrapper when a response contains an error field we throw this rather than return response.result which is often undefined. In Signature Utils we handle the error thrown when a user rejects the signing dialogue to prevent double signing. Exposed the ZeroExTransaction JSON schema. In Website only use the MetamaskSubprovider if we can detect the provider is Metamask
| | | * Introduce Metamask Subprovider.Jacob Evans2018-10-051-18/+4
| | | | | | | | | | | | | | | | MM has a number of inconsistencies with other providers when implementing the JSON RPC interface. This subprovider wraps those nuances so they do not leak into the rest of our code
* | | | fix(website): remove deadzone between "Developers" menu item and dropdown so ↵Fabio Berger2018-10-112-2/+2
| | | | | | | | | | | | | | | | it never closes when hovering between the two
* | | | fix(website): Avoid hover activated dropdown from closing when activeNode is ↵Fabio Berger2018-10-111-1/+6
| | | | | | | | | | | | | | | | clicked
* | | | Replace Rollbar UMD with regular importFabio Berger2018-10-102-2/+4
|/ / /
* | | Merge branch 'development' into dev-section-redesignFabio Berger2018-10-092-13/+13
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Clarifies use of schemas outside of Javascript/TypeScript. Fix typo Add asset-buyer to published packages section in README Publish Updated CHANGELOGS Update BuyQuote interface Add missing default options Remove unused constants Add fee order with a takerFee Add additional order factory methods and refactor test to use them Add comments about buy quote calculation Update CHANGELOG Fix linter Add additional test for slippage Add buy_quote_calculator_test
| * | Clarifies use of schemas outside of Javascript/TypeScript.Joe Ardent2018-10-081-1/+1
| |/
| * Publishethereum-types@1.0.11contracts@2.1.49@0xproject/website@0.0.54@0xproject/web3-wrapper@3.0.3@0xproject/utils@2.0.2@0xproject/typescript-typings@3.0.2@0xproject/types@1.1.4@0xproject/tslint-config@1.0.8@0xproject/testnet-faucets@1.0.51@0xproject/subproviders@2.0.7@0xproject/sra-spec@1.0.6@0xproject/sra-report@1.0.13@0xproject/sol-resolver@1.0.14@0xproject/sol-doc@1.0.2@0xproject/sol-cov@2.1.7@0xproject/sol-compiler@1.1.7@0xproject/react-shared@1.0.15@0xproject/react-docs@1.0.13@0xproject/order-watcher@2.1.1@0xproject/order-utils@1.0.7@0xproject/monorepo-scripts@1.0.11@0xproject/migrations@1.0.14@0xproject/metacoin@0.0.23@0xproject/json-schemas@1.0.7@0xproject/instant@0.0.2@0xproject/fill-scenarios@1.0.7@0xproject/dev-utils@1.0.12@0xproject/contract-wrappers@2.0.2@0xproject/connect@3.0.1@0xproject/base-contract@3.0.1@0xproject/asset-buyer@2.0.0@0xproject/assert@1.0.13@0xproject/abi-gen@1.0.130x.js@1.0.8Brandon Millman2018-10-051-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.8 - @0xproject/abi-gen@1.0.13 - @0xproject/assert@1.0.13 - @0xproject/asset-buyer@2.0.0 - @0xproject/base-contract@3.0.1 - @0xproject/connect@3.0.1 - @0xproject/contract-wrappers@2.0.2 - contracts@2.1.49 - @0xproject/dev-utils@1.0.12 - ethereum-types@1.0.11 - @0xproject/fill-scenarios@1.0.7 - @0xproject/instant@0.0.2 - @0xproject/json-schemas@1.0.7 - @0xproject/metacoin@0.0.23 - @0xproject/migrations@1.0.14 - @0xproject/monorepo-scripts@1.0.11 - @0xproject/order-utils@1.0.7 - @0xproject/order-watcher@2.1.1 - @0xproject/react-docs@1.0.13 - @0xproject/react-shared@1.0.15 - @0xproject/sol-compiler@1.1.7 - @0xproject/sol-cov@2.1.7 - @0xproject/sol-doc@1.0.2 - @0xproject/sol-resolver@1.0.14 - @0xproject/sra-report@1.0.13 - @0xproject/sra-spec@1.0.6 - @0xproject/subproviders@2.0.7 - @0xproject/testnet-faucets@1.0.51 - @0xproject/tslint-config@1.0.8 - @0xproject/types@1.1.4 - @0xproject/typescript-typings@3.0.2 - @0xproject/utils@2.0.2 - @0xproject/web3-wrapper@3.0.3 - @0xproject/website@0.0.54
* | Move valid-url import to react-sharedFabio Berger2018-10-061-2/+0
| |
* | Fix liinterFabio Berger2018-10-062-2/+1
| |
* | Convert TutorialButton to styled componentFabio Berger2018-10-061-64/+45
| |
* | Convert more divs to containers and text componentsFabio Berger2018-10-054-57/+57
| |
* | remove inline styleFabio Berger2018-10-051-4/+1
| |
* | Remove type prop and instead infer it from the value of toFabio Berger2018-10-058-55/+28
| |
* | Remove style prop from LinkFabio Berger2018-10-0511-56/+44
| |
* | Render paragraphs with spans so we don't get margin addedFabio Berger2018-10-051-0/+1
| |
* | Fix bug where wiki links in dev dropdown weren't working when on the wikiFabio Berger2018-10-052-6/+11
| |
* | remove stray logsFabio Berger2018-10-052-2/+0
| |
* | merge base branchFabio Berger2018-10-059-95/+133
|\ \
| * | merge developmemntFabio Berger2018-10-059-95/+133
| |\|
| | * force re-buildFabio Berger2018-10-041-1/+1
| | |
| | * Build website in parallel with other tests since no other test relies on it ↵Fabio Berger2018-10-041-1/+0
| | | | | | | | | | | | being built to run
| | * Add back sourceMap support for both dev/prodFabio Berger2018-10-041-1/+1
| | |
| | * Upgrade webpackFabio Berger2018-10-044-76/+79
| | |
| | * Introduce a build:ci command that doesn't build webpack bundlesLeonid Logvinov2018-10-021-0/+1
| | |
| | * Add Jason to websiteBrandon Millman2018-10-022-0/+7
| | |
| | * merge developmentFabio Berger2018-09-301-12/+12
| | |\
| | * | Fix network badges for V1 and add them for V2Fabio Berger2018-09-281-16/+44
| | | |
| | * | Fix dropdown menu item so it says "0x smart contracts" not "smart contract"Fabio Berger2018-09-281-1/+1
| | | |
| | * | Rename for clarityFabio Berger2018-09-281-3/+3
| | | |
* | | | Convert more divs to ContainersFabio Berger2018-10-042-49/+44
| | | |
* | | | Use Container and Text where possibleFabio Berger2018-10-041-12/+11
| | | |
* | | | Fix linterFabio Berger2018-10-042-8/+7
| | | |
* | | | Remove todoFabio Berger2018-10-041-1/+0
| | | |
* | | | Use nestedSidebarMenu component for Dev homeFabio Berger2018-10-041-41/+8
| | | |
* | | | Fix nitFabio Berger2018-10-031-1/+1
| | | |
* | | | Use same Link UI component for react-scroll linksFabio Berger2018-10-0321-160/+67
| | | |
* | | | remove stray consoleFabio Berger2018-10-031-3/+0
| | | |
* | | | Make whole bottom bar clickable not just the textFabio Berger2018-10-031-13/+13
| | | |
* | | | Don't make opening links in new tab a defaultFabio Berger2018-10-031-3/+6
| | | |
* | | | Decrease size of section descriptionsFabio Berger2018-10-031-1/+1
| | | |
* | | | Add border underneath logo while user is scrollingFabio Berger2018-10-032-6/+30
| | | |
* | | | Align logo and menuFabio Berger2018-10-031-11/+11
| | | |
* | | | Add padding to bottom of scroll areaFabio Berger2018-10-031-3/+7
| | | |
* | | | Fix linkFabio Berger2018-10-031-1/+6
| | | |
* | | | Make tutorial buttons also open in a new tabFabio Berger2018-10-031-3/+18
| | | |
* | | | Convert remaining Links to new UI componentFabio Berger2018-10-033-4/+31
| | | |
* | | | Use new Link UI component everywhere, and add complementary ALink typeFabio Berger2018-10-0320-347/+424
| | | |
* | | | Improve mobile paddingFabio Berger2018-10-021-1/+1
| | | |
* | | | Fix hoveringFabio Berger2018-10-021-2/+2
| | | |
* | | | Simplify helper methodsFabio Berger2018-10-021-23/+13
| | | |
* | | | Use colors moduleFabio Berger2018-10-021-2/+2
| | | |
* | | | Use container instead of divFabio Berger2018-10-021-8/+1
| | | |
* | | | Move more copy to translation filesFabio Berger2018-10-027-8/+36
| | | |
* | | | Make menuSubsectionsBySection optionalFabio Berger2018-10-022-2/+0
| | | |
* | | | Rename for clarityFabio Berger2018-10-021-3/+3
| | | |
* | | | Move constants before configs and add TODO commentFabio Berger2018-10-021-8/+9
| | | |
* | | | Add comment about link componentFabio Berger2018-10-021-0/+5
| | | |
* | | | Move colors to colors.ts fileFabio Berger2018-10-021-3/+3
| | | |
* | | | Fix bug where button wouldn't be highlighted after hitting browser back ↵Fabio Berger2018-10-021-0/+4
| | | | | | | | | | | | | | | | button despite the cursor resting above it
* | | | Prefer basscss over styleFabio Berger2018-10-021-1/+1
| | | |
* | | | Further shorten descriptionFabio Berger2018-10-025-6/+6
| | | |
* | | | Fix linterFabio Berger2018-10-012-13/+3
| | | |
* | | | Fix bug where main content scrollbar wasn't showing up after navigating back ↵Fabio Berger2018-10-011-3/+6
| | | | | | | | | | | | | | | | in browser history via keyboard shortcut
* | | | Fix incorrect merge errorsFabio Berger2018-10-012-2/+1
| | | |
* | | | Revert command nameFabio Berger2018-10-011-1/+1
| | | |
* | | | fix mergeFabio Berger2018-10-012-7/+12
|\| | |
| * | | mergeFabio Berger2018-10-0111-129/+251
| |\ \ \ | | |_|/ | |/| |
| | * | Use Container instead of divFabio Berger2018-09-171-6/+10
| | | |
| | * | Fix linterFabio Berger2018-08-301-1/+1
| | | |
| | * | Fix prettierFabio Berger2018-08-291-1/+1
| | | |
* | | | Merge branch 'dev-section-redesign' into doc-overview-pageFabio Berger2018-10-011-12/+12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * dev-section-redesign: Publish Updated CHANGELOGS Un-nest the interface to fix the doc rendering
| * | | Publishethereum-types@1.0.9contracts@2.1.48@0xproject/website@0.0.53@0xproject/web3-wrapper@3.0.2@0xproject/utils@2.0.0@0xproject/typescript-typings@3.0.0@0xproject/types@1.1.2@0xproject/testnet-faucets@1.0.50@0xproject/subproviders@2.0.6@0xproject/sra-spec@1.0.5@0xproject/sra-report@1.0.12@0xproject/sol-resolver@1.0.12@0xproject/sol-doc@1.0.1@0xproject/sol-cov@2.1.6@0xproject/sol-compiler@1.1.6@0xproject/react-shared@1.0.13@0xproject/react-docs@1.0.12@0xproject/order-watcher@2.1.0@0xproject/order-utils@1.0.6@0xproject/monorepo-scripts@1.0.10@0xproject/migrations@1.0.13@0xproject/metacoin@0.0.22@0xproject/json-schemas@1.0.5@0xproject/fill-scenarios@1.0.6@0xproject/dev-utils@1.0.11@0xproject/contract-wrappers@2.0.1@0xproject/connect@3.0.0@0xproject/base-contract@3.0.0@0xproject/asset-buyer@1.0.2@0xproject/assert@1.0.12@0xproject/abi-gen@1.0.120x.js@1.0.7Fabio Berger2018-09-291-12/+12
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.7 - @0xproject/abi-gen@1.0.12 - @0xproject/assert@1.0.12 - @0xproject/asset-buyer@1.0.2 - @0xproject/base-contract@3.0.0 - @0xproject/connect@3.0.0 - @0xproject/contract-wrappers@2.0.1 - contracts@2.1.48 - @0xproject/dev-utils@1.0.11 - ethereum-types@1.0.9 - @0xproject/fill-scenarios@1.0.6 - @0xproject/json-schemas@1.0.5 - @0xproject/metacoin@0.0.22 - @0xproject/migrations@1.0.13 - @0xproject/monorepo-scripts@1.0.10 - @0xproject/order-utils@1.0.6 - @0xproject/order-watcher@2.1.0 - @0xproject/react-docs@1.0.12 - @0xproject/react-shared@1.0.13 - @0xproject/sol-compiler@1.1.6 - @0xproject/sol-cov@2.1.6 - @0xproject/sol-doc@1.0.1 - @0xproject/sol-resolver@1.0.12 - @0xproject/sra-report@1.0.12 - @0xproject/sra-spec@1.0.5 - @0xproject/subproviders@2.0.6 - @0xproject/testnet-faucets@1.0.50 - @0xproject/types@1.1.2 - @0xproject/typescript-typings@3.0.0 - @0xproject/utils@2.0.0 - @0xproject/web3-wrapper@3.0.2 - @0xproject/website@0.0.53
* | | Rename website `yarn watch_without_deps` to `yarn dev`Fabio Berger2018-09-291-1/+1
| | |
* | | Convert package descriptions to markdown and linkify themFabio Berger2018-09-281-11/+16
| | |
* | | Fix minor scrolling issueFabio Berger2018-09-281-1/+1
| | |
* | | Add mobile menu to overview pageFabio Berger2018-09-282-3/+23
| | |
* | | Add sidebar menu, proper scrolling and mobile-optimizeFabio Berger2018-09-283-91/+203
| | |
* | | Shorten tutorial descriptionsFabio Berger2018-09-285-15/+10
| | |
* | | Import ObjectMap from types now that it's movedFabio Berger2018-09-281-1/+2
| | |
* | | merge developmentFabio Berger2018-09-2883-1424/+1317
|\| |
| * | Remove RC version warningsFabio Berger2018-09-273-6/+0
| | |
| * | remove items-center classnamefragosti2018-09-261-1/+1
| | |
| * | Change clay to Ecosystem Development Leadfragosti2018-09-261-1/+1
| | |
| * | Update everything to Coinbase Wallet instead of Toshifragosti2018-09-267-15/+15
| | |
| * | Merge pull request #1088 from 0xProject/fix/website/relayers-columnFrancesco Agosti2018-09-261-1/+5
| |\ \ | | | | | | | | [website] When number of relayers is less than number of columns, reduce column…
| | * | When number of relayers is less than number of columns, reduce column number ↵Brandon Millman2018-09-261-1/+5
| | | | | | | | | | | | | | | | to number of relayers
| * | | Merge remote-tracking branch 'upstream/development' into sol-docF. Eugene Aumson2018-09-265-14/+32
| |\ \ \
| | * \ \ Merge branch 'development' of github.com:0xProject/0x-monorepo into developmentFabio Berger2018-09-264-2/+20
| | |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x-monorepo: Add weijie and rahul Change news link
| | | * | | Add weijie and rahulfragosti2018-09-263-0/+18
| | | | | |
| | | * | | Change news linkfragosti2018-09-261-2/+2
| | | |/ /
| | * / / Publishethereum-types@1.0.8contracts@2.1.47@0xproject/website@0.0.52@0xproject/web3-wrapper@3.0.1@0xproject/utils@1.0.11@0xproject/typescript-typings@2.0.2@0xproject/types@1.1.1@0xproject/testnet-faucets@1.0.49@0xproject/subproviders@2.0.5@0xproject/sra-spec@1.0.4@0xproject/sra-report@1.0.11@0xproject/sol-resolver@1.0.11@0xproject/sol-cov@2.1.5@0xproject/sol-compiler@1.1.5@0xproject/react-shared@1.0.12@0xproject/react-docs@1.0.11@0xproject/order-watcher@2.0.0@0xproject/order-utils@1.0.5@0xproject/migrations@1.0.12@0xproject/metacoin@0.0.21@0xproject/json-schemas@1.0.4@0xproject/fill-scenarios@1.0.5@0xproject/dev-utils@1.0.10@0xproject/contract-wrappers@2.0.0@0xproject/connect@2.0.4@0xproject/base-contract@2.0.5@0xproject/asset-buyer@1.0.1@0xproject/assert@1.0.11@0xproject/abi-gen@1.0.110x.js@1.0.6Fabio Berger2018-09-261-12/+12
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.6 - @0xproject/abi-gen@1.0.11 - @0xproject/assert@1.0.11 - @0xproject/asset-buyer@1.0.1 - @0xproject/base-contract@2.0.5 - @0xproject/connect@2.0.4 - @0xproject/contract-wrappers@2.0.0 - contracts@2.1.47 - @0xproject/dev-utils@1.0.10 - ethereum-types@1.0.8 - @0xproject/fill-scenarios@1.0.5 - @0xproject/json-schemas@1.0.4 - @0xproject/metacoin@0.0.21 - @0xproject/migrations@1.0.12 - @0xproject/order-utils@1.0.5 - @0xproject/order-watcher@2.0.0 - @0xproject/react-docs@1.0.11 - @0xproject/react-shared@1.0.12 - @0xproject/sol-compiler@1.1.5 - @0xproject/sol-cov@2.1.5 - @0xproject/sol-resolver@1.0.11 - @0xproject/sra-report@1.0.11 - @0xproject/sra-spec@1.0.4 - @0xproject/subproviders@2.0.5 - @0xproject/testnet-faucets@1.0.49 - @0xproject/types@1.1.1 - @0xproject/typescript-typings@2.0.2 - @0xproject/utils@1.0.11 - @0xproject/web3-wrapper@3.0.1 - @0xproject/website@0.0.52
| * | | Merge remote-tracking branch 'upstream/development' into sol-docF. Eugene Aumson2018-09-261-10/+10
| |\| |
| | * | Publishcontracts@2.1.46@0xproject/website@0.0.51@0xproject/web3-wrapper@3.0.0@0xproject/utils@1.0.10@0xproject/types@1.1.0@0xproject/testnet-faucets@1.0.48@0xproject/subproviders@2.0.4@0xproject/sra-spec@1.0.3@0xproject/sra-report@1.0.10@0xproject/sol-resolver@1.0.10@0xproject/sol-cov@2.1.4@0xproject/sol-compiler@1.1.4@0xproject/react-shared@1.0.11@0xproject/react-docs@1.0.10@0xproject/order-watcher@1.0.5@0xproject/order-utils@1.0.4@0xproject/migrations@1.0.11@0xproject/metacoin@0.0.20@0xproject/json-schemas@1.0.3@0xproject/fill-scenarios@1.0.4@0xproject/dev-utils@1.0.9@0xproject/contract-wrappers@1.0.5@0xproject/connect@2.0.3@0xproject/base-contract@2.0.4@0xproject/asset-buyer@1.0.0@0xproject/assert@1.0.10@0xproject/abi-gen@1.0.100x.js@1.0.5Leonid Logvinov2018-09-251-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.5 - @0xproject/abi-gen@1.0.10 - @0xproject/assert@1.0.10 - @0xproject/asset-buyer@1.0.0 - @0xproject/base-contract@2.0.4 - @0xproject/connect@2.0.3 - @0xproject/contract-wrappers@1.0.5 - contracts@2.1.46 - @0xproject/dev-utils@1.0.9 - @0xproject/fill-scenarios@1.0.4 - @0xproject/json-schemas@1.0.3 - @0xproject/metacoin@0.0.20 - @0xproject/migrations@1.0.11 - @0xproject/order-utils@1.0.4 - @0xproject/order-watcher@1.0.5 - @0xproject/react-docs@1.0.10 - @0xproject/react-shared@1.0.11 - @0xproject/sol-compiler@1.1.4 - @0xproject/sol-cov@2.1.4 - @0xproject/sol-resolver@1.0.10 - @0xproject/sra-report@1.0.10 - @0xproject/sra-spec@1.0.3 - @0xproject/subproviders@2.0.4 - @0xproject/testnet-faucets@1.0.48 - @0xproject/types@1.1.0 - @0xproject/utils@1.0.10 - @0xproject/web3-wrapper@3.0.0 - @0xproject/website@0.0.51
| * | | fix: call out a HACK in commentsF. Eugene Aumson2018-09-261-1/+1
| | | | | | | | | | | | | | | | | | | | https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r220010054 https://github.com/0xProject/0x-monorepo/pull/1004
| * | | fix: update smart contract doc introsF. Eugene Aumson2018-09-262-12/+3
| | | | | | | | | | | | | | | | | | | | | | | | https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r220009790 https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r220009909 https://github.com/0xProject/0x-monorepo/pull/1004
| * | | fix: rename SupportedDocJson field to SolDocF. Eugene Aumson2018-09-262-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | from Solidity https://github.com/0xProject/0x-monorepo/pull/1004#discussion_r219976199 https://github.com/0xProject/0x-monorepo/pull/1004
| * | | Merge remote-tracking branch 'upstream/development' into sol-docF. Eugene Aumson2018-09-256-21/+19
| |\| |
| | * | Merge pull request #1037 from 0xProject/feature/forwarder-helper/sra-and-rpcFrancesco Agosti2018-09-243-7/+4
| | |\ \ | | | | | | | | | | [asset-buyer] Create new AssetBuyer class
| | | * \ Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-09-211-12/+12
| | | |\ \ | | | | | | | | | | | | | | | | | | feature/forwarder-helper/sra-and-rpc
| | | * | | Move ObjectMap to shared typesfragosti2018-09-193-7/+4
| | | | | |
| | * | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-09-241-12/+12
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | fix/website/signing-order-validation-bug
| | | * | | Publishethereum-types@1.0.7contracts@2.1.45@0xproject/website@0.0.50@0xproject/web3-wrapper@2.0.3@0xproject/utils@1.0.9@0xproject/typescript-typings@2.0.1@0xproject/types@1.0.2@0xproject/testnet-faucets@1.0.47@0xproject/subproviders@2.0.3@0xproject/sra-spec@1.0.2@0xproject/sra-report@1.0.9@0xproject/sol-resolver@1.0.9@0xproject/sol-cov@2.1.3@0xproject/sol-compiler@1.1.3@0xproject/react-shared@1.0.10@0xproject/react-docs@1.0.9@0xproject/order-watcher@1.0.4@0xproject/order-utils@1.0.3@0xproject/monorepo-scripts@1.0.9@0xproject/migrations@1.0.10@0xproject/metacoin@0.0.19@0xproject/json-schemas@1.0.2@0xproject/forwarder-helper@1.0.4@0xproject/fill-scenarios@1.0.3@0xproject/dev-utils@1.0.8@0xproject/contract-wrappers@1.0.4@0xproject/connect@2.0.2@0xproject/base-contract@2.0.3@0xproject/assert@1.0.9@0xproject/abi-gen@1.0.90x.js@1.0.4Leonid Logvinov2018-09-211-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.4 - @0xproject/abi-gen@1.0.9 - @0xproject/assert@1.0.9 - @0xproject/base-contract@2.0.3 - @0xproject/connect@2.0.2 - @0xproject/contract-wrappers@1.0.4 - contracts@2.1.45 - @0xproject/dev-utils@1.0.8 - ethereum-types@1.0.7 - @0xproject/fill-scenarios@1.0.3 - @0xproject/forwarder-helper@1.0.4 - @0xproject/json-schemas@1.0.2 - @0xproject/metacoin@0.0.19 - @0xproject/migrations@1.0.10 - @0xproject/monorepo-scripts@1.0.9 - @0xproject/order-utils@1.0.3 - @0xproject/order-watcher@1.0.4 - @0xproject/react-docs@1.0.9 - @0xproject/react-shared@1.0.10 - @0xproject/sol-compiler@1.1.3 - @0xproject/sol-cov@2.1.3 - @0xproject/sol-resolver@1.0.9 - @0xproject/sra-report@1.0.9 - @0xproject/sra-spec@1.0.2 - @0xproject/subproviders@2.0.3 - @0xproject/testnet-faucets@1.0.47 - @0xproject/types@1.0.2 - @0xproject/typescript-typings@2.0.1 - @0xproject/utils@1.0.9 - @0xproject/web3-wrapper@2.0.3 - @0xproject/website@0.0.50
| | | * | | Don't depend on a specific version of node typesLeonid Logvinov2018-09-211-1/+1
| | | | | |
| | * | | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-09-1811-20/+92
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | fix/website/signing-order-validation-bug
| | * | | | Fix order creation and fill flow in Portalfragosti2018-09-183-2/+3
| | | | | |
| * | | | | BREAKING CHANGE: document contracts from sol-docF. Eugene Aumson2018-09-224-10/+39
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | Change website to accept smart contract documentation in the format generated by sol-doc rather than that generated by Doxity.
| * | | | Publishcontracts@2.1.44@0xproject/website@0.0.49@0xproject/testnet-faucets@1.0.46@0xproject/order-watcher@1.0.3@0xproject/order-utils@1.0.2@0xproject/migrations@1.0.9@0xproject/forwarder-helper@1.0.3@0xproject/fill-scenarios@1.0.2@0xproject/contract-wrappers@1.0.3@0xproject/connect@2.0.10x.js@1.0.3Fabio Berger2018-09-191-3/+3
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.3 - @0xproject/connect@2.0.1 - @0xproject/contract-wrappers@1.0.3 - contracts@2.1.44 - @0xproject/fill-scenarios@1.0.2 - @0xproject/forwarder-helper@1.0.3 - @0xproject/migrations@1.0.9 - @0xproject/order-utils@1.0.2 - @0xproject/order-watcher@1.0.3 - @0xproject/testnet-faucets@1.0.46 - @0xproject/website@0.0.49
| * | | Publish@0xproject/website@0.0.48@0xproject/testnet-faucets@1.0.45@0xproject/order-watcher@1.0.2@0xproject/migrations@1.0.8@0xproject/forwarder-helper@1.0.2@0xproject/contract-wrappers@1.0.20x.js@1.0.2Fabio Berger2018-09-181-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.2 - @0xproject/contract-wrappers@1.0.2 - @0xproject/forwarder-helper@1.0.2 - @0xproject/migrations@1.0.8 - @0xproject/order-watcher@1.0.2 - @0xproject/testnet-faucets@1.0.45 - @0xproject/website@0.0.48
| * | | Merge pull request #1063 from 0xProject/feature/0x.js/update-readme-importJacob Evans2018-09-1810-18/+90
| |\ \ \ | | |/ / | |/| | 0xjs README/website docs update
| | * | Folder 1.0.0 -> 1.0.1Jacob Evans2018-09-185-5/+5
| | | |
| | * | Rename to v1->v0 v2->v1Jacob Evans2018-09-181-17/+17
| | | |
| | * | Remove note about RC versionsJacob Evans2018-09-133-13/+11
| | | |
| | * | 0xjs README/website docs updateJacob Evans2018-09-1312-28/+102
| | | |
| * | | Add 0x.js 2.0.0 async and installation sectionsFabio Berger2018-09-172-0/+64
| | | |
| * | | Change Davids descriptionfragosti2018-09-121-1/+1
| | | |
| * | | Add images for David Sacks and Genefragosti2018-09-122-0/+0
| | | |
| * | | Fix David Sacks linksfragosti2018-09-121-4/+4
| | | |
| * | | Merge branch 'feature/website/add-gene' into developmentfragosti2018-09-121-0/+8
| |\ \ \
| | * | | Add Gene info to websitefragosti2018-09-121-0/+8
| | | | |
| * | | | Add david sacksfragosti2018-09-121-2/+14
| |/ / /
| * | | Clear localstoragefragosti2018-09-071-1/+1
| | | |
| * | | Fix minting for new tokens on testnetsfragosti2018-09-075-40/+51
| |/ /
| * | Publishethereum-types@1.0.6contracts@2.1.43@0xproject/website@0.0.47@0xproject/web3-wrapper@2.0.2@0xproject/utils@1.0.8@0xproject/typescript-typings@2.0.0@0xproject/types@1.0.1@0xproject/tslint-config@1.0.7@0xproject/testnet-faucets@1.0.44@0xproject/subproviders@2.0.2@0xproject/sra-spec@1.0.1@0xproject/sra-report@1.0.8@0xproject/sol-resolver@1.0.8@0xproject/sol-cov@2.1.2@0xproject/sol-compiler@1.1.2@0xproject/react-shared@1.0.9@0xproject/react-docs@1.0.8@0xproject/order-watcher@1.0.1@0xproject/order-utils@1.0.1@0xproject/monorepo-scripts@1.0.8@0xproject/migrations@1.0.7@0xproject/metacoin@0.0.18@0xproject/json-schemas@1.0.1@0xproject/forwarder-helper@1.0.1@0xproject/fill-scenarios@1.0.1@0xproject/dev-utils@1.0.7@0xproject/contract-wrappers@1.0.1@0xproject/connect@2.0.0@0xproject/base-contract@2.0.2@0xproject/assert@1.0.8@0xproject/abi-gen@1.0.80x.js@1.0.1Fabio Berger2018-09-051-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1 - @0xproject/abi-gen@1.0.8 - @0xproject/assert@1.0.8 - @0xproject/base-contract@2.0.2 - @0xproject/connect@2.0.0 - @0xproject/contract-wrappers@1.0.1 - contracts@2.1.43 - @0xproject/dev-utils@1.0.7 - ethereum-types@1.0.6 - @0xproject/fill-scenarios@1.0.1 - @0xproject/forwarder-helper@1.0.1 - @0xproject/json-schemas@1.0.1 - @0xproject/metacoin@0.0.18 - @0xproject/migrations@1.0.7 - @0xproject/monorepo-scripts@1.0.8 - @0xproject/order-utils@1.0.1 - @0xproject/order-watcher@1.0.1 - @0xproject/react-docs@1.0.8 - @0xproject/react-shared@1.0.9 - @0xproject/sol-compiler@1.1.2 - @0xproject/sol-cov@2.1.2 - @0xproject/sol-resolver@1.0.8 - @0xproject/sra-report@1.0.8 - @0xproject/sra-spec@1.0.1 - @0xproject/subproviders@2.0.2 - @0xproject/testnet-faucets@1.0.44 - @0xproject/tslint-config@1.0.7 - @0xproject/types@1.0.1 - @0xproject/typescript-typings@2.0.0 - @0xproject/utils@1.0.8 - @0xproject/web3-wrapper@2.0.2 - @0xproject/website@0.0.47
| * | Run linterfragosti2018-09-052-3/+1
| | |
| * | Merge branch 'feature/website/update-portal-v2' of ↵fragosti2018-09-053-9/+5
| |\ \ | | | | | | | | | | | | https://github.com/0xProject/0x-monorepo into feature/website/update-portal-v2
| | * | Remove unused imports and console.logFabio Berger2018-09-051-4/+1
| | | |
| | * | Add back order validation logicFabio Berger2018-09-051-7/+5
| | | |
| | * | Fix importsFabio Berger2018-09-051-2/+1
| | | |
| | * | remove console logFabio Berger2018-09-051-1/+0
| | | |
| | * | merge developmentFabio Berger2018-09-0521-365/+701
| | |\ \
| * | | | Use order parser utils from order utilsfragosti2018-09-0511-43/+10
| | | | |
| * | | | Merge https://github.com/0xProject/0x-monorepo into ↵fragosti2018-09-0521-365/+701
| |\ \ \ \ | | |/ / / | |/| / / | | |/ / feature/website/update-portal-v2
| | * | Add temporarily missing web3-provider-engine types in websiteLeonid Logvinov2018-09-041-0/+1
| | | |
| | * | Remove types for web3-provider-engine from typescript-typingsLeonid Logvinov2018-09-041-0/+1
| | | |
| | * | Remove unused importsLeonid Logvinov2018-09-042-6/+0
| | | |
| | * | Merge pull request #1048 from 0xProject/feature/website/patch-v2-landingBrandon Millman2018-08-312-5/+9
| | |\ \ | | | | | | | | | | [website] Final tweaks for landing page
| | | * | Wording change for first benefitBrandon Millman2018-08-311-1/+1
| | | | |
| | | * | Tweaks to benefits and use casesBrandon Millman2018-08-311-2/+6
| | | | |
| | | * | Final tweaks for landing pagefragosti2018-08-312-2/+2
| | | | |
| | * | | Merge pull request #1047 from 0xProject/feature/re-add-no-unused-variablesFrancesco Agosti2018-08-3111-15/+8
| | |\ \ \ | | | |/ / | | |/| | Re-add no-unused-variable tslint rule
| | | * | Fix unused vars for react-shared and websitefragosti2018-08-3111-15/+8
| | | | |
| | * | | Revert whats new textBrandon Millman2018-08-311-2/+1
| | | | |
| | * | | Add new exchange everywhere graphicBrandon Millman2018-08-312-4/+8
| | | | |
| | * | | Remove unused render methods in landing pageBrandon Millman2018-08-311-110/+0
| | | | |
| | * | | Remove conflict stringsfragosti2018-08-311-3/+0
| | | | |
| | * | | Add careers page to top barfragosti2018-08-311-1/+11
| | | | |
| | * | | Final tweaksfragosti2018-08-313-11/+17
| | | | |
| | * | | Remove redundant importfragosti2018-08-311-1/+0
| | | | |
| | * | | Add TypedText component and use it on landing pagefragosti2018-08-315-0/+111
| | | | |
| | * | | Add generic title changesfragosti2018-08-311-17/+7
| | | | |
| | * | | Added todo comments for missing itemsBrandon Millman2018-08-311-1/+2
| | | | |
| | * | | Add title header to use cases sectionBrandon Millman2018-08-313-14/+13
| | | | |
| | * | | Make hero image responsiveBrandon Millman2018-08-311-2/+3
| | | | |
| | * | | Update what's new stylingBrandon Millman2018-08-311-4/+4
| | | | |
| | * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-08-3015-30/+26
| | |\| | | | | | | | | | | | | | | | | feature/website/v2-tweaks
| | * | | Update use cases sectionBrandon Millman2018-08-303-51/+98
| | | | |
| | * | | Update tokenization sectionBrandon Millman2018-08-303-45/+15
| | | | |
| | * | | Update benefitsBrandon Millman2018-08-302-8/+6
| | | | |
| | * | | Update whats newBrandon Millman2018-08-301-13/+19
| | | | |
| | * | | Add new header imageBrandon Millman2018-08-302-4/+391
| | | | |
| | * | | Replace projects section with relayersBrandon Millman2018-08-301-77/+5
| | | | |
| * | | | Update exchange ABI for decoding logsBrandon Millman2018-08-312-615/+1
| | | | |
| * | | | Remove LogError legacy stuffBrandon Millman2018-08-311-4/+0
| | | | |
| * | | | Update comment for validationBrandon Millman2018-08-311-1/+2
| | | | |
| * | | | Remove commented out blockBrandon Millman2018-08-311-20/+0
| | | | |
| * | | | Remove cancel checkBrandon Millman2018-08-312-12/+0
| | | | |
| * | | | Update generate and fill order flowsBrandon Millman2018-08-317-30/+41
| | | | |
| * | | | Token registry from old 0x versionBrandon Millman2018-08-312-9/+13
| | | | |
| * | | | Fix importBrandon Millman2018-08-311-1/+1
| | | | |
| * | | | Update typings versionBrandon Millman2018-08-311-1/+1
| | | | |
| * | | | Initial changes for v2 portalBrandon Millman2018-08-3116-279/+307
| | |/ / | |/| |
| * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-08-301-0/+5
| |\| | | | | | | | | | | | | | website/feature/react-16
| | * | feat: Add support for TypeScript project references (#991)Alex Browne2018-08-301-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update all package.json and tsconfig.json * fix(contracts): Make test/utils/web3_wrapper.ts compatible with project refs * Fix webpack config for 0x.js * Fix linter errors by adding rootDir to tsconfig.json as needed * Add build:ts and watch:ts commands to package.json * Update sra-spec to work with project references * Update tsconfig.json with latest new/removed packages * Add TypeScript as devDependency at root * Add missing rootDir to forwarder-helper package * Use a separate tsconfig file for typedoc * Fix linter errors * Apply PR feedback (add comments) * Fix 0x.js tsconfig
| * | | Upgrade version of react-shared in websitefragosti2018-08-291-1/+1
| | | |
| * | | Upgrade react-copy-to-clipboardfragosti2018-08-291-1/+1
| | | |
| * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-08-291-6/+5
| |\| | | | | | | | | | | | | | website/feature/react-16
| * | | Update material-ui in react-sharedfragosti2018-08-291-0/+1
| | | |
| * | | Revert "Simplify dropdown component"fragosti2018-08-291-15/+25
| | | | | | | | | | | | | | | | This reverts commit 91a9014a50cca8e0d42634666fe409839aeae8cf.
| * | | Revert "Have new Popover component working in React 16"fragosti2018-08-298-84/+39
| | | | | | | | | | | | | | | | This reverts commit 5785ec0713c39466b3a6a171f5f0a2d38207b44b.
| * | | Revert "Enable hovering state for dropdown"fragosti2018-08-293-10/+7
| | | | | | | | | | | | | | | | This reverts commit ac1640140c9279ac9e8a92d84702a2f84d9165fb.
| * | | Upgrade material ui to 0.20.0fragosti2018-08-291-2/+2
| | | |
| * | | Enable hovering state for dropdownfragosti2018-08-293-7/+10
| | | |
| * | | Have new Popover component working in React 16fragosti2018-08-288-39/+84
| | | |
| * | | Simplify dropdown componentfragosti2018-08-251-25/+15
| | | |
| * | | Change all onTouchTap to onClickfragosti2018-08-2513-18/+18
| | | |
| * | | Upgrade react-shared used by website to one that depends on react 16fragosti2018-08-251-1/+1
| | | |
| * | | Update react and remove tap event plugin [deprecated]fragosti2018-08-252-4/+0
| | | |
| * | | Merge branch 'development' of https://github.com/0xProject/0x-monorepo into ↵fragosti2018-08-253-5/+13
| |\ \ \ | | | | | | | | | | | | | | | website/feature/react-16
| * | | | Add new react and typesfragosti2018-08-251-4/+4
| | | | |
* | | | | Move more text over to translation filesFabio Berger2018-09-269-37/+68
| | | | |
* | | | | Implement dev homeFabio Berger2018-09-2614-14/+471
| | | | |
* | | | | Fix logo to link to docs homeFabio Berger2018-09-261-1/+1
| | | | |
* | | | | Use new link component in Developer dropdownFabio Berger2018-09-261-21/+14
| | | | |
* | | | | Create a link ui component that abstracts away interval vs. internal linksFabio Berger2018-09-261-0/+42
| | | | |
* | | | | Move /docs endpoint before longer ones so doesn't overtake other doc endpointsFabio Berger2018-09-261-1/+1
| | | | |
* | | | | Implement new responsive, dev section header and home scaffoldingFabio Berger2018-09-175-53/+103
| | | | |
* | | | | Remove temporary bordersFabio Berger2018-08-291-2/+0
| | | | |
* | | | | Implement dev topbarFabio Berger2018-08-295-27/+87
| | | | |
* | | | | Merge branch 'dev-dropdown' into doc-overview-pageFabio Berger2018-08-282-12/+8
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dev-dropdown: Update to latest react-shared Use translation helper Use generatic ObjectMap type fix(contracts): Catch cases where the actual error differs from the expected error (#1032) Add clarifying comments Remove redundant mstores from fillOrderNoThrow fix(contracts): Use correct error message for division by zero
| * | | | Update to latest react-sharedFabio Berger2018-08-282-4/+1
| | | | |
| * | | | Use translation helperFabio Berger2018-08-281-1/+1
| | | | |
| * | | | Use generatic ObjectMap typeFabio Berger2018-08-281-10/+9
| | | | |
* | | | | Swap out linkFabio Berger2018-08-281-1/+1
| | | | |
* | | | | Begin implementing doc home pageFabio Berger2018-08-2813-5/+231
|/ / / /
* | | | Merge branch 'development' into dev-dropdownFabio Berger2018-08-273-5/+13
|\ \ \ \ | | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (120 commits) Exit with non-error code at end of publishRelease Publish Updated CHANGELOGS Fix prettier Update changelog files for RC packages Skip doc generation for local publishes since we test this in a separate CI test Fix typo Use absolute path Run yarn a second time if the first fails Try relative to root dir Fix command Move md files to lib folder during build Change exit code to failure Fix sra-spec `main` and `types` in package.json Actual relative path Try relative path Issue #1025 BlockParam unroll Fix command Move md files to lib folder during build Fix sra-spec `main` and `types` in package.json ...
| * | | Publishcontracts@2.1.42@0xproject/website@0.0.46@0xproject/web3-wrapper@2.0.1@0xproject/utils@1.0.7@0xproject/types@1.0.1-rc.6@0xproject/testnet-faucets@1.0.43@0xproject/subproviders@2.0.1@0xproject/sra-spec@1.0.1-rc.6@0xproject/sra-report@1.0.7@0xproject/sol-resolver@1.0.7@0xproject/sol-cov@2.1.1@0xproject/sol-compiler@1.1.1@0xproject/react-shared@1.0.8@0xproject/react-docs@1.0.7@0xproject/order-watcher@1.0.1-rc.5@0xproject/order-utils@1.0.1-rc.6@0xproject/monorepo-scripts@1.0.7@0xproject/migrations@1.0.6@0xproject/metacoin@0.0.17@0xproject/json-schemas@1.0.1-rc.6@0xproject/forwarder-helper@1.0.1-rc.2@0xproject/fill-scenarios@1.0.1-rc.5@0xproject/dev-utils@1.0.6@0xproject/contract-wrappers@1.0.1-rc.5@0xproject/connect@2.0.0-rc.2@0xproject/base-contract@2.0.1@0xproject/assert@1.0.7@0xproject/abi-gen@1.0.70x.js@1.0.1-rc.6Fabio Berger2018-08-271-5/+5
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.6 - @0xproject/abi-gen@1.0.7 - @0xproject/assert@1.0.7 - @0xproject/base-contract@2.0.1 - @0xproject/connect@2.0.0-rc.2 - @0xproject/contract-wrappers@1.0.1-rc.5 - contracts@2.1.42 - @0xproject/dev-utils@1.0.6 - @0xproject/fill-scenarios@1.0.1-rc.5 - @0xproject/forwarder-helper@1.0.1-rc.2 - @0xproject/json-schemas@1.0.1-rc.6 - @0xproject/metacoin@0.0.17 - @0xproject/migrations@1.0.6 - @0xproject/monorepo-scripts@1.0.7 - @0xproject/order-utils@1.0.1-rc.6 - @0xproject/order-watcher@1.0.1-rc.5 - @0xproject/react-docs@1.0.7 - @0xproject/react-shared@1.0.8 - @0xproject/sol-compiler@1.1.1 - @0xproject/sol-cov@2.1.1 - @0xproject/sol-resolver@1.0.7 - @0xproject/sra-report@1.0.7 - @0xproject/sra-spec@1.0.1-rc.6 - @0xproject/subproviders@2.0.1 - @0xproject/testnet-faucets@1.0.43 - @0xproject/types@1.0.1-rc.6 - @0xproject/utils@1.0.7 - @0xproject/web3-wrapper@2.0.1 - @0xproject/website@0.0.46
| * | Publishethereum-types@1.0.5contracts@2.1.41@0xproject/website@0.0.45@0xproject/web3-wrapper@2.0.0@0xproject/utils@1.0.6@0xproject/typescript-typings@1.0.5@0xproject/types@1.0.1-rc.5@0xproject/tslint-config@1.0.6@0xproject/testnet-faucets@1.0.42@0xproject/subproviders@2.0.0@0xproject/sra-report@1.0.6@0xproject/sra-api@1.0.1-rc.5@0xproject/sol-resolver@1.0.6@0xproject/sol-cov@2.1.0@0xproject/sol-compiler@1.1.0@0xproject/react-shared@1.0.7@0xproject/react-docs@1.0.6@0xproject/order-watcher@1.0.1-rc.4@0xproject/order-utils@1.0.1-rc.4@0xproject/monorepo-scripts@1.0.6@0xproject/migrations@1.0.5@0xproject/metacoin@0.0.16@0xproject/json-schemas@1.0.1-rc.5@0xproject/forwarder-helper@1.0.1-rc.1@0xproject/fill-scenarios@1.0.1-rc.4@0xproject/dev-utils@1.0.5@0xproject/contract-wrappers@1.0.1-rc.4@0xproject/connect@2.0.0-rc.1@0xproject/base-contract@2.0.0@0xproject/assert@1.0.6@0xproject/abi-gen@1.0.60x.js@1.0.1-rc.4Fabio Berger2018-08-251-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 0x.js@1.0.1-rc.4 - @0xproject/abi-gen@1.0.6 - @0xproject/assert@1.0.6 - @0xproject/base-contract@2.0.0 - @0xproject/connect@2.0.0-rc.1 - @0xproject/contract-wrappers@1.0.1-rc.4 - contracts@2.1.41 - @0xproject/dev-utils@1.0.5 - ethereum-types@1.0.5 - @0xproject/fill-scenarios@1.0.1-rc.4 - @0xproject/forwarder-helper@1.0.1-rc.1 - @0xproject/json-schemas@1.0.1-rc.5 - @0xproject/metacoin@0.0.16 - @0xproject/migrations@1.0.5 - @0xproject/monorepo-scripts@1.0.6 - @0xproject/order-utils@1.0.1-rc.4 - @0xproject/order-watcher@1.0.1-rc.4 - @0xproject/react-docs@1.0.6 - @0xproject/react-shared@1.0.7 - @0xproject/sol-compiler@1.1.0 - @0xproject/sol-cov@2.1.0 - @0xproject/sol-resolver@1.0.6 - @0xproject/sra-api@1.0.1-rc.5 - @0xproject/sra-report@1.0.6 - @0xproject/subproviders@2.0.0 - @0xproject/testnet-faucets@1.0.42 - @0xproject/tslint-config@1.0.6 - @0xproject/types@1.0.1-rc.5 - @0xproject/typescript-typings@1.0.5 - @0xproject/utils@1.0.6 - @0xproject/web3-wrapper@2.0.0 - @0xproject/website@0.0.45
| * | Add documentation for connect v2fragosti2018-08-242-0/+8
| |/
* | Move colors to colors moduleFabio Berger2018-08-271-3/+11
| |
* | Add developers dropdown to topBarFabio Berger2018-08-271-123/+6
| |
* | Implement Developers dropdownFabio Berger2018-08-272-0/+181
| |
* | Add ability to specify styling to popover containerFabio Berger2018-08-271-0/+3
| |
* | Fix translation capitalizations to not capitalize single letters with ↵Fabio Berger2018-08-271-1/+6
| | | | | | | | sentences (i.e 'a' in 'Build a Relayer')
* | Add missing translations needed for dev dropdownFabio Berger2018-08-276-5/+47
|/