release: Merge `rc/v12.3.0` into `master`. by gonfunko · Pull Request #9335 · RaspberryPiFoundation/blockly

and others added 30 commits

July 9, 2025 17:04
release: merge master into develop after v12.2.0
Merge pull request #9225 from google/master
)

* refactor: Update `TextInputBubble` to use `CommentEditor` for text editing.

* feat: Designate `Bubble` as implementing `IFocusableNode`.

* feat: Dismiss focused bubbles on Escape.

* feat: Add support for keyboard navigation to block comments.

* fix: Scroll comment editors rather than zooming the workspace.

* chore: Add param to docstring.
This fixes the the toolbox categories tests except for dragging out the four
empty statement blocks, which is fixed by RaspberryPiFoundation/blockly-samples#2580

Once the latest version of samples is published the toolbox suite can be
re-enabled.
* fix: Focus the first element in flyouts.

* refactor: Adjust retrieval of flyout elements.
fix: Fix toolbox categories tests
* chore: Add tests for toolbox/flyout/focus autoclose behavior.

* fix: Don't force-close non-autoclosing flyouts.
* chore: pin api-documenter to a version that uses markdown tables

* chore: fix docs generation errors

* chore: update patch for api-documenter
…blockly/theme-modern-7.0.1

chore(deps): bump @blockly/theme-modern from 6.0.10 to 7.0.1
…eslint-plugin-jsdoc-52.0.2

chore(deps): bump eslint-plugin-jsdoc from 51.3.1 to 52.0.2
…concurrently-9.2.0

chore(deps): bump concurrently from 9.1.2 to 9.2.0
* fix: dont add comments to full block fields

* chore: remove some nonnull assertions

@RoboErikG

@RoboErikG

fix: Update dependencies and schedule browser tests to run weekly on Mondays

@dependabot

…p/actions/first-interaction-3

chore(deps): bump actions/first-interaction from 2 to 3

@gonfunko

@gonfunko

@maribethb @gonfunko

@dependabot @gonfunko

* fix: Fix positioning of pasted blocks in RTL.

* fix: Clean up after temporarily making the workspace RTL.

* fix: Remove .only.

* fix: Fix positioning of pasted comments in RTL.

* fix: Fix positioning of text preview on collapsed comments in RTL.
* chore: Replace @yields with @returns.

* fix: Update the ESLint config to not require @yields.

* chore: Move docs onto getters.

@gonfunko

* fix: Correct the alignment of narrow text in input fields.

* chore: Clarify purpose of first argument to positionTextElement_().
…as shown. (#9291)

* fix: Fix bug that caused inadvertent scrolling when the `WidgetDiv` was shown.

* chore: Add test to verify that displaying the context menu does not scroll the page.

* chore: Clarify comments.

* fix: Remove errant `.only`.

* chore: Add test to verify that actively focusing a node does not scroll the page.

* fix: Remove inadvertent `.only`.

@dependabot @gonfunko

@nianxy @gonfunko

@dependabot @gonfunko

@gonfunko

@dependabot @gonfunko

@dependabot @gonfunko

Node.js v24 has now been released, so add it to our build matrix.

Node v18 is no longer in LTS but we want to continue to test on
it until it is removed from package.json engines.
…9332)

* chore: Add puppeteer-core as a dev dependency.

* fix: Make mocha tests run in a fake-focused window.

* fix: Make `test:mocha:interactive` use the same gulp codepath as `test`.

@gonfunko

…s into bounds. (#9288)

* refactor: Make focusable elements responsible for scrolling themselves into bounds.

* chore: Add tests for scrolling focused elements into view.

* fix: Removed inadvertent `.only`.

* fix: Scroll parent block of connections into bounds on focus.

@gonfunko

rachel-fenichel