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