blockly @ 1.20190419.0
integrity
- size
- 28.4 MiB
- downloaded
- last checked
release notes
Issues closed
- Small typo in field.js documentation (#2368)
- Menus change layout while moving highlight (#2351)
- Blockly math operators error (#2348)
- Trashcan's flyout badly positioned on X axis (#2345)
- Dropdown sizing issues (width and height) (#2337)
- Blocks unplugged during drag can be lost/deleted (#2336)
- Blockly.setTheme errors out if Blockly.getMainWorkspace() does not return a value (#2331)
- updateToolbox doesn't correctly remeasure the toolbox size (#2330)
- Dart math generator contains Python reference (#2329)
- Context Menus not Receiving Clicks (#2312)
- Scroll Event Bound in inject.js Doesn't Work for Multiple Workspaces (#2310)
- involuntary hatless mode (#2302)
- Add Constant for Scrolling with Non-Pixel Delta Modes (#2301)
- Recenter algorithm does not adapt to simple toolbox correctly (#2297)
- Message does not reference all 5 arg(s). (#2293)
- Multiple workspaces on the same page breaks when using trashcan (#2291)
- Bumping in RTL can push blocks unexpectedly far away (#2290)
- Q: Should the absoluteLeft and absoluteTop Metrics be Shifted to Avoid Simple Toolboxes? (#2280)
- Disable Next Blocks in Toolbox (#2273)
- Insertion marker flickering (#2255)
- Local build fails when run from top level (#2172)
- Test blocks should have common prefix (#2103)
- Clicking on document should call Blockly.hideChaff (#2066)
- make list from text block throws uncaught Error (#2061)
- New variable should default setter to that variable. (#2050)
- Custom Dialogs does not have an entry/icon in demos/index.html (#1709)
- FieldImage alt text does not propagate to page markup (#1632)
- Rename workspaceSvg.getFlyout_ to workspaceSvg.getFlyout (#1101)
- Underscore naming convention mismatch with jsdoc privacy annotations. (#695)
Pull requests
- Rebuild (#2372)
- typo fix in line 134 of field.js for documentation (#2371)
- typo fix in line 134 of field.js documentation (#2369)
- Updates function call (#2367)
- Common prefix for test blocks (#2361)
- Fixes bumping too much when in RTL (#2360)
- Hides chaff on document mouseup (#2359)
- Develop1709 (#2358)
- Rename WorkspaceSvg.getFlyout_ to WorkspaceSvg.getFlyout (#2357)
- Fix margins/checkbox in RTL dropdown menus (#2356)
- Adds check for a targetConnection (#2355)
- Update selected menu sizing to fix #2351 (#2353)
- Fix bubble open/close events (#2352)
- Ignores urls for eslint (#2350)
- Fixed Trashcan Flyout Positioning (#2349)
- Random upgrades (#2346)
- Fix zoom bug while dragging in Mutators (#2344)
- Remove Python references in Dart math generator (#2343)
- Set theme fix (#2335)
- Keyboard nav cleanup (#2334)
- Fixed updateToolbox Not Properly Updating Flyouts (#2332)
- Add a playgound for debugging SVG paths (#2328)
- Reverts changes to fix bug with selecting dropdown (#2327)
- Fix issue 2061 (make list from text block throws uncaught Error) (#2326)
- style -> categorystyle change (#2325)
- Don't try to bump if the object has already been deleted. (#2324)
- Fixed Scroll Event Binding to Work with Multiple Workspaces (#2323)
- Added Event Filtering to workspaceChanged in Mutator (#2320)
- Add click target property to fields, with accessor (#2318)
- Add dropdowndiv and use it for the colour picker and angle fields (#2313)
download
unix · zip
curl -fL -o 1.20190419.0.zip https://ratatoskr.space/pkg/blockly/1.20190419.0.zip
printf '%s %s\n' 'bc959dc0161a6b752c63333f5b439c096e5c5ee784f5b7c7d958667e9f2cd751' '1.20190419.0.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/blockly/1.20190419.0.zip"
$out = "1.20190419.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bc959dc0161a6b752c63333f5b439c096e5c5ee784f5b7c7d958667e9f2cd751") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.20190419.0.tar.gz https://ratatoskr.space/pkg/blockly/1.20190419.0.tar.gz
printf '%s %s\n' 'f696158a41305647acbb03f438d5d51bd56ddb81b03c21f1e2200198a1932753' '1.20190419.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/blockly/1.20190419.0.tar.gz"
$out = "1.20190419.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f696158a41305647acbb03f438d5d51bd56ddb81b03c21f1e2200198a1932753") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o 1.20190419.0.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/1.20190419.0.zip
printf '%s %s\n' 'bc959dc0161a6b752c63333f5b439c096e5c5ee784f5b7c7d958667e9f2cd751' '1.20190419.0.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/1.20190419.0.zip"
$out = "1.20190419.0.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bc959dc0161a6b752c63333f5b439c096e5c5ee784f5b7c7d958667e9f2cd751") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o 1.20190419.0.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/1.20190419.0.tar.gz
printf '%s %s\n' 'f696158a41305647acbb03f438d5d51bd56ddb81b03c21f1e2200198a1932753' '1.20190419.0.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/1.20190419.0.tar.gz"
$out = "1.20190419.0.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "f696158a41305647acbb03f438d5d51bd56ddb81b03c21f1e2200198a1932753") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| 1.20190419.0.zip | zip | 28.5 MiB |
blake3-24 ab332a41993f6a178bdff0f610ac80312bc48fa82df9a42d
sha256 bc959dc0161a6b752c63333f5b439c096e5c5ee784f5b7c7d958667e9f2cd751
sha1 040d60314b0ffe50d0f527b04f3e406a29384fc4
|
| 1.20190419.0.tar.gz | tar.gz | 27.9 MiB |
blake3-24 16750636cf0fd631e8fb8c80c8e870048551be81c7b19399
sha256 f696158a41305647acbb03f438d5d51bd56ddb81b03c21f1e2200198a1932753
sha1 6fe88ed9175c0e3a7c8c1acad349af8c02b10468
|
install
bazel
http_archive(
name = "blockly",
urls = ["https://ratatoskr.space/pkg/blockly/1.20190419.0.tar.gz"],
integrity = "sha256-9pYVikEwVkesuwP0ONXVG9Vt24GwPCHx4iABmKGTJ1M=",
strip_prefix = "blockly-1.20190419.0",
)
zig
.url = "https://ratatoskr.space/pkg/blockly/1.20190419.0.tar.gz",
install via yggdrasil mesh
bazel
http_archive(
name = "blockly",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/1.20190419.0.tar.gz"],
integrity = "sha256-9pYVikEwVkesuwP0ONXVG9Vt24GwPCHx4iABmKGTJ1M=",
strip_prefix = "blockly-1.20190419.0",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/blockly/1.20190419.0.tar.gz",