Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
d2eee10
chore: Make eslint-config package private. (#2470)
gonfunko Dec 3, 2024
2d4d03f
Publish
github-actions[bot] Dec 3, 2024
eecfccd
fix: Update screenshot plugin for compatibility with CSS vars. (#2472)
johnnesky Dec 14, 2024
243cbee
Publish
github-actions[bot] Dec 19, 2024
5945e7c
fix: Fix bug that prevented keyboard navigation of color swatches. (#…
gonfunko Jan 21, 2025
bb8904e
Publish
github-actions[bot] Jan 23, 2025
fed7ee0
feat: Added button to Advanced Playground to import state. (#2483)
johnnesky Feb 7, 2025
986618f
Publish
github-actions[bot] Feb 13, 2025
b216e9e
fix: update content highlight when undoing the deletion of blocks. (#…
johnnesky Feb 13, 2025
8f49844
fix(codelabs): Update custom generator codelab to use CodeGenerator
mmvarma-pro Feb 15, 2025
e3057fc
Publish
github-actions[bot] Feb 20, 2025
c105002
fix: #2463 update event handling for field-bitmap to support touch
RoboErikG Feb 20, 2025
bef0219
Cleanup of pointer changes to the bitmap field
RoboErikG Feb 21, 2025
54b66ef
clean up comments
RoboErikG Feb 21, 2025
82d5a48
Prettier format cleanup
RoboErikG Feb 21, 2025
e181918
Merge pull request #2489 from mmvarma-pro/master
RoboErikG Feb 21, 2025
a37225a
fix: Mitigate shareable procedure flyout bug.
johnnesky Feb 22, 2025
909de8f
Merge pull request #2493 from johnnesky/nesky_shareable_procedure
RoboErikG Feb 24, 2025
73e8819
Merge pull request #2492 from RoboErikG/bitmap-touch
RoboErikG Feb 24, 2025
5e28520
Publish
github-actions[bot] Feb 27, 2025
369c0cc
Change import.txt to import.js
RoboErikG Mar 5, 2025
53c6ef2
Add blockly import migration and rename manual test files to .js
RoboErikG Mar 5, 2025
9088b94
Fix: Migrate Blockly import to use * as Blockly
RoboErikG Mar 5, 2025
416c0fa
Merge branch 'google:master' into master
RoboErikG Mar 5, 2025
ce253e2
Linter cleanup
RoboErikG Mar 5, 2025
80e49fb
Merge branch 'master' of https://github.com/RoboErikG/blockly-samples
RoboErikG Mar 5, 2025
c63173d
disable linting for test files
RoboErikG Mar 5, 2025
abadea5
Exclude manual test files from eslint
RoboErikG Mar 5, 2025
14b6855
Fix: Add a migration step for importing Blockly correctly
RoboErikG Mar 10, 2025
bf5ae0a
Publish
github-actions[bot] Mar 13, 2025
e8d4a87
fix: Don't call blur() when mouse leaves the colour picker. (#2499)
gonfunko Mar 25, 2025
c13fd38
Publish
github-actions[bot] Mar 27, 2025
049bfd3
chore: Remove the obsolete keyboard navigation codelab. (#2501)
gonfunko Apr 25, 2025
c75ead2
fix: Fix auto-assignment workflow. (#2505)
BenHenning May 7, 2025
f5a577b
fix: Add `getClass()` to `FieldColour`. (#2506)
gonfunko May 7, 2025
faec563
Publish
github-actions[bot] May 8, 2025
04abb7b
fix!: Delete old keyboard-navigation plugin (#2508)
cpcallen May 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .github/workflows/assign_reviewers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ on:
jobs:
requested-reviewer:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- name: Assign requested reviewer
uses: actions/github-script@v5
uses: actions/github-script@v7
with:
script: |
try {
Expand Down
2 changes: 1 addition & 1 deletion codelabs/custom_generator/custom_generator.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ A custom language generator is simply an instance of `Blockly.Generator`. Create
```js
import * as Blockly from 'blockly';

export const jsonGenerator = new Blockly.Generator('JSON');
export const jsonGenerator = new Blockly.CodeGenerator('JSON');
```

### Generate code
Expand Down
Binary file removed codelabs/keyboard_navigation/AST.png
Binary file not shown.
Binary file removed codelabs/keyboard_navigation/block_terms.png
Binary file not shown.
Binary file removed codelabs/keyboard_navigation/flashing_cursor.gif
Binary file not shown.
Loading
Loading