aboutsummaryrefslogtreecommitdiffstats
path: root/packages
Commit message (Expand)AuthorAgeFilesLines
* Add entry for contract demo packageFabio Berger2019-01-191-0/+8
* Link all Python packages to PypiFabio Berger2019-01-191-6/+4
* Remove .py suffixFabio Berger2019-01-191-5/+5
* Create Python tools section and add missing Python packages to itFabio Berger2019-01-182-21/+53
* Update footerFabio Berger2019-01-181-4/+3
* Merge pull request #1519 from hosyvietanh/patch-1Greg Hysen2019-01-181-1/+1
|\
| * Allow matching of uint80 in evm_data_typehosyvietanh2019-01-171-1/+1
* | remove dangling commaSteve Klebanoff2019-01-181-1/+1
* | Merge branch 'development' into feature/instant/asset-buyer-check-liquiditySteve Klebanoff2019-01-1872-412/+533
|\ \
| * | Remove react-snap from dev-tools-pages since it was messing up links on rende...Fabio Berger2019-01-184-12/+4
| * | Add hiring pitch to footerFabio Berger2019-01-181-0/+5
| * | Merge pull request #1524 from 0xProject/feature/istanbul-gethLeonid Logvinov2019-01-183-0/+18
| |\ \
| | * | Add notes about istanbul and Geth to website docsLeonid Logvinov2019-01-183-0/+18
| * | | Add missing .pngFabio Berger2019-01-181-8/+8
| * | | Merge pull request #1523 from 0xProject/fix/react-shared/react-highlight-depBrandon Millman2019-01-181-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Change react-highlight dep to reference fork by branch instead of commitBrandon Millman2019-01-181-1/+1
| * | | PublishLeonid Logvinov2019-01-1814-29/+29
| * | | Updated CHANGELOGSLeonid Logvinov2019-01-1816-1/+99
| |/ /
| * | http to httpsFabio Berger2019-01-174-4/+4
| * | Merge pull request #1509 from 0xProject/fix/dev-tools-pages/finalTouchesFabio B2019-01-1732-165/+325
| |\ \
| | * | Fix linter errorsFabio Berger2019-01-171-21/+0
| | * | Enable "copy" button on all code snippets that should be copy-ableFabio Berger2019-01-176-20/+19
| | * | Merge branch 'development' into fix/dev-tools-pages/finalTouchesFabio Berger2019-01-17126-776/+988
| | |\ \
| | * | | Add link to Truffle starter projectFabio Berger2019-01-173-6/+18
| | * | | Last touchesLeonid Logvinov2019-01-1711-55/+67
| | * | | Remove incorrect section of docsFabio Berger2019-01-171-7/+1
| | * | | Add call-to-action docs button at end of instructions againFabio Berger2019-01-175-0/+72
| | * | | Open 0x.org on different tabFabio Berger2019-01-171-1/+1
| | * | | Add fontsFabio Berger2019-01-174-3/+1
| | * | | Update requirement sectionsFabio Berger2019-01-173-20/+50
| | * | | Update 0x urlFabio Berger2019-01-171-1/+1
| | * | | Merge branch 'development' into fix/dev-tools-pages/finalTouchesFabio Berger2019-01-15217-5279/+4611
| | |\ \ \
| | * \ \ \ merge developmentFabio Berger2019-01-12136-1126/+768
| | |\ \ \ \
| | * | | | | Fix copy and linksFabio Berger2019-01-117-54/+107
| | * | | | | Remove unused importFabio Berger2019-01-111-1/+0
| | * | | | | Fix title and og tags for sol-coverageFabio Berger2019-01-111-2/+2
| | * | | | | Merge branch 'development' into fix/dev-tools-pages/finalTouchesFabio Berger2019-01-11138-662/+1530
| | |\ \ \ \ \
| | * | | | | | Fix footer linksFabio Berger2019-01-111-1/+1
| | * | | | | | Add deployment commands for the Dev tools pagesFabio Berger2019-01-111-1/+11
| | * | | | | | Rename sol-cov to sol-coverage, fix linksFabio Berger2019-01-109-39/+37
| | * | | | | | Add docLinkFabio Berger2019-01-104-2/+6
| * | | | | | | Increase the Buffer size when fetching tagsLeonid Logvinov2019-01-171-0/+2
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Fix linterLeonid Logvinov2019-01-171-1/+0
| * | | | | | Update packages/sol-tracing-utils/src/trace_collection_subprovider.tsFabio B2019-01-171-1/+1
| * | | | | | Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-171-1/+1
| * | | | | | Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-171-1/+1
| * | | | | | Add PR numbersLeonid Logvinov2019-01-171-3/+3
| * | | | | | Fix/simplify handling of revert trace snippetsLeonid Logvinov2019-01-175-193/+22
| * | | | | | Fix a bug when TraceCollectionSubprovider was hanging on the fake Geth snapsh...Leonid Logvinov2019-01-172-2/+6
| * | | | | | Fix a bug when a custom Geth tracer didn't return stack entries for DELEGATECALLLeonid Logvinov2019-01-172-1/+10
| * | | | | | Revert devnet mining period from 1 to 0Leonid Logvinov2019-01-171-1/+1
| | |_|_|_|/ | |/| | | |
| * | | | | update team info, add brentfragosti2019-01-172-2/+7
* | | | | | Use more specific helper method decodeAssetDataOrThrowSteve Klebanoff2019-01-172-5/+4
* | | | | | change helper method to return a booleanSteve Klebanoff2019-01-171-4/+5
* | | | | | Change LiquidityForAssetData to return a BigNumber instead of a number to avo...Steve Klebanoff2019-01-174-20/+20
* | | | | | export type instead of interface for more succinct syntaxSteve Klebanoff2019-01-171-1/+1
* | | | | | Clarify boolean variable nameSteve Klebanoff2019-01-171-1/+1
* | | | | | Merge branch 'development' into feature/instant/asset-buyer-check-liquiditySteve Klebanoff2019-01-178-7/+129
|\| | | | |
| * | | | | Merge pull request #1510 from 0xProject/feature/monorepo-scripts/publishToDoc...Fabio B2019-01-176-4/+126
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'development' into feature/monorepo-scripts/publishToDockerHubFabio Berger2019-01-15217-5279/+4611
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | Add commented-out pre-publish checksFabio Berger2019-01-141-5/+5
| | * | | | | Add additional check to make sure user was added to our DockerHub orgFabio Berger2019-01-144-20/+79
| | * | | | | merge developmentFabio Berger2019-01-12237-1758/+1959
| | |\ \ \ \ \ | | | | |_|_|/ | | | |/| | |
| | * | | | | Add actual error message thrownFabio Berger2019-01-111-1/+3
| | * | | | | Flag order-watcher as having a Docker image to publishFabio Berger2019-01-111-0/+5
| | * | | | | Add publish to DockerHub step to publish flowFabio Berger2019-01-111-3/+42
| | * | | | | Flesh out postpublish configs in packageJSON typeFabio Berger2019-01-111-1/+5
| | * | | | | Add pre-publish check to ensure publisher is logged in to docker cmdlineFabio Berger2019-01-111-0/+12
| | * | | | | Ensure the process exitsFabio Berger2019-01-111-0/+1
| * | | | | | Merge branch 'development' into fix/asset-buyer/zero-amount-available-testSteve Klebanoff2019-01-16224-5292/+4459
| |\ \ \ \ \ \
| * | | | | | | Update test for required amountAvailableToFillSteve Klebanoff2019-01-122-3/+3
* | | | | | | | Remove accidental importSteve Klebanoff2019-01-171-1/+0
* | | | | | | | Add PR number and fix descriptionSteve Klebanoff2019-01-161-1/+2
* | | | | | | | Export types and add additional documentationSteve Klebanoff2019-01-162-0/+10
* | | | | | | | Merge branch 'development' into feature/instant/asset-buyer-check-liquiditySteve Klebanoff2019-01-16224-5296/+4872
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | PublishLeonid Logvinov2019-01-1541-309/+309
| * | | | | | | Updated CHANGELOGSLeonid Logvinov2019-01-1569-261/+505
| | |_|_|/ / / | |/| | | | |
| * | | | | | Merge pull request #1498 from 0xProject/fix/sol-covLeonid Logvinov2019-01-1523-81/+226
| |\ \ \ \ \ \
| | * | | | | | Update packages/sol-tracing-utils/src/trace_collection_subprovider.tsFabio B2019-01-151-1/+1
| | * | | | | | Make mapping namings directLeonid Logvinov2019-01-1510-40/+40
| | * | | | | | Remove unused tslint disableLeonid Logvinov2019-01-151-3/+2
| | * | | | | | Revert "Remove logAsyncErrors hack"Leonid Logvinov2019-01-151-34/+44
| | * | | | | | Remove logAsyncErrors hackLeonid Logvinov2019-01-151-44/+34
| | * | | | | | Refactor logAsyncErrors to follow our conventionsLeonid Logvinov2019-01-151-7/+8
| | * | | | | | Export Sources and SourceCodes out of tracing utilsLeonid Logvinov2019-01-154-0/+8
| | * | | | | | Rename mappins to have a direct naming scheme instead of a reverse oneLeonid Logvinov2019-01-146-26/+26
| | * | | | | | Add SourceCodes and Sources typesLeonid Logvinov2019-01-141-2/+9
| | * | | | | | Add a link to tracing examplesLeonid Logvinov2019-01-141-0/+2
| | * | | | | | Update packages/sol-tracing-utils/src/source_maps.tsFabio B2019-01-141-1/+1
| | * | | | | | Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-141-1/+1
| | * | | | | | Update packages/sol-tracing-utils/src/trace_info_subprovider.tsFabio B2019-01-141-1/+1
| | * | | | | | Update packages/sol-tracing-utils/src/trace_collection_subprovider.tsFabio B2019-01-141-1/+1
| | * | | | | | Update packages/sol-tracing-utils/src/source_maps.tsFabio B2019-01-141-1/+1
| | * | | | | | Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-141-1/+1
| | * | | | | | Update packages/sol-tracing-utils/CHANGELOG.jsonFabio B2019-01-141-1/+1
| | * | | | | | Apply prettierLeonid Logvinov2019-01-141-14/+7
| | * | | | | | Use custom JS tracer only if the node is gethLeonid Logvinov2019-01-141-22/+36
| | * | | | | | Add CHANGELOG entriesLeonid Logvinov2019-01-141-6/+38
| | * | | | | | Merge developmentLeonid Logvinov2019-01-14242-1702/+1946
| | |\ \ \ \ \ \
| | * | | | | | | Fix linterLeonid Logvinov2019-01-141-2/+2
| | * | | | | | | Fix the bug with incorrect source maps parsing by changing contract data from...Leonid Logvinov2019-01-145-15/+24
| | * | | | | | | Add utils.isRangeEqual to sol-profilerLeonid Logvinov2019-01-141-0/+6
| | * | | | | | | Add assembly statements to AST VisitorLeonid Logvinov2019-01-141-0/+33
| | * | | | | | | Use a custom JS tracerLeonid Logvinov2019-01-141-17/+18
| | * | | | | | | Revert CHANGELOG changesLeonid Logvinov2019-01-111-187/+336
| | * | | | | | | Remove generated wrappersLeonid Logvinov2019-01-1134-30044/+0
| | * | | | | | | Remove generated artifactsLeonid Logvinov2019-01-1136-21500/+0
| | * | | | | | | Generate blocks at interval for truffleRemco Bloemen2019-01-111-1/+1
| | * | | | | | | Use tracer for debug tracesRemco Bloemen2019-01-111-5/+21
| | * | | | | | | Capture errors in next callbacksRemco Bloemen2019-01-111-3/+21
| | * | | | | | | Throw error when source location is missingRemco Bloemen2019-01-111-2/+6
| | * | | | | | | Fix typoRemco Bloemen2019-01-111-1/+1
| | * | | | | | | Add tracer params typeRemco Bloemen2019-01-111-0/+2
| | * | | | | | | Re-add changelog for 0x.jsFabio Berger2019-01-1171-336/+51731
| | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | Merge pull request #1503 from 0xProject/feature/multi-asset-proxy-migrationJacob Evans2019-01-1513-54/+1222
| |\ \ \ \ \ \ \
| | * | | | | | | Update prettier changelogsJacob Evans2019-01-142-6/+3
| | * | | | | | | Update contract addressesJacob Evans2019-01-141-4/+4
| | * | | | | | | Update hardcoded token addressesJacob Evans2019-01-121-6/+6
| | * | | | | | | Group similar setup transactionsJacob Evans2019-01-121-6/+9
| | * | | | | | | Register ERC20/721 into MAPJacob Evans2019-01-122-22/+30
| | * | | | | | | chore(changelogs): Update changelogs with PRJacob Evans2019-01-122-2/+4
| | * | | | | | | feature(migrations): Add MultiAssetProxy MigrationJacob Evans2019-01-1212-36/+1194
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge pull request #1514 from 0xProject/bug/exchange-wrapper-matchOrdersJacob Evans2019-01-152-4/+4
| |\ \ \ \ \ \ \
| | * | | | | | | Remove matchOrders optimizationJacob Evans2019-01-122-11/+5
| | * | | | | | | PrettierJacob Evans2019-01-121-32/+16
| | * | | | | | | Update PR numberJacob Evans2019-01-121-1/+2
| | * | | | | | | bug(exchange-wrapper): matchOrdersAsync input param mutationJacob Evans2019-01-122-24/+45
| * | | | | | | | Replace console.log with logUtils.log (#1515)F. Eugene Aumson2019-01-158-66/+68
| * | | | | | | | Merge pull request #1475 from 0xProject/feature/monorepo/useNewAbiEncoderGreg Hysen2019-01-1542-4497/+1912
| |\ \ \ \ \ \ \ \
| | * | | | | | | | strict decoding of return values using genericsGreg Hysen2019-01-1517-332/+815
| | * | | | | | | | Ran prettierGreg Hysen2019-01-152-6/+18
| | * | | | | | | | LinterGreg Hysen2019-01-151-2/+6
| | * | | | | | | | Fix build after rebaseGreg Hysen2019-01-152-2/+2
| | * | | | | | | | Style cleanup for Compressed Calldata in Contract Wrappers PRGreg Hysen2019-01-156-20/+21
| | * | | | | | | | Updated dutch auction wrapperGreg Hysen2019-01-151-91/+13
| | * | | | | | | | Added back abi-gen-wrappersGreg Hysen2019-01-1514-0/+9474
| | * | | | | | | | Renamed signatureParser.ts to signature_parser.tsGreg Hysen2019-01-152-1/+1
| | * | | | | | | | Renamed decode rule `structsAsObjects` to `shouldConvertStructsToObjects`Greg Hysen2019-01-153-39/+39
| | * | | | | | | | Ran linterGreg Hysen2019-01-152-2/+11
| | * | | | | | | | Removed console log from handlebarsGreg Hysen2019-01-151-1/+0
| | * | | | | | | | `let` -> `const` in callAsyncGreg Hysen2019-01-152-7/+7
| | * | | | | | | | Ran prettier and linterGreg Hysen2019-01-1514-191/+193
| | * | | | | | | | Decodes revert reason as array to appease GethGreg Hysen2019-01-151-1/+1
| | * | | | | | | | Ran prettierGreg Hysen2019-01-1510-71/+75
| | * | | | | | | | Use string argument encoding with new encoderGreg Hysen2019-01-156-48/+36
| | * | | | | | | | Finished porting new abi encoder to contractsGreg Hysen2019-01-1521-9883/+38
| | * | | | | | | | Generalized `create` for signature / dataItems. Cleaner.Greg Hysen2019-01-154-187/+166
| | * | | | | | | | Abi Encoder tests fixed + added a signature parser for cases where MethodAbi/...Greg Hysen2019-01-1520-73/+449
| | * | | | | | | | Works for almost all testsGreg Hysen2019-01-1516-1057/+323
| | * | | | | | | | Working for almost every testGreg Hysen2019-01-1519-958/+303
| | * | | | | | | | Ensure that addresses are lower caseGreg Hysen2019-01-151-1/+2
| | * | | | | | | | ProgressGreg Hysen2019-01-1520-2811/+1206
| | | |/ / / / / / | | |/| | | | | |
| * / | | | | | | Update react-highlight dep in website to latest commitBrandon Millman2019-01-151-1/+1
| |/ / / / / / /
| * | | | | | | Revert "hack: force redux and redux-devtools to work for build"fragosti2019-01-121-2/+2
| * | | | | | | upgrade react in react-docs and react-shared, install dependencies in website...fragosti2019-01-123-6/+8
| * | | | | | | Revert "fix: make version consisten for react, react-dom and styled-components'"fragosti2019-01-121-1/+2
| * | | | | | | feat: upgrade styled-components and remove ununsed basscss importfragosti2019-01-122-2/+2
| * | | | | | | hack: force redux and redux-devtools to work for buildfragosti2019-01-121-2/+2
| * | | | | | | fix: make version consisten for react, react-dom and styled-components'fragosti2019-01-121-2/+1
| * | | | | | | fix: use basscss from css file instead of modulefragosti2019-01-123-1/+2
| |/ / / / / /
| * | / / / / Implement tslint enum-naming to enforce PascalCase on enum members (#1474)Xianny2019-01-1233-271/+461
| | |/ / / / | |/| | | |
| * | | | | PublishFabio Berger2019-01-1238-293/+293
| * | | | | Updated CHANGELOGSFabio Berger2019-01-1262-3/+412
| | |_|/ / | |/| | |
* | | | | prettier changelogSteve Klebanoff2019-01-121-2/+1
* | | | | Disable promise-function-async for mocking async functionsSteve Klebanoff2019-01-121-0/+2
* | | | | Move calculateLiquidity to helper functionSteve Klebanoff2019-01-122-31/+35
* | | | | Add new version to CHANGELOGSteve Klebanoff2019-01-121-0/+9
* | | | | Merge branch 'development' into feature/instant/asset-buyer-check-liquiditySteve Klebanoff2019-01-12487-3456/+11534
|\| | | |
| * | | | Merge pull request #1500 from 0xProject/update-prettier-versionFabio B2019-01-11136-1126/+768
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Rebase and re-apply prettierAlex Browne2019-01-114-9/+13
| | * | | Update prettier to version ^1.15.3Alex Browne2019-01-11133-1117/+755
| * | | | upgrade to ddex api v3 (#1507)Xianny2019-01-114-16/+31
| |/ / /
| * | | Add new deployment related instructions to pipeline README (#1499)Alex Browne2019-01-111-0/+17
| * | | feature: implement logging and friendly wallet name for Operafragosti2019-01-113-3/+8
| * | | Merge pull request #1501 from 0xProject/fix/utils/promisify-not-accounting-fo...Francesco Agosti2019-01-112-1/+10
| |\ \ \
| | * | | chore: changelog updatefragosti2019-01-101-0/+9
| | * | | fix: account for undefined errors in promisify, not only nullfragosti2019-01-101-1/+1
| * | | | Fix prettierLeonid Logvinov2019-01-103-6/+3
| * | | | Add missing dependenciesLeonid Logvinov2019-01-101-0/+3
| * | | | Merge developmentLeonid Logvinov2019-01-10242-1353/+7066
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge pull request #1482 from 0xProject/feature/monorepo/release-notesSteve Klebanoff2019-01-106-2/+53
| | |\ \ \
| | | * \ \ Merge branch 'feature/monorepo/release-notes' of github.com:0xProject/0x-mono...Steve Klebanoff2019-01-081-1/+1
| | | |\ \ \
| | | | * | | Use explicit undefined checkFabio B2019-01-081-1/+1
| | | * | | | Make error message less scarySteve Klebanoff2019-01-081-1/+1
| | | |/ / /
| | | * | | Return void and throw error instead of logging and returning booleanSteve Klebanoff2019-01-051-4/+3
| | | * | | Add async suffixSteve Klebanoff2019-01-052-3/+3
| | | * | | Use constantSteve Klebanoff2019-01-032-1/+2
| | | * | | await alerting discordSteve Klebanoff2019-01-031-1/+1
| | | * | | Merge branch 'development' into feature/monorepo/release-notesSteve Klebanoff2019-01-03270-4073/+661
| | | |\ \ \
| | | * | | | remove unused exportSteve Klebanoff2019-01-031-1/+1
| | | * | | | feat(monorepo-scripts): Alert to discord when new publish happensSteve Klebanoff2019-01-036-3/+54
| | * | | | | Merge pull request #1437 from 0xProject/feature/instant/tell-amount-availableSteve Klebanoff2019-01-1012-17/+273
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | Merge branch 'development' into feature/instant/tell-amount-availableSteve Klebanoff2019-01-10317-1855/+9504
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | * | | | Add PR numberSteve Klebanoff2019-01-041-1/+2
| | | * | | | Merge branch 'development' into feature/instant/tell-amount-availableSteve Klebanoff2019-01-03271-4065/+647
| | | |\ \ \ \ | | | | | |_|/ | | | | |/| |
| | | * | | | take out no-longer necessary testSteve Klebanoff2019-01-031-6/+1
| | | * | | | Merge branch 'development' into feature/instant/tell-amount-availableSteve Klebanoff2018-12-222-10/+16
| | | |\ \ \ \
| | | * | | | | Fix var name and use floor instead of .round(0, ROUND_DOWN)Steve Klebanoff2018-12-221-9/+7
| | | * | | | | Make amountAvailableToFill requiredSteve Klebanoff2018-12-223-8/+3
| | | * | | | | Merge branch 'development' into feature/instant/tell-amount-availableSteve Klebanoff2018-12-22299-1047/+9565
| | | |\ \ \ \ \ | | | | | |_|_|/ | | | | |/| | |
| | | * | | | | more documentationSteve Klebanoff2018-12-151-0/+6
| | | * | | | | Fix for asset-buyer documentationSteve Klebanoff2018-12-151-0/+1
| | | * | | | | rename boolean varSteve Klebanoff2018-12-151-3/+3
| | | * | | | | one more test for undefinedSteve Klebanoff2018-12-151-1/+6
| | | * | | | | Update asset-buyer changelog describing error changeSteve Klebanoff2018-12-151-0/+8
| | | * | | | | Only send in amountAvailableToFill if it's a non-zero amount, add additional ...Steve Klebanoff2018-12-157-104/+154
| | | * | | | | Nesting errorsSteve Klebanoff2018-12-151-23/+25
| | | * | | | | More tests for assetBuyerErrorMessageSteve Klebanoff2018-12-151-3/+38
| | | * | | | | Factor in slippage amount in InsufficientAssetLiquidityError error, and show ...Steve Klebanoff2018-12-158-9/+72
| | | * | | | | feat(asset-buyer): Custom InsufficientAssetLiquidityError errorSteve Klebanoff2018-12-154-9/+107
| | * | | | | | Merge pull request #1489 from 0xProject/fix/website/0x-org-endpointsFrancesco Agosti2019-01-103-6/+8
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | fix: use getBackendBaseUrl instead of hardcoded stringfragosti2019-01-092-2/+4
| | | * | | | | fix: use new forum URLfragosti2019-01-091-2/+2
| | | * | | | | fix: use old forum URL for nowfragosti2019-01-081-2/+2
| | | * | | | | chore: point to 0x.org website-apifragosti2019-01-081-2/+2
| | | * | | | | fix: CORS issue by accessing 0x geth nodes through 0x.org endpointfragosti2019-01-081-2/+2
| | * | | | | | Merge pull request #1249 from bakkenbaeck/dev-tools-pagesFabio B2019-01-0982-1039/+2464
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Merge developmentLeonid Logvinov2019-01-0991-238/+529
| | | |\ \ \ \ \ \
| | | * | | | | | | Pin @types/styled-components versionsLeonid Logvinov2019-01-095-5/+5
| | | * | | | | | | Remove accidentally commited filesLeonid Logvinov2019-01-0970-51510/+0
| | | * | | | | | | Merge developmentLeonid Logvinov2019-01-09999-31757/+81927
| | | |\ \ \ \ \ \ \
| | | * | | | | | | | Fix static testsLeonid Logvinov2019-01-092-7/+7
| | | * | | | | | | | Remove redundant semicolonsLeonid Logvinov2019-01-092-3/+3
| | | * | | | | | | | fix puppeteer options for react-snapAugust Skare2018-11-211-1/+5
| | | * | | | | | | | fix casing for entries in webpackAugust Skare2018-11-211-4/+4
| | | * | | | | | | | Merge branch 'development' into dev-tools-pagesAugust Skare2018-11-2195-81/+1382
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | comment for commented BundleAnalyzerPlugin webpack pluginAugust Skare2018-11-201-0/+1
| | | * | | | | | | | | fix type for svg icon in footerAugust Skare2018-11-201-1/+1
| | | * | | | | | | | | typedef for context dataAugust Skare2018-11-205-5/+20
| | | * | | | | | | | | fix import orderAugust Skare2018-11-205-5/+5
| | | * | | | | | | | | uniq export names for animationsAugust Skare2018-11-208-15/+15
| | | * | | | | | | | | use lodash.map insted of array.mapAugust Skare2018-11-204-22/+23
| | | * | | | | | | | | use lodash isUndefined functionAugust Skare2018-11-202-5/+7
| | | * | | | | | | | | fix imports after renamingAugust Skare2018-11-2015-65/+65
| | | * | | | | | | | | rename all files and directories to lowercaseAugust Skare2018-11-2030-0/+0
| | | * | | | | | | | | separate component for inlinecode componentAugust Skare2018-11-191-1/+5
| | | * | | | | | | | | added missing ;August Skare2018-11-191-1/+1
| | | * | | | | | | | | cleand up code componentAugust Skare2018-11-191-22/+17
| | | * | | | | | | | | strict check for children in contentblockAugust Skare2018-11-191-1/+1
| | | * | | | | | | | | type function call for Container in Animation classAugust Skare2018-11-191-2/+5
| | | * | | | | | | | | remove new-lines between methods in classesAugust Skare2018-11-192-8/+0
| | | * | | | | | | | | clean up tabs componentAugust Skare2018-11-191-27/+17
| | | * | | | | | | | | remove unnecessary children in InterfaceAugust Skare2018-11-197-22/+4
| | | * | | | | | | | | fix typings for components in headerAugust Skare2018-11-191-6/+3
| | | * | | | | | | | | use styled-components theme in logo insted of color propAugust Skare2018-11-191-3/+3
| | | * | | | | | | | | removed unused prop def from footer componentAugust Skare2018-11-191-4/+1
| | | * | | | | | | | | rename copied to didCopy in Code stateAugust Skare2018-11-191-5/+5
| | | * | | | | | | | | remove constructor from Code componentAugust Skare2018-11-191-5/+0
| | | * | | | | | | | | less verbose tslint disable ruleAugust Skare2018-11-191-2/+1
| | | * | | | | | | | | fix timeout type in animation componentAugust Skare2018-11-191-2/+2