Fabio Berger
2305109170
chore: fix linter
2018-10-16 17:42:58 +01:00
Fabio Berger
9bae3e51d9
chore: initalize _urlIntervalCheckId
2018-10-16 17:09:17 +01:00
Fabio Berger
c84c92663d
Merge branch 'dev-section-redesign' into reSkinReferenceDocs
...
* dev-section-redesign: (87 commits)
Added note about restriction on `testDirectory`
fix(dev-utils): Make chai a dev dependency since exported interface depends on it
Add changelog entries
fix(subproviders): make web3-provider-engine types a 'dependency' so it's available to users of the library
fix(sra-spec): make @loopback/openapi-v3-types a 'dependency' so it's available to users of the library
fix(sol-cov): make @types/solidity-parser-antlr a 'dependency' so it's available to users of the library
fix(dev-utils): make web3-provider-engine types a 'dependency' so it's available to users of the library
fix(0x.js): make web3-provider-engine types a 'dependency' so it's available to users of the library
fix(monorepo-scripts): Move the creation of the `.installation-test` directory OUTSIDE of the monorepo root, so that the installed packages can't reference the hoisted node_modules folder
Remove ContractNotFound errors in contract-wrappers
Update prettierignore
Update website to use the new unsubscribeAll method in contract-wrappers
In abi-gen-wrappers, ./wrappers -> ./src/generated-wrappers
In contract-wrappers, remove setProvider and add unsubscribeAll method.
take out explicit children definition in props
Update json-schemas for contract-wrappers
Add OrThrow suffix to getContractAddressesForNetwork
remove unused import
Update CHANGELOG.json for all changed packages
Remove ContractAddresses from packages/types (mistake after rebase)
...
2018-10-16 16:59:02 +01:00
Fabio Berger
c333d093b5
merge development
2018-10-16 16:58:24 +01:00
Fabio Berger
55a3bc8cb6
chore: don't use Container in react-shared, react-docs yet
2018-10-16 16:43:43 +01:00
Fabio Berger
e6e883e05a
chore: remove unused prop
2018-10-16 16:38:59 +01:00
Fabio Berger
17fb4d5b57
chore: Remove unused prop
2018-10-16 16:38:05 +01:00
Fabio Berger
05f7b73307
chore: convert to stateless component
2018-10-16 16:36:06 +01:00
Fabio Berger
bf51728466
chore: simplify
2018-10-16 16:35:55 +01:00
Fabio Berger
6ad98420a0
style: improve menu & logo alignment
2018-10-16 16:12:26 +01:00
Fabio Berger
afe6181757
chore: Implement newest topBar
2018-10-16 15:53:24 +01:00
Fabio Berger
ce68e20e82
chore: remove unused imports
2018-10-16 15:41:58 +01:00
Fabio Berger
f35156517d
chore: get menu onHover darken back
2018-10-16 15:35:56 +01:00
Fabio Berger
72f5719b34
Added note about restriction on testDirectory
2018-10-16 15:17:49 +01:00
Fabio Berger
be45a30851
chore: change landing "build on 0x" to link to developer home, not 0x.js docs
2018-10-16 14:36:26 +01:00
Fabio Berger
13f8801e08
chore: remove wiki from main website topBar
2018-10-16 14:35:55 +01:00
Fabio Berger
ad235912d7
chore: Replace FAQ with Developer home in footer
2018-10-16 14:35:33 +01:00
Fabio Berger
6ff35172d6
Replace sandbox with wiki in developer popover
2018-10-16 14:35:10 +01:00
Kadinsky
e624587050
Merge pull request #1105 from 0xProject/feature/contracts-artifacts-re-org
...
Reorganize and modularize generated contract wrappers and artifacts
2018-10-16 14:21:46 +01:00
Fabio Berger
5938e8a52d
fix(dev-utils): Make chai a dev dependency since exported interface depends on it
2018-10-16 13:55:13 +01:00
Fabio Berger
fca5260eb1
Add changelog entries
2018-10-16 13:33:30 +01:00
Fabio Berger
021041165a
fix(subproviders): make web3-provider-engine types a 'dependency' so it's available to users of the library
2018-10-16 13:26:44 +01:00
Fabio Berger
6c9277867d
fix(sra-spec): make @loopback/openapi-v3-types a 'dependency' so it's available to users of the library
2018-10-16 13:26:09 +01:00
Fabio Berger
75b0781969
fix(sol-cov): make @types/solidity-parser-antlr a 'dependency' so it's available to users of the library
2018-10-16 13:25:26 +01:00
Fabio Berger
eab88cbe7c
fix(dev-utils): make web3-provider-engine types a 'dependency' so it's available to users of the library
2018-10-16 13:24:47 +01:00
Fabio Berger
2e56e2cc05
fix(0x.js): make web3-provider-engine types a 'dependency' so it's available to users of the library
2018-10-16 13:24:24 +01:00
Fabio Berger
8cffe65047
fix(monorepo-scripts): Move the creation of the .installation-test directory OUTSIDE of the monorepo root, so that the installed packages can't reference the hoisted node_modules folder
2018-10-16 13:22:15 +01:00
Alex Browne
5bdfad9b41
Remove ContractNotFound errors in contract-wrappers
2018-10-16 00:23:43 -07:00
Alex Browne
3c5812c5d2
Update prettierignore
2018-10-16 00:00:22 -07:00
Alex Browne
5509bf5aeb
Update website to use the new unsubscribeAll method in contract-wrappers
2018-10-15 18:04:29 -07:00
Alex Browne
2c63909d5d
In abi-gen-wrappers, ./wrappers -> ./src/generated-wrappers
2018-10-15 17:50:13 -07:00
Alex Browne
6f8e98e537
In contract-wrappers, remove setProvider and add unsubscribeAll method.
2018-10-15 17:35:25 -07:00
Steve Klebanoff
05bf7a8280
Merge pull request #1135 from 0xProject/feature/instant-sliding-error
...
[instant] Generic sliding error component
2018-10-15 17:30:39 -07:00
Steve Klebanoff
b0a2cacd82
take out explicit children definition in props
2018-10-15 17:11:43 -07:00
Alex Browne
e093864bff
Update json-schemas for contract-wrappers
2018-10-15 17:09:35 -07:00
Alex Browne
38b146c395
Add OrThrow suffix to getContractAddressesForNetwork
2018-10-15 14:22:48 -07:00
Fabio Berger
fb0e0473de
chore: move wiki to Developers section
2018-10-15 22:18:44 +01:00
Steve Klebanoff
45ff83d852
remove unused import
2018-10-15 14:15:58 -07:00
Alex Browne
e3af06ab10
Update CHANGELOG.json for all changed packages
2018-10-15 14:11:20 -07:00
Alex Browne
be1a597250
Remove ContractAddresses from packages/types (mistake after rebase)
2018-10-15 14:10:31 -07:00
Steve Klebanoff
f13d061dd2
move z-index setting to zero instant container, and add ability for zindex to be set on container
2018-10-15 14:04:53 -07:00
Alex Browne
00db096d2e
Fix bug introduced during rebase
2018-10-15 13:44:21 -07:00
Steve Klebanoff
7325e16698
get rid of unused marginLeft and marginRight props
2018-10-15 13:41:36 -07:00
Steve Klebanoff
14b47f3a9f
better private function syntax
2018-10-15 13:39:00 -07:00
Alex Browne
f0e4837983
Fix failing doc generation tests
2018-10-15 13:38:59 -07:00
Alex Browne
003ab1e5b3
Fix linter errors in contract-wrappers
2018-10-15 13:38:59 -07:00
Alex Browne
24673be1cd
Add resolveJsonModule: true to test_installation.ts
2018-10-15 13:38:59 -07:00
Alex Browne
7a6cace1ec
Create CHANGELOG.json for three new packages
2018-10-15 13:38:59 -07:00
Alex Browne
8dc73d3d85
Add README.md for each new package
2018-10-15 13:38:59 -07:00
Alex Browne
d76d8abc1d
Update .gitignore and .prettierignore
2018-10-15 13:38:59 -07:00