- Jun 25, 2020
-
-
dependabot-preview[bot] authored
Bumps [scratch-vm](https://github.com/LLK/scratch-vm) from 0.2.0-prerelease.20200622143012 to 0.2.0-prerelease.20200625173937. - [Release notes](https://github.com/LLK/scratch-vm/releases) - [Commits](https://github.com/LLK/scratch-vm/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
Benjamin Wheeler authored
Refactor stage layout
-
adroitwhiz authored
I'm disappointed that this CSS ever worked
-
- Jun 24, 2020
-
-
adroitwhiz authored
I'm not sure why I thought the sprite highlight box extended outside the stage
-
- Jun 23, 2020
-
-
chrisgarrity authored
Fix default parameter text loading in English
-
apple502j authored
-
apple502j authored
-
- Jun 22, 2020
-
-
dependabot-preview[bot] authored
Merge pull request #5923 from LLK/dependabot/npm_and_yarn/scratch-blocks-0.1.0-prerelease.20200622190622
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [scratch-blocks](https://github.com/LLK/scratch-blocks) from 0.1.0-prerelease.20200617163252 to 0.1.0-prerelease.20200622190622. - [Release notes](https://github.com/LLK/scratch-blocks/releases) - [Commits](https://github.com/LLK/scratch-blocks/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
-
adroitwhiz authored
Fix sprite tile highlight color on Edge
-
dependabot-preview[bot] authored
Bumps [autoprefixer](https://github.com/postcss/autoprefixer) from 9.8.0 to 9.8.2. - [Release notes](https://github.com/postcss/autoprefixer/releases) - [Changelog](https://github.com/postcss/autoprefixer/blob/master/CHANGELOG.md) - [Commits](https://github.com/postcss/autoprefixer/compare/9.8.0...9.8.2 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [scratch-l10n](https://github.com/LLK/scratch-l10n) from 3.10.20200617210158 to 3.10.20200622132359. - [Release notes](https://github.com/LLK/scratch-l10n/releases) - [Commits](https://github.com/LLK/scratch-l10n/compare/3.10.20200617210158...3.10.20200622132359 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.10.2 to 7.10.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.3/packages/babel-core ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) from 7.10.2 to 7.10.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.3/packages/babel-preset-env ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Merge pull request #5915 from LLK/dependabot/npm_and_yarn/babel/plugin-proposal-object-rest-spread-7.10.3
-
dependabot-preview[bot] authored
Bumps [@babel/plugin-proposal-object-rest-spread](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-proposal-object-rest-spread) from 7.10.1 to 7.10.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.3/packages/babel-plugin-proposal-object-rest-spread ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [@babel/cli](https://github.com/babel/babel/tree/HEAD/packages/babel-cli) from 7.10.1 to 7.10.3. - [Release notes](https://github.com/babel/babel/releases) - [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md) - [Commits](https://github.com/babel/babel/commits/v7.10.3/packages/babel-cli ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Merge pull request #5911 from LLK/dependabot/npm_and_yarn/scratch-vm-0.2.0-prerelease.20200622143012
-
dependabot-preview[bot] authored
Merge pull request #5912 from LLK/dependabot/npm_and_yarn/scratch-paint-0.2.0-prerelease.20200619164738
-
dependabot-preview[bot] authored
Bumps [scratch-paint](https://github.com/LLK/scratch-paint) from 0.2.0-prerelease.20200615150428 to 0.2.0-prerelease.20200619164738. - [Release notes](https://github.com/LLK/scratch-paint/releases) - [Commits](https://github.com/LLK/scratch-paint/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [scratch-vm](https://github.com/LLK/scratch-vm) from 0.2.0-prerelease.20200618162938 to 0.2.0-prerelease.20200622143012. - [Release notes](https://github.com/LLK/scratch-vm/releases) - [Commits](https://github.com/LLK/scratch-vm/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Jun 19, 2020
-
-
adroitwhiz authored
The Stage component will sometimes have a color picker background, which darkens the entire screen when the color picker loupe is active. This color picker background element should appear in the same level as the stage's wrapper, not inside of it. Previously, this was done by wrapping both the stage's wrapper and color picker background in a div. Now, they're both wrapped in a React.Fragment to avoid a completely unnecessary div wrapper.
-
adroitwhiz authored
This makes the layout behavior for stage overlays much more consistent. Items whose overflow *should* be contained within the stage, like the monitors and color picker loupe, are now placed within the "stage" element directly. Items whose overflow should *not* be contained within the stage, like the target highlight box and dragged sprite, are now inside a "stage overlays" container element, which is properly positioned (taking into account the stage's border width) and sized. This is made possible by unifying stage layout across both fullscreen & non-fullscreen modes via moving the fullscreen overlay styles to the StageWrapper component. Whereas previously, the stage overlays were positioned *outside* of the stage in fullscreen and had to reposition themselves correctly, they are now positioned the same in both fullscreen and regular modes.
-
adroitwhiz authored
The stage + target pane wrapper's width must be constrained to that of the stage, even when there are lots of sprite tiles. Otherwise, once you add enough sprites, it'll grow horizontally past the stage size. The old code set its maximum width explicitly to stop that from happening, but it can also be done more elegantly with the flex-basis property. This also has the benefit of taking the stage border width into account.
-
adroitwhiz authored
Since #3885, the GreenFlagOverlay has been hidden by the Stage component instead of having to hide itself if the project has been started. Thus there's no need for GreenFlagOverlay to know whether the project has been started.
-
adroitwhiz authored
Call renderer.draw immediately on drag start/stop
-
- Jun 18, 2020
-
-
dependabot-preview[bot] authored
Merge pull request #5906 from LLK/dependabot/npm_and_yarn/scratch-vm-0.2.0-prerelease.20200618162938
-
dependabot-preview[bot] authored
Bumps [scratch-vm](https://github.com/LLK/scratch-vm) from 0.2.0-prerelease.20200616200729 to 0.2.0-prerelease.20200618162938. - [Release notes](https://github.com/LLK/scratch-vm/releases) - [Commits](https://github.com/LLK/scratch-vm/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.9 to 3.3.12. - [Release notes](https://github.com/webpack/webpack-cli/releases) - [Changelog](https://github.com/webpack/webpack-cli/blob/v3.3.12/CHANGELOG.md) - [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.9...v3.3.12 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
- Jun 17, 2020
-
-
dependabot-preview[bot] authored
Merge pull request #5901 from LLK/dependabot/npm_and_yarn/scratch-blocks-0.1.0-prerelease.20200617163252
-
dependabot-preview[bot] authored
Bumps [scratch-blocks](https://github.com/LLK/scratch-blocks) from 0.1.0-prerelease.20200617153418 to 0.1.0-prerelease.20200617163252. - [Release notes](https://github.com/LLK/scratch-blocks/releases) - [Commits](https://github.com/LLK/scratch-blocks/commits ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
-
dependabot-preview[bot] authored
Bumps [scratch-l10n](https://github.com/LLK/scratch-l10n) from 3.10.20200617135753 to 3.10.20200617210158. - [Release notes](https://github.com/LLK/scratch-l10n/releases) - [Commits](https://github.com/LLK/scratch-l10n/compare/3.10.20200617135753...3.10.20200617210158 ) Signed-off-by:
dependabot-preview[bot] <support@dependabot.com>
-
dependabot-preview[bot] authored
Merge pull request #5902 from LLK/dependabot/npm_and_yarn/scratch-render-0.1.0-prerelease.20200617185826
-