Releases: mit-cml/blockly-plugins
Releases · mit-cml/blockly-plugins
v3.0.0
What's Changed
- Make flydowns use the same renderer as the target workspace by @SneezingCactus in #30
- Handle a localized value for
Blockly.Msg['LANG_VARIABLES_GLOBAL_PREFIX']
- Support Blockly v9
New Contributors
- @SneezingCactus made their first contribution in #30
Full Changelog: v2.0.0...v3.0.0
v2.0.0
v1.0.0
Refactored so that a developer can, albeit with some difficulty, create new blocks based on the lexical variable fields.
This corresponds roughly to the NPM package version 0.0.9. Sorry for the confusion ;-)
First public beta
v1.0.0-beta Update package-lock.json
Works in plugin test environment only
This is basically the first version that works more or less completely, but just in the Blockly plugin test environment . It's not clean and it doesn't have everything that the Blockly plugin API needs. It also needs a bunch of refactoring.