- May 21, 2018
-
-
chrisgarrity authored
scratch-gui exports `index.js` instead of just GUI container.
-
chrisgarrity authored
Since compatibility-testing got switched to use the player mode, it doesn’t need any of the stage/controls components.
-
chrisgarrity authored
* Export initial states for each reducer * combine all gui reducers (excludes scratchPaint and intl) * combine all initial states to create default guiState for preloading in www * expect all of the gui state to be accessible at `state.scratchGui`
-
chrisgarrity authored
GUI will export a reducer to be included in the enclosing component’s redux when GUI is used as a library. The app-state-hoc is moved into the playground examples to provide a store when GUI is being used stand-alone.
-
DD Liu authored
Pull in optional quirks mode changes
-
DD authored
-
DD Liu authored
chore(package): update scratch-paint to version 0.2.0-prerelease.2018…
-
greenkeeper[bot] authored
Closes #1949
-
Paul Kaplan authored
Fix several minor monitor issues from recent testing
-
Paul Kaplan authored
Hide field editors when a modal is shown
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Ray Schamp authored
Smoke test branch -> Develop
-
Paul Kaplan authored
-
Ray Schamp authored
Update scratch-paint to hide font dropdown
-
Ray Schamp authored
This is temporary for the release to master
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- May 18, 2018
-
-
Ray Schamp authored
Publish develop builds to NPM
-
- May 17, 2018
-
-
DD Liu authored
Update scratch paint
-
DD authored
-
DD authored
-
Andrew Sliwinski authored
Add missing vector sprites and costumes to libraries
-
Andrew Sliwinski authored
-
Andrew Sliwinski authored
-
Eric Rosenbaum authored
Update scratch-blocks (flyout bottom padding)
-
Eric Rosenbaum authored
-
Ray Schamp authored
Fix monitor scaling, positioning and draggability in fullscreen mode
-
- May 16, 2018
-
-
Paul Kaplan authored
Specifically in 2.0: - Monitors cannot be dragged in fullscreen/player - List monitors cannot be resized, have items added using the button or have their values edited. - Slider monitors still work.
-
Paul Kaplan authored
-
Paul Kaplan authored
-
Andrew Sliwinski authored
-
- May 15, 2018
-
-
chrisgarrity authored
Don’t load null project id
-
Andrew Sliwinski authored
Replace white rectangle bitmap with empty svg for default backdrop
-
chrisgarrity authored
Only call updateProject to load the project if there is a project id, or it’s the default project id.
-
Andrew Sliwinski authored
-