forked from scratchfoundation/scratch-gui
-
Notifications
You must be signed in to change notification settings - Fork 16
merge scratch gui #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This brings scratch-gui in line with the rest of the scratch-* packages, and what scratch-www needs for the project preview page.
The project loader that is exported with GUI just expects to be passed projectId as a prop, and it manages loading project data. The part of the project loader that watches for URL hash changes for the playground is a new HOC that is only used in the various playground examples.
- better split of hash-parser/project-loader unit tests.
…roject-loader-refactor Project loader refactor
bowser correctly detects Chrome Headless as Chrome, is already used by scratchr2, and is more actively maintained than platform.
Also, fix detection of IE so it works. Apparently bowser.name !== 'IE' on IE with bowser. bowser.msie works though.
Only call updateProject to load the project if there is a project id, or it’s the default project id.
Replace white rectangle bitmap with empty svg for default backdrop
…projectid Don’t load null project id
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.
…-scaling Fix monitor scaling, positioning and draggability in fullscreen mode
Update scratch-blocks (flyout bottom padding)
Add missing vector sprites and costumes to libraries
Update scratch paint
Publish develop builds to NPM
Add tags to many sprites and sounds
…h-paint-0.2.0-prerelease.20180523195410 chore(package): update scratch-paint to version 0.2.0-prerelease.2018…
…legacy-sound-tags Add sound library tags for legacy sounds
…h-paint-0.2.0-prerelease.20180523204456 chore(package): update scratch-paint to version 0.2.0-prerelease.2018…
…-backdrop Make new default backdrop included in build
…ssets Make costume, sound and sprite tiles draggable.
…mponent Show a coming-soon backpack
…tory Add 'story' letters to libraries
Show username block in sensing
…-refresh-after-tabbing Fix toolbox refreshing for new variables after switching tabs
…oundary Move error boundary out beyond the project loader
Update Learning Activities
Replace platform with bowser for browser detection
…ooltips Force the tooltips to close to fix touch devices
…ncies Update scratch-vm and scratch-render
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
本家の更新に追従するためにマージしました