Conversation
* fix: Don't open the toolbox when clicking beneath the categories * chore: Add docstring * chore: Add test * chore: Add comment clarifying selection logic
…from being dispatched (#9539) * fix: Fix bug that prevented the first block change event in a flyout from being dispatched * chore: Add test for flyout event listeners
* fix: Display dragged comments and bubbles atop the toolbox * test: Add tests for drag layer behavior
* chore: Update repo URLs in messages * Revert "chore: Update repo URLs in messages" This reverts commit e514c56. * chore: Update repo URLs in base messages
* refactor: Make preconditionFn part of all context menu items * test: Verify separator menu item behavior with precondition functions
* fix: Remove more instances of `AnyDuringMigration` * chore: Fix lint
…nected blocks (#9563) * fix: Fix bug that prevented deleting a variable referenced by two connected blocks * fix: Remove inadvertent .only
* fix: Modernize audio playback * fix: Fix loading on headless/Node
* fix: Don't select shadow blocks on click * test: Verify that clicked shadow blocks do not become selected * chore: Run formatter
* fix: Fix bug that prevented redoing adding empty block comments * test: Add tests for undoing/redoing adding comments * test: Add tests for un/redoing adding non-empty comments
* fix: Add class to shadow blocks in Geras * chore: Remove errant logging
* chore(monorepo): move all blockly files to packages/blockly * chore(monorepo): add root package.json and update gitignores * chore(monorepo): update scripts and github workflows * chore(monorepo): only try the native release for closure compiler chore: add debug info to build script chore: update google-closure-compiler chore: remove debug info
Contributor
|
I'll fix the commitlint workflow in a separate PR |
maribethb
approved these changes
Jan 21, 2026
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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 merges
mainintov13following the conversion to a monorepo.This should be a MERGE COMMIT.