diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 32ac6588bfd..928566934bf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "8.0.0" + ".": "9.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cbe1c7ee290..53c156ef880 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,201 @@ # Changelog +## [9.0.0](https://github.com/rachel-fenichel/blockly/compare/blockly-v8.0.0...blockly-v9.0.0) (2022-10-14) + + +### ⚠ BREAKING CHANGES + +* Update deprecations for the new release. (#6470) +* remove unused functions in style.ts (#6386) +* Removed backwards compatibility for getDeveloperVars(). (#6385) +* remove checks for IE and EdgeHTML in core (#6336) +* allow blocks to receive their own delete events (#6337) +* **build:** compile to ES2015 instead of ES5 (#6335) +* Move backwards-compatibility hacks to main.js (#6260) +* Remove remaining use of `goog.module.declareLegacyNamespace`. (#6254) +* properly add the removal of utils.global to the renamings file. (#6204) +* fix or silence type errors (#6105) +* change paste to return the pasted thing to support keyboard nav (#5996) +* **blocks:** (only) because the exports object from the `blocks_compressed.js` chunk will be accessed as `Blockly.libraryBlocks` instead of `Blockly.blocks.all` when the chunk is loaded in a browser via a `