This repository was archived by the owner on Aug 27, 2024. It is now read-only.
Open
Conversation
10e8719 to
26d21cd
Compare
6516c27 to
6b76ee0
Compare
8068474 to
be83112
Compare
490d642 to
5a85473
Compare
45b21a7 to
5ea9fd5
Compare
a033b32 to
b6ef343
Compare
c9b56d1 to
851a0c6
Compare
96ad05c to
1d33f24
Compare
50bb472 to
aaf3531
Compare
fe37bdb to
dd9f75c
Compare
dd9f75c to
b739731
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
9.3.3->11.1.1Release Notes
google/blockly (blockly)
v11.1.1Compare Source
What's Changed
Bug Fixes
Full Changelog: RaspberryPiFoundation/blockly@blockly-v11.1.0...blockly-v11.1.1
v11.1.0Compare Source
What's Changed
New features ✨
Bug fixes 🐛
Reverted changes ⎌
Other changes
New Contributors
Full Changelog: RaspberryPiFoundation/blockly@blockly-v11.0.0...blockly-v11.1.0
v11.0.0Compare Source
Blockly v11 is here and it includes many new features and bug fixes!
For the full list of breaking changes, see the release notes below. You can click on each PR to learn why it's a breaking change, how to tell if you will be affected by it, and what to do if you are. There are a few major changes to be aware of:
exportsclause to explicitly declare what you can import from our package.import 'blockly/core/some/file/name.js', which has never been supported by Blockly but may have been made possible by your build tools.importstatements in JS.import Blockly from 'blockly/core'has never been supported by Blockly, but your build tool may have "helpfully" made this work previously. Due to this change, your build tooling may no longer behave that way.import * as Blockly from 'blockly/core'instead, as described in our documentation.<script type="module">in HTML files is not yet a supported method to load Blockly.statementToCodeorvalueToCodeon inputs that don't exist will now throw an error instead of returning an empty string.This release also comes with many new features and bug fixes! A few notable ones include:
What's Changed
Breaking changes 🛠
exportssection inpackage.jsonby @cpcallen in https://github.com/google/blockly/pull/7822New features ✨
IDraggerandIDraggableinterfaces by @cpcallen in https://github.com/google/blockly/pull/7953Dragger, implementingIDraggerby @cpcallen in https://github.com/google/blockly/pull/7956Bug fixes 🐛
scrub_publicby @cpcallen in https://github.com/google/blockly/pull/7940typings/msg/msg.d.ts; add TS import test by @cpcallen in https://github.com/google/blockly/pull/7955toFlyoutDatatotoFlyoutInfo) by @BeksOmega in https://github.com/google/blockly/pull/8015Cleanup ♻️
New Contributors
Full Changelog: RaspberryPiFoundation/blockly@blockly-v10.4.3...blockly-v11.0.0
v10.4.3Compare Source
What's Changed
Other changes
Full Changelog: RaspberryPiFoundation/blockly@blockly-v10.4.2...blockly-v10.4.3
v10.4.2Compare Source
This is a patch release that addresses minor issues with dragging that were introduced in v10.4.0.
What's Changed
Bug fixes 🐛
Full Changelog: RaspberryPiFoundation/blockly@blockly-v10.4.1...blockly-v10.4.2
v10.4.1Compare Source
What's Changed
Bug Fixes
Other changes
Full Changelog: RaspberryPiFoundation/blockly@blockly-v10.4.0...blockly-v10.4.1
v10.4.0Compare Source
Blockly v10.4.0
JavascriptGenerator(and similiar for other languages) class in TypeScript, complete with its accurate typings. We were not previously exporting this class in our TS definition files, so it wasn't accessible from TS code at all. Do note that we are still exporting the instance of those classes (javascriptGeneratorand friends) typed asanyso as not to introduce breaking type changes. You'll get accurate typings for the instances as well coming in v11!What's Changed
New features ✨
Bug fixes 🐛
New Contributors
Full Changelog: RaspberryPiFoundation/blockly@blockly-v10.3.1...blockly-v10.4.0
v10.3.1Compare Source
What's Changed
Bug fixes 🐛
Full Changelog: RaspberryPiFoundation/blockly@blockly-v10.3.0...blockly-v10.3.1
v10.3.0Compare Source
What's Changed
New features ✨
Bug fixes 🐛
forBlockby @cpcallen in https://github.com/google/blockly/pull/7555Cleanup ♻️
Reverted changes ⎌
Other changes
New Contributors
Full Changelog: RaspberryPiFoundation/blockly@blockly-v10.2.2...blockly-v10.3.0
v10.2.2Compare Source
What's Changed
Other changes
Full Changelog: RaspberryPiFoundation/blockly@blockly-v10.2.1...blockly-v10.2.2
v10.2.1Compare Source
What's Changed
Other changes
Full Changelog: RaspberryPiFoundation/blockly@blockly-v10.2.0...blockly-v10.2.1
v10.2.0Compare Source
[These notes were drafted on 23 September 2023 and v10.2.0 was published on 28 September 2023, but due to an oversight these release notes were not published at that time.]
What's Changed
This was a minor release!
Deprecations 🧹 - APIs that may be removed in future releases
New features ✨
Bug fixes 🐛
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.