- Apr 19, 2018
-
-
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
-
chrisgarrity authored
-
chrisgarrity authored
Allow intl to be passed in to GUI as a prop (rather than having to be already in the store)
-
Andrew Sliwinski authored
Reorder and add default arguments to gt, lt, eq blocks
-
Andrew Sliwinski authored
Adjustments to string operator default arguments
-
Paul Kaplan authored
Fix integration tests failing due to Chrome update?
-
Paul Kaplan authored
Pages no longer reload if you hit the same hash URL twice
-
- Apr 18, 2018
-
-
Ray Schamp authored
Use unique ids for the toolbox elements that change per sprite
-
- Apr 17, 2018
-
-
Andrew Sliwinski authored
Remove feedback form
-
kchadha authored
Resolve issue with costume Button 4-b
-
kchadha authored
Upload a sound file
-
Andrew Sliwinski authored
-
Andrew Sliwinski authored
-
Karishma Chadha authored
-
Andrew Sliwinski authored
-
Andrew Sliwinski authored
-
kchadha authored
Fix issue where loading a project while in costume tab yields oops page.
-
Karishma Chadha authored
-
- Apr 13, 2018
-
-
Paul Kaplan authored
Update vm to include fixes for video transparency
-
Paul Kaplan authored
-
Corey Frang authored
-
Andrew Sliwinski authored
-
Karishma Chadha authored
-
Paul Kaplan authored
Update vm to include video motion fixes for other browsers
-
Paul Kaplan authored
Adjust language in selectors and libraries
-
Paul Kaplan authored
Add EV3 and microbit to extensions library
-
Karishma Chadha authored
-
Paul Kaplan authored
-
Karishma Chadha authored
Fix issue with sound upload button not always working, and correctly cache sound type if given an mp3.
-
Karishma Chadha authored
-
Andrew Sliwinski authored
-