Releases: nbudin/react-blockly
Releases · nbudin/react-blockly
v9.0.0
v8.1.2
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
What's Changed
- Bump follow-redirects from 1.14.9 to 1.15.4 by @dependabot in #106
- DefaultProps is deprecated - remove from code. by @arielshulman in #108
Full Changelog: v8.1.0...v8.1.1
v8.1.0
What's Changed
- Optional props on useBlocklyWorkspace by @elliottcarlson in #101
New Contributors
- @elliottcarlson made their first contribution in #101
Full Changelog: v8.0.0...v8.1.0
v8.0.0
Breaking Changes
- Require Blockly >= 10.0 because of an API incompatibility between Blockly releases
What's Changed
- Added compatibility for Blockly 10.0 by @oszizsolt in #100
New Contributors
- @oszizsolt made their first contribution in #100
Full Changelog: v7.3.0...v8.0.0
v7.3.0
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
- Bump webpack from 5.63.0 to 5.76.0 by @dependabot in #93
- Bump tough-cookie from 4.1.2 to 4.1.3 by @dependabot in #95
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #97
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #96
New Contributors
- @arontsang made their first contribution in #99
Full Changelog: v7.2.2...v7.3.0
v7.2.2
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
New features
- Feature/json serialization by @arielshulman in #90
Bug fixes
- fix blocks are injected twice by @randrei12 in #91
Other changes
- 2023 modernization by @nbudin in #85
- Bump json5 from 1.0.1 to 1.0.2 by @dependabot in #82
- Bump terser from 5.9.0 to 5.16.5 by @dependabot in #86
- Bump loader-utils from 1.4.1 to 1.4.2 by @dependabot in #79
New Contributors
- @arielshulman made their first contribution in #90
Full Changelog: v7.1.0...v7.2.1
v7.1.0
What's Changed
- Bump loader-utils from 1.4.0 to 1.4.1 by @dependabot in #78
- fix: all parameters required at UseBlocklyProps by @randrei12 in #84
New Contributors
- @randrei12 made their first contribution in #84
Full Changelog: v7.0.1...v7.1.0