blockly-samples icon indicating copy to clipboard operation
blockly-samples copied to clipboard

Plugins, codelabs, and examples related to the Blockly library.

Results 282 blockly-samples issues
Sort by recently updated
recently updated
newest added

## The changes Actual keyboard nav implementation: Adjust how it's calling a superclass function in a strange bit of monkeypatching code. This change is necessary because of the switch to...

Fixes #878. This plugin exports a function `shadowBlockConversionChangeListener` that, when added to a workspace as a change listener, detects BlockChange events on shadow blocks and responds by converting the block...

**Category** - Examples **Component** examples/blockly-react **Describe the bug** The demo fails to load due to multiple issues: 1. Throws `TypeError` in `examples/blockly-react/src/generator/generator.js` due to use of `Blockly.JavaScript`. After fixing this,...

type: bug
category: example

This branch is intended to collect all the changes to the `blockly-samples` repository needed to update samples to Blockly v9. The first four commits: 1. Use `clang-format` to fix (whitespace)...

**Description** - Updated `examples/blocky-parcel/` Fixes #1250

### Description Adds a new migration script `npx @blockly/migrate fix-imports` that will automatically add new imports, and rename references to the old location of the import on the blockly namespace...

**Description** - convert xml to json for blocky webpack - Fixes #1254

**Category** - Examples **Component** blockly-parcel **Is your feature request related to a problem? Please describe.** Many of the examples and plugins use XML toolboxes instead of the new JSON API....

type: feature request
good first issue

**Description** - Updated `examples/blocky-node/index.js` Fixes #1249

**Category** - Plugins **Component** field-date **Is your feature request related to a problem? Please describe.** The date field plugin uses the Closure date picker. This adds significant overhead in compilation...

type: feature request
triage