- Apr 23, 2018
-
-
Paul Kaplan authored
Merge pull request #1833 from LLK/revert-1832-revert-1829-greenkeeper/scratch-paint-0.2.0-prerelease.20180420154430 Bring in the latest bitmap editor from scratch-paint
-
chrisgarrity authored
Export GUI for use on www!
-
- Apr 20, 2018
-
-
Paul Kaplan authored
Update the vm to include fixes for downloading imported sounds
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
Merge pull request #1832 from LLK/revert-1829-greenkeeper/scratch-paint-0.2.0-prerelease.20180420154430 Revert bitmap paint editor PR for now
-
Paul Kaplan authored
-
Paul Kaplan authored
Update chromedriver to the latest version
-
Paul Kaplan authored
chore(package): update scratch-paint to version 0.2.0-prerelease.2018…
-
kchadha authored
Update scratch-vm version.
-
Karishma Chadha authored
-
Karishma Chadha authored
-
Ray Schamp authored
Library tweaks
-
Ray Schamp authored
-
Ray Schamp authored
This won't work on a lot of browsers, but temporarily just target modern ones. (Robust solution is possible using classNames and refs)
-
greenkeeper[bot] authored
Closes #1760
-
Ray Schamp authored
Add USE_HEADLESS=no npm run test:integration option
-
Corey Frang authored
-
Ray Schamp authored
Libraries Phase II
-
Ray Schamp authored
-
Ray Schamp authored
Thanks @towerofnix!
-
Ray Schamp authored
Including action-menu which was also giving one when the backdrop library opened. Localize the costume library, I missed it while doing the other libraries.
-
Paul Kaplan authored
Update scratch-blocks to the latest version
-
- Apr 19, 2018
-
-
Ray Schamp authored
-
Ray Schamp authored
They're spammy — happy to put this back but they were unhelpful while fixing tests IMO.
-
Ray Schamp authored
-
Ray Schamp authored
-
greenkeeper[bot] authored
-
Paul Kaplan authored
chore(package): update scratch-blocks to version 0.1.0-prerelease.152…
-
greenkeeper[bot] authored
-
chrisgarrity authored
The initial intl store expected an object with an `intl` key, not the intl object as returned by `injectIntl`. Also changed GUI proptypes to accept Object as well as String for projectData to avoid warnings.
-
chrisgarrity authored
Update project-loader to look for project id as prop (i.e. from www), and fall back to hash.
-
chrisgarrity authored
Use absolute path when building library (production) so assets can be copied to /static in GUI consumer (like scratch-www)
-
chrisgarrity authored
-
chrisgarrity authored
playground and other test builds (e.g. blocks-only) are only in develop now.
-
chrisgarrity authored
-
chrisgarrity authored
- export image and sounds in dist/static/assets - rename main export (`scratch-gui.js`, not `index.js`) - move project-loader-hoc back to lib (VM doesn’t load properly without it)
-
chrisgarrity authored
export Library if `NODE_ENV===‘production’`, otherwise export playground and examples.
-
chrisgarrity authored
Don’t translate IE error modal, if there are errors during the `connect` process the `IntlProvider` doesn’t get set up and the error modal can’t be shown.
-
chrisgarrity authored
-