blockly-v11.1.0
What's Changed
New features ✨
- feat: Add a getTargetWorkspace method to flyout_base.ts by @ivalkshfoeif in #7519
- feat: made the method isDragTowardWorkspace non private by @ramyaram2092 in #7529
- feat: Paste block in viewport / near cursor by @bsampada7 in #7521
- feat: Added an API to programmatically scroll the workspace by @SophieNguyen113 in #7532
- feat(tests): Browser test helper to get workspace svg root by @bsampada7 in #8166
Bug fixes 🐛
- fix: update types in 'field_input.ts' file by @aku1310 in #7514
- fix: move delete keyboard shortcut in-progress gesture check to precondition #6274 by @humera811 in #7528
- fix: removed underscore from isLabel_ in flyout_button.ts by @sayalikandarkar in #7533
- fix: Addition of the .gitattributes file to standardize line endings by @sam301100 in #7517
- fix: non-nullable check for block variable and removed ! in layout_ #7522 by @priya-rjb in #7537
- fix: non-nullable check for block variable and removed ! in layout_ by @rashmi29 in #7536
- fix: pasting with nothing selected by @BeksOmega in #7561
- fix: Only hide WidgetDiv if it is associated with the affected workspace. by @johnnesky in #8150
- fix: lang file imports by @BeksOmega in #8179
- fix: dragging and disposing of shadows by @BeksOmega in #8172
- fix: comment body height too short by @BeksOmega in #8182
Reverted changes ⎌
- revert: "chore(deps): update webdriverio to 8.16 and stop using seleni… by @maribethb in #7520
Other changes
- release: v11.1.0 by @BeksOmega in #8185
New Contributors
- @ivalkshfoeif made their first contribution in #7519
- @aku1310 made their first contribution in #7514
- @humera811 made their first contribution in #7528
- @ramyaram2092 made their first contribution in #7529
- @sayalikandarkar made their first contribution in #7533
- @sam301100 made their first contribution in #7517
- @SophieNguyen113 made their first contribution in #7532
- @priya-rjb made their first contribution in #7537
- @rashmi29 made their first contribution in #7536
Full Changelog: blockly-v11.0.0...blockly-v11.1.0