blockly @ blockly-v9.2.0
integrity
- size
- 2.4 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
What's Changed
New features ✨
- feat: add firing of procedure events. by @BeksOmega in https://github.com/google/blockly/pull/6604
- feat: refactor event serialization to use static fromJson method by @BeksOmega in https://github.com/google/blockly/pull/6614
- feat(test): Miscellaneous improvements to
test_tasks.jsby @cpcallen in https://github.com/google/blockly/pull/6615 - feat: add option to disable modal inputs on mobile by @maribethb in https://github.com/google/blockly/pull/6625
- feat: add running procedure events by @BeksOmega in https://github.com/google/blockly/pull/6650
- feat: make
getWorkspace,getFlyout, andgetToolboxpublic by @NeilFraser in https://github.com/google/blockly/pull/6666 - feat: make the variable map return early for noops by @BeksOmega in https://github.com/google/blockly/pull/6674
- feat: add destroy lifecycle hook to blocks by @BeksOmega in https://github.com/google/blockly/pull/6678
- feat: procedure event serialization by @BeksOmega in https://github.com/google/blockly/pull/6669
- feat: Display a 'wait' cursor when opening trashcan by @NeilFraser in https://github.com/google/blockly/pull/6699
Bug fixes 🐛
- fix(renamings): Small correction to renaming of
Blockly.utils.globalby @cpcallen in https://github.com/google/blockly/pull/6599 - fix: Rename
Mutator#workspaceback toworkspace_for compatibility with library blocks by @rachel-fenichel in https://github.com/google/blockly/pull/6634 - fix: Add redirects to old demos. by @NeilFraser in https://github.com/google/blockly/pull/6657
- fix: Fix the compiler test, and check if it worked. by @NeilFraser in https://github.com/google/blockly/pull/6638
- fix(deps): update json schema validation by @BeksOmega in https://github.com/google/blockly/pull/6637
- fix(appengine): Restore build products to previous location by @cpcallen in https://github.com/google/blockly/pull/6687
- fix: set default field to any and fix validator function return type by @btw17 in https://github.com/google/blockly/pull/6690
- fix: don't reopen dropdownDiv if it was already open by @maribethb in https://github.com/google/blockly/pull/6688
- fix: Don't spellcheck number fields. by @NeilFraser in https://github.com/google/blockly/pull/6698
- fix(tests): Fix bootstrapping of generators in compressed mode by @cpcallen in https://github.com/google/blockly/pull/6703
- fix: not being able to set field values to empty by @BeksOmega in https://github.com/google/blockly/pull/6702
Cleanup ♻️
- refactor: Migrate to PointerEvents by @gonfunko in https://github.com/google/blockly/pull/6598
- docs(messages): Add a msg/json/README.md by @cpcallen in https://github.com/google/blockly/pull/6635
- docs: Add notice to use unpkg instead of demos. by @NeilFraser in https://github.com/google/blockly/pull/6667
Other changes
- ci: clang format version bump by @piwysocki in https://github.com/google/blockly/pull/6640
- release: v9.2.0 by @cpcallen in https://github.com/google/blockly/pull/6711
New Contributors
- @piwysocki made their first contribution in https://github.com/google/blockly/pull/6640
Full Changelog: https://github.com/google/blockly/compare/blockly-v9.1.1...blockly-v9.2.0
download
unix · zip
curl -fL -o blockly-v9.2.0.zip https://ratatoskr.space/pkg/blockly/blockly-v9.2.0.zip
printf '%s %s\n' '137e80561536798b9b4dc85ffda60be4134703ea0de3f149bd9b683efd07527a' 'blockly-v9.2.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/blockly/blockly-v9.2.0.zip"
$out = "blockly-v9.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "137e80561536798b9b4dc85ffda60be4134703ea0de3f149bd9b683efd07527a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o blockly-v9.2.0.tar.gz https://ratatoskr.space/pkg/blockly/blockly-v9.2.0.tar.gz
printf '%s %s\n' 'b6c568e43b9c4b8b5d193b0f09e68ef6e71d72875cea867ebf8b0f85f55d6b4e' 'blockly-v9.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/blockly/blockly-v9.2.0.tar.gz"
$out = "blockly-v9.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b6c568e43b9c4b8b5d193b0f09e68ef6e71d72875cea867ebf8b0f85f55d6b4e") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o blockly-v9.2.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v9.2.0.zip
printf '%s %s\n' '137e80561536798b9b4dc85ffda60be4134703ea0de3f149bd9b683efd07527a' 'blockly-v9.2.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v9.2.0.zip"
$out = "blockly-v9.2.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "137e80561536798b9b4dc85ffda60be4134703ea0de3f149bd9b683efd07527a") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o blockly-v9.2.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v9.2.0.tar.gz
printf '%s %s\n' 'b6c568e43b9c4b8b5d193b0f09e68ef6e71d72875cea867ebf8b0f85f55d6b4e' 'blockly-v9.2.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v9.2.0.tar.gz"
$out = "blockly-v9.2.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b6c568e43b9c4b8b5d193b0f09e68ef6e71d72875cea867ebf8b0f85f55d6b4e") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| blockly-v9.2.0.zip | zip | 2.4 MiB |
blake3-24 e6d095bf7d3aa05507fa3249ff51159a578276f87be54b53
sha256 137e80561536798b9b4dc85ffda60be4134703ea0de3f149bd9b683efd07527a
sha1 2d206041153ef78b411eb368b131072dffd735e2
|
| blockly-v9.2.0.tar.gz | tar.gz | 1.9 MiB |
blake3-24 e9c848b5179fb4871524cda582a31302c7f42ca55deeec77
sha256 b6c568e43b9c4b8b5d193b0f09e68ef6e71d72875cea867ebf8b0f85f55d6b4e
sha1 e9b9b466e43b7d153f7b70bd4874e1de4027ed90
|
install
bazel
http_archive(
name = "blockly",
urls = ["https://ratatoskr.space/pkg/blockly/blockly-v9.2.0.tar.gz"],
integrity = "sha256-tsVo5DucS4tdGTsPCeaO9ucdcodc6oZ+v4sPhfVda04=",
strip_prefix = "blockly-blockly-v9.2.0",
)
zig
.url = "https://ratatoskr.space/pkg/blockly/blockly-v9.2.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "blockly",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v9.2.0.tar.gz"],
integrity = "sha256-tsVo5DucS4tdGTsPCeaO9ucdcodc6oZ+v4sPhfVda04=",
strip_prefix = "blockly-blockly-v9.2.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v9.2.0.tar.gz",