Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
f9fb226
fix: Disable undoing events generated from flyout layout (#9533)
gonfunko Dec 22, 2025
b0dc1de
fix: Don't open the toolbox when clicking beneath the categories (#9535)
gonfunko Dec 23, 2025
93056bc
fix: Fix bug that prevented the first block change event in a flyout …
gonfunko Dec 23, 2025
d331336
fix: Display dragged comments and bubbles atop the toolbox (#9552)
gonfunko Jan 8, 2026
1cee3d1
chore: Disable macOS keyboard experiment CI (#9554)
gonfunko Jan 8, 2026
4978929
chore: Update repo URLs in messages (#9553)
gonfunko Jan 8, 2026
25c6187
refactor: Make `preconditionFn` part of all context menu items (#9558)
gonfunko Jan 9, 2026
9fc05df
fix: Remove more instances of `AnyDuringMigration` (#9562)
gonfunko Jan 12, 2026
5ae74e1
chore: Remove unused scripts (#9561)
gonfunko Jan 12, 2026
52d935c
fix: Fix bug that prevented deleting a variable referenced by two con…
gonfunko Jan 12, 2026
c79273a
fix: Modernize audio playback (#9560)
gonfunko Jan 13, 2026
a4d97c2
fix: collapsed warning propagation across siblings (#9566) (#9567)
goughjo02 Jan 13, 2026
43ea416
fix: Don't select shadow blocks on click (#9538)
gonfunko Jan 13, 2026
eb42882
fix: Fix bug that prevented redoing adding empty block comments (#9568)
gonfunko Jan 13, 2026
8e9b95f
fix: Add class to shadow blocks in Geras (#9564)
gonfunko Jan 20, 2026
7411675
fix: Remove references to deprecated variable-related methods (#9572)
gonfunko Jan 20, 2026
e4b2f0a
fix: Make `MenuItem` methods toggle classes immediately (#9570)
gonfunko Jan 20, 2026
c2cb695
fix: Annotate potentially blocking event listeners with passivity (#9…
gonfunko Jan 20, 2026
6bdfac5
chore: set up blockly to be a monorepo (#9575)
maribethb Jan 20, 2026
9e04ded
Merge branch 'main' into monorepo13
gonfunko Jan 20, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .github/workflows/appengine_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- name: Prepare demo files
# Install all dependencies, then copy all the files needed for demos.
run: |
cd packages/blockly
npm install
npm run prepareDemos

Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/browser_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
# See supported Node.js release schedule at
# https://nodejs.org/en/about/releases/

defaults:
run:
working-directory: ./packages/blockly

steps:
- uses: actions/checkout@v5
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Linux Test Setup
if: runner.os == 'Linux'
run: source ./tests/scripts/setup_linux_env.sh
working-directory: ./packages/blockly

- name: Run
run: npm run test
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/keyboard_plugin_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]

steps:
- name: Checkout core Blockly
Expand Down Expand Up @@ -52,11 +52,11 @@ jobs:
- name: Link latest core main with plugin
run: |
cd core-blockly
cd core-blockly/packages/blockly
npm run package
cd dist
npm link
cd ../../blockly-keyboard-experimentation
cd ../../../../blockly-keyboard-experimentation
npm link blockly
cd ..
Expand Down
37 changes: 0 additions & 37 deletions .github/workflows/tag_module_cleanup.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,3 @@ build-debug.log
*.komodoproject
/nbproject/private/
tsdoc-metadata.json

tests/compile/main_compressed.js
tests/compile/main_compressed.js.map
tests/compile/*compiler*.jar
tests/screenshot/outputs/*
local_build/*compiler*.jar
local_build/local_*_compressed.js
chromedriver
build/
dist/
temp/
171 changes: 0 additions & 171 deletions core/workspace_audio.ts

This file was deleted.

Binary file removed media/click.ogg
Binary file not shown.
Binary file removed media/click.wav
Binary file not shown.
Binary file removed media/delete.ogg
Binary file not shown.
Binary file removed media/delete.wav
Binary file not shown.
Binary file removed media/disconnect.ogg
Binary file not shown.
Binary file removed media/disconnect.wav
Binary file not shown.
Loading
Loading