To help deal with breaking changes from this release:
npx @blockly/migrate rename --from <your version> <./path/to/my/files*>npx @blockly/migrate fix-imports --from <your version> <./path/to/my/files*>These commands will automatically modify your files so that they are compatible with version 9. The first command will automatically rename properties that have been renamed. And the second command will add/fix imports for blocks/generators that have been moved.
Some problems may still exist after running the migration scripts, but the majority of them should be fixed!
Most are removing deprecated, unused, or outdated APIs. Each of the PRs listed below has information about what to do if you are affected by the change.
goog.module.declareLegacyNamespace. (#6254)These are changes which deprecate an API but do not remove it. APIs in this category will be removed at a future time. Each of the following PRs should provide guidance on an alternative.
is3dSupported (#6400)core/ (#6220) (4070ffc)object.mixin with Object.assign (#6138) (df41c23)is3dSupported (#6400) (55ea12b)goog.module.declareLegacyNamespace. (#6254) (f947b3f)Full Changelog: blockly-v8.0.5...blockly-v9.0.0
--
You received this message because you are subscribed to the Google Groups "Blockly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/blockly/CAN0w5eabOQDcVDiC5_rKw29igPShycFzUQHxU_at4dhsxXgT3g%40mail.gmail.com.
Full Changelog: blockly-v9.0.0...blockly-v9.0.1