Releases: mit-cml/workspace-multiselect
Releases · mit-cml/workspace-multiselect
v1.0.0
Add support for Blockly v11
What's Changed
- chore(deps): bump @blockly/dev-tools from 7.1.6 to 7.1.7 by @dependabot in #46
- chore(deps): bump @blockly/workspace-backpack from 5.3.4 to 5.3.5 by @dependabot in #47
- Avoid updating the field again for the event source block by @HollowMan6 in #59
- Provide API for ignoring some multi-field updates by @mark-friedman in #61
- Blockly v11 by @changminbark in #62
New Contributors
- @dependabot made their first contribution in #46
- @mark-friedman made their first contribution in #61
- @changminbark made their first contribution in #62
Full Changelog: v0.1.12...v1.0.0
v0.1.12
What's Changed
- [Important] Fix ../lib/ds.min.js not Found by @HollowMan6 in #2
- feat: update fields to the same value for same type blocks selected by @HollowMan6 in #4
- fix: context menu multi-select deletion by @HollowMan6 in #5
- v0.1.3 by @HollowMan6 in #6
- v0.1.4: Mitigate the invisible rectangles issue by @HollowMan6 in #7
- v0.1.5: fix manipulating multiple statements; support cross tab copy paste by @HollowMan6 in #9
- v0.1.6: Upgrade to Blockly v10 by @HollowMan6 in #13
- multiselect_controls: Fix crash on selecting a second time by @laurensvalk in #14
- README: Clarify collision with blockly-plugin-cross-tab-copy-paste by @laurensvalk in #15
- v0.1.7: Fix several bugs and make several improvements by @HollowMan6 in #19
- v0.1.8: Bugs fix by @HollowMan6 in #21
- Fix blocks with same ID get selected on all workspaces by @HollowMan6 in #24
- v0.1.10: Support for Blockly v10.2.0+; Fix icon related issues by @HollowMan6 in #26
- Add multiFieldUpdate option & Fix the try statement by @HollowMan6 in #30
- fix: Add a condition for textarea by @bbrudastyy in #32
- Bump version to 0.1.11 and upgrade dependencies by @HollowMan6 in #34
- Downgrade DragSelect to v2 by @HollowMan6 in #36
- v0.1.12: Support for backpack plugin integration & Fix several bugs by @HollowMan6 in #38
New Contributors
- @laurensvalk made their first contribution in #14
- @bbrudastyy made their first contribution in #32
Full Changelog: v0.1.0...v0.1.12