blockly @ blockly-v11.1.0
integrity
- size
- 2.3 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
What's Changed
New features ✨
- feat: Add a getTargetWorkspace method to flyout_base.ts by @ivalkshfoeif in https://github.com/google/blockly/pull/7519
- feat: made the method isDragTowardWorkspace non private by @ramyaram2092 in https://github.com/google/blockly/pull/7529
- feat: Paste block in viewport / near cursor by @bsampada7 in https://github.com/google/blockly/pull/7521
- feat: Added an API to programmatically scroll the workspace by @SophieNguyen113 in https://github.com/google/blockly/pull/7532
- feat(tests): Browser test helper to get workspace svg root by @bsampada7 in https://github.com/google/blockly/pull/8166
Bug fixes 🐛
- fix: update types in 'field_input.ts' file by @aku1310 in https://github.com/google/blockly/pull/7514
- fix: move delete keyboard shortcut in-progress gesture check to precondition #6274 by @humera811 in https://github.com/google/blockly/pull/7528
- fix: removed underscore from isLabel_ in flyout_button.ts by @sayalikandarkar in https://github.com/google/blockly/pull/7533
- fix: Addition of the .gitattributes file to standardize line endings by @sam301100 in https://github.com/google/blockly/pull/7517
- fix: non-nullable check for block variable and removed ! in layout_ #7522 by @priya-rjb in https://github.com/google/blockly/pull/7537
- fix: non-nullable check for block variable and removed ! in layout_ by @rashmi29 in https://github.com/google/blockly/pull/7536
- fix: pasting with nothing selected by @BeksOmega in https://github.com/google/blockly/pull/7561
- fix: Only hide WidgetDiv if it is associated with the affected workspace. by @johnnesky in https://github.com/google/blockly/pull/8150
- fix: lang file imports by @BeksOmega in https://github.com/google/blockly/pull/8179
- fix: dragging and disposing of shadows by @BeksOmega in https://github.com/google/blockly/pull/8172
- fix: comment body height too short by @BeksOmega in https://github.com/google/blockly/pull/8182
Reverted changes ⎌
- revert: "chore(deps): update webdriverio to 8.16 and stop using seleni… by @maribethb in https://github.com/google/blockly/pull/7520
Other changes
- release: v11.1.0 by @BeksOmega in https://github.com/google/blockly/pull/8185
New Contributors
- @ivalkshfoeif made their first contribution in https://github.com/google/blockly/pull/7519
- @aku1310 made their first contribution in https://github.com/google/blockly/pull/7514
- @humera811 made their first contribution in https://github.com/google/blockly/pull/7528
- @ramyaram2092 made their first contribution in https://github.com/google/blockly/pull/7529
- @sayalikandarkar made their first contribution in https://github.com/google/blockly/pull/7533
- @sam301100 made their first contribution in https://github.com/google/blockly/pull/7517
- @SophieNguyen113 made their first contribution in https://github.com/google/blockly/pull/7532
- @priya-rjb made their first contribution in https://github.com/google/blockly/pull/7537
- @rashmi29 made their first contribution in https://github.com/google/blockly/pull/7536
Full Changelog: https://github.com/google/blockly/compare/blockly-v11.0.0...blockly-v11.1.0
download
unix · zip
curl -fL -o blockly-v11.1.0.zip https://ratatoskr.space/pkg/blockly/blockly-v11.1.0.zip
printf '%s %s\n' 'bb3e1fe1bb3fb7978d07604e8503fb994d7036c950ce9a2c6c36b19aec984bc9' 'blockly-v11.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/blockly/blockly-v11.1.0.zip"
$out = "blockly-v11.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bb3e1fe1bb3fb7978d07604e8503fb994d7036c950ce9a2c6c36b19aec984bc9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o blockly-v11.1.0.tar.gz https://ratatoskr.space/pkg/blockly/blockly-v11.1.0.tar.gz
printf '%s %s\n' 'de7c733f3c52cf948084ba39c1b4d0644ffb621fa0f2f0f2fec52f5301b14456' 'blockly-v11.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/blockly/blockly-v11.1.0.tar.gz"
$out = "blockly-v11.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "de7c733f3c52cf948084ba39c1b4d0644ffb621fa0f2f0f2fec52f5301b14456") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o blockly-v11.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v11.1.0.zip
printf '%s %s\n' 'bb3e1fe1bb3fb7978d07604e8503fb994d7036c950ce9a2c6c36b19aec984bc9' 'blockly-v11.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v11.1.0.zip"
$out = "blockly-v11.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bb3e1fe1bb3fb7978d07604e8503fb994d7036c950ce9a2c6c36b19aec984bc9") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o blockly-v11.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v11.1.0.tar.gz
printf '%s %s\n' 'de7c733f3c52cf948084ba39c1b4d0644ffb621fa0f2f0f2fec52f5301b14456' 'blockly-v11.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v11.1.0.tar.gz"
$out = "blockly-v11.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "de7c733f3c52cf948084ba39c1b4d0644ffb621fa0f2f0f2fec52f5301b14456") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| blockly-v11.1.0.zip | zip | 2.3 MiB |
blake3-24 2397a5206882e4969c4651cdc800e582c131a988409b7a08
sha256 bb3e1fe1bb3fb7978d07604e8503fb994d7036c950ce9a2c6c36b19aec984bc9
sha1 92a6b9abab03e761c40519d21a666f88517be461
|
| blockly-v11.1.0.tar.gz | tar.gz | 1.7 MiB |
blake3-24 f63076fb964382c82c4b015e857481b4bae65e1440714df0
sha256 de7c733f3c52cf948084ba39c1b4d0644ffb621fa0f2f0f2fec52f5301b14456
sha1 e6975e72f744bcce73aacf727e23bd4864652b29
|
install
bazel
http_archive(
name = "blockly",
urls = ["https://ratatoskr.space/pkg/blockly/blockly-v11.1.0.tar.gz"],
integrity = "sha256-3nxzPzxSz5SAhLo5wbTQZE/7Yh+g8vDy/sUvUwGxRFY=",
strip_prefix = "blockly-blockly-v11.1.0",
)
zig
.url = "https://ratatoskr.space/pkg/blockly/blockly-v11.1.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "blockly",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v11.1.0.tar.gz"],
integrity = "sha256-3nxzPzxSz5SAhLo5wbTQZE/7Yh+g8vDy/sUvUwGxRFY=",
strip_prefix = "blockly-blockly-v11.1.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v11.1.0.tar.gz",