-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v0.1.12: Support for backpack plugin integration & Fix several bugs #38
Conversation
a9e78d5
to
9a73da6
Compare
Let's wait for the adaptation to Blockly 11 to be completed (#39) before we land this PR. |
@HollowMan6 Sure thing. |
@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.
I will then open a separate PR for this. |
Resolves mit-cml#42 Related to google/blockly@0b344e7 Signed-off-by: Songlin Jiang <[email protected]>
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) Signed-off-by: Songlin Jiang <[email protected]>
Resolves mit-cml#37 Signed-off-by: Songlin Jiang <[email protected]>
Signed-off-by: Songlin Jiang <[email protected]>
Signed-off-by: Songlin Jiang <[email protected]>
Require blockly version to be 10.2.0-11 (as of mit-cml#39) Signed-off-by: Songlin Jiang <[email protected]>
…kpack We must listen events of all workspaces, not only the binded one, to cover all possible selection changes Signed-off-by: Songlin Jiang <[email protected]>
Resolve mit-cml#40 Signed-off-by: Songlin Jiang <[email protected]>
Thanks for the fix! |
Right-click on a block in the backpack causes the following errors:
Resolves Add Backpack plugin support #37