Skip to content

Scratch 3.0をマージしました #32

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 135 commits into from
Sep 2, 2018

Conversation

t-kazu
Copy link
Collaborator

@t-kazu t-kazu commented Sep 2, 2018

本家の方でも確認できますので、本家のバグです。
eslintのテストでエラーが出るようになります。

$npm run test:lint

/home/iwami-lab/project/smalruby3-gui/src/lib/project-loader-hoc.jsx
  75:17  error  'reduxProjectId' is missing in props validation  react/prop-types
✖ 59 problems (1 error, 58 warnings)

rschamp and others added 30 commits August 13, 2018 16:51
Note: the coming soon tooltip positions are calculated by react-tooltip, and they do not handle RTL.
Don’t intialize cards position in reducer - position needs to be set based on isRtl.

Rename prev/next icons to right/left arrows

Make `NextPrevButtons` function RTL aware so that it puts the prev/next on the left or right based on the direction of the language.
…k-link

[Master] Update Give Feedback link
…k-link

[Develop] Update Give Feedback link
Also just cleaner formatting of the connect in the `errorBoundary` container
*Kind of*. This isn't a good way to do it because we use the storage singleton before GUI is mounted. This needs to happen differently, like configuring storage in the project loader hoc and passing it down, so it could be attached to the VM once it has a VM?

Fixup 723d975

This reverts commit 723d975.
We don't have revisions
…e-sprite-restore"

This reverts commit 1c20d6d, reversing
changes made to 2f1cce9.
…-restore-sprite

Revert "Merge pull request scratchfoundation#2845 from kchadha/disable-sprite-restore"
…h-blocks-0.1.0-prerelease.1534442955

Update scratch-blocks to the latest version 🚀
…h-vm-0.2.0-prerelease.20180816213529

chore(package): update scratch-vm to version 0.2.0-prerelease.2018081…
…h-paint-0.2.0-prerelease.20180816205442

chore(package): update scratch-paint to version 0.2.0-prerelease.2018…
…h-svg-renderer-0.2.0-prerelease.20180817005452

Update scratch-svg-renderer to the latest version 🚀
Ray Schamp and others added 29 commits August 28, 2018 18:37
Remove the default prop test because the default projectId prop comes from redux now, so it doesn't make sense to test the default

Lint
Fastly is not configured yet
Update enzyme, paint, vm, style-loader, and webpack-cli packages
…3-mirror-speaker

Mirror the speaker icon for RTL languages
…2-extension-padding

Fix connection modal padding for RTL
…h-vm-0.2.0-prerelease.20180830155110

Update scratch-vm to the latest version 🚀
…h-blocks-0.1.0-prerelease.1535652659

Update scratch-blocks to the latest version 🚀
Just use ProjectLoaderHOC to translate props to redux. Trying to be clever about using both props and redux state together was... not clever.

Resolves scratchfoundation#3040
Don't load the default project on top of everything
…h-blocks-0.1.0-prerelease.1535662135

Update scratch-blocks to the latest version 🚀
…h-l10n-3.0.20180830210150

Update scratch-l10n to the latest version 🚀
@takaokouji takaokouji merged commit 53cd2f1 into smalruby:develop Sep 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.