blockly @ 3.20200924.0
integrity
- size
- 28.8 MiB
- downloaded
- last checked
release notes
In this release (Q3 2020)
- Toolbox refactor: Replaces the old closure toolbox with a new toolbox that is easier to extend and work with. Adds the ability to:
- Define a toolbox with JSON barring some performance issues (more info to come)
- Register a custom toolbox, flyout, and toolbox item
- Hide and disable a category
- Change the classes for the category
- Workspace click events (WARNING, may change in following release)
- Ability to register/unregister context menu options for blocks and workspaces via the ContextMenuRegistry
This release had 240 PRs. For a full list of pull requests in this issue, see https://github.com/google/blockly/pull/4319.
API Changes
- Rename trashcan api calls for open/close lid. (4110)
- Add option sub types (4096)
- Move events into the global registry (4053)
- Remove some old deprecated functions (4029)
- Update click event handling for workspace and trashcan. (4024)
Issues closed in this release
- Dragging block from trashcan flyout on mobile is not working (4303)
- blocks appear on themselves when their count is more than 150 (4297)
- Custom PHP Function to Blockly Block (4255)
- Add getter for tooltip (4252)
- Add Enum for toolbox position (4246)
- Code demo sized incorrectly when switching to certain languages (4245)
- QUESTION: this.appendAddSubGroup (4236)
- Dropdown inputs suddenly getting a 'black' background after value changes (4178)
- Clicking ⚙ of "if" block makes the block fly far away (4175)
- Custom Elements - isTargetInput fails (4157)
- Toolbox (simple and category) sizes do not get updated properly (4138)
- Investigate intermittent Travis CI errors (4127)
- Marked workspace tests failing (4113)
- FieldNumber does not respect precision for small precision values (4105)
- Refactor block_test.js Deserialization tests (4101)
- Add Pinch To Zoom Control Options (4097)
- Field date documentation should say to use the published package (4094)
- Error calling dispose on non-injected WorkspaceSvg (4091)
- Getter for value block output types (4087)
- Advanced Playground Not Working On Master (4074)
- Gamepad-based programming (4073)
- How can we create a treeview toolbox in blockly as in image any sample code or need guide to the docs (4072)
- This section of JS code how to automatically generate process graphics block (4071)
- Cleanup for asynchronous calls in Blockly tests (4070)
- Add cleanup for Events in mocha tests (4064)
- Add a footer with T&C on blockly-demos site/pages similar to https://developers.google.com/blockly (4063)
- Trashcan api cleanup (4061)
- Blockly.JavaScript.variableDB_ is undefined (4060)
- Disposing of insertion marker causes error in when handling BLOCK_DELETE event (4048)
- Toolbox categories scale when zooming (4047)
- Add a build script flag to run the strict type checker (4040)
- Cannot re-append a field after Input.removeField() (4037)
- Category UI event is not emitted when block is dragged from flyout (4034)
- Trashcan should emit UI event when flyout is closed (4033)
- domToText: Performance issue in large projects (4030)
- Allows flyout button callbacks to pass a parameter (4027)
- Moving a mutated block throws errors (4022)
- External images not working on dropdown input (4015)
- FieldDate is not included in the master branch (4013)
- Blockly dropdown causing strange resize problems (4012)
- Populate previous release metadata (4011)
- Update Advanced Compilation Documentation (4009)
- Error in Python Generator for "controls_for" block (4000)
- Multiline text field generator broken on IE 11 (3998)
- Update Configuring A Workspace (3990)
- Variable "propertyValue" of unknown origin (3987)
- Lua generator's multiline_quote_ produces invalid code (3979)
- Multiline literals are getting indented (3978)
- Flyout Fires Workspace Click Event (parent workspace id) (3976)
- Revert back programatic setShadow after release (3964)
- Document how to listen to events on all workspaces on the page (3946)
- Undo'ing a delete of a block with a shadow, loses shadow reference. (3929)
- Inconsistent behavior passing invalid values to constructor and fromJson (3903)
- Simple and fancy playgrounds (3882)
- Probably bad event order in createBlock (3584)
- When block has mutation, initModel is called before fromXml (3542)
- Dynamic toolbox category from list of block names (3376)
- Update or remove screenshot test code (3329)
- Consider using Greenkeeper (3268)
- Proposal: Standard dynamic plugin system for Blockly. (3260)
- Proposal: Pluggable common context menu items for BlockSvg (3237)
- Script for publishing release candidates to a github.io site (3208)
- Change Events before Create Event (2627)
- Add
localoption to build.py (2245) - Add Undo/Redo buttons to playground and multi_playground (1947)
- Number field: change the value via mouse drag (1701)
- Add a 'strict' flag on connections (1357)
- Toolbox as .js files (1144)
- Unittest warns about prior definition of blocks (999)
- Warning thrown on some undo (968)
- Feature request: "Go to function definition" menu point (765)
download
unix · zip
curl -fL -o 3.20200924.0.zip https://ratatoskr.space/pkg/blockly/3.20200924.0.zip
printf '%s %s\n' '39afbf2fb16312484c91d7a459224a3d0d03991b3bec9518e4c8c5c974bbb963' '3.20200924.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/blockly/3.20200924.0.zip"
$out = "3.20200924.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "39afbf2fb16312484c91d7a459224a3d0d03991b3bec9518e4c8c5c974bbb963") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 3.20200924.0.tar.gz https://ratatoskr.space/pkg/blockly/3.20200924.0.tar.gz
printf '%s %s\n' 'fb6885377f4fb932201a421491d7e3c58ddff41be466b1eeac492ed1cb398f5a' '3.20200924.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/blockly/3.20200924.0.tar.gz"
$out = "3.20200924.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fb6885377f4fb932201a421491d7e3c58ddff41be466b1eeac492ed1cb398f5a") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 3.20200924.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/3.20200924.0.zip
printf '%s %s\n' '39afbf2fb16312484c91d7a459224a3d0d03991b3bec9518e4c8c5c974bbb963' '3.20200924.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/3.20200924.0.zip"
$out = "3.20200924.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "39afbf2fb16312484c91d7a459224a3d0d03991b3bec9518e4c8c5c974bbb963") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 3.20200924.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/3.20200924.0.tar.gz
printf '%s %s\n' 'fb6885377f4fb932201a421491d7e3c58ddff41be466b1eeac492ed1cb398f5a' '3.20200924.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/3.20200924.0.tar.gz"
$out = "3.20200924.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "fb6885377f4fb932201a421491d7e3c58ddff41be466b1eeac492ed1cb398f5a") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 3.20200924.0.zip | zip | 28.9 MiB |
blake3-24 8379e2899e37322cb8183988e1cf36cdac80c71625f7fef5
sha256 39afbf2fb16312484c91d7a459224a3d0d03991b3bec9518e4c8c5c974bbb963
sha1 04ceb9aa11eae419dced0668575e7f4807b49891
|
| 3.20200924.0.tar.gz | tar.gz | 28.3 MiB |
blake3-24 59a33f8b6ecd770103dd6d57df5e3a290a7f57c86715d67c
sha256 fb6885377f4fb932201a421491d7e3c58ddff41be466b1eeac492ed1cb398f5a
sha1 7f70947152f6e0ae30b3687cb245f818a688a361
|
install
bazel
http_archive(
name = "blockly",
urls = ["https://ratatoskr.space/pkg/blockly/3.20200924.0.tar.gz"],
integrity = "sha256-+2iFN39PuTIgGkIUkdfjxY3f9BvkZrHurEku0cs5j1o=",
strip_prefix = "blockly-3.20200924.0",
)
zig
.url = "https://ratatoskr.space/pkg/blockly/3.20200924.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "blockly",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/3.20200924.0.tar.gz"],
integrity = "sha256-+2iFN39PuTIgGkIUkdfjxY3f9BvkZrHurEku0cs5j1o=",
strip_prefix = "blockly-3.20200924.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/3.20200924.0.tar.gz",