- Mar 11, 2019
-
-
Paul Kaplan authored
Update scratch-paint to the latest version
-
Paul Kaplan authored
Remove focus selecting in slider prompt
-
Paul Kaplan authored
It is not reliably selecting the input and is making it hard to type into.
-
greenkeeper[bot] authored
-
Paul Kaplan authored
Update scratch-vm to the latest version
-
Paul Kaplan authored
chore(package): update scratch-render to version 0.1.0-prerelease.201…
-
Paul Kaplan authored
Slider range change with decimal value support
-
Paul Kaplan authored
-
Paul Kaplan authored
Make the stage color picker work with touch.
-
Paul Kaplan authored
-
Paul Kaplan authored
A few modifications were made while making this test: - Change the "defaultMin/Max" to just be called "min/max", and pass the state through to make the inputs a controlled component. It is best to make form elements controlled since it makes it more clear how data flows. - Force the passed in data to always be of type `number`, and transform it in the constructor to always be of type `string`, and change the onOk to transform it back to a number. With inputs, it is best to be very explicit about data types, and make it clear where you are using strings and where you are using numbers. - Do not reset the state to `0` when the field is blank, that makes typing into it very hard (only applies after making it a controlled field) - Use consistent booleans. Since the VM uses `isDiscrete`, change it so we do not use any opposite flags (like `decimal`) for clarity. Writing tests for this really helped me understand the behavior. If you read through the test descriptions and see anything you did not intend, let me know.
-
Paul Kaplan authored
-
Paul Kaplan authored
-
- Mar 08, 2019
-
-
greenkeeper[bot] authored
-
apple502j authored
-
- Mar 07, 2019
-
-
Benjamin Wheeler authored
fix(UI): fix cursor property when hovering account nav items
-
Paul Kaplan authored
fix(css): fix css value has mixed support warning
-
Paul Kaplan authored
-
- Mar 06, 2019
-
-
Paul Kaplan authored
Update scratch-svg-renderer to the latest version
-
Paul Kaplan authored
-
Paul Kaplan authored
Run pify package through babel loader.
-
Paul Kaplan authored
chore(package): update scratch-vm to version 0.2.0-prerelease.2019030…
-
Paul Kaplan authored
chore(package): update scratch-blocks to version 0.1.0-prerelease.155…
-
greenkeeper[bot] authored
Closes #4626
-
Karishma Chadha authored
-
Karishma Chadha authored
chore(package): update scratch-vm to version 0.2.0-prerelease.20190304203619
-
Paul Kaplan authored
-
greenkeeper[bot] authored
Closes #4622
-
- Mar 05, 2019
-
-
Eric Rosenbaum authored
Add Boost extension "coming soon" tile
-
Eric Rosenbaum authored
-
Eric Rosenbaum authored
-
Eric Rosenbaum authored
-
- Mar 04, 2019
-
-
Eric Rosenbaum authored
Update scratch link icon
-
greenkeeper[bot] authored
Closes #4609
-
Eric Rosenbaum authored
-
greenkeeper[bot] authored
Closes #4558
-
greenkeeper[bot] authored
-
chrisgarrity authored
Initial version of translated tutorial gifs
-
- Feb 28, 2019
-
-
chrisgarrity authored
Step Ids and step file names did not follow a consistent pattern. To make it easier to automate in the future, things were renamed in the following ways: StepId: camel case, prefix with the short name that we usually use to refer to the tutorial, e.g. name, music, chaseGame. Followed by a name for the step, e.g. nameAddSprite, nameAddBackdrop. When there are two of a step, add ‘2’ to the end e.g. nameAddSprite2 file-naming: all step files should be in the steps directory. The name is the ‘kebab’ case of the stepId, followed by the language-code, then the file extension. For example the english version of the file for `nameAddSprite` would be `name-add-sprite.en.gif`, `chaseGameAddSprite2` would be `chase-game-add-sprite2.en.gif`
-
Paul Kaplan authored
chore(package): update scratch-vm to version 0.2.0-prerelease.2019022…
-