mit-cml / workspace-multiselect

A Blockly plugin that allows you to drag, select and manipulate multiple blocks in the workspace.
https://hollowman6.github.io/workspace-multiselect/multi-workspace
11 stars 12 forks source link

v0.1.12: Support for backpack plugin integration & Fix several bugs #38

Closed HollowMan6 closed 6 months ago

HollowMan6 commented 7 months ago
Cannot read properties of undefined (reading 'size') TypeError: Cannot read properties of undefined (reading 'size')
    at Object.preconditionFn (webpack-internal:///./src/multiselect_contextmenu.js:67:27)
......
HollowMan6 commented 7 months ago

WX20240116-201546@2x

HollowMan6 commented 7 months ago

Let's wait for the adaptation to Blockly 11 to be completed (#39) before we land this PR.

ewpatton commented 7 months ago

@HollowMan6 Sure thing.

HollowMan6 commented 6 months ago

@ewpatton Let's merge this and release a new version (v0.1.12). This can be our last stable version for Blockly v10.

I suddenly became aware that we will have significant breaking changes for Blockly v11 (#39), so I guess it will be better to raise the minor version number to v0.2.x or the major version number to v1.0.x since I can't guarantee that it will still be as stable as the old ones.

> Let's wait for the adaptation to Blockly 11 to be completed (#39) before we land this PR.

I will then open a separate PR for this.

laurensvalk commented 5 months ago

Thanks for the fix!