Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
139 commits
Select commit Hold shift + click to select a range
547bf23
chore: Merge master back into develop following v11.1.0 release
BeksOmega May 30, 2024
5881ce3
fix: change which element keydown is bound to from document to inject…
mark-friedman May 31, 2024
af907bf
chore(deps): bump @microsoft/api-documenter from 7.23.14 to 7.25.2 (#…
dependabot[bot] Jun 3, 2024
c94d8c2
chore(deps): bump webdriverio from 8.32.2 to 8.38.2 (#8195)
dependabot[bot] Jun 6, 2024
dc91c3a
fix: c-blocks disappearing (#8203)
BeksOmega Jun 11, 2024
5a9a31a
feat(scripts): Create script to help with CJS -> ESM migration (#8197)
cpcallen Jun 12, 2024
5e2c7ca
chore(deps): bump glob from 10.3.10 to 10.4.1 (#8199)
dependabot[bot] Jun 13, 2024
e455a94
chore(deps): bump @typescript-eslint/eslint-plugin from 7.3.1 to 7.12…
dependabot[bot] Jun 13, 2024
24fe13f
fix: only initSvg on rendered blocks (#8215)
maribethb Jun 13, 2024
3fa46f4
chore: tsdoc for generator exceptions (#8214)
maribethb Jun 14, 2024
bfb5b1d
chore(deps): Bump chai from 4.3.10 to 5.1.1 (#8092)
dependabot[bot] Jun 17, 2024
ed7eed9
chore(deps): bump @microsoft/api-extractor from 7.43.0 to 7.47.0 (#8219)
dependabot[bot] Jun 17, 2024
5f1dea0
Merge pull request #8224 from google/master
cpcallen Jun 21, 2024
d1c8e3e
chore(build): Cleanup npm scripts, tsc includes (#8226)
cpcallen Jun 21, 2024
be268e3
chore(deps): bump rimraf from 5.0.5 to 5.0.7 (#8228)
dependabot[bot] Jun 24, 2024
9a0619a
fix: Drag and Resize events for workspace comments (#8217)
johnnesky Jun 26, 2024
e76daa5
feat: add legacy warning to block factory (#8234)
maribethb Jun 28, 2024
659aae4
chore(deps): bump eslint-plugin-jsdoc from 48.0.2 to 48.3.0 (#8229)
dependabot[bot] Jun 28, 2024
54d4e55
chore(deps): bump jsdom from 23.0.0 to 24.1.0 (#8220)
dependabot[bot] Jun 28, 2024
9b0d5aa
chore(deps): Bump google-github-actions/deploy-appengine (#8066)
dependabot[bot] Jun 28, 2024
ef80be1
chore(deps): Bump @microsoft/api-documenter from 7.25.2 to 7.25.4 (#8…
dependabot[bot] Jul 1, 2024
ac6dd79
chore(deps): Bump eslint-plugin-jsdoc from 48.3.0 to 48.5.0 (#8235)
dependabot[bot] Jul 1, 2024
36b9d68
chore(deps): Bump webdriverio from 8.38.2 to 8.39.0 (#8237)
dependabot[bot] Jul 1, 2024
e01154c
chore(deps): bump the npm_and_yarn group across 1 directory with 7 up…
dependabot[bot] Jul 1, 2024
21a73c4
fix: correctly report the pre-resize-drag size to workspace comment s…
gonfunko Jul 2, 2024
a6361fb
chore: make getEventWorkspace_() public (#8241)
gonfunko Jul 2, 2024
bc52d65
fix(deps): Revert "chore(deps): bump the npm_and_yarn group across 1 …
cpcallen Jul 8, 2024
a834e02
test(CI): Add node.js v22.x to build matrix (#8247)
cpcallen Jul 8, 2024
293bb7c
chore(deps): bump prettier from 3.2.5 to 3.3.2 (#8250)
dependabot[bot] Jul 8, 2024
be87eb7
test(CI): Have GitHub use npm ci instead of npm install (#8245)
cpcallen Jul 9, 2024
17dfa46
chore(deps): bump google-closure-compiler (#8251)
dependabot[bot] Jul 9, 2024
8323642
fix: export the layer constants. (#8256)
gonfunko Jul 9, 2024
fa15cda
feat: allow fetching block bounds not including children. (#8284)
gonfunko Jul 10, 2024
0e85c71
chore(deps): bump @typescript-eslint/eslint-plugin from 7.12.0 to 7.1…
dependabot[bot] Jul 10, 2024
b0169ab
fix: use the correct with in getBoundingRectangleWithoutChildren().
gonfunko Jul 10, 2024
f8025a1
Merge pull request #8298 from gonfunko/width-fix
gonfunko Jul 10, 2024
baadb52
chore(deps): bump typescript from 5.4.3 to 5.5.3 (#8239)
dependabot[bot] Jul 13, 2024
e634b51
chore(deps): bump mocha from 10.2.0 to 10.6.0 (#8364)
dependabot[bot] Jul 15, 2024
4cdca28
fix: added id to rendered ws comments; made getCommentById public; ad…
changminbark Jul 16, 2024
71f094b
chore(deps): Enable `legacy-peer-deps`, update `@blockly/` plugins (#…
cpcallen Jul 17, 2024
1e3d3fd
chore: Pin node.js v22 to v22.4.1 in CI (#8393)
cpcallen Jul 18, 2024
8cad97a
chore(deps): bump @hyperjump/json-schema from 1.6.7 to 1.9.3 (#8363)
dependabot[bot] Jul 19, 2024
1276c83
chore(deps): bump @microsoft/api-documenter from 7.25.4 to 7.25.7
dependabot[bot] Jul 22, 2024
5cd3188
chore(deps): bump @typescript-eslint/eslint-plugin from 7.16.0 to 7.1…
dependabot[bot] Jul 22, 2024
40c6d9c
fix: Enable blocks if user can't manually enable them. (#8354)
johnnesky Jul 22, 2024
625369c
chore(deps): bump rimraf from 5.0.7 to 5.0.9 (#8409)
dependabot[bot] Jul 22, 2024
47c9750
Merge pull request #8408 from google/dependabot/npm_and_yarn/develop/…
BeksOmega Jul 22, 2024
505f28f
Revert "chore: Pin node.js v22 to v22.4.1 in CI (#8393)" (#8398)
BeksOmega Jul 23, 2024
ebb56b2
docs(blocks): `block.ts` and `blocks/*` JSDoc / formatting / etc. cle…
cpcallen Jul 25, 2024
504de6a
fix: drag strategy only clear group id set by us (#8355)
HollowMan6 Jul 25, 2024
ee4a9dd
chore(deps): bump prettier from 3.3.2 to 3.3.3 (#8410)
dependabot[bot] Jul 26, 2024
1d8e318
chore(deps): bump @typescript-eslint/parser from 7.16.1 to 7.17.0 (#8…
dependabot[bot] Jul 29, 2024
0f74186
chore(deps): bump @typescript-eslint/eslint-plugin from 7.16.1 to 7.1…
dependabot[bot] Jul 29, 2024
e2310a4
fix: Codify component weights with toolbox in front of flyouts. (#8432)
johnnesky Jul 29, 2024
612b8c8
chore(deps): bump jsdom from 24.1.0 to 24.1.1 (#8444)
dependabot[bot] Jul 30, 2024
f020b54
fix: bring comments and bubbles to the front on click (#8451)
UCYT5040 Aug 2, 2024
159c5c4
chore(deps): bump rimraf from 5.0.9 to 5.0.10 (#8461)
dependabot[bot] Aug 5, 2024
cd31edb
fix: Update dev-tools and remove toolbox category tests Colour and An…
johnnesky Aug 5, 2024
23e9011
feat: expose `bringToFront()` method (#8472)
UCYT5040 Aug 7, 2024
cf5a3c0
chore(deps): bump @microsoft/api-documenter from 7.25.7 to 7.25.10 (#…
dependabot[bot] Aug 7, 2024
6b3f9a6
fix(touch): prevent infinite loop on multi-touch drag (#8470)
AbhinavKRN Aug 8, 2024
8fa216c
chore(deps): bump gulp from 4.0.2 to 5.0.0 (#8463)
dependabot[bot] Aug 9, 2024
f4731f2
chore(deps): bump @hyperjump/json-schema from 1.9.3 to 1.9.6 (#8482)
dependabot[bot] Aug 12, 2024
7ca8460
chore(deps): bump google-github-actions/deploy-appengine (#8483)
dependabot[bot] Aug 12, 2024
c0c365a
chore(deps): bump the npm_and_yarn group across 1 directory with 4 up…
dependabot[bot] Aug 12, 2024
f57ef73
chore(deps): bump @typescript-eslint/eslint-plugin from 7.17.0 to 8.0…
dependabot[bot] Aug 14, 2024
ec8f9c8
chore: removed the whole Drag category from the browser test (#8478)
abhinavjha0239 Aug 14, 2024
ce22f42
chore: Organise imports (#8527)
cpcallen Aug 15, 2024
17e4f1c
Fix: let workspace comment have delete cursor over trash. (#8477)
johnnesky Aug 15, 2024
806f8f9
chore(deps): bump typescript from 5.5.3 to 5.5.4 (#8535)
dependabot[bot] Aug 19, 2024
7ccdcc5
refactor(events): introduce `EventType` enum in separate module (#8530)
cpcallen Aug 20, 2024
bde216d
refactor(events): Don't filter events before undo (#8537)
cpcallen Aug 20, 2024
032b5ed
refactor(events): Introduce and use event type predicates (#8538)
cpcallen Aug 20, 2024
9445adf
chore(deps): bump mocha from 10.6.0 to 10.7.3 (#8481)
dependabot[bot] Aug 21, 2024
3a3e83f
Fix workspace clean up not considering immovables.
BenHenning Aug 21, 2024
ca42a4b
Merge branch 'develop' into ensure-immovable-blocks-are-considered-du…
BenHenning Aug 21, 2024
0413021
Auto-fix formatting issues to address CI failure.
BenHenning Aug 21, 2024
348a5b3
Addressed self-review comment.
BenHenning Aug 22, 2024
095f29e
fix: Detect if deleting shadow block affects selection highlight (#8533)
johnnesky Aug 26, 2024
07da975
chore(deps): bump @typescript-eslint/parser from 8.1.0 to 8.2.0 (#8552)
dependabot[bot] Aug 26, 2024
a7afda8
fix(events): Simplify `filter` function, add new `enqueueEvent` funct…
cpcallen Aug 29, 2024
724828f
refactor: Use arrow functions when calling Array.prototype.filter (#8…
cpcallen Aug 30, 2024
2409123
refactor: Omit unused exception arguments from catch blocks (#8559)
cpcallen Sep 3, 2024
074a549
chore(deps): bump @blockly/dev-tools from 8.0.6 to 8.0.9 (#8562)
dependabot[bot] Sep 3, 2024
4d0fd5d
fix(comments): added workspace comments and comment drag strategy isD…
changminbark Sep 3, 2024
0c29d88
chore(deps): bump jsdom from 24.1.1 to 25.0.0 (#8553)
dependabot[bot] Sep 3, 2024
d10c564
chore(deps): bump webdriverio from 8.39.0 to 9.0.7 (#8561)
dependabot[bot] Sep 3, 2024
0a6596c
feat: mark some marker_svg properties protected instead of private (#…
rachel-fenichel Sep 3, 2024
fbafda3
Merge branch 'develop' into ensure-immovable-blocks-are-considered-du…
BenHenning Sep 3, 2024
05795a0
Rename 'tidyUp' back to 'cleanUp'.
BenHenning Sep 3, 2024
812d23b
release: Merge branch 'develop' into rc/v11.2.0
rachel-fenichel Sep 4, 2024
63158b6
release: Update version number to 11.2.0-beta.0
rachel-fenichel Sep 4, 2024
6acc583
Merge pull request #8550 from BenHenning/ensure-immovable-blocks-are-…
BenHenning Sep 5, 2024
483f8fb
chore(deps): bump @typescript-eslint/eslint-plugin from 8.1.0 to 8.4.…
dependabot[bot] Sep 9, 2024
8211c1a
chore(deps): bump @hyperjump/browser from 1.1.4 to 1.1.6 (#8569)
dependabot[bot] Sep 13, 2024
561b418
fix: Factor out workspace drag methods into utils. (#8566)
johnnesky Sep 13, 2024
de6982a
chore(deps): bump @microsoft/api-documenter from 7.25.10 to 7.25.14 (…
dependabot[bot] Sep 16, 2024
73416d4
chore(deps): bump @typescript-eslint/parser from 8.2.0 to 8.5.0 (#8577)
dependabot[bot] Sep 16, 2024
51f6dab
fix: Simplify list and text WHERE validation (#8575)
johnnesky Sep 20, 2024
bc2b142
chore(deps): bump @blockly/theme-modern from 6.0.3 to 6.0.7 (#8583)
dependabot[bot] Sep 23, 2024
8d44a4d
fix: Group field validator changes with field value changes. (#8589)
johnnesky Sep 24, 2024
e5a2e62
chore(deps): bump @typescript-eslint/eslint-plugin from 8.4.0 to 8.6.…
dependabot[bot] Sep 25, 2024
f7a2c4d
chore(deps): bump webdriverio from 9.0.7 to 9.0.9 (#8582)
dependabot[bot] Sep 25, 2024
5fd337b
chore(deps): bump concurrently from 8.2.2 to 9.0.1 (#8602)
dependabot[bot] Sep 30, 2024
9b3603a
fix: Let block factory overwrite user defined blocks. (#8605)
johnnesky Oct 2, 2024
9cd58e3
refactor(shortcuts): Improve shortcut registry documentation & style …
cpcallen Oct 2, 2024
c8c4684
chore(deps): bump @hyperjump/json-schema from 1.9.6 to 1.9.8 (#8603)
dependabot[bot] Oct 2, 2024
51c5809
chore(deps): bump @typescript-eslint/parser from 8.5.0 to 8.8.1 (#8620)
dependabot[bot] Oct 14, 2024
4a0b26f
chore(deps): bump jsdom from 25.0.0 to 25.0.1 (#8604)
dependabot[bot] Oct 15, 2024
60da7d8
chore(deps): bump @microsoft/api-extractor from 7.47.0 to 7.47.9 (#8612)
dependabot[bot] Oct 15, 2024
edc8473
chore(deps): bump typescript from 5.5.4 to 5.6.3 (#8623)
dependabot[bot] Oct 21, 2024
437f6a3
fix: bump initiator group in an orthogonal direction from neighboring…
johnnesky Oct 25, 2024
1d25903
chore(deps): bump @typescript-eslint/parser from 8.8.1 to 8.11.0 (#8629)
dependabot[bot] Oct 28, 2024
6a67400
fix: clear touch identifier on comment icon down (#8627)
riknoll Oct 28, 2024
0d88280
chore(deps): bump @microsoft/api-extractor from 7.47.9 to 7.47.11 (#8…
dependabot[bot] Nov 1, 2024
d053008
chore(deps): bump google-github-actions/deploy-appengine (#8630)
dependabot[bot] Nov 1, 2024
aedcfd6
fix: Use a readonly textarea for non-editable comments. (#8632)
gonfunko Nov 4, 2024
3c91b30
chore(deps): bump eslint-plugin-jsdoc from 48.5.0 to 50.4.3 (#8641)
dependabot[bot] Nov 7, 2024
f1cbaab
refactor: Move functions into FieldDropdown. (#8634)
gonfunko Nov 8, 2024
378d5a9
chore(deps): bump chai from 5.1.1 to 5.1.2 (#8651)
dependabot[bot] Nov 11, 2024
9a7de53
fix: Fix crash when resizing page while editing a field. (#8646)
gonfunko Nov 11, 2024
84de76f
release: Merge branch 'develop' into rc/v11.2.0
gonfunko Nov 11, 2024
22c879f
release: Update version number to 11.2.0-beta.1
gonfunko Nov 11, 2024
34b0b52
chore(deps): bump @typescript-eslint/eslint-plugin from 8.6.0 to 8.14…
dependabot[bot] Nov 18, 2024
b73d615
fix: Fix bug that caused comments to be incorrectly positioned. (#8668)
gonfunko Nov 21, 2024
6f3f884
chore(deps): bump @typescript-eslint/parser from 8.11.0 to 8.15.0 (#8…
dependabot[bot] Nov 25, 2024
61bbd7d
chore: Remove underscores from private fields. (#8682)
gonfunko Dec 2, 2024
5870c66
chore: Migrate ESLint configuration file to new flat format. (#8675)
gonfunko Dec 3, 2024
cd1e540
fix: Disable newly created function call blocks when the correspondin…
gonfunko Dec 3, 2024
24ab50d
fix: Fix bug that caused text to be selected when long-pressing in th…
gonfunko Dec 3, 2024
09bdd39
chore(deps): bump eslint from 8.57.0 to 9.16.0 (#8680)
dependabot[bot] Dec 3, 2024
43ebf20
chore: Remove CSS targeting multiline input field. (#8684)
gonfunko Dec 3, 2024
6118ffe
chore: Remove obsolete workaround for resize events on iPads. (#8669)
gonfunko Dec 3, 2024
eb79f66
fix: typo in comment (#8685)
winnchen Dec 4, 2024
7219800
fix: workspace shifts when deleting a block (#8666)
mateusslezinsky Dec 4, 2024
4680b4b
test: Disable failing tests (#8677)
cpcallen Dec 4, 2024
e45aa22
release: Merge branch 'develop' into rc/v11.2.0
gonfunko Dec 4, 2024
0104166
release: Update version number to 11.2.0-beta.2
gonfunko Dec 4, 2024
6774dd8
release: Update version number to 11.2.0
gonfunko Dec 17, 2024
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
  •  
  •  
  •  
28 changes: 0 additions & 28 deletions .eslintignore

This file was deleted.

187 changes: 0 additions & 187 deletions .eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/appengine_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
path: _deploy/

- name: Deploy to App Engine
uses: google-github-actions/deploy-appengine@v2.1.0
uses: google-github-actions/deploy-appengine@v2.1.4
# For parameters see:
# https://github.com/google-github-actions/deploy-appengine#inputs
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# TODO (#2114): re-enable osx build.
# os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
node-version: [18.x, 20.x]
node-version: [18.x, 20.x, 22.x]
# See supported Node.js release schedule at
# https://nodejs.org/en/about/releases/

Expand All @@ -37,8 +37,8 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Npm Install
run: npm install
- name: Npm Clean Install
run: npm ci

- name: Linux Test Setup
if: runner.os == 'Linux'
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
registry=https://registry.npmjs.org/
legacy-peer-deps=true
2 changes: 2 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ module.exports = {
bracketSpacing: false,
// Put HTML tag closing brackets on same line as last attribute.
bracketSameLine: true,
// Organise imports using a plugin.
'plugins': ['prettier-plugin-organize-imports'],
};
2 changes: 1 addition & 1 deletion appengine/blockly_compressed.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ var msg = 'Compiled Blockly files should be loaded from https://unpkg.com/blockl
console.log(msg);
try {
alert(msg);
} catch (_e) {
} catch {
// Can't alert? Probably node.js.
}
2 changes: 1 addition & 1 deletion blocks/blocks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

// Former goog.module ID: Blockly.libraryBlocks

import type {BlockDefinition} from '../core/blocks.js';
import * as lists from './lists.js';
import * as logic from './logic.js';
import * as loops from './loops.js';
Expand All @@ -14,7 +15,6 @@ import * as procedures from './procedures.js';
import * as texts from './text.js';
import * as variables from './variables.js';
import * as variablesDynamic from './variables_dynamic.js';
import type {BlockDefinition} from '../core/blocks.js';

export {
lists,
Expand Down
Loading
Loading