Skip to content

Releases: mit-cml/blockly-plugins

v3.0.0

16 Mar 22:06
Compare
Choose a tag to compare

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

Full Changelog: v2.0.0...v3.0.0

v2.0.0

05 May 20:04
Compare
Choose a tag to compare
  • Exports the Flydown class and all the field classes
  • Sets the theme on the flydowns to match the workspace theme

Corresponds to NPM version 0.0.11 of this package (here)

v1.0.0

22 Oct 22:33
Compare
Choose a tag to compare

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

05 Oct 18:45
Compare
Choose a tag to compare
First public beta Pre-release
Pre-release
v1.0.0-beta

Update package-lock.json

Works in plugin test environment only

11 Sep 00:19
Compare
Choose a tag to compare
Pre-release

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.