- Aug 09, 2018
-
-
Connor Hudson authored
* Don't show intro modal if hideIntro passed to PreviewModal * Add hideIntro prop to GUI * Move intro modal hiding logic into its own function
-
kchadha authored
Restore deleted sprite.
-
Karishma Chadha authored
-
Karishma Chadha authored
-
Karishma Chadha authored
-
Karishma Chadha authored
-
Karishma Chadha authored
-
Eric Rosenbaum authored
Add device connection steps for Lego WeDo 2.0
-
DD Liu authored
Update scratch-paint to the latest version
-
Eric Rosenbaum authored
-
greenkeeper[bot] authored
-
DD Liu authored
Update scratch-blocks to the latest version
-
Ray Schamp authored
Revert "build dist, even when run without NODE_ENV=production"
-
Ray Schamp authored
-
greenkeeper[bot] authored
-
Eric Rosenbaum authored
-
DD Liu authored
Update postcss-loader to the latest version
-
DD Liu authored
Update scratch-paint to the latest version
-
DD Liu authored
chore(package): update style-loader to version 0.22.1
-
DD Liu authored
-
DD Liu authored
Update scratch-blocks to the latest version
-
DD Liu authored
Update postcss-import to the latest version
-
greenkeeper[bot] authored
-
DD Liu authored
Always use sans-serif
-
Ray Schamp authored
bump render and vm together
-
Corey Frang authored
-
- Aug 08, 2018
-
-
DD Liu authored
chore(package): update scratch-paint to version 0.2.0-prerelease.2018…
-
greenkeeper[bot] authored
Closes #2797
-
greenkeeper[bot] authored
-
greenkeeper[bot] authored
Closes #2808
-
chrisgarrity authored
Handle RTL for the Modal Component (and things that used the modal component) Fixes #2756
-
chrisgarrity authored
The ‘back/retry’ button in the connection modal should be reversed, but the others (bluetooth icon, question mark) probably shouldn’t.
-
- Aug 07, 2018
-
-
Benjamin Wheeler authored
build dist, even when run without NODE_ENV=production
-
chrisgarrity authored
-
Ben Wheeler authored
-
Ray Schamp authored
Add from backpack to sprite/stage tiles
-
- Aug 06, 2018
-
-
greenkeeper[bot] authored
-
chrisgarrity authored
* center the title on full screen modals. Adding the `[dir=“ltr”]` atttribute to the css rule for a child style didn’t work the way I expected. `[dir="ltr"] .full-screen .header-item-title` did not match the fullscreen title element, so the style wasn’t applied. `.full-screen [dir="ltr"] .header-item-title` did match. * fix the filter to reverse the icon and ‘x’ in the filter input * more space after the library back icon * reverse the arrow on camera -retake image and rerecord sound.
-
chrisgarrity authored
-
chrisgarrity authored
Fixes #2756 Libraries and many other modals share the Modal Component. Connected the Modal container to redux to make it aware of the RTL state, and then made sure that all places that use the modal component import the container, not the component directly.
-