blockly @ blockly-v10.1.0
integrity
- size
- 2.4 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
What's Changed
Deprecations 🧹 - APIs that may be removed in future releases
- fix: Restore
HSV_SATURATIONandHSV_VALUEaccessors and deprecate by @cpcallen in https://github.com/google/blockly/pull/7249
New features ✨
- feat: Allow dragging from simple toolbox by @NeilFraser in https://github.com/google/blockly/pull/7301
- feat: add the ability to toggle scrollbar visibility by @BeksOmega in https://github.com/google/blockly/pull/7314
- feat: have the trashcan hide scrollbars when the flyout opens by @BeksOmega in https://github.com/google/blockly/pull/7357
- feat: make field
initViewandinitModelmore accessible by @maribethb in https://github.com/google/blockly/pull/7345 - feat: Insertion marker json deserialization 7316 by @varshneydevansh in https://github.com/google/blockly/pull/7364
Bug fixes 🐛
- fix: set flyout visbility on calling setExpanded by @jibranabsarulislam in https://github.com/google/blockly/pull/7199
- fix(tests): Make test
imports correct and more consistent by @cpcallen in https://github.com/google/blockly/pull/7260 - fix: disposing workspace comments. by @johnnesky in https://github.com/google/blockly/pull/7264
- fix: add compose and decompose errors to mutator icon by @BeksOmega in https://github.com/google/blockly/pull/7289
- fix(generators): Changes to exports and access controls for TypeScript compatibility by @cpcallen in https://github.com/google/blockly/pull/7295
- fix: Correct errors in
HSV_SATURATION,HSV_VALUEaccessors by @cpcallen in https://github.com/google/blockly/pull/7297 - fix: have icons use the new render management system by @BeksOmega in https://github.com/google/blockly/pull/7296
- fix: make deserialization use the new render management system by @BeksOmega in https://github.com/google/blockly/pull/7306
- fix: make insertion markers use new render management system by @BeksOmega in https://github.com/google/blockly/pull/7307
- fix: remove old
rendermethod by @BeksOmega in https://github.com/google/blockly/pull/7308 - fix(blocks): boolean variable block wrong shape for zelos by @zfangqijun in https://github.com/google/blockly/pull/7335
- fix(build): support running Blocky locally on Windows machines by @abdul-alhasany in https://github.com/google/blockly/pull/7281
- fix: removed X & Y from toolbox.ts and replaced movBy to moveTo by @varshneydevansh in https://github.com/google/blockly/pull/7333
- fix: deprecate render functions by @BeksOmega in https://github.com/google/blockly/pull/7359
- fix: connect animation persisting by @BeksOmega in https://github.com/google/blockly/pull/7365
New Contributors
- @zfangqijun made their first contribution in https://github.com/google/blockly/pull/7335
- @abdul-alhasany made their first contribution in https://github.com/google/blockly/pull/7281
- @varshneydevansh made their first contribution in https://github.com/google/blockly/pull/7333
Full Changelog: https://github.com/google/blockly/compare/blockly-v10.0.1...blockly-v10.1.0
download
unix · zip
curl -fL -o blockly-v10.1.0.zip https://ratatoskr.space/pkg/blockly/blockly-v10.1.0.zip
printf '%s %s\n' '3a13918a25846ef38db7d1bf1b62e9f2d581039a764c63c9f1246d5026bdbeeb' 'blockly-v10.1.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/blockly/blockly-v10.1.0.zip"
$out = "blockly-v10.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3a13918a25846ef38db7d1bf1b62e9f2d581039a764c63c9f1246d5026bdbeeb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o blockly-v10.1.0.tar.gz https://ratatoskr.space/pkg/blockly/blockly-v10.1.0.tar.gz
printf '%s %s\n' '10d27ae6e9973a777c26f1a8f00a0689dbf57abbf8bc03ac2931c014609df0ee' 'blockly-v10.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/blockly/blockly-v10.1.0.tar.gz"
$out = "blockly-v10.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "10d27ae6e9973a777c26f1a8f00a0689dbf57abbf8bc03ac2931c014609df0ee") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o blockly-v10.1.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v10.1.0.zip
printf '%s %s\n' '3a13918a25846ef38db7d1bf1b62e9f2d581039a764c63c9f1246d5026bdbeeb' 'blockly-v10.1.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v10.1.0.zip"
$out = "blockly-v10.1.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3a13918a25846ef38db7d1bf1b62e9f2d581039a764c63c9f1246d5026bdbeeb") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o blockly-v10.1.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v10.1.0.tar.gz
printf '%s %s\n' '10d27ae6e9973a777c26f1a8f00a0689dbf57abbf8bc03ac2931c014609df0ee' 'blockly-v10.1.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v10.1.0.tar.gz"
$out = "blockly-v10.1.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "10d27ae6e9973a777c26f1a8f00a0689dbf57abbf8bc03ac2931c014609df0ee") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| blockly-v10.1.0.zip | zip | 2.4 MiB |
blake3-24 cecb0c9dc8b08381a3afb57de2ba05fed5cc21c36cef577a
sha256 3a13918a25846ef38db7d1bf1b62e9f2d581039a764c63c9f1246d5026bdbeeb
sha1 b5fa461a9f0bd8d53f2d6473602c13f746ba6b4c
|
| blockly-v10.1.0.tar.gz | tar.gz | 1.9 MiB |
blake3-24 cd0e62bc432aecf898c2d4a1e395e6f860d9bacae6a38e56
sha256 10d27ae6e9973a777c26f1a8f00a0689dbf57abbf8bc03ac2931c014609df0ee
sha1 780c8f04f5db635f0731a495e40c02febe425add
|
install
bazel
http_archive(
name = "blockly",
urls = ["https://ratatoskr.space/pkg/blockly/blockly-v10.1.0.tar.gz"],
integrity = "sha256-ENJ65umXOnd8JvGo8AoGidv1erv4vAOsKTHAFGCd8O4=",
strip_prefix = "blockly-blockly-v10.1.0",
)
zig
.url = "https://ratatoskr.space/pkg/blockly/blockly-v10.1.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "blockly",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v10.1.0.tar.gz"],
integrity = "sha256-ENJ65umXOnd8JvGo8AoGidv1erv4vAOsKTHAFGCd8O4=",
strip_prefix = "blockly-blockly-v10.1.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v10.1.0.tar.gz",