| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| blockly-13.2.0.tgz | 2026-07-27 | 3.2 MB | |
| blockly-v13.2.0 source code.tar.gz | 2026-07-27 | 34.7 MB | |
| blockly-v13.2.0 source code.zip | 2026-07-27 | 36.0 MB | |
| README.md | 2026-07-27 | 4.0 kB | |
| Totals: 4 Items | 74.0 MB | 3 | |
What's Changed
New features ✨
- feat: Indicate the Blockly version number on the playground by @gonfunko in https://github.com/RaspberryPiFoundation/blockly/pull/10127
- feat: make cacheAllConnectionPairs public by @mikeharv in https://github.com/RaspberryPiFoundation/blockly/pull/10149
- feat: Rewrite insertion markers to improve performance and fix memory leaks by @gonfunko in https://github.com/RaspberryPiFoundation/blockly/pull/10156
- feat: add setAriaTypeName method for Fields by @mikeharv in https://github.com/RaspberryPiFoundation/blockly/pull/10154
- feat: allow translated field labels, add docs by @maribethb in https://github.com/RaspberryPiFoundation/blockly/pull/10174
Bug fixes 🐛
- fix: Add visual invalid input handling beyond color by @lizschwab in https://github.com/RaspberryPiFoundation/blockly/pull/10101
- fix: Fix regression in trashcan lid behavior by @gonfunko in https://github.com/RaspberryPiFoundation/blockly/pull/10130
- fix: transform svgPathSelected when using RTL and Zelos by @mikeharv in https://github.com/RaspberryPiFoundation/blockly/pull/10152
- fix: exclude toolbox separators from accessibility tree by @mikeharv in https://github.com/RaspberryPiFoundation/blockly/pull/10153
- fix: Fix bug that caused
getInitialCandidate()to be called on every drag step by @gonfunko in https://github.com/RaspberryPiFoundation/blockly/pull/10157 - fix: throw on invalid XML connections by @jianchang56 in https://github.com/RaspberryPiFoundation/blockly/pull/10162
- fix: Improve performance of large connection DB updates by @gonfunko in https://github.com/RaspberryPiFoundation/blockly/pull/10163
- fix: Fix bug that caused some connections to refuse to connect when dragging from the toolbox by @gonfunko in https://github.com/RaspberryPiFoundation/blockly/pull/10171
- fix: Consolidate select events by @gonfunko in https://github.com/RaspberryPiFoundation/blockly/pull/10129
- fix: export JSON block definition type by @yuanran32 in https://github.com/RaspberryPiFoundation/blockly/pull/10102
- fix: Improve performance of variable name comparisons by @gonfunko in https://github.com/RaspberryPiFoundation/blockly/pull/10175
- fix: Improve performance of
BlockSvg.getRelativeToSurfaceXY()by @gonfunko in https://github.com/RaspberryPiFoundation/blockly/pull/10177
Documentation updates 📄
- docs: fix typos, broken links, and license by @zspriggs in https://github.com/RaspberryPiFoundation/blockly/pull/10111
- docs: refactor getting-started codelab to be based on sample app by @zspriggs in https://github.com/RaspberryPiFoundation/blockly/pull/10074
- docs: make generators, renderers, and getting-started consistent with other codelabs by @zspriggs in https://github.com/RaspberryPiFoundation/blockly/pull/10126
- docs: refactor css codelab to use sample app by @zspriggs in https://github.com/RaspberryPiFoundation/blockly/pull/10124
- docs: refactor validation and warnings codelab to use sample app by @zspriggs in https://github.com/RaspberryPiFoundation/blockly/pull/10122
- docs: refactor context menu codelab to use sample app by @zspriggs in https://github.com/RaspberryPiFoundation/blockly/pull/10119
- docs: refactor themes codelab to use sample app by @zspriggs in https://github.com/RaspberryPiFoundation/blockly/pull/10118
- docs: refactor toolbox codelab to use sample app by @zspriggs in https://github.com/RaspberryPiFoundation/blockly/pull/10115
New Contributors
- @jianchang56 made their first contribution in https://github.com/RaspberryPiFoundation/blockly/pull/10162
- @yuanran32 made their first contribution in https://github.com/RaspberryPiFoundation/blockly/pull/10102
- @Carlosamouco made their first contribution in https://github.com/RaspberryPiFoundation/blockly/pull/10168
Full Changelog: https://github.com/RaspberryPiFoundation/blockly/compare/blockly-v13.1.1...blockly-v13.2.0