blockly @ blockly-v11.2.2
integrity
- size
- 2.3 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
What's Changed
New features ✨
- feat: Add a BlockSvg.getStyle() method. by @gonfunko in https://github.com/google/blockly/pull/8722
Bug fixes 🐛
- fix: treat media files as binary while packaging them by @jfedor2 in https://github.com/google/blockly/pull/8706
- fix: Fix serialization of the lists_split block. by @gonfunko in https://github.com/google/blockly/pull/8702
- fix: Paste blocks copied from a mutator into the mutator. by @gonfunko in https://github.com/google/blockly/pull/8719
- fix: Disallow adding comments to mutator workspaces. by @gonfunko in https://github.com/google/blockly/pull/8720
- fix: Reposition the trashcan's flyout in response to workspace changes. by @gonfunko in https://github.com/google/blockly/pull/8721
- fix: Fix bug that preventing scrolling menu items into view. by @gonfunko in https://github.com/google/blockly/pull/8726
- fix: Listen for keyboard shortcuts when the widget or dropdown divs have focus. by @gonfunko in https://github.com/google/blockly/pull/8731
- fix: Fix display of multiline RTL strings in bubbles on Webkit. by @gonfunko in https://github.com/google/blockly/pull/8733
- fix: Fix the browser tests. by @gonfunko in https://github.com/google/blockly/pull/8735
- fix: Actually fix the browser tests. by @gonfunko in https://github.com/google/blockly/pull/8736
- fix: Improve the robustness of workspace SVG tests. by @BenHenning in https://github.com/google/blockly/pull/8689
- fix: Fix flaky connection checker test. by @gonfunko in https://github.com/google/blockly/pull/8754
- fix: Improve menu mouse/keyboard selection interaction. by @gonfunko in https://github.com/google/blockly/pull/8749
- fix: Fix menu scrolling. by @gonfunko in https://github.com/google/blockly/pull/8765
- fix: Allow dragging blocks from the far lower right corner. by @gonfunko in https://github.com/google/blockly/pull/8766
- fix: Fix bug that prevented editing workspace comments on Firefox. by @gonfunko in https://github.com/google/blockly/pull/8779
- fix: Fix bug in IF block generators. by @michaela-mm in https://github.com/google/blockly/pull/8780
- fix: Fix a bug where selection outlines could be cut off when connecting blocks. by @gonfunko in https://github.com/google/blockly/pull/8789
- fix: Fix dropdown text color in Zelos by @clementcontet in https://github.com/google/blockly/pull/8741
- fix: #8194 by using a stepped animation for the wiggle by @RoboErikG in https://github.com/google/blockly/pull/8743
New Contributors
- @jfedor2 made their first contribution in https://github.com/google/blockly/pull/8706
- @michaela-mm made their first contribution in https://github.com/google/blockly/pull/8780
Full Changelog: https://github.com/google/blockly/compare/blockly-v11.2.1...blockly-v11.2.2
download
unix · zip
curl -fL -o blockly-v11.2.2.zip https://ratatoskr.space/pkg/blockly/blockly-v11.2.2.zip
printf '%s %s\n' '5409881292c0429347b456a6d7f4963f54c0c9aff1bc511258e614c76d821208' 'blockly-v11.2.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/blockly/blockly-v11.2.2.zip"
$out = "blockly-v11.2.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5409881292c0429347b456a6d7f4963f54c0c9aff1bc511258e614c76d821208") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o blockly-v11.2.2.tar.gz https://ratatoskr.space/pkg/blockly/blockly-v11.2.2.tar.gz
printf '%s %s\n' '1dbf5323c1db7bda46c3ab766b99d582d78249e55f83c513950aa760dab5c6c4' 'blockly-v11.2.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/blockly/blockly-v11.2.2.tar.gz"
$out = "blockly-v11.2.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1dbf5323c1db7bda46c3ab766b99d582d78249e55f83c513950aa760dab5c6c4") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o blockly-v11.2.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v11.2.2.zip
printf '%s %s\n' '5409881292c0429347b456a6d7f4963f54c0c9aff1bc511258e614c76d821208' 'blockly-v11.2.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v11.2.2.zip"
$out = "blockly-v11.2.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5409881292c0429347b456a6d7f4963f54c0c9aff1bc511258e614c76d821208") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o blockly-v11.2.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v11.2.2.tar.gz
printf '%s %s\n' '1dbf5323c1db7bda46c3ab766b99d582d78249e55f83c513950aa760dab5c6c4' 'blockly-v11.2.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v11.2.2.tar.gz"
$out = "blockly-v11.2.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "1dbf5323c1db7bda46c3ab766b99d582d78249e55f83c513950aa760dab5c6c4") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| blockly-v11.2.2.zip | zip | 2.3 MiB |
blake3-24 0bf286df5e2faa5aee6050ba14cd3e1e32275e0b4edea4c0
sha256 5409881292c0429347b456a6d7f4963f54c0c9aff1bc511258e614c76d821208
sha1 432c1517d614ef85a1a4eb0dc91f2eb63b10ff01
|
| blockly-v11.2.2.tar.gz | tar.gz | 1.7 MiB |
blake3-24 dbe2b65cd605fe7a57069b1567c35b514e9ffea9af37b447
sha256 1dbf5323c1db7bda46c3ab766b99d582d78249e55f83c513950aa760dab5c6c4
sha1 31d5000a184dc01590067e7cdb33ea7b6017057f
|
install
bazel
http_archive(
name = "blockly",
urls = ["https://ratatoskr.space/pkg/blockly/blockly-v11.2.2.tar.gz"],
integrity = "sha256-Hb9TI8Hbe9pGw6t2a5nVgteCSeVfg8UTlQqnYNq1xsQ=",
strip_prefix = "blockly-blockly-v11.2.2",
)
zig
.url = "https://ratatoskr.space/pkg/blockly/blockly-v11.2.2.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "blockly",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v11.2.2.tar.gz"],
integrity = "sha256-Hb9TI8Hbe9pGw6t2a5nVgteCSeVfg8UTlQqnYNq1xsQ=",
strip_prefix = "blockly-blockly-v11.2.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v11.2.2.tar.gz",