- Sep 19, 2017
-
-
Christopher Willis-Ford authored
Jest takes an argument to specify which tests should be run. The argument is treated as a regular expression and matched against the filenames of potential tests. Unfortunately Jest does not normalize path separators to forward slashes when running this comparison, so (for example) `tests/unit` doesn't match anything on Windows. This change replaces the forward slash in Jest arguments with `[\\\\/]`. Ideally, that should just be `[\\/]` -- escaping the backslash so that it survives NPM's JSON parsing -- but unfortunately the Windows version of Jest parses its command line arguments differently from other platforms. Specifically, the Windows version of Jest processes backslashes one extra time. Fortunately having a redundant backslash is OK on Mac and Linux, so `[\\\\/]` ends up working on all platforms.
-
Paul Kaplan authored
Update react-contextmenu to the latest version
-
- Sep 18, 2017
-
-
Paul Kaplan authored
Extension library
-
Paul Kaplan authored
Alphabetize all the things
-
Chris Willis-Ford authored
Feature/extensions
-
Christopher Willis-Ford authored
This should fix the integration test failures on the extensions branch. Thanks @paulkaplan for figuring this out!
-
Christopher Willis-Ford authored
-
Paul Kaplan authored
Add minimum trimmable length for audio trimmer
-
Paul Kaplan authored
-
Paul Kaplan authored
Fix travis problems
-
Paul Kaplan authored
-
Paul Kaplan authored
Fix eslint error from prop types
-
Paul Kaplan authored
-
- Sep 14, 2017
-
-
greenkeeper[bot] authored
-
- Sep 07, 2017
-
-
Paul Kaplan authored
Update react-draggable to the latest version
-
- Sep 06, 2017
-
-
Paul Kaplan authored
-
Paul Kaplan authored
Update jest to the latest version
-
Paul Kaplan authored
Update react-intl to the latest version
-
Paul Kaplan authored
Update react-tabs to the latest version
-
Paul Kaplan authored
Update react-modal to the latest version
-
greenkeeper[bot] authored
-
- Sep 05, 2017
-
-
greenkeeper[bot] authored
-
greenkeeper[bot] authored
-
- Sep 04, 2017
-
-
greenkeeper[bot] authored
-
- Sep 01, 2017
-
-
Paul Kaplan authored
Do not render invisible components
-
Paul Kaplan authored
-
- Aug 31, 2017
-
-
greenkeeper[bot] authored
-
Christopher Willis-Ford authored
-
Christopher Willis-Ford authored
-
Christopher Willis-Ford authored
-
Ray Schamp authored
chore(package): update css-loader to version 0.28.7
-
Ray Schamp authored
-
- Aug 30, 2017
-
-
greenkeeper[bot] authored
Closes #656
-
- Aug 29, 2017
-
-
Christopher Willis-Ford authored
To show the "Add Extension" button, you must now add `?extensions` to the URL used to load the GUI.
-
Christopher Willis-Ford authored
-
Christopher Willis-Ford authored
-
Christopher Willis-Ford authored
-
Christopher Willis-Ford authored
-
Christopher Willis-Ford authored
Also, delete `static-blocks.xml` which shouldn't have been added in the first place.
-
Christopher Willis-Ford authored
-