Beka Westberg
Beka Westberg
Package version: 2.5.0 Node version: 14.15.0 OS: Ubuntu Minimal example: https://github.com/BeksOmega/closure-webpack-bug ### Reproduction steps 1) Clone the linked repro. 2) `npm install` 3) `npm run make-deps` 4) `npm run webpack`...
**Category** - Plugins **Component** cross-tab-copy-paste **Is your feature request related to a problem? Please describe.** There is the possibility that two unrelated projects could both have the cross tab copy...
**Category** - Plugins **Component** block-dynamic-connection **Is your feature request related to a problem? Please describe.** Currently the block-dynamic-connection plugin blocks are incompatible with the new JSON system. **Describe the solution...
**Category** - Plugins **Component** dev-tools **Is your feature request related to a problem? Please describe.** Some devs want to create individual repos for different plugins (rather than having a mono-repo...
**Category** - Plugins **Component** content-highlight **Describe the bug** When you mutate a block, the content highlight does not change to match the new size of the block. **To Reproduce** Steps...
**Category** - Plugins **Component** migration **Is your feature request related to a problem? Please describe.** We moved the blockly library blocks and generators to no longer cause side effects. Instead...
**Category** - Examples **Component** backpack **Describe the bug** When you drop a block in the backpack, there's no way to tell if it actually worked besides opening up the backpack....
**Category** - Plugins **Component** dev-scripts **Describe the bug** The current [webpack config](https://github.com/google/blockly-samples/blob/master/plugins/dev-scripts/config/webpack.config.js) (which is shared between all of the plugins in samples) does not support loading asset files (such as...
**Category** - Examples **Component** blockly-vue **Is your feature request related to a problem? Please describe.** Vue has released a new major version (3), and we have [reports](https://github.com/google/blockly/issues/3917#issuecomment-1109232597) that people are...
**Category** - Codelabs **Is your feature request related to a problem? Please describe.** We had requests at the 2022 Blockly Summit for more info about [Warnings](https://developers.google.com/blockly/reference/js/Blockly.Warning) and [setWarningText](https://developers.google.com/blockly/reference/js/Blockly.BlockSvg#setWarningText). It seemed...