Releases: mit-cml/blockly-plugins
Releases · mit-cml/blockly-plugins
v11.0.3
Updates plugin to work with Blockly v11. Also some miscellaneous fixes and enhancements.
What's Changed
- Update Blockly imports to make dist package smaller by @ewpatton in #31
- Add components for testing by @mark-friedman in #33
- Update to Blockly v10 by @ewpatton in #32
- Implement indented inputs for lexvar plugin by @ewpatton in #37
- Changes to support use of the plugin by App Inventor by @mark-friedman in #41
- Export NameSet and Substitution classes by @ewpatton in #42
- Improved contrast in flydown fields by @mark-friedman in #52
- Make lexvar style rules renderer and theme specific by @ewpatton in #53
- Support translating parameter flydowns for App Inventor by @ewpatton in #54
- Refactor, package and document how to create blocks from fields. by @mark-friedman in #56
- Move flyout exit in procname to after updating field by @ewpatton in #57
- Fix failing tests by @mjgallag in #59
- Sync package-lock.json with package.json by @mjgallag in #58
- Update to @blockly/dev-scripts 4.0.9 by @mjgallag in #60
- Remove unused sinon devDependency by @mjgallag in #61
- Update to chai 4.5.0 by @mjgallag in #62
- Fix tests by @mjgallag in #63
- Fix context menu in dev test playground by @mjgallag in #64
- Fix events UI is not a constructor by @mjgallag in #65
- Remove FieldLexicalVariable.block_ field by @TannerGabriel in #70
- Update to Blockly 11 by @mjgallag in #67
- Github action for running unit tests on PRs by @TannerGabriel in #72
- Disable getters and setters with invalid value by @TannerGabriel in #71
- Support getGlobalNames call before workspace is initialized by @TannerGabriel in #79
New Contributors
Full Changelog: v3.0.0...v11.0.3
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.