Skip to content

Releases: nbudin/react-blockly

v9.0.0

07 Jun 18:10
011b990
Compare
Choose a tag to compare

Full Changelog: v8.1.2...v9.0.0

Breaking changes

  • Drop support for Blockly versions below 11.0

Fixes

  • Change the format of imports so that Blockly 11 and up can load

v8.1.2

07 Jun 17:32
bb2f404
Compare
Choose a tag to compare

v8.1.2

  • Drop support for Blockly 11 and above, which does not work with this version of react-blockly. (Version 9.0.0 will be released simultaneously and will support Blockly 11). Thanks @radzikowski!

v8.1.1

21 Jan 19:05
11e05b6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v8.1.0...v8.1.1

v8.1.0

09 Oct 16:06
d240093
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.0...v8.1.0

v8.0.0

28 Jul 17:28
36fedc1
Compare
Choose a tag to compare

Breaking Changes

  • Require Blockly >= 10.0 because of an API incompatibility between Blockly releases

What's Changed

New Contributors

Full Changelog: v7.3.0...v8.0.0

v7.3.0

26 Jul 17:33
ed0e9f4
Compare
Choose a tag to compare

What's Changed

  • Fix issue with set readonly throwing an exception by @arontsang in #99

With this change, <BlocklyWorkspace> no longer attempts to update the workspace if readOnly is passed. This is a behavior change, but in practice is very unlikely to break any apps, since passing readOnly implies that the workspace shouldn't be able to change.

Dependency Updates

New Contributors

Full Changelog: v7.2.2...v7.3.0

v7.2.2

07 Mar 18:31
Compare
Choose a tag to compare

What's Changed

  • fix: both initialXml and initialJson are required by @randrei12 in #92

Full Changelog: v7.2.1...v7.2.2

v7.2.1

06 Mar 14:07
Compare
Choose a tag to compare

New features

Bug fixes

Other changes

New Contributors

Full Changelog: v7.1.0...v7.2.1

v7.1.0

24 Feb 16:52
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v7.0.1...v7.1.0