This is the fourth in an ongoing series of beta releases for the future v11 of Blockly. See information about the Blockly v11 Beta Program.
Highlights in v11.0.0-beta.5
This release was created to publish the fix in PR #7955 for issue #7952, which caused errors when importing langfiles (e.g. blockly/msg/en
) in TypeScript modules. Thanks to @clementcontet for reporting this issue in -beta.4 so promptly—and sorry that we didn't catch it despite the extensive testing carried out on the offending PR, #7822!
It also contains unrelated ongoing work on refactoring workspace comments.
What's Changed
New features ✨
- feat: rendered workspace comment by @BeksOmega in #7918
- feat: have RenderedWorkspaceComment implement IBoundedElement and IRenderedElement by @BeksOmega in #7919
- feat: add JSON serialization for workspace comments by @BeksOmega in #7927
Bug fixes 🐛
- fix: comment have XML save and load new workspace comments classes by @BeksOmega in #7931
- fix(typings): Restore inadvertently-deleted
typings/msg/msg.d.ts
; add TS import test by @cpcallen in #7955
Full Changelog: blockly-v11.0.0-beta.4...blockly-v11.0.0-beta.5