- Mar 14, 2019
-
-
greenkeeper[bot] authored
Closes #4650
-
- Mar 13, 2019
-
-
Evelyn Eastmond authored
Allow for both bluetooth and internet connection icons in extensions
-
Paul Kaplan authored
Remove most of the GA events
-
Paul Kaplan authored
Update scratch-vm to the latest version
🚀 -
greenkeeper[bot] authored
-
- Mar 12, 2019
-
-
Paul Kaplan authored
Update scratch-render to the latest version
🚀 -
Paul Kaplan authored
-
greenkeeper[bot] authored
-
Evelyn Eastmond authored
-
Evelyn Eastmond authored
-
unknown authored
-
- Mar 11, 2019
-
-
Paul Kaplan authored
Update scratch-paint to the latest version
🚀 -
Paul Kaplan authored
-
Paul Kaplan authored
Remove focus selecting in slider prompt
-
Paul Kaplan authored
Too much traffic, not enough value. Leaving stuff having to do with tips library/tutorial card navigation as well as hardware extension connectivity, as those help us find issues with Scratch.
-
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
-