blockly @ blockly-v12.3.0
integrity
- size
- 2.4 MiB
- downloaded
- last checked
- detected
- raw version: universal archives only
release notes
What's Changed
New features ✨
- feat: Add support for keyboard navigation to/from block comments. by @gonfunko in https://github.com/google/blockly/pull/9227
- feat: Add an option to copy subsequent blocks when getting copy data from a block. by @gonfunko in https://github.com/google/blockly/pull/9279
Bug fixes 🐛
- fix: Focus the first element in flyouts. by @gonfunko in https://github.com/google/blockly/pull/9228
- fix: Fire a
VarTypeChangeevent when changing a variable's type. by @gonfunko in https://github.com/google/blockly/pull/9236 - fix: Fix order of arguments in
IVariableMap.createVariable(). by @gonfunko in https://github.com/google/blockly/pull/9231 - fix: Fix toolbox categories tests by @RoboErikG in https://github.com/google/blockly/pull/9238
- fix: Refer to correct replacement method in deprecation warning. by @gonfunko in https://github.com/google/blockly/pull/9237
- fix: Make non-autoclosing flyouts stay open. by @gonfunko in https://github.com/google/blockly/pull/9245
- fix: Fix displaying HTML elements in
FieldDropdown. by @gonfunko in https://github.com/google/blockly/pull/9258 - fix: dont save ids when copying blocks and comments by @maribethb in https://github.com/google/blockly/pull/9255
- fix: Allow overriding
VariableModelviaoptions.plugins. by @gonfunko in https://github.com/google/blockly/pull/9257 - fix: Scroll
CommentBarButtons into view on selection. by @gonfunko in https://github.com/google/blockly/pull/9259 - fix: Check for existing event group in cleanUp() by @michaela-mm in https://github.com/google/blockly/pull/9265
- fix: dont add comments to full block fields by @maribethb in https://github.com/google/blockly/pull/9263
- fix: Display focused icons without transparency. by @gonfunko in https://github.com/google/blockly/pull/9268
- fix: Drag immovable and shadow blocks along with their parent. by @gonfunko in https://github.com/google/blockly/pull/9281
- fix: Update dependencies and schedule browser tests to run weekly on Mondays by @RoboErikG in https://github.com/google/blockly/pull/9297
Cleanup ♻️
- refactor: Make
InsertionMarkerPreviewer's block serialization amenable to subclassing. by @gonfunko in https://github.com/google/blockly/pull/9282 - refactor: Associate comment bar buttons with the comment view. by @gonfunko in https://github.com/google/blockly/pull/9278
- refactor: Remove duplicated method from contextmenu_items.ts. by @gonfunko in https://github.com/google/blockly/pull/9289
Other changes
- release: merge master into develop after v12.2.0 by @maribethb in https://github.com/google/blockly/pull/9225
- release: Merge
rc/v12.3.0intomaster. by @gonfunko in https://github.com/google/blockly/pull/9335
Full Changelog: https://github.com/google/blockly/compare/blockly-v12.2.0...blockly-v12.3.0
download
unix · zip
curl -fL -o blockly-v12.3.0.zip https://ratatoskr.space/pkg/blockly/blockly-v12.3.0.zip
printf '%s %s\n' '9c5392c24ebc1c13716f0345d615c1e8c50e4a265a18d31c0c86f31e31b53867' 'blockly-v12.3.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/blockly/blockly-v12.3.0.zip"
$out = "blockly-v12.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9c5392c24ebc1c13716f0345d615c1e8c50e4a265a18d31c0c86f31e31b53867") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o blockly-v12.3.0.tar.gz https://ratatoskr.space/pkg/blockly/blockly-v12.3.0.tar.gz
printf '%s %s\n' '848a3a8f228fca7e0480032203b8d5ba93ccbcd6fd8e27e3cf5d7529eeac2911' 'blockly-v12.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/blockly/blockly-v12.3.0.tar.gz"
$out = "blockly-v12.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "848a3a8f228fca7e0480032203b8d5ba93ccbcd6fd8e27e3cf5d7529eeac2911") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o blockly-v12.3.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v12.3.0.zip
printf '%s %s\n' '9c5392c24ebc1c13716f0345d615c1e8c50e4a265a18d31c0c86f31e31b53867' 'blockly-v12.3.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v12.3.0.zip"
$out = "blockly-v12.3.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "9c5392c24ebc1c13716f0345d615c1e8c50e4a265a18d31c0c86f31e31b53867") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o blockly-v12.3.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v12.3.0.tar.gz
printf '%s %s\n' '848a3a8f228fca7e0480032203b8d5ba93ccbcd6fd8e27e3cf5d7529eeac2911' 'blockly-v12.3.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v12.3.0.tar.gz"
$out = "blockly-v12.3.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "848a3a8f228fca7e0480032203b8d5ba93ccbcd6fd8e27e3cf5d7529eeac2911") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| blockly-v12.3.0.zip | zip | 2.4 MiB |
blake3-24 3683cc2b334d1451cf5a2611952d8eb574c6eda2b34ae287
sha256 9c5392c24ebc1c13716f0345d615c1e8c50e4a265a18d31c0c86f31e31b53867
sha1 27c94834410f8d94d6f9a7fef8e781547ad8e3b9
|
| blockly-v12.3.0.tar.gz | tar.gz | 1.8 MiB |
blake3-24 3ddb6976820d254b9eb0e3e875cecffee3baa4931a297519
sha256 848a3a8f228fca7e0480032203b8d5ba93ccbcd6fd8e27e3cf5d7529eeac2911
sha1 b39ca65c4b005849dbb143b4453e507c2186c3d7
|
install
bazel
http_archive(
name = "blockly",
urls = ["https://ratatoskr.space/pkg/blockly/blockly-v12.3.0.tar.gz"],
integrity = "sha256-hIo6jyKPyn4EgAMiA7jVupPMvNb9jifjz111Ke6sKRE=",
strip_prefix = "blockly-blockly-v12.3.0",
)
zig
.url = "https://ratatoskr.space/pkg/blockly/blockly-v12.3.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "blockly",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v12.3.0.tar.gz"],
integrity = "sha256-hIo6jyKPyn4EgAMiA7jVupPMvNb9jifjz111Ke6sKRE=",
strip_prefix = "blockly-blockly-v12.3.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/blockly-v12.3.0.tar.gz",