-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/vrwn 5712 update blockly from goolge blockly q3 2022 #110
Feature/vrwn 5712 update blockly from goolge blockly q3 2022 #110
Commits on Nov 30, 2021
-
chore(build): Update compiler & linter input language to ES2020 (goog…
…le#5745) Also: - Ensure that the `comma-dangle` rule will not be applied to function parameter lists (even when multi-line). - Update tests/node/.eslintrc.json to make the environment node-specific and not pinned to es6.
Configuration menu - View commit details
-
Copy full SHA for 3e98781 - Browse repository at this point
Copy the full SHA 3e98781View commit details -
refactor: Migrate
blocks/procedures.js
to goog.module syntax (googl……e#5736) * Migrate blocks/procedures.js to goog.module * Migrate blocks/procedures.js named requires * clang-format blocks/procedures.js * chore: Factor common methods out of block definitions Addressing comments on PR google#5736.
Configuration menu - View commit details
-
Copy full SHA for b21130a - Browse repository at this point
Copy the full SHA b21130aView commit details -
refactor: Migrate
blocks/lists.js
togoog.module
syntax (google#5746Configuration menu - View commit details
-
Copy full SHA for 1a99238 - Browse repository at this point
Copy the full SHA 1a99238View commit details -
chore: fix missing requires in generators (google#5744)
* chore: fix some missing requires in generators * chore: fix missing requires in dart block generators * chore: replace Blockly.isNumber with Blockly.utils.string.isNumber in generators * chore: fix more missing requires in block generators
Configuration menu - View commit details
-
Copy full SHA for 4db047f - Browse repository at this point
Copy the full SHA 4db047fView commit details -
feat: clarify variable and procedure constants (google#5743)
* chore: move dynamic category names into their respective files * feat: create NameType enum on Names * chore: use NameType enum for Names helper functions * docs: update comments for category names
Configuration menu - View commit details
-
Copy full SHA for 8ef0b20 - Browse repository at this point
Copy the full SHA 8ef0b20View commit details -
refactor: Migrate
blocks/logic.js
togoog.module
syntax (google#5748Configuration menu - View commit details
-
Copy full SHA for 2ca6740 - Browse repository at this point
Copy the full SHA 2ca6740View commit details -
fix: Prevent error when maxTrashcanContents is 0 (google#5739)
* fix: Prevent error when maxTrashcanContents is 0 Resolves google#5729. * Eliminate ’smart’ quotes.
Configuration menu - View commit details
-
Copy full SHA for 341dba5 - Browse repository at this point
Copy the full SHA 341dba5View commit details -
refactor: migrate
generators/dart.js
togoog.module
syntax (googl……e#5749) * chore: migrate generators/dart.js to goog.module * chore: migrate generators/dart.js to named requires * chore: Update generators/dart.js to alphabetize imports Co-authored-by: Christopher Allen <cpcallen+github@gmail.com> Co-authored-by: Christopher Allen <cpcallen+github@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for af2bf58 - Browse repository at this point
Copy the full SHA af2bf58View commit details -
chore: revert google#5730 (google#5740)
* chore: revert google#5730 * fix: Fix compile failure due to incorrect visibility The CONTROL_FLOW_IN_LOOP_CHECK_MIXIN is intended to be used outside of blocks/ (it is, in particular, used in generators/) so it should have been marked @public from the beginning.
Configuration menu - View commit details
-
Copy full SHA for 780198e - Browse repository at this point
Copy the full SHA 780198eView commit details -
refactor: convert some js block generators to goog.module (google#5750)
* chore: migrate generators/javascript/text.js to goog.module * chore: convert generators/javascript/text.js to named requires * refactor: convert generators/javascript/variables.js to goog.module * refactor: convert generators/javascript/variables_dynamic to goog.module
Configuration menu - View commit details
-
Copy full SHA for 874bbc1 - Browse repository at this point
Copy the full SHA 874bbc1View commit details -
refactor: Migrate
blocks/loops.js
togoog.module
syntax (google#5755) * refactor: Turn .getSurroundLoop into a (Block) method This considerably simplifies the code in the genrators, obviating the need for generators to import Blockly.Constants.Loops, and allowing the compiler to remove blocks/loops.js from the first (Blockly) chunk of the compilation. (The latter could and should have been arranged by making the generator chunks depend on the blocks chunk, but that is no longer necessary.) * refactor: Migrate blocks/loops.js to goog.module * refactor: Migrate blocks/loops.js named requires * chore: clang-format blocks/loops.js
Configuration menu - View commit details
-
Copy full SHA for 208d200 - Browse repository at this point
Copy the full SHA 208d200View commit details
Commits on Dec 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 47c8210 - Browse repository at this point
Copy the full SHA 47c8210View commit details -
refactor: convert generators/javascript/procedures.js to goog.module (g…
…oogle#5754) * refactor: convert generators/javascript/procedures.js to goog.module * refactor: convert generators/javascript/procedures.js to named requires * chore: run clang-format
Configuration menu - View commit details
-
Copy full SHA for d999151 - Browse repository at this point
Copy the full SHA d999151View commit details -
refactor: convert some js block generators to goog.module (google#5756)
* refactor: convert generators/javascript/colour.js to goog.module * refactor: convert generators/javascript/colour.js to named requires * chore: run clang-format * refactor: convert generators/javascript/lists.js to goog.module * refactor: convert generators/javascript/lists.js to named requires * chore: run clang-format * refactor: convert generators/javascript/logic.js to goog.module * refactor: convert generators/javascript/logic.js to named requires * chore: run clang-format * refactor: convert genereators/javascript/math.js to goog.module * refactor: convert generators/javascript/math.js to named requires * chore: rebuild deps.js
Configuration menu - View commit details
-
Copy full SHA for e11fe34 - Browse repository at this point
Copy the full SHA e11fe34View commit details -
refactor: convert generators/javascript/loops.js to goog.module (goog…
…le#5758) * refactor: convert generators/javascript/loops.js to goog.module * refactor: convert generators/javascript/loops.js to named requires * chore: run clang-format * chore: rebuild deps.js
Configuration menu - View commit details
-
Copy full SHA for 93a1bce - Browse repository at this point
Copy the full SHA 93a1bceView commit details -
refactor: convert some block generators to goog.module (google#5762)
* refactor: convert generators/javascript.js to goog.module * refactor: convert generators/javascript.js to named requires * chore: run clang-format * refactor: convert generators/dart/variables.js to goog.module * refactor: convert generators/dart/variables.js to named requires * chore: run clang-format * refactor: convert generators/dart/variables_dynamic.js to goog.module * refactor: convert generators/dart/variables_dynamic.js to named requires * refactor: convert generators/dart/text.js to goog.module * refactor: convert generators/dart/text.js to named requires * chore: run clang-format * refactor: convert generators/dart/procedures.js to goog.module * refactor: convert generators/dart/procedures.js to named requires * chore: run clang-format * refactor: convert generators/dart/math.js to goog.module * refactor: convert generators/dart/math.js to named requires * chore: run clang-format * refactor: convert generators/dart/loops.js to goog.module * refactor: convert generators/dart/loops.js to named requires * chore: run clang-format * refactor: convert generators/dart/logic.js to goog.module * refactor: convert generators/dart/logic.js to named requires * chore: run clang-format * refactor: convert generators/dart/lists.js to goog.module * refactor: convert generators/dart/lists.js to named requires * chore: run clang-format * refactor: convert generators/dart/colour.js to goog.module * refactor: convert generators/dart/colour.js to named requires * chore: rebuild deps.js * chore: lint
Configuration menu - View commit details
-
Copy full SHA for 37a1e97 - Browse repository at this point
Copy the full SHA 37a1e97View commit details -
refactor: Migrate
blocks/math.js
togoog.module
syntax (google#5765)* refactor: Migrate blocks/math.js to goog.module * refactor: Migrate blocks/math.js named requires * chore: clang-format blocks/math.js
Configuration menu - View commit details
-
Copy full SHA for d7b82cd - Browse repository at this point
Copy the full SHA d7b82cdView commit details -
refactor: convert some block generators to goog.module (google#5769)
* refactor: convert generators/lua/colour.js to goog.module * refactor: convert generators/lua/colour.js to named requires * chore: run clang-format * refactor: convert generators/lua/lists.js to goog.module * refactor: convert generators/lua/lists.js to named requires * chore: run clang-format * fix: use getListIndex helper function in lua list generators * refactor: convert generators/lua/logic.js to goog.module * refactor: convert generators/lua/logic.js to named requires * chore: run clang-format * refactor: convert generators/lua/loops.js to goog.module * refactor: convert generators/lua/loops.js to named requires * chore: run clang-format * refactor: convert generators/lua/math.js to goog.module * refactor: convert generators/lua/math.js to named requires * chore: run clang-format * refcator: convert generators/lua/procedures.js to goog.module * refactor: convert generators/lua/procedures.js to named requires * chore: run clang-format * chore: rebuild deps.js * refactor: convert generators/lua/text.js to goog.module * refactor: convert generators/lua/text.js to named requires * refactor: convert generators/lua/variables_dynamic.js to goog.module * refactor: convert generators/lua/variables_dynamic.js to named requires * chore: run clang-format on text.js * refactor: convert generators/lua/variables.js to goog.module * refactor: convert generators/lua/variables.js to named requires * chore: run clang-format * chore: make a lua generator function internal * chore: rebuild deps.js
Configuration menu - View commit details
-
Copy full SHA for a939fec - Browse repository at this point
Copy the full SHA a939fecView commit details
Commits on Dec 2, 2021
-
refactor: convert some block generators to goog.module (google#5770)
* refactor: convert generators/lua.js to goog.module * refactor: convert generator/lua.js to named requires * chore: run clang-format * refactor: convert generators/php/colour.js to goog.module * refactor: convert generators/php/colour.js to named requires * chore: run clang-format * refactor: convert generators/php/lists.js to goog.module * refactor: convert generators/php/lists.js to named requires * chore: run clang-format * refactor: convert generators/php/logic.js to goog.module * refactor: convert generators/php/logic.js to named requires * chore: run clang-format * refactor: convert generators/php/loops.js to goog.module * refactor: convert generators/php/loops.js to named requires * chore: run clang-format * refactor: convert generators/php/math.js to goog.module * refactor: convert generators/php/math.js to named requires * chore: run clang-format * refactor: convert generators/php/procedures.js to goog.module * refactor: convert generators/php/procedures.js to named requires * chore: run clang-format * refactor: convert generators/php/text.js to goog.module * refactor: convert generators/php/text.js to named requires * chore: run clang-format * refactor: convert generators/php/variables.js to goog.module * refactor: convert generators/php/variables.js to named requires * chore: run clang-format * refactor: convert generators/php/variables_dynamic.js to goog.module * refactor: convert generators/php/variables_dynamic.js to named requires * refactor: convert generators/php.js to goog.module * refactor: convert generators/php.js to named requires * chore: run clang-format * chore: rebuild deps.js
Configuration menu - View commit details
-
Copy full SHA for c0517ea - Browse repository at this point
Copy the full SHA c0517eaView commit details -
refactor: convert python block generators to goog.module (google#5771)
* refactor: convert generators/python/colour.js to goog.module * refactor: convert generators/python/colour.js to named requires * chore: run clang-format * refactor: convert generators/python/lists.js to goog.module * refactor: convert generators/python/lists.js to named requires * chore: run clang-format * refactor: convert generators/python/logic.js to goog.module * refactor: convert generators/python/logic.js to named requires * chore: run clang-format * refactor: convert generators/python/loops.js to goog.module * refactor: convert generators/python/loops.js to named requires * chore: run clang-format * refactor: convert generators/python/math.js to goog.module * refactor: convert generators/python/math.js to named requires * chore: run clang-format * refactor: convert generators/python/procedures.js to goog.module * refactor: convert generators/python/procedures.js to named requires * chore: run clang-format * refactor: convert generators/python/text.js to goog.module * refactor: convert generators/python/text.js to named requires * chore: run clang-format * refactor: convert generators/python/variables_dynamic.js to named requires * refactor: convert generators/python/variables.js to named requires * chore: run clang-format * refactor: convert generators/python.js to goog.module * refactor: convert generators/python.js to named requires * chore: run clang-format * chore: remove spurious @Private annotations * chore: rebuild
Configuration menu - View commit details
-
Copy full SHA for 9314992 - Browse repository at this point
Copy the full SHA 9314992View commit details -
refactor: Migrate
blocks/text.js
togoog.module
syntax (google#5766)* refactor: Migrate blocks/text.js to goog.module * refactor: Migrate blocks/text.js named requires * refactor: Factor out common properties of text_prompt* blocks * clang-format blocks/text.js * fix: Fix lint warnings for PR google#5766
Configuration menu - View commit details
-
Copy full SHA for ee18553 - Browse repository at this point
Copy the full SHA ee18553View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35279eb - Browse repository at this point
Copy the full SHA 35279ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for da16a66 - Browse repository at this point
Copy the full SHA da16a66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5515afc - Browse repository at this point
Copy the full SHA 5515afcView commit details -
refactor: Migrate
blocks/variables.js
togoog.module
syntax (goog……le#5774) * refactor: Migrate blocks/variables.js to goog.module * refactor: Migrate blocks/variables.js named requires * chore: clang-format blocks/variables.js * chore: JSDoc grammar correction
Configuration menu - View commit details
-
Copy full SHA for 7d7bd75 - Browse repository at this point
Copy the full SHA 7d7bd75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6128f2d - Browse repository at this point
Copy the full SHA 6128f2dView commit details
Commits on Dec 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0493011 - Browse repository at this point
Copy the full SHA 0493011View commit details -
Configuration menu - View commit details
-
Copy full SHA for 719e0fb - Browse repository at this point
Copy the full SHA 719e0fbView commit details -
chore: Simplify NPM package wrappers, improve chunk wrapper generator (…
…google#5777) * chore: Clean up NPM package module wrappers - Slightly improve documentation for each file based on helpful explanations given by @samelhusseini. - Removed redundant code---e.g., loading `javascript_compressed.js` creates and sets Blockly.JavaScript as a side effect, so there is no need to set `Blockly.JavaScript = BlocklyJavaScript` in `dist/javascript.js` (generated from `scripts/package/javascript.js`). - Remove possibly harmful code---e.g., `Blockly.Msg` is initialised with a null-prototype object in `blockly_compressed.js` and that initial object should under no circumstances be replaced. - Remvoe downright misleading code---e.g., `dist/blocks.js` previously _appeared_ to replace Blockly.Blocks with an empty object, but in fact the `Blockly` name referred at that point to the exports object from `blocks_compressed.js`, which would randomly get a useless `{}`-valued `.Blocks` property tacked on to it; similarly, code in `dist/browser.js` (generated from `scripts/package/browser/index.js`) appeared to copy definitions from `BlocklyBlocks` to `Blockly.Blocks`, but the former would always be (the aforementioned) empty object, making this code ineffective. * chore: Improve chunk definition / UMD generation Make several improvements to the chunks global and chunkWrapper function: - Document chunk definition format (and improve the names of of the documented properties). - Replace the chunk `.namespace` property with two others: - `.exports` names the variable/property to be returned by the factory function, and which will be set on the global object if the module is loaded in a browser. - `.importAs` names the parameter that this chunk's exports value is to be passed to the factory function of other chunks which depend on this one. (This needs to be different because e.g. `Blockly.blocks` is not a valid parameter name.) - Change the definition for the blocks chunk to export Blockly.Blocks (i.e., the block definition dictionary) as blocks_compressed.js did previous to PR google#5721 (chunked compilation), rather than the (empty and soon to vanish) Blockly.blocks namespace object. This is a win for backwards compatibility, though it does mean that if we want to expose the `loopTypes` export from `blocks/loops.js` we will need to find a different way to do so.
Configuration menu - View commit details
-
Copy full SHA for 8b3635a - Browse repository at this point
Copy the full SHA 8b3635aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c93e1df - Browse repository at this point
Copy the full SHA c93e1dfView commit details -
refactor: Migrate
blocks/variables_dynamic.js
togoog.module
synt……ax (google#5779) * refactor: Migrate blocks/variables_dynamic.js to goog.module * refactor: Migrate blocks/variables_dynamic.js named requires * chore: clang-format blocks/variables_dynamic.js
Configuration menu - View commit details
-
Copy full SHA for b08187c - Browse repository at this point
Copy the full SHA b08187cView commit details -
chore: Fix inadvertent block migration inconsistencies (google#5780)
* chore: Fix inadvertent block migration inconsistencies - Reinstate `goog.require`s-for-side-effects that were inadvertently removed. - Always use a destructuring import for `defineBlocksWithJsonArray`. - Consistently use `CONSTANT_CASE` names for block-common objects. (We could alternatively always use `camelCase` names, but since all the `MIXIN`s and `EXTENSIONS` remain all-uppercase this seems the more consistent.) * chore: Fix import ordering
Configuration menu - View commit details
-
Copy full SHA for b52c017 - Browse repository at this point
Copy the full SHA b52c017View commit details -
fix(tests): Fix & reenable the advanced compilation test (google#5781)
* fix(test): Fix advanced compilation test - Fix loading of blocks in `tests/compile/main.js` caused by recent `goog.module`-ification work. - Fix problem caused by ADVANCED_OPTIMISATIONS renaming the Msg property on the fake Blockly object created by the translation-loading hack in `blockly.js`. * chore(build): Reenable advanced compilation test Fixes google#5602.
Configuration menu - View commit details
-
Copy full SHA for 3d7262f - Browse repository at this point
Copy the full SHA 3d7262fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8635942 - Browse repository at this point
Copy the full SHA 8635942View commit details -
chore(deps): remove dependency on typescript-closure-tools (google#5776)
* build: remove typings tasks from build and test * chore(deps): remove typescript-closure-tools * chore(deps): update package-lock.json
Configuration menu - View commit details
-
Copy full SHA for 3770f20 - Browse repository at this point
Copy the full SHA 3770f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a70f8a - Browse repository at this point
Copy the full SHA 5a70f8aView commit details
Commits on Dec 6, 2021
-
chore: Remove
core/requires.js
(google#5718)* chore: Remove requires that duplicate those in blockly.js * refactor: Remove core/requires.js, make blockly.js be entry point It sort of makes sense, doesn't it? The only remaining require not duplicated in `blockly.js` was that for `Blockly.themes.Classic`, but it is already required by `Blockly.themes` (itself required by `Blockly`).
Configuration menu - View commit details
-
Copy full SHA for 10cfc11 - Browse repository at this point
Copy the full SHA 10cfc11View commit details
Commits on Dec 7, 2021
-
release: merge master into develop (google#5792)
* Bump ws from 7.4.4 to 7.5.1 Bumps [ws](https://github.com/websockets/ws) from 7.4.4 to 7.5.1. - [Release notes](https://github.com/websockets/ws/releases) - [Commits](websockets/ws@7.4.4...7.5.1) --- updated-dependencies: - dependency-name: ws dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Bump lodash from 4.17.19 to 4.17.21 Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21. - [Release notes](https://github.com/lodash/lodash/releases) - [Commits](lodash/lodash@4.17.19...4.17.21) --- updated-dependencies: - dependency-name: lodash dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Initial commit for appengine deploy action * Update comments to be more descriptive * Get deploy files from the correct directory Previous path was `_deploy/`. New path is `../_deploy`. * Create Github Action to comment on PR while develop is frozen (google#5006) * Create develop_freeze_comment.yml * Update comments * Fix typo and update uses * Add test message * Revert "Create Github Action to comment on PR while develop is frozen (google#5006)" (google#5013) This reverts commit 8c635b5. * Revert "Get deploy files from the correct directory" * Bump hosted-git-info from 2.8.4 to 2.8.9 (google#4980) Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.4 to 2.8.9. - [Release notes](https://github.com/npm/hosted-git-info/releases) - [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md) - [Commits](npm/hosted-git-info@v2.8.4...v2.8.9) --- updated-dependencies: - dependency-name: hosted-git-info dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Pull Request template for goog.module PRs Provide a standard pull request template more suited to PRs doing goog.module conversions. There's no way to pick a non-default template when creating a PR manually, but this one can be used by adding "&?template=goog_module.md" to the https://github.com/cpcallen/bugs/compare/ URL. * Update goog_module.md with suggested fixes * Fix typos. * Reinstate "Proposed Changes" section. * Mark text that should be edit with ALL CAPS. * Bump normalize-url from 4.5.0 to 4.5.1 Bumps [normalize-url](https://github.com/sindresorhus/normalize-url) from 4.5.0 to 4.5.1. - [Release notes](https://github.com/sindresorhus/normalize-url/releases) - [Commits](https://github.com/sindresorhus/normalize-url/commits) --- updated-dependencies: - dependency-name: normalize-url dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Bump trim-newlines from 3.0.0 to 3.0.1 Bumps [trim-newlines](https://github.com/sindresorhus/trim-newlines) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/sindresorhus/trim-newlines/releases) - [Commits](https://github.com/sindresorhus/trim-newlines/commits) --- updated-dependencies: - dependency-name: trim-newlines dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Bump path-parse from 1.0.6 to 1.0.7 Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. - [Release notes](https://github.com/jbgutierrez/path-parse/releases) - [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7) --- updated-dependencies: - dependency-name: path-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Bump postcss from 7.0.35 to 7.0.36 (google#4928) Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@7.0.35...7.0.36) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Rollup of all Q3 message changes (google#5565) Courtesy of Translatewiki * Add Croatian to Code demo (google#5583) (google#5611) Contributed courtesy of Lidija Kralj. * chore: create release.yml (google#5588) * Create release.yml * chore: update release.yml * chore: update dependabot messages and labels (google#5653) The same as google#5618, but against master because dependabot ignores changes on develop. * chore: Create separate report_clang_format workflow in master branch (google#5670) The initial version of this workflow just uses `console.log` to report the context of the `context` object. It is hoped that there will be enough information in this context to identify the PR to comment on, without the `check_clang_format` workflow having to upload a 'build artefact' of some kind - see example of what I hoe to avoid starting at `ReceivePR.yml` here: https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ A follow-up PR will (if possible) add the code to create comments when `check_clang_format` fails. Part of google#5659. * chore: Remove spurious extra `on` clause in report_clang_format.yml (google#5671) Removes an unwanted `on` clause that was overlooked in google#5670 by author and reviewer. * chore: More spelunking in GitHub Action data (google#5673) Looking for information about PR that triggered original check_clang_format run. * chore: revert github action (google#5675) * fix: Don't try to set text fields to null on cancel (google#5692) Mobile users get a window.prompt as an input, if they press the cancel button the return value is null. Don't attempt to set the value of the field to null. Caused errors in the custom note field which inherits from FieldTextInput. Detected in Blockly Games Music. This PR is for the master branch and includes a recompile. The develop branch has changed enough that a cherrypick from develop to master won't work. The bug in question represents a significant number of the errors being reported from Blockly Games. * Update dependabot.yml (google#5705) * chore: run clang-format Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Monica Kozbial <6621618+moniika@users.noreply.github.com> Co-authored-by: Christopher Allen <cpcallen+git@google.com> Co-authored-by: Neil Fraser <fraser@google.com> Co-authored-by: alschmiedt <aschmiedt@google.com>
Configuration menu - View commit details
-
Copy full SHA for 4a8668a - Browse repository at this point
Copy the full SHA 4a8668aView commit details
Commits on Dec 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 243d1e9 - Browse repository at this point
Copy the full SHA 243d1e9View commit details
Commits on Dec 9, 2021
-
chore!: Add deprecation notices to values in blockly.js (google#5555)
* Add deprecation warnings and reorganize blockly.js * Update usages of deprecated properties * chore: make dates consistent, remove extra function * chore: run clang-format and fix lint * chore: add more tags * chore: fix updated location of Align types * chore: fix deprecated usages in tests * chore: rebuild deps * chore: fix moved Align types in demos and tests * chore: update which properties are actually deprecated * chore: don't deprecate Blockly.selected.
Configuration menu - View commit details
-
Copy full SHA for 7784eac - Browse repository at this point
Copy the full SHA 7784eacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 98f9470 - Browse repository at this point
Copy the full SHA 98f9470View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64107cc - Browse repository at this point
Copy the full SHA 64107ccView commit details -
fix: Upload new TypeScript typings for Q4 release (google#5802)
* fix: Run intial typings script for q4 release * fix: manually fix errors with types * fix: update core module
Configuration menu - View commit details
-
Copy full SHA for 1fb204e - Browse repository at this point
Copy the full SHA 1fb204eView commit details -
Configuration menu - View commit details
-
Copy full SHA for de7daac - Browse repository at this point
Copy the full SHA de7daacView commit details -
Merge pull request google#5806 from maribethb/rebuild_12_9_2021
release: rebuild for 7.20211209.0 release
Configuration menu - View commit details
-
Copy full SHA for ed4bb0e - Browse repository at this point
Copy the full SHA ed4bb0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 297ae3d - Browse repository at this point
Copy the full SHA 297ae3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb9b64e - Browse repository at this point
Copy the full SHA bb9b64eView commit details -
Merge pull request google#5808 from google/rc_2021_12
release: Rc 2021 12
Configuration menu - View commit details
-
Copy full SHA for 02a5712 - Browse repository at this point
Copy the full SHA 02a5712View commit details -
release: Merge pull request google#5809 from google/master
release: Merge master into develop 7.20211209.0
Configuration menu - View commit details
-
Copy full SHA for 428574d - Browse repository at this point
Copy the full SHA 428574dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ed2b6a - Browse repository at this point
Copy the full SHA 6ed2b6aView commit details
Commits on Dec 10, 2021
-
chore(deps): Remove dependency on
babel-eslint
; simplify eslintrc f……or mocha tests (google#5794) * chore(deps): Remove deprecated babel-lint package When dependabot submitted PR google#5791, it became apparent that eslint version >= 8 is incompatible with babel-eslint v10.1.0 despite the latter not having a version restriction against it. This is probably because v10.1.0 is the last version of the package before it was deprecated and renamed @babel/eslint-parser. A little more investigation determined that there is no longer any need to have eslint use a non-default parser for tests/mocha/**/*.js, so the most straight forward solution is just to remove the dependency entirely. * refactor(tests): Simplify tests/mocha/.eslintrc.json Remove all rules that seem to be redundant with our top-level .eslintrc.json. This finishes reverting most of the changes made in PR google#4062.
Configuration menu - View commit details
-
Copy full SHA for ec6bf32 - Browse repository at this point
Copy the full SHA ec6bf32View commit details -
chore(deps): bump eslint from 7.32.0 to 8.4.1 (google#5807)
Bumps [eslint](https://github.com/eslint/eslint) from 7.32.0 to 8.4.1. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v7.32.0...v8.4.1) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c14a889 - Browse repository at this point
Copy the full SHA c14a889View commit details -
chore(deps): bump typescript from 4.4.4 to 4.5.2 (google#5725)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.4.4 to 4.5.2. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.4.4...v4.5.2) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cc3a1ee - Browse repository at this point
Copy the full SHA cc3a1eeView commit details
Commits on Dec 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0a96543 - Browse repository at this point
Copy the full SHA 0a96543View commit details -
Configuration menu - View commit details
-
Copy full SHA for 025bab6 - Browse repository at this point
Copy the full SHA 025bab6View commit details
Commits on Dec 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2e57d5e - Browse repository at this point
Copy the full SHA 2e57d5eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fc3316 - Browse repository at this point
Copy the full SHA 6fc3316View commit details
Commits on Dec 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for da07cbd - Browse repository at this point
Copy the full SHA da07cbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for b8cc983 - Browse repository at this point
Copy the full SHA b8cc983View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e5f3ce - Browse repository at this point
Copy the full SHA 0e5f3ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 620e43e - Browse repository at this point
Copy the full SHA 620e43eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 553f8bc - Browse repository at this point
Copy the full SHA 553f8bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7daf693 - Browse repository at this point
Copy the full SHA 7daf693View commit details -
Configuration menu - View commit details
-
Copy full SHA for d43e524 - Browse repository at this point
Copy the full SHA d43e524View commit details -
Merge pull request google#5826 from alschmiedt/patch_2021
chore: patch release 1 for Q4 2021
Configuration menu - View commit details
-
Copy full SHA for 81e5931 - Browse repository at this point
Copy the full SHA 81e5931View commit details -
Configuration menu - View commit details
-
Copy full SHA for 876afb7 - Browse repository at this point
Copy the full SHA 876afb7View commit details -
Merge pull request google#5828 from alschmiedt/add_package_lock
chore: update the package-lock
Configuration menu - View commit details
-
Copy full SHA for 4be7891 - Browse repository at this point
Copy the full SHA 4be7891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e87be7 - Browse repository at this point
Copy the full SHA 4e87be7View commit details -
fix: change getCandidate_ and showInsertionMarker_ to be more dynamic (…
…google#5722) * Change getCandidate_ and showInsertionMarker_ to be more dynamic * Ran clang formatter * Fix typos * Fix issue with dragging stacks * From PR comment
Configuration menu - View commit details
-
Copy full SHA for 68d8113 - Browse repository at this point
Copy the full SHA 68d8113View commit details
Commits on Dec 21, 2021
-
fix: Fixed the label closure on demo/blockfactory (google#5833)
* fix: Fixed the label closure on demo/blockfactory * fix: remove </input> on demo/blockfactory
Configuration menu - View commit details
-
Copy full SHA for e8ea2e9 - Browse repository at this point
Copy the full SHA e8ea2e9View commit details -
chore(deps): bump typescript from 4.5.2 to 4.5.4 (google#5825)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.2 to 4.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.5.2...v4.5.4) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7af0501 - Browse repository at this point
Copy the full SHA 7af0501View commit details -
chore(deps): bump google-closure-compiler (google#5810)
Bumps [google-closure-compiler](https://github.com/google/closure-compiler-npm) from 20211107.0.0 to 20211201.0.0. - [Release notes](https://github.com/google/closure-compiler-npm/releases) - [Commits](google/closure-compiler-npm@v20211107.0.0...v20211201.0.0) --- updated-dependencies: - dependency-name: google-closure-compiler dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bf4e640 - Browse repository at this point
Copy the full SHA bf4e640View commit details -
chore(deps): bump @blockly/block-test from 1.1.5 to 2.0.1 (google#5836)
Bumps [@blockly/block-test](https://github.com/google/blockly-samples/tree/HEAD/plugins/block-test) from 1.1.5 to 2.0.1. - [Release notes](https://github.com/google/blockly-samples/releases) - [Commits](https://github.com/google/blockly-samples/commits/@blockly/block-test@2.0.1/plugins/block-test) --- updated-dependencies: - dependency-name: "@blockly/block-test" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b58dc05 - Browse repository at this point
Copy the full SHA b58dc05View commit details
Commits on Jan 4, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b5abb3e - Browse repository at this point
Copy the full SHA b5abb3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 835fb02 - Browse repository at this point
Copy the full SHA 835fb02View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a71f87 - Browse repository at this point
Copy the full SHA 8a71f87View commit details
Commits on Jan 6, 2022
-
fix: bumping a block after duplicate breaking undo (google#5844)
* fix: bumping a block after duplicate breaking undo * fix: fixup dependencies
Configuration menu - View commit details
-
Copy full SHA for 5204569 - Browse repository at this point
Copy the full SHA 5204569View commit details -
chore(deps): bump @blockly/theme-modern from 2.1.24 to 2.1.25 (google…
…#5837) Bumps [@blockly/theme-modern](https://github.com/google/blockly-samples/tree/HEAD/plugins/theme-modern) from 2.1.24 to 2.1.25. - [Release notes](https://github.com/google/blockly-samples/releases) - [Commits](https://github.com/google/blockly-samples/commits/@blockly/theme-modern@2.1.25/plugins/theme-modern) --- updated-dependencies: - dependency-name: "@blockly/theme-modern" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9b63fd9 - Browse repository at this point
Copy the full SHA 9b63fd9View commit details -
chore(deps): bump closure-calculate-chunks from 3.0.2 to 3.0.3 (googl…
…e#5815) Bumps [closure-calculate-chunks](https://github.com/chadkillingsworth/closure-calculate-chunks) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/chadkillingsworth/closure-calculate-chunks/releases) - [Commits](ChadKillingsworth/closure-calculate-chunks@v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: closure-calculate-chunks dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4b2b658 - Browse repository at this point
Copy the full SHA 4b2b658View commit details -
fix: Don't throw if drag surface is empty. (google#5695)
Observed this error in Blockly Games Bird 6 (Chrome OS): Uncaught TypeError: Failed to execute 'appendChild' on 'Node': parameter 1 is not of type 'Node'. It has only shown up once, and I can't reproduce, but it looks like the drag surface was being cleared while empty. Maybe some weird multi-touch operation? Open question: Leave the code as is so that the error is thown and visible, or supress it?
Configuration menu - View commit details
-
Copy full SHA for 769a25f - Browse repository at this point
Copy the full SHA 769a25fView commit details -
chore(deps): bump webdriverio from 7.16.10 to 7.16.12 (google#5824)
Bumps [webdriverio](https://github.com/webdriverio/webdriverio) from 7.16.10 to 7.16.12. - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](webdriverio/webdriverio@v7.16.10...v7.16.12) --- updated-dependencies: - dependency-name: webdriverio dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5cef21b - Browse repository at this point
Copy the full SHA 5cef21bView commit details -
chore(deps): bump concurrently from 6.4.0 to 7.0.0 (google#5847)
Bumps [concurrently](https://github.com/open-cli-tools/concurrently) from 6.4.0 to 7.0.0. - [Release notes](https://github.com/open-cli-tools/concurrently/releases) - [Commits](open-cli-tools/concurrently@v6.4.0...v7.0.0) --- updated-dependencies: - dependency-name: concurrently dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b124610 - Browse repository at this point
Copy the full SHA b124610View commit details -
chore(deps): bump eslint from 8.4.1 to 8.6.0 (google#5850)
Bumps [eslint](https://github.com/eslint/eslint) from 8.4.1 to 8.6.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.4.1...v8.6.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 18b56d5 - Browse repository at this point
Copy the full SHA 18b56d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2adf326 - Browse repository at this point
Copy the full SHA 2adf326View commit details -
chore(deps): bump google-closure-deps from 20211107.0.0 to 20211201.0…
….0 (google#5852) Bumps [google-closure-deps](https://github.com/google/closure-library) from 20211107.0.0 to 20211201.0.0. - [Release notes](https://github.com/google/closure-library/releases) - [Commits](google/closure-library@v20211107...v20211201) --- updated-dependencies: - dependency-name: google-closure-deps dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 69642f7 - Browse repository at this point
Copy the full SHA 69642f7View commit details -
refactor: move properties into constructors and convert to classes (g…
…oogle#5822) * refactor: move properties to constructor in block_drag_surface.js * refactor: move properties to constructor in block_svg.js * refactor: move properties to constructor in block.js * refactor: move properties to constructor in bubble.js * refactor: move properties to constructor in connection.js * refactor: move properties to constructor in flyout_base.js * refactor: move properties to constructor in flyout_button.js * refactor: move properties to constructor in generator.js * refactor: move properties to constructor in grid.js * refactor: move properties to constructor in input.js * refactor: move properties to constructor in mutator.js * refactor: move properties to constructor in scrollbar.js * refactor: move properties to constructor in trashcan.js * refactor: move properties to constructor in warning.js * refactor: move properties to constructor in workspace_audio.js * refactor: move properties to constructor in workspace_drag_surface_svg.js * refactor: move properties to constructor in workspace_svg.js * refactor: move properties to constructor in workspace.js * refactor: move properties to constructor in zoom_controls.js * chore: rebuild * refactor: convert zoom_controls.js to es6 class and format * refactor: convert workspace_audio.js to es6 class and format * refactor: convert workspace_dragger.js to es6 class and format * refactor: convert workspace_drag_surface_svg.js to es6 class and format * refactor: convert variable_model.js to es6 class and format * refactor: convert variable_map.js to es6 class and format * refactor: convert theme.js to es6 class and format * chore: remove bad comment
Configuration menu - View commit details
-
Copy full SHA for df2eafb - Browse repository at this point
Copy the full SHA df2eafbView commit details
Commits on Jan 7, 2022
-
fix: msg imports in type definitions (google#5858)
This is a copy of https://github.com/google/blockly/pull/5846/files against master, which will fix google#5841 in the next patch release. When we released v7 we committed to making patch releases for typescript definition errors, since our pipeline for typings was convoluted this quarter.
Configuration menu - View commit details
-
Copy full SHA for 07a75de - Browse repository at this point
Copy the full SHA 07a75deView commit details -
chore(deps): bump @blockly/block-test from 1.1.5 to 2.0.1 (google#5836)…
… (google#5856) Bumps [@blockly/block-test](https://github.com/google/blockly-samples/tree/HEAD/plugins/block-test) from 1.1.5 to 2.0.1. - [Release notes](https://github.com/google/blockly-samples/releases) - [Commits](https://github.com/google/blockly-samples/commits/@blockly/block-test@2.0.1/plugins/block-test) --- updated-dependencies: - dependency-name: "@blockly/block-test" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 55c1766 - Browse repository at this point
Copy the full SHA 55c1766View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a4e30a - Browse repository at this point
Copy the full SHA 5a4e30aView commit details -
refactor: convert some files to es6 classes (google#5861)
* refactor: convert utils/coordinate.js to ES6 class * refactor: convert utils/rect.js to ES6 class * refactor: convert utils/size.js to ES6 class * refactor: convert block_drag_surface.js to ES6 class * refactor: convert block_dragger.js to ES6 class * refactor: convert bubble_dragger.js to ES6 class * chore: declare bubble property in the constructor * refactor: convert bubble.js to ES6 class * chore: clang-format * chore(lint): lint and format
Configuration menu - View commit details
-
Copy full SHA for 9d8eeb3 - Browse repository at this point
Copy the full SHA 9d8eeb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ee6389 - Browse repository at this point
Copy the full SHA 6ee6389View commit details
Commits on Jan 10, 2022
-
refactor: convert some files to es6 classes (google#5863)
* refactor: convert menu.js to ES6 class * refactor: convert menuitem.js to ES6 class * refactor: convert scrollbar_pair.js to ES6 class * chore: define properties in the constructor in names.js * refactor: convert names.js to ES6 class * chore: run clang-format
Configuration menu - View commit details
-
Copy full SHA for 1c74679 - Browse repository at this point
Copy the full SHA 1c74679View commit details
Commits on Jan 12, 2022
-
refactor: convert leaf event classes to es6 classes (google#5870)
* chore(tests): update event assert functions to pass in types directly * refactor: move event types from prototypes to constructors * refactor: convert events/events_block_change.js to ES6 class * refactor: convert events/events_block_create.js to ES6 class * refactor: convert events/events_block_delete.js to ES6 class * refactor: convert events/events_block_drag.js to ES6 class * refactor: convert events/events_block_move.js to ES6 class * refactor: convert events/events_click.js to ES6 class * refactor: convert events/events_comment_change.js to ES6 class * refactor: convert events/events_comment_create.js to ES6 class * refactor: convert events/events_comment_delete.js to ES6 class * refactor: convert events/events_comment_move.js to ES6 class * refactor: convert events/events_marker_move.js to ES6 class * refactor: convert events/events_selected.js to ES6 class * refactor: convert events/events_theme_change.js to ES6 class * refactor: convert events/events_toolbox_item_select.js to ES6 class * refactor: convert events/events_trashcan_open.js to ES6 class * refactor: convert events/events_ui.js to ES6 class * refactor: convert events/events_var_create.js to ES6 class * refactor: convert events/events_var_delete.js to ES6 class * refactor: convert events/events_var_rename.js to ES6 class * refactor: convert events/events_viewport.js to ES6 class * chore: rebuild * chore: run clang-format
Configuration menu - View commit details
-
Copy full SHA for 29fb7b7 - Browse repository at this point
Copy the full SHA 29fb7b7View commit details
Commits on Jan 14, 2022
-
refactor: convert renderer classes to es6 classes (google#5874)
* refactor: convert zelos renderer classes to es6 classes * refactor: convert zelos measurables to es6 classes * refactor: convert thrasos classes to es6 classes * refactor: convert minimalist classes to es6 classes * refactor: update geras classes to es6 classes * chore: rebuild and format * chore: fix indentation in comments
Configuration menu - View commit details
-
Copy full SHA for f5caf96 - Browse repository at this point
Copy the full SHA f5caf96View commit details
Commits on Jan 18, 2022
-
chore(deps): bump @blockly/dev-tools from 3.0.1 to 3.0.3 (google#5877)
Bumps [@blockly/dev-tools](https://github.com/google/blockly-samples/tree/HEAD/plugins/dev-tools) from 3.0.1 to 3.0.3. - [Release notes](https://github.com/google/blockly-samples/releases) - [Commits](https://github.com/google/blockly-samples/commits/@blockly/dev-tools@3.0.3/plugins/dev-tools) --- updated-dependencies: - dependency-name: "@blockly/dev-tools" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 23a19f8 - Browse repository at this point
Copy the full SHA 23a19f8View commit details -
chore(deps): bump google-closure-compiler (google#5865)
Bumps [google-closure-compiler](https://github.com/google/closure-compiler-npm) from 20211201.0.0 to 20220104.0.0. - [Release notes](https://github.com/google/closure-compiler-npm/releases) - [Commits](google/closure-compiler-npm@v20211201.0.0...v20220104.0.0) --- updated-dependencies: - dependency-name: google-closure-compiler dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1bac2ef - Browse repository at this point
Copy the full SHA 1bac2efView commit details -
chore(deps): bump yargs from 17.3.0 to 17.3.1 (google#5851)
Bumps [yargs](https://github.com/yargs/yargs) from 17.3.0 to 17.3.1. - [Release notes](https://github.com/yargs/yargs/releases) - [Changelog](https://github.com/yargs/yargs/blob/main/CHANGELOG.md) - [Commits](yargs/yargs@v17.3.0...v17.3.1) --- updated-dependencies: - dependency-name: yargs dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1572fe8 - Browse repository at this point
Copy the full SHA 1572fe8View commit details -
chore(deps): bump mocha from 9.1.3 to 9.1.4 (google#5882)
Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.3 to 9.1.4. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v9.1.3...v9.1.4) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0563680 - Browse repository at this point
Copy the full SHA 0563680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 789c7f7 - Browse repository at this point
Copy the full SHA 789c7f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c6c6822 - Browse repository at this point
Copy the full SHA c6c6822View commit details
Commits on Jan 19, 2022
-
chore(deps): bump http-server from 14.0.0 to 14.1.0 (google#5881)
Bumps [http-server](https://github.com/http-party/http-server) from 14.0.0 to 14.1.0. - [Release notes](https://github.com/http-party/http-server/releases) - [Commits](http-party/http-server@v14.0.0...v14.1.0) --- updated-dependencies: - dependency-name: http-server dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7b64536 - Browse repository at this point
Copy the full SHA 7b64536View commit details -
Configuration menu - View commit details
-
Copy full SHA for 050c89d - Browse repository at this point
Copy the full SHA 050c89dView commit details -
chore(deps): bump @wdio/selenium-standalone-service (google#5878)
Bumps [@wdio/selenium-standalone-service](https://github.com/webdriverio/webdriverio) from 7.16.6 to 7.16.13. - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](webdriverio/webdriverio@v7.16.6...v7.16.13) --- updated-dependencies: - dependency-name: "@wdio/selenium-standalone-service" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 3ec70fd - Browse repository at this point
Copy the full SHA 3ec70fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 423d2e5 - Browse repository at this point
Copy the full SHA 423d2e5View commit details -
chore(deps): bump eslint from 8.6.0 to 8.7.0 (google#5884)
Bumps [eslint](https://github.com/eslint/eslint) from 8.6.0 to 8.7.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.6.0...v8.7.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bf0f4d9 - Browse repository at this point
Copy the full SHA bf0f4d9View commit details
Commits on Jan 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for f0b1077 - Browse repository at this point
Copy the full SHA f0b1077View commit details
Commits on Jan 24, 2022
-
chore(deps): bump typescript from 4.5.4 to 4.5.5 (google#5895)
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.5.4 to 4.5.5. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Commits](microsoft/TypeScript@v4.5.4...v4.5.5) --- updated-dependencies: - dependency-name: typescript dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 004d12e - Browse repository at this point
Copy the full SHA 004d12eView commit details -
chore(deps): bump webdriverio from 7.16.12 to 7.16.13 (google#5883)
Bumps [webdriverio](https://github.com/webdriverio/webdriverio) from 7.16.12 to 7.16.13. - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](webdriverio/webdriverio@v7.16.12...v7.16.13) --- updated-dependencies: - dependency-name: webdriverio dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e3207ff - Browse repository at this point
Copy the full SHA e3207ffView commit details
Commits on Jan 25, 2022
-
fix: TypeScript exporting of the serialization functions (google#5890)
* Relocates serialization typing to be adjacent * Gathers serialization imports and exports from Blockly
Configuration menu - View commit details
-
Copy full SHA for 5d7c890 - Browse repository at this point
Copy the full SHA 5d7c890View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f4f505 - Browse repository at this point
Copy the full SHA 3f4f505View commit details -
refactor: convert some classes to es6 classes (google#5873)
* refactor: convert flyout_button.js to ES6 class * chore: move some properties into constructor and add annotations for flyout base * refactor: convert flyout_horizontal.js to ES6 class * refactor: convert flyout_vertical.js to ES6 class * refactor: convert flyout_base.js to ES6 class * refactor: convert flyout_metrics_manager.js to ES6 class * refactor: convert insertion_marker_manager.js to ES6 class * refactor: convert metrics_manager.js to ES6 class * refactor: convert grid.js to ES6 class * refactor: convert input.js to ES6 class * refactor: convert touch_gesture.js to ES6 class * refactor: convert gesture.js to ES6 class * refactor: convert trashcan.js to ES6 class * chore: rebuild and run format * chore: fix review comments * chore: respond to PR comments
Configuration menu - View commit details
-
Copy full SHA for efdb654 - Browse repository at this point
Copy the full SHA efdb654View commit details -
chore(build): add a script to run the ts compiler and send the new fi…
…les to closure compiler (google#5894) * chore(build): add a script to run the ts compiler and send the new files to closure compiler * chore(build): clean up tsconfig * chore: apply suggestions from code review Cleanup from Chris Co-authored-by: Christopher Allen <cpcallen+github@gmail.com> Co-authored-by: Christopher Allen <cpcallen+github@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f68043d - Browse repository at this point
Copy the full SHA f68043dView commit details
Commits on Jan 27, 2022
-
fix(generators): Fix an operator precedence issue in the math_number_…
…property generators to remove extra parentheses (google#5685) * Fixed issue where the mathIsPrime function inserted extra parenthesis around certain blocks. * Added tests to generated JS * Updated generated code in Lua * Updated Generated code for tests in Dart * Updated generated code for tests in PHP * Updated generated code for tests in Python * Also changed var to const and let. Co-authored-by: jeremyjacob123 <43049656+jeremyjacob123@users.noreply.github.com> Co-authored-by: LouisCatala <86700310+LouisCatala@users.noreply.github.com> Co-authored-by: jeremyjacob123 <43049656+jeremyjacob123@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a31003f - Browse repository at this point
Copy the full SHA a31003fView commit details
Commits on Jan 29, 2022
-
chore: Use ES6 template strings in CSS and code generators (google#5902)
* Unindent CSS, save 3 kb of code. * Convert generator functions to template strings. This resolves google#5761.
Configuration menu - View commit details
-
Copy full SHA for 1f6a1bd - Browse repository at this point
Copy the full SHA 1f6a1bdView commit details
Commits on Jan 31, 2022
-
chore(deps): bump eslint from 8.7.0 to 8.8.0 (google#5905)
Bumps [eslint](https://github.com/eslint/eslint) from 8.7.0 to 8.8.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.7.0...v8.8.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9b06fc8 - Browse repository at this point
Copy the full SHA 9b06fc8View commit details -
fix!: Export loopTypes from Blockly.blocks.loops (google#5900)
* refactor(blocks): Make loopTypes a Set This is likely to slightly improve performance, especially if there are many entries. * refactor(blocks): Re-export individual block modules from Blockly.blocks.all * fix!(blocks): Have blocks_compressed.js export Blockly.blocks.all Previously the value obtained by const blocks = require('blockly/blocks'); // Node.js or import blocks from 'blockly/blocks.js'; // ES Modules would be the block definitions dictionary (Blockly.Blocks). Change this so that it is instead the export object from Blockly.blocks.all. This means you can now access loopTypes via: import blocks from 'blockly/blocks.js'; blocks.loops.loopTypes.add('my_loop_blocktype'); This is a breaking change for any code which depended on the value that was exported by blocks_compressed.js. BREAKING CHANGE: the exports provided by blocks_compressed.js (and therefore by `import ... from 'blockly/blocks'`) have changed; see above.
Configuration menu - View commit details
-
Copy full SHA for 74ef1cb - Browse repository at this point
Copy the full SHA 74ef1cbView commit details -
feature(blocks): Export block definitions (google#5908)
* refactor: Provide a BlockDefinition type * refactor: Split defineBlocksWithJsonArray Split defineBlocksWithJsonArray into: - createBlockDefinitionsFromJsonArray, which creates BlockDefinitions from a (possibly JSON-originated) POJsO array, having no side-effects except possibly issuing warnings to the console. - defineBlocks, which add any dictionary of BlockDefinitions to the Blocks dictionary. * feat(blocks): Export block definitions per-module - Define all blocks in a local blocks dictionary, often using createBlockDefinitionFromJsonArray, without registering them. - Separately, use defineBlocks to register the exported BlockDefinitions at the end of each Blockly.blocks.* module. - In Blockly.blocks.all, create a blocks export that combines all of the blocks exports from the individual blocks modules. * chore: have format script run clang-format on blocks/ too
Configuration menu - View commit details
-
Copy full SHA for ffb8907 - Browse repository at this point
Copy the full SHA ffb8907View commit details
Commits on Feb 1, 2022
-
chore(deps): bump @blockly/theme-modern from 2.1.25 to 2.1.27 (google…
…#5906) Bumps [@blockly/theme-modern](https://github.com/google/blockly-samples/tree/HEAD/plugins/theme-modern) from 2.1.25 to 2.1.27. - [Release notes](https://github.com/google/blockly-samples/releases) - [Commits](https://github.com/google/blockly-samples/commits/@blockly/theme-modern@2.1.27/plugins/theme-modern) --- updated-dependencies: - dependency-name: "@blockly/theme-modern" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0690a1a - Browse repository at this point
Copy the full SHA 0690a1aView commit details -
chore(deps): bump @blockly/block-test from 2.0.1 to 2.0.3 (google#5907)
Bumps [@blockly/block-test](https://github.com/google/blockly-samples/tree/HEAD/plugins/block-test) from 2.0.1 to 2.0.3. - [Release notes](https://github.com/google/blockly-samples/releases) - [Commits](https://github.com/google/blockly-samples/commits/@blockly/block-test@2.0.3/plugins/block-test) --- updated-dependencies: - dependency-name: "@blockly/block-test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 75238ba - Browse repository at this point
Copy the full SHA 75238baView commit details -
chore(deps): bump selenium-standalone from 8.0.8 to 8.0.9 (google#5885)
Bumps [selenium-standalone](https://github.com/webdriverio/selenium-standalone) from 8.0.8 to 8.0.9. - [Release notes](https://github.com/webdriverio/selenium-standalone/releases) - [Changelog](https://github.com/webdriverio/selenium-standalone/blob/main/HISTORY.md) - [Commits](webdriverio/selenium-standalone@v8.0.8...v8.0.9) --- updated-dependencies: - dependency-name: selenium-standalone dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 2b73dd5 - Browse repository at this point
Copy the full SHA 2b73dd5View commit details -
refactor: convert renderer measurables to es6 classes (google#5899)
* chore: use casts to narrow types in renderers * chore: add @struct and type information on common measurables * refactor: update some renderer measurables to es6 classes * refactor: convert many measurables to es6 classes * chore: format * chore: rebuild
Configuration menu - View commit details
-
Copy full SHA for 97c19be - Browse repository at this point
Copy the full SHA 97c19beView commit details
Commits on Feb 2, 2022
-
chore(deps): bump mocha from 9.1.4 to 9.2.0 (google#5910)
Bumps [mocha](https://github.com/mochajs/mocha) from 9.1.4 to 9.2.0. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v9.1.4...v9.2.0) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7bbea82 - Browse repository at this point
Copy the full SHA 7bbea82View commit details
Commits on Feb 4, 2022
-
chore(deps): bump @blockly/dev-tools from 3.0.3 to 3.0.5 (google#5911)
Bumps [@blockly/dev-tools](https://github.com/google/blockly-samples/tree/HEAD/plugins/dev-tools) from 3.0.3 to 3.0.5. - [Release notes](https://github.com/google/blockly-samples/releases) - [Commits](https://github.com/google/blockly-samples/commits/@blockly/dev-tools@3.0.5/plugins/dev-tools) --- updated-dependencies: - dependency-name: "@blockly/dev-tools" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b26a3f8 - Browse repository at this point
Copy the full SHA b26a3f8View commit details -
refactor: convert some files to es classes (google#5913)
* refactor: update workspace_comment and _svg to es classes * refactor: update classes that extend icon to es classes * refactor: update icon to es6 class * refactor: update connection classes to es6 classes and add casts as needed * refactor: update scrollbar to es6 class and add casts as needed * refactor: update workspace_svg to es6 class * refactor: update several files to es6 classes * refactor: update several files to es6 classes * refactor: update renderers/common/info.js to es6 class * refactor: update several files to es6 classes * chore: rebuild deps.js * chore: run format
Configuration menu - View commit details
-
Copy full SHA for 4cf1a5c - Browse repository at this point
Copy the full SHA 4cf1a5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 328cd35 - Browse repository at this point
Copy the full SHA 328cd35View commit details
Commits on Feb 8, 2022
-
refactor(build): Stop flattening Blockly sources during compilation i…
…n preparation for move to ES modules (google#5918) * refactor: Stop flattening Blockly sources during compilation in preparation for move to ES modules * fix: Remove obsolete accessControls and add comment about visibility changes
Configuration menu - View commit details
-
Copy full SHA for e3f40a6 - Browse repository at this point
Copy the full SHA e3f40a6View commit details
Commits on Feb 9, 2022
-
refactor: convert some files to es classes (google#5917)
* refactor: update several files to es6 classes * refactor: update several files to es6 classes * chore: add some type casts for specificity about event types * chore: run formatter * chore: rebuild
Configuration menu - View commit details
-
Copy full SHA for 9e8c5ea - Browse repository at this point
Copy the full SHA 9e8c5eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b5733e - Browse repository at this point
Copy the full SHA 4b5733eView commit details -
chore(deps): bump @wdio/selenium-standalone-service (google#5912)
Bumps [@wdio/selenium-standalone-service](https://github.com/webdriverio/webdriverio) from 7.16.13 to 7.16.14. - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](webdriverio/webdriverio@v7.16.13...v7.16.14) --- updated-dependencies: - dependency-name: "@wdio/selenium-standalone-service" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c2c5d19 - Browse repository at this point
Copy the full SHA c2c5d19View commit details -
chore(deps): bump webdriverio from 7.16.13 to 7.16.14 (google#5909)
Bumps [webdriverio](https://github.com/webdriverio/webdriverio) from 7.16.13 to 7.16.14. - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](webdriverio/webdriverio@v7.16.13...v7.16.14) --- updated-dependencies: - dependency-name: webdriverio dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b266969 - Browse repository at this point
Copy the full SHA b266969View commit details -
chore(deps): bump @blockly/block-test from 2.0.3 to 2.0.4 (google#5920)
Bumps [@blockly/block-test](https://github.com/google/blockly-samples/tree/HEAD/plugins/block-test) from 2.0.3 to 2.0.4. - [Release notes](https://github.com/google/blockly-samples/releases) - [Commits](https://github.com/google/blockly-samples/commits/@blockly/block-test@2.0.4/plugins/block-test) --- updated-dependencies: - dependency-name: "@blockly/block-test" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 45be541 - Browse repository at this point
Copy the full SHA 45be541View commit details -
chore(deps): bump @blockly/theme-modern from 2.1.27 to 2.1.28 (google…
…#5921) Bumps [@blockly/theme-modern](https://github.com/google/blockly-samples/tree/HEAD/plugins/theme-modern) from 2.1.27 to 2.1.28. - [Release notes](https://github.com/google/blockly-samples/releases) - [Commits](https://github.com/google/blockly-samples/commits/@blockly/theme-modern@2.1.28/plugins/theme-modern) --- updated-dependencies: - dependency-name: "@blockly/theme-modern" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8ae8f31 - Browse repository at this point
Copy the full SHA 8ae8f31View commit details -
chore(deps): bump @blockly/dev-tools from 3.0.5 to 3.0.6 (google#5922)
Bumps [@blockly/dev-tools](https://github.com/google/blockly-samples/tree/HEAD/plugins/dev-tools) from 3.0.5 to 3.0.6. - [Release notes](https://github.com/google/blockly-samples/releases) - [Commits](https://github.com/google/blockly-samples/commits/@blockly/dev-tools@3.0.6/plugins/dev-tools) --- updated-dependencies: - dependency-name: "@blockly/dev-tools" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b9453a5 - Browse repository at this point
Copy the full SHA b9453a5View commit details -
chore(deps): bump chai from 4.3.4 to 4.3.6 (google#5915)
Bumps [chai](https://github.com/chaijs/chai) from 4.3.4 to 4.3.6. - [Release notes](https://github.com/chaijs/chai/releases) - [Changelog](https://github.com/chaijs/chai/blob/4.x.x/History.md) - [Commits](chaijs/chai@v4.3.4...v4.3.6) --- updated-dependencies: - dependency-name: chai dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ec34954 - Browse repository at this point
Copy the full SHA ec34954View commit details
Commits on Feb 10, 2022
-
fix!: Export loopTypes from Blockly.blocks.loops (google#5900)
* refactor(blocks): Make loopTypes a Set This is likely to slightly improve performance, especially if there are many entries. * refactor(blocks): Re-export individual block modules from Blockly.blocks.all * fix!(blocks): Have blocks_compressed.js export Blockly.blocks.all Previously the value obtained by const blocks = require('blockly/blocks'); // Node.js or import blocks from 'blockly/blocks.js'; // ES Modules would be the block definitions dictionary (Blockly.Blocks). Change this so that it is instead the export object from Blockly.blocks.all. This means you can now access loopTypes via: import blocks from 'blockly/blocks.js'; blocks.loops.loopTypes.add('my_loop_blocktype'); This is a breaking change for any code which depended on the value that was exported by blocks_compressed.js. BREAKING CHANGE: the exports provided by blocks_compressed.js (and therefore by `import ... from 'blockly/blocks'`) have changed; see above.
Configuration menu - View commit details
-
Copy full SHA for 4f74210 - Browse repository at this point
Copy the full SHA 4f74210View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6037694 - Browse repository at this point
Copy the full SHA 6037694View commit details -
chore(deps): bump google-closure-deps from 20211201.0.0 to 20220104.0…
….0 (google#5896) Bumps [google-closure-deps](https://github.com/google/closure-library) from 20211201.0.0 to 20220104.0.0. - [Release notes](https://github.com/google/closure-library/releases) - [Commits](google/closure-library@v20211201...v20220104) --- updated-dependencies: - dependency-name: google-closure-deps dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 02c556c - Browse repository at this point
Copy the full SHA 02c556cView commit details -
chore(deps): bump google-closure-compiler (google#5923)
Bumps [google-closure-compiler](https://github.com/google/closure-compiler-npm) from 20220104.0.0 to 20220202.0.0. - [Release notes](https://github.com/google/closure-compiler-npm/releases) - [Commits](google/closure-compiler-npm@v20220104.0.0...v20220202.0.0) --- updated-dependencies: - dependency-name: google-closure-compiler dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 60ee400 - Browse repository at this point
Copy the full SHA 60ee400View commit details
Commits on Feb 11, 2022
-
Merge pull request google#5925 from alschmiedt/Q4_2021_patch_4
release: Patch #3 for Q4 2021 release
Configuration menu - View commit details
-
Copy full SHA for caba596 - Browse repository at this point
Copy the full SHA caba596View commit details -
Delete events should animate when played (google#5919)
Same as PR google#5640, except for the addition of a parameter in the JSON to turn this on or off. While one would normally want animations/sounds on (e.g. undo/redo stack) sometimes they'd be annoying (e.g. events from realtime collaborators).
Configuration menu - View commit details
-
Copy full SHA for bce4c5e - Browse repository at this point
Copy the full SHA bce4c5eView commit details
Commits on Feb 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3854ebb - Browse repository at this point
Copy the full SHA 3854ebbView commit details -
Merge pull request google#5938 from google/revert-5925-Q4_2021_patch_4
Revert "release: Patch #3 for Q4 2021 release"
Configuration menu - View commit details
-
Copy full SHA for c15a3cf - Browse repository at this point
Copy the full SHA c15a3cfView commit details
Commits on Feb 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e21a8fc - Browse repository at this point
Copy the full SHA e21a8fcView commit details -
chore(deps): bump eslint from 8.8.0 to 8.9.0 (google#5934)
Bumps [eslint](https://github.com/eslint/eslint) from 8.8.0 to 8.9.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md) - [Commits](eslint/eslint@v8.8.0...v8.9.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 556de8b - Browse repository at this point
Copy the full SHA 556de8bView commit details
Commits on Feb 16, 2022
-
refactor: convert some classes to ES6 classes (google#5928)
* refactor: move optional function declarations into the constructor * refactor: convert options.js to es6 class * refactor: convert generator.js to es6 class * refactor: convert workspace_events.js to es6 class * refactor: convert events_abstract.js to an es6 class * chore: format * chore: fix lint * chore: rebuild * chore: respond to PR feedback
Configuration menu - View commit details
-
Copy full SHA for b52c65c - Browse repository at this point
Copy the full SHA b52c65cView commit details
Commits on Feb 18, 2022
-
refactor: convert registry files to es6 classes (google#5940)
* refactor: convert shortcut registry to es6 class * refactor: convert context menu registry to es6 class * refactor: convert registry type to es6 class * chore: format * chore: respond to PR comments
Configuration menu - View commit details
-
Copy full SHA for f1148f1 - Browse repository at this point
Copy the full SHA f1148f1View commit details
Commits on Feb 22, 2022
-
fix(build): Correctly handle deep export paths in UMD wrapper (google…
…#5945) * fix(build): Correctly handle deep export paths A problem can occur when loading chunks in a browser: although factory() will create the full exported path on $, and thus the assignment root.<path> = factory(...) { ...; return $.<path> } will normally be a do-nothing in every chunk except the first, if the exported path (e.g. Blockly.blocks.all) is more than one level deeper than any previously-existing path (e.g. Blockly), this will fail because root.<path> is evaluated before calling factory(), and so the left hand side will will evaluate to a undefined reference (e.g. undefined.all) and TypeError will be thrown before the call to factory is evaluated. To fix this, call factory first and store the exports object in a variable before assigning it to the exported path. Fixes google#5932.
Configuration menu - View commit details
-
Copy full SHA for 71ab146 - Browse repository at this point
Copy the full SHA 71ab146View commit details -
refactor: convert toolbox items to ES6 classes (google#5947)
* refact: convert toolbox items to ES6 classes * fix: and SENTINEL so that contents can be parsed properly * fix: fix types and whatnot related to new SENTINEL * clean: format * refactor: reorganize overridable calls into the init function, and remove sentinel * clean: format * fix: inline docs and organization
Configuration menu - View commit details
-
Copy full SHA for be9ca98 - Browse repository at this point
Copy the full SHA be9ca98View commit details -
chore(deps): bump mocha from 9.2.0 to 9.2.1 (google#5951)
Bumps [mocha](https://github.com/mochajs/mocha) from 9.2.0 to 9.2.1. - [Release notes](https://github.com/mochajs/mocha/releases) - [Changelog](https://github.com/mochajs/mocha/blob/master/CHANGELOG.md) - [Commits](mochajs/mocha@v9.2.0...v9.2.1) --- updated-dependencies: - dependency-name: mocha dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4e64d0e - Browse repository at this point
Copy the full SHA 4e64d0eView commit details -
chore(deps): bump follow-redirects from 1.14.7 to 1.14.8 (google#5941)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.7 to 1.14.8. - [Release notes](https://github.com/follow-redirects/follow-redirects/releases) - [Commits](follow-redirects/follow-redirects@v1.14.7...v1.14.8) --- updated-dependencies: - dependency-name: follow-redirects dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c9be8d9 - Browse repository at this point
Copy the full SHA c9be8d9View commit details
Commits on Feb 23, 2022
-
refactor(tests): Use
goog.bootstrap
to allow loading ES modules in ……playground (google#5931) * chore(deps): Update closure/goog/base.js, add goog.js * Update base.js from the latest version (20220104.0.0). * Also copy over goog.js, which provides access to asuitable subset of goog.* via an importable module). * refactor(tests): Have playground.html load Blockly as a module N.B.: * We still need a preparation step, in order to load base.js and deps.js via <script> tags in uncompiled mode; in compiled mode it will instead load all the *_compressed.js files via <script> tags. Acess to the Blockly object is via: import Blockly from './playgrounds/blockly.mjs'; (N.B: no "* as", since blockly.mjs has only a default export.) * There remain two serious defects when running in uncompiled mode: * It does not attempt to load msg/messages.js, causing startup to fail. * Module loading only works if there are no ES Modules; if there are, something goes wrong with base.js's attempt to sequence module loads causing goog.modules that import ES modules to get a null exports object for that import. X-( * fix(tests): Have playground.html load messages.js before generators This fixes the issue caused by missing messages when loading the generators. * fix(tests): Move bootsrap calls to prepare.js Move the calls to goog.bootstrap from blockly.mjs to prepare.mjs. This is needed to work around a bug in the Cosure Library debug loader (google/closure-library#1152). This gets a bit ugly because most of the code has to go in a <script> (because it needs goog.bootstrap, which was loaded by an earlier <script> tag). * fix(documentation): Minor comment corrections for PR google#5931
Configuration menu - View commit details
-
Copy full SHA for b1f0a6a - Browse repository at this point
Copy the full SHA b1f0a6aView commit details -
chore(deps): bump webdriverio from 7.16.14 to 7.16.15 (google#5935)
Bumps [webdriverio](https://github.com/webdriverio/webdriverio) from 7.16.14 to 7.16.15. - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](webdriverio/webdriverio@v7.16.14...v7.16.15) --- updated-dependencies: - dependency-name: webdriverio dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0c1362f - Browse repository at this point
Copy the full SHA 0c1362fView commit details -
refactor(blocks)!: Rename Blockly.blocks.* modules to Blockly.library…
…Blocks.* (google#5953) ...and rename Blockly.blocks.all (blocks/all.js) to Blockly.libraryBlocks (blocks/blocks.js BREAKING CHANGE: (only) because the exports object from the `blocks_compressed.js` chunk will be accessed as `Blockly.libraryBlocks` instead of `Blockly.blocks.all` when the chunk is loaded in a browser via a `<script>` tag. There will be no changes visible when the chunk is loaded via ES module `import` or CJS `require`.
Configuration menu - View commit details
-
Copy full SHA for 5078dcb - Browse repository at this point
Copy the full SHA 5078dcbView commit details -
refactor: Be more selective in eslint ignorance (google#5955)
Rather than ignoring blockly_uncompressed.js, gulpfile.js and core/utils/global.js entirely, add suitable eslint-disable directives to those files so that they lint cleanly (and migrate gulpfile to use const instead of var).
Configuration menu - View commit details
-
Copy full SHA for 00a75ca - Browse repository at this point
Copy the full SHA 00a75caView commit details -
refactor: convert PathObject to an ES6 class (google#5954)
* refactor: add super call to geras path_object * refactor: run conversion script * clean: cleanup from conversion script * fix: make debug build happy * clean: add clarifying comment * clean: format
Configuration menu - View commit details
-
Copy full SHA for 7e221c2 - Browse repository at this point
Copy the full SHA 7e221c2View commit details
Commits on Feb 24, 2022
-
chore(build): Disable visibility warnings (google#5958)
Because of our mis-use of @Package, and the removal of the hack that made it work reasonably (in PR google#5918), compilation was generating a large number of JSC_BAD_PACKAGE_PROPERTY_ACCESS warnings, making it hard to see any other warnings/errors that might be generated. To make compiler diagnostics more useful, disable the visibility diagnostic group entirely for the time being. Also improve the documentation for JSCOMP_ERROR and the newly- -introduced JSCOMP_WARNING and JSCOMP_OFF.
Configuration menu - View commit details
-
Copy full SHA for 00e1dad - Browse repository at this point
Copy the full SHA 00e1dadView commit details
Commits on Feb 25, 2022
-
refactor: convert row.js and base.js to ES6 classes (google#5957)
* fix: remove unnecessary properties from rows * refactor: run conversion script on measurables * clean: cleanup from conversion * fix: make debug build happy * clean: format * fix: remove widthWithConnectedBlocks assignment on element * fix: add inline docs for statementEdge
Configuration menu - View commit details
-
Copy full SHA for 237e66c - Browse repository at this point
Copy the full SHA 237e66cView commit details
Commits on Feb 28, 2022
-
chore(deps): bump @wdio/selenium-standalone-service (google#5962)
Bumps [@wdio/selenium-standalone-service](https://github.com/webdriverio/webdriverio) from 7.16.14 to 7.16.16. - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](webdriverio/webdriverio@v7.16.14...v7.16.16) --- updated-dependencies: - dependency-name: "@wdio/selenium-standalone-service" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4cbb4c4 - Browse repository at this point
Copy the full SHA 4cbb4c4View commit details -
chore(deps): bump webdriverio from 7.16.15 to 7.16.16 (google#5964)
Bumps [webdriverio](https://github.com/webdriverio/webdriverio) from 7.16.15 to 7.16.16. - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](webdriverio/webdriverio@v7.16.15...v7.16.16) --- updated-dependencies: - dependency-name: webdriverio dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4201d43 - Browse repository at this point
Copy the full SHA 4201d43View commit details -
refactor: Convert fields to ES6 classes (google#5943)
* refactor: Initial test at refactoring fields to ES6 * refact: reorganize text input and descendants to call super first * refact: run conversion script on text input field and subclasses * clean: cleanup fields post-conversion script * refact: reorganize dropdown and variable fields to call super first * refact: run class conversion script on dropdown and variable * clean: clean fields post conversion script * refact: reorganize misc fields to call super first * refact: run conversion script on misc fields * clean: cleanup misc fields after conversion * fix: add setting the value and whatnot back to the base field. Pass sentinel conistently * format * refact: work on making debug compiler happy * clean: finish making debug build happy * fix: work on making tests happy * fix: finish making tests happy * Fix: fixup angle and multiline fields * clean: format * fix: move default value back to DEFAULT_VALUE * fix: change SENTINEL to SKIP_SETUP * fix: inline docs * fix: some misc PR comments * fix: format * fix: make compiler hapy with new.target * fix: types in FieldDropdown * fix: add @Final annotations to Field * feat: move Sentinel to a utils file * fix: remove ImageProperties from external API * clean: cleanup chunks and deps
Configuration menu - View commit details
-
Copy full SHA for cb4521b - Browse repository at this point
Copy the full SHA cb4521bView commit details -
refactor: convert blocksvg and block to ES6 classes (google#5952)
* refact: move super call to top of block svg * refact: run conversion script on block svg and block * fix: make debug build happy * fix: tests * style: format * fix: cleanup from rebase * fix: use new.target instead of a new parameter * fix: add more overridden casted methods to BlockSvg * style: fix typos * style: move override tags to the end of JSDoc * fix: cleanup from rebase
Configuration menu - View commit details
-
Copy full SHA for fa14e9d - Browse repository at this point
Copy the full SHA fa14e9dView commit details
Commits on Mar 1, 2022
-
deprecate: the debug renderer (google#5961)
* deprecate: the debug renderer * chore: run format * chore: remove @deprecated for functions still used in core
Configuration menu - View commit details
-
Copy full SHA for 9ba2571 - Browse repository at this point
Copy the full SHA 9ba2571View commit details -
fix(tests): Enable --debug for test:compile:advanced; fix some errors (…
…google#5959) * Enable the --debug flag when running the buildAdvancedCompilationTest gulp task. * Migrate test/compile/main.js to goog.module. * Use more selective goog.requires. * Reduces compiled size from ~400k to ~370k. * @Suppress "extra" requires needed for side effects.
Configuration menu - View commit details
-
Copy full SHA for 88334be - Browse repository at this point
Copy the full SHA 88334beView commit details -
Revert "fix(tests): Enable --debug for test:compile:advanced; fix som…
…e errors (google#5959)" This reverts commit 88334be.
Configuration menu - View commit details
-
Copy full SHA for 2a0e547 - Browse repository at this point
Copy the full SHA 2a0e547View commit details
Commits on Mar 3, 2022
-
fix(blocks): correct the callType_ of procedures_defreturn (google#5974)
Fixes a bug introduced in PR google#5736.
Configuration menu - View commit details
-
Copy full SHA for b34db5b - Browse repository at this point
Copy the full SHA b34db5bView commit details -
fix: custom block context menus (google#5976)
* fix: custom block context menus * fix: move rendered-specific properties back into BlockSvg
Configuration menu - View commit details
-
Copy full SHA for 8058df2 - Browse repository at this point
Copy the full SHA 8058df2View commit details
Commits on Mar 4, 2022
-
feat: Allow developers to set a custom tooltip rendering function. (g…
…oogle#5956) * refactor: refactor tooltip show method * refactor: make Tooltip a class that is accessed via a singleton * revert: "refactor: make Tooltip a class that is accessed via a singleton" This reverts commit b3d543c. * feat: add the ability to set a custom tooltip function * fix: check for null where it matters for types * feat: Add a test for the custom tooltip function * fix: fix formatting * fix: format test * fix: remove unnecessary teardown call in test
Configuration menu - View commit details
-
Copy full SHA for 6841ccc - Browse repository at this point
Copy the full SHA 6841cccView commit details -
fix: move test helpers from samples into core (google#5969)
* fix: move core test helpers into new directory * fix: add test helpers to core and convert to goog modules * fix: change tests to use local helpers * fix: change local tests to use chai asserts * fix: skip field tests in serializer b/c test blocks are unavailable * fix: rename some helper files * fix: rename some helper modules * fix: split block helpers into code gen and serialization * fix: split block defs into new helper file * fix: split warning helpers into new file * fix: split user input helpers into new file * fix: split event helpers into a new file * fix: split variable helper into new file * fix: move remaining test helpers to new setup-teardown file * fix: rename setup and teardown module * fix: cleanup from rebase * fix: undo accidental rename * fix: lint? * fix: bad toolbox definitions namespace * fix: fixup warning helpers * fix: remove inclusion of dev-tools in mocha tests * move to modules, but break mocha * fix: run mocha as a module * fix: lint
Configuration menu - View commit details
-
Copy full SHA for 2edd228 - Browse repository at this point
Copy the full SHA 2edd228View commit details
Commits on Mar 7, 2022
-
fix: move the dropdown div to a namespace instead of a class with onl…
…y static properties (google#5979) * fix: remove drop down div class * fix: change name and export for drop down div * fix: make module-local variables conform to styleguide * fix: format * fix: shadowing
Configuration menu - View commit details
-
Copy full SHA for 543cb8e - Browse repository at this point
Copy the full SHA 543cb8eView commit details
Commits on Mar 8, 2022
-
feat: add mocha failure messages to console output (google#5984)
* feat: add mocha failure messages to console output * fix: line up the messages
Configuration menu - View commit details
-
Copy full SHA for 7d250fa - Browse repository at this point
Copy the full SHA 7d250faView commit details -
fix: convert the common renderer to an ES6 class (google#5978)
* fix: run conversion script on renderer * fix: cleanup from conversion script * fix: format
Configuration menu - View commit details
-
Copy full SHA for c1004be - Browse repository at this point
Copy the full SHA c1004beView commit details -
fix(tests): Enable
--debug
fortest:compile:advanced
; fix some er……rors (and demote the rest to warnings) (google#5983) * refactor(tests): Migrate tests/compile/main.js to goog.module * feat(tests): Enable --debug for test:compile:advanced; demote errors * Enable the --debug flag when running the buildAdvancedCompilationTest gulp task. * Remove partialAlias diagnostic group from `JSC_ERROR`, demoting JSC_PARTIAL_NAMESPACE to warning. Reverts "Revert 'fix(tests): Enable --debug for test:compile:advanced; fix some errors (google#5959)'".
Configuration menu - View commit details
-
Copy full SHA for e11b583 - Browse repository at this point
Copy the full SHA e11b583View commit details
Commits on Mar 9, 2022
-
chore: makes types of divs more specific (google#5988)
* chore: cast to a more specific type when creating a div * chore: make types more specific for divs * chore: format
Configuration menu - View commit details
-
Copy full SHA for 3740d51 - Browse repository at this point
Copy the full SHA 3740d51View commit details -
fix: revert converting test helpers to es modules (google#5982)
Configuration menu - View commit details
-
Copy full SHA for 01d4597 - Browse repository at this point
Copy the full SHA 01d4597View commit details -
feat(tests): Add a test to validate
scripts/migration/renamings.js
(g……oogle#5980) * feat(tests): Add a test script for the renamings file * Make scripts/migration/renamings.js a valid JSON5 file. * Add a schema for it in tests/migration/renamings-schema.json. * Add a script to test one against the other, as tests/migration/validate-renamings. It is a node.js script that will exit 0 if the renamings file is valid, or 1 if it is not (and print a not-very-helpful error message from which is possible, with some effort, to deduce what the error is.) * fix: convert to JSON5 and refactor example * fix: convert keys to new key names * fix: change versions to arrays instead of objects * fix: fix version numbers * fix: associate renames with the version where they were added * fix: fixup example * fix: put older renames at the bottom, and newer renames at the top * fix: enable renamings test in run_all_tests * fix: put newer renames back at the bottom This reverts commit efe070e. * fix(tests): add missing additionalProperties: false to schema And fix the resulting validation error in the example entry. * chore(tests): Improve wording of example entry; add extra examples Tweaked line wrapping of some existing entries (example and acutal) that were otherwise untouched. * feat: add dropDownDiv renaming to new database * feat(tests): Check for duplicate entries for the same module Also fixed extraneous whitespace in run_all_tests.sh * fix(tests): Make validate-renamings.js compatible with node.js v12 Also remove success message, to adhere to usual unix convention (silence implies success) as eslint does, and reduce unecessary npm test output clutter. * fix(tests): Fixes for PR google#5980 * Fix typos. * Remove redundant check. Co-authored-by: Beka Westberg <bwestberg@google.com>
Configuration menu - View commit details
-
Copy full SHA for 3c723f0 - Browse repository at this point
Copy the full SHA 3c723f0View commit details -
feat(tests): Use official semver.org RegExp (google#5990)
Use the official semantic versioning regexp from https://semver.org/, rather than the shorter but sloppier one we had previously found at https://gist.github.com/jhorsman/62eeea161a13b80e39f5249281e17c39.
Configuration menu - View commit details
-
Copy full SHA for afc4088 - Browse repository at this point
Copy the full SHA afc4088View commit details
Commits on Mar 10, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5f822fd - Browse repository at this point
Copy the full SHA 5f822fdView commit details
Commits on Mar 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 9e1cda8 - Browse repository at this point
Copy the full SHA 9e1cda8View commit details
Commits on Mar 15, 2022
-
fix: Change the truthy tests of width and height in WorkspaceSvg.setC…
…achedParentSvgSize to actual comparisons with null so that zero value can be saved into the cache (google#5997) fixes google#5930 and possibly google#5404
Configuration menu - View commit details
-
Copy full SHA for fec44d9 - Browse repository at this point
Copy the full SHA fec44d9View commit details -
fix!: change paste to return the pasted thing to support keyboard nav (…
…google#5996) * fix: change paste to return the pasted thing * fix: format * fix: build * fix: update the API for duplicate as well * fix: change types to ICopyable
Configuration menu - View commit details
-
Copy full SHA for 20f1475 - Browse repository at this point
Copy the full SHA 20f1475View commit details
Commits on Mar 16, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a65b895 - Browse repository at this point
Copy the full SHA a65b895View commit details -
fix: convert the Workspace class to an ES6 class (google#5977)
* fix: run conversion script on workspace * fix: cleanup from conversion script * fix: make debug build happy * fix: tests * fix: format * fix: format
Configuration menu - View commit details
-
Copy full SHA for e2eaebe - Browse repository at this point
Copy the full SHA e2eaebeView commit details -
fix: Move @alias onto classes instead of constructors (google#6003)
* fix: Move @alias onto classes instead of constructors * fix: Fix JSDoc for constructors.
Configuration menu - View commit details
-
Copy full SHA for 1647a32 - Browse repository at this point
Copy the full SHA 1647a32View commit details
Commits on Mar 17, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 0b2bf3a - Browse repository at this point
Copy the full SHA 0b2bf3aView commit details -
chore(deps): bump webdriverio from 7.16.16 to 7.17.4 (google#5992)
Bumps [webdriverio](https://github.com/webdriverio/webdriverio) from 7.16.16 to 7.17.4. - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](webdriverio/webdriverio@v7.16.16...v7.17.4) --- updated-dependencies: - dependency-name: webdriverio dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5ee94e2 - Browse repository at this point
Copy the full SHA 5ee94e2View commit details -
chore(deps): bump google-closure-deps from 20220104.0.0 to 20220202.0…
….0 (google#5965) Bumps [google-closure-deps](https://github.com/google/closure-library) from 20220104.0.0 to 20220202.0.0. - [Release notes](https://github.com/google/closure-library/releases) - [Commits](google/closure-library@v20220104...v20220202) --- updated-dependencies: - dependency-name: google-closure-deps dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 152f017 - Browse repository at this point
Copy the full SHA 152f017View commit details -
chore(deps): bump @blockly/dev-tools from 3.0.6 to 3.0.7 (google#5963)
Bumps [@blockly/dev-tools](https://github.com/google/blockly-samples/tree/HEAD/plugins/dev-tools) from 3.0.6 to 3.0.7. - [Release notes](https://github.com/google/blockly-samples/releases) - [Commits](https://github.com/google/blockly-samples/commits/@blockly/dev-tools@3.0.7/plugins/dev-tools) --- updated-dependencies: - dependency-name: "@blockly/dev-tools" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f344f9a - Browse repository at this point
Copy the full SHA f344f9aView commit details -
chore(deps): bump @wdio/selenium-standalone-service (google#6006)
Bumps [@wdio/selenium-standalone-service](https://github.com/webdriverio/webdriverio) from 7.16.16 to 7.18.0. - [Release notes](https://github.com/webdriverio/webdriverio/releases) - [Changelog](https://github.com/webdriverio/webdriverio/blob/main/CHANGELOG.md) - [Commits](webdriverio/webdriverio@v7.16.16...v7.18.0) --- updated-dependencies: - dependency-name: "@wdio/selenium-standalone-service" dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for cefb505 - Browse repository at this point
Copy the full SHA cefb505View commit details
Commits on Mar 18, 2022
-
Configuration menu - View commit details
-
Copy full SHA for e502eaa - Browse repository at this point
Copy the full SHA e502eaaView commit details
Commits on Mar 21, 2022
-
fix: comments not being restored when dragging (google#6011)
* fix comment deserialization * add restore comment test * Fix comment. * fix: Modify test structure.
Configuration menu - View commit details
-
Copy full SHA for 85ce3b8 - Browse repository at this point
Copy the full SHA 85ce3b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 243fc52 - Browse repository at this point
Copy the full SHA 243fc52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 98d619b - Browse repository at this point
Copy the full SHA 98d619bView commit details -
refactor(build): Prepare UMD wrapper generation for transition to ES …
…modules (google#5993) * fix(build): Correctly handle out-of-order chunks It turns out that closure-calculate-chunks does not guarantee that calculated chunks will be output in the same order as the entrypoints, so modify getChunkOptions so that it no longer makes that assumption. * refactor(build): Introduce NAMESPACE_PROPERTY; rename NAMESPACE_OBJECT Rename the constant NAMESPACE_OBJECT to NAMESPACE_VARIABLE to better explain its actual meaning, and introduce NAMESPACE_PROPERTY to specify what property the namespace object will be stored in (and change the previous value, "internal_", to "__namespace__" to reduce the chance of conflicts with properties created by the output of Closure Compiler). * refactor(build): Always save namespace object on chunk exports object This is so that chunks whose parent chunk is not the root chunk (chunks[0]) can obtain the namespace object. (See following commit.) * fix(build): Correct handling of chunk dependencies Previously getChunkOptions and chunkWrapper incorrectly assumed that a chunk could have more than one dependency. In fact, each chunk can have only a single dependency, which is its parent chunk. It is used only to retrieve the namespace object, which is saved on to the exports object for the chunk so that any child chunk(s) can obtain it. Update getChunkOptions and chunkWrapper (making the latter longer but more readable) accordingly. * refactor(build): Rename/repurpose chunk.exports -> .reexport And remove chunk.importAs, since it was no longer being used anywhere. * fix: remove unnecessary s from reexports Co-authored-by: alschmiedt <aschmiedt@google.com>
Configuration menu - View commit details
-
Copy full SHA for 9d62f92 - Browse repository at this point
Copy the full SHA 9d62f92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7abf3de - Browse repository at this point
Copy the full SHA 7abf3deView commit details -
fix: always rename caller to legal name (google#6014)
* fix: always rename caller to legal name * fix: enable tests for non-matching callers which overlap names getting renamed * fix: remove TODOs
Configuration menu - View commit details
-
Copy full SHA for c430800 - Browse repository at this point
Copy the full SHA c430800View commit details
Commits on Mar 23, 2022
-
fix: undo/redo for auto disabling if-return blocks (google#6018)
* fix: undo/redo for auto disabling if-return blocks * fix: update inline docs
Configuration menu - View commit details
-
Copy full SHA for c7a359a - Browse repository at this point
Copy the full SHA c7a359aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 364bf14 - Browse repository at this point
Copy the full SHA 364bf14View commit details
Commits on Mar 24, 2022
-
fix: export Blockly.Names.NameType and Blockly.Input.Align correctly (g…
…oogle#6030) * fix: make NameType available externally * fix: export Input.Align
Configuration menu - View commit details
-
Copy full SHA for 2c15d00 - Browse repository at this point
Copy the full SHA 2c15d00View commit details
Commits on Mar 25, 2022
-
fix: Fix downloading screenshots on the playground. (google#6025)
* fix: Fix downloading screenshots on the playground. * fix: Resolve lint warning about unused variable.
Configuration menu - View commit details
-
Copy full SHA for ca6e590 - Browse repository at this point
Copy the full SHA ca6e590View commit details
Commits on Mar 28, 2022
-
chore(deps): bump minimist from 1.2.5 to 1.2.6 (google#6027)
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. - [Release notes](https://github.com/substack/minimist/releases) - [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0582097 - Browse repository at this point
Copy the full SHA 0582097View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cf8eb8 - Browse repository at this point
Copy the full SHA 2cf8eb8View commit details
Commits on Mar 29, 2022
-
fix: revert "Delete events should animate when played (google#5919)" (g…
…oogle#6031) * Revert "Delete events should animate when played (google#5919)" This reverts commit bce4c5e. * fix: lint in screenshot
Configuration menu - View commit details
-
Copy full SHA for c4a25eb - Browse repository at this point
Copy the full SHA c4a25ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10d9cc4 - Browse repository at this point
Copy the full SHA 10d9cc4View commit details -
Merge pull request google#6044 from google/master_into_develop
chore: merge master into develop
Configuration menu - View commit details
-
Copy full SHA for 8d2e181 - Browse repository at this point
Copy the full SHA 8d2e181View commit details
Commits on Mar 31, 2022
-
fix: Update typings for q1 2022 release (google#6051)
* fix: initial commit for typings for q1 2022 release * fix: update interface declarations * fix: remove spurious override * fix: add explicit any type * fix: remove spurious Array type * fix: CopyData declaration * fix: fix extra-state
Configuration menu - View commit details
-
Copy full SHA for 69f3d4a - Browse repository at this point
Copy the full SHA 69f3d4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 808fb99 - Browse repository at this point
Copy the full SHA 808fb99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d5f7d6 - Browse repository at this point
Copy the full SHA 8d5f7d6View commit details -
Merge pull request google#6052 from alschmiedt/Q1_2022_language_rollup
chore: rollup of Q4 2021 and Q1 2022 messages
Configuration menu - View commit details
-
Copy full SHA for 95a058d - Browse repository at this point
Copy the full SHA 95a058dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d6e415e - Browse repository at this point
Copy the full SHA d6e415eView commit details -
Merge pull request google#6053 from alschmiedt/rebuild_03_31_2022
release: rebuild for q1 2022 release
Configuration menu - View commit details
-
Copy full SHA for d8c5a1d - Browse repository at this point
Copy the full SHA d8c5a1dView commit details -
Merge pull request google#5888 from google/release-please--branches--…
…develop--components--blockly chore(develop): release blockly 8.0.0
Configuration menu - View commit details
-
Copy full SHA for 31f5a73 - Browse repository at this point
Copy the full SHA 31f5a73View commit details -
Merge pull request google#6054 from google/rc_2022_3
release: v8.0.0
Configuration menu - View commit details
-
Copy full SHA for 2bf842a - Browse repository at this point
Copy the full SHA 2bf842aView commit details
Commits on Apr 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 2e3913d - Browse repository at this point
Copy the full SHA 2e3913dView commit details
Commits on Apr 18, 2022
-
chore: Set permissions for GitHub actions (google#6077)
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e0d81ef - Browse repository at this point
Copy the full SHA e0d81efView commit details -
chore: Included githubactions for dependabot (google#6080)
This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure. Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d2329f8 - Browse repository at this point
Copy the full SHA d2329f8View commit details
Commits on Apr 28, 2022
-
fix: dragging fails for collapsed blocks with Icons, which have been … (
google#6081) * fix: 6076 "dragging fails" improved * fix: "dragging fails (bug google#6076)" tested version * fix: "dragging fails (bug google#6076)" moved fix-code after L625
Configuration menu - View commit details
-
Copy full SHA for f5206d4 - Browse repository at this point
Copy the full SHA f5206d4View commit details -
fix: JSON deserialization fails (bug google#6091) (collapsed procedur…
…e call… (google#6103) * fix: JSON deserialization fails (bug google#6091) (collapsed procedure call blocks) * fix: JSON deserialization fails (bug google#6091) changed fix, added tests (collapsed procedure call blocks)
Configuration menu - View commit details
-
Copy full SHA for 75a071e - Browse repository at this point
Copy the full SHA 75a071eView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5c4494 - Browse repository at this point
Copy the full SHA b5c4494View commit details -
Configuration menu - View commit details
-
Copy full SHA for f21b9db - Browse repository at this point
Copy the full SHA f21b9dbView commit details -
Merge pull request google#6126 from BeksOmega/patch/json-serialization
fix: JSON deserialization of certain collapsed blocks
Configuration menu - View commit details
-
Copy full SHA for 7eebd78 - Browse repository at this point
Copy the full SHA 7eebd78View commit details
Commits on May 5, 2022
-
chore(deps): bump ejs from 3.1.6 to 3.1.7 (google#6127)
Bumps [ejs](https://github.com/mde/ejs) from 3.1.6 to 3.1.7. - [Release notes](https://github.com/mde/ejs/releases) - [Changelog](https://github.com/mde/ejs/blob/main/CHANGELOG.md) - [Commits](mde/ejs@v3.1.6...v3.1.7) --- updated-dependencies: - dependency-name: ejs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4937346 - Browse repository at this point
Copy the full SHA 4937346View commit details
Commits on May 9, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5620515 - Browse repository at this point
Copy the full SHA 5620515View commit details -
Merge pull request google#6158 from BeksOmega/patch/8.0.2
fix: bump version to 8.0.2
Configuration menu - View commit details
-
Copy full SHA for b92cbd3 - Browse repository at this point
Copy the full SHA b92cbd3View commit details
Commits on Jun 2, 2022
-
chore: update PR template for test requirements (google#6183)
* chore: update PR template for test requirements * fix: PR comments
Configuration menu - View commit details
-
Copy full SHA for 7c76208 - Browse repository at this point
Copy the full SHA 7c76208View commit details
Commits on Jun 8, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d61f4ca - Browse repository at this point
Copy the full SHA d61f4caView commit details -
chore: update version number for patch release (google#6201)
* chore: update version number for patch release * chore: update package-lock * chore: rebuild to update version number
Configuration menu - View commit details
-
Copy full SHA for 24a808d - Browse repository at this point
Copy the full SHA 24a808dView commit details
Commits on Jun 13, 2022
-
fix: loading messages from script tags. (google#6184)
* fix: loading messages in the browser * chore: fix comment * fix: change unwrapped message files to write to a new object, rather than Blockly.Msg * fix: fixup exports * fix: PR comments * fix: change to use for-in loop * fix: ES6 compatibility and formatting
Configuration menu - View commit details
-
Copy full SHA for 188ba98 - Browse repository at this point
Copy the full SHA 188ba98View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bb3f87 - Browse repository at this point
Copy the full SHA 4bb3f87View commit details -
Configuration menu - View commit details
-
Copy full SHA for c137801 - Browse repository at this point
Copy the full SHA c137801View commit details -
Merge pull request google#6210 from BeksOmega/rc/8.0.4
fix: message loading
Configuration menu - View commit details
-
Copy full SHA for e1bfbfa - Browse repository at this point
Copy the full SHA e1bfbfaView commit details
Commits on Jun 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 6132229 - Browse repository at this point
Copy the full SHA 6132229View commit details
Commits on Jul 13, 2022
-
Merge branch 'master' of github.com:google/blockly into feature/VRWN-…
…5712-update-blockly-from-goolge-blockly-q3-2022
Vadim Demchenko committedJul 13, 2022 Configuration menu - View commit details
-
Copy full SHA for 79bbb32 - Browse repository at this point
Copy the full SHA 79bbb32View commit details
Commits on Jul 14, 2022
-
Vadim Demchenko committed
Jul 14, 2022 Configuration menu - View commit details
-
Copy full SHA for cb971ce - Browse repository at this point
Copy the full SHA cb971ceView commit details -
Vadim Demchenko committed
Jul 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 134bc40 - Browse repository at this point
Copy the full SHA 134bc40View commit details -
Vadim Demchenko committed
Jul 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 4ce67a7 - Browse repository at this point
Copy the full SHA 4ce67a7View commit details -
Vadim Demchenko committed
Jul 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 0064c51 - Browse repository at this point
Copy the full SHA 0064c51View commit details -
Vadim Demchenko committed
Jul 14, 2022 Configuration menu - View commit details
-
Copy full SHA for de925f5 - Browse repository at this point
Copy the full SHA de925f5View commit details -
Vadim Demchenko committed
Jul 14, 2022 Configuration menu - View commit details
-
Copy full SHA for 813fbef - Browse repository at this point
Copy the full SHA 813fbefView commit details
Commits on Jul 15, 2022
-
Vadim Demchenko committed
Jul 15, 2022 Configuration menu - View commit details
-
Copy full SHA for ce3d000 - Browse repository at this point
Copy the full SHA ce3d000View commit details
Commits on Jul 18, 2022
-
Vadim Demchenko committed
Jul 18, 2022 Configuration menu - View commit details
-
Copy full SHA for fb9a37d - Browse repository at this point
Copy the full SHA fb9a37dView commit details -
Vadim Demchenko committed
Jul 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 184b090 - Browse repository at this point
Copy the full SHA 184b090View commit details -
Fix export of procedures_local_argument
Vadim Demchenko committedJul 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 61f27a7 - Browse repository at this point
Copy the full SHA 61f27a7View commit details -
Vadim Demchenko committed
Jul 18, 2022 Configuration menu - View commit details
-
Copy full SHA for 4e92e35 - Browse repository at this point
Copy the full SHA 4e92e35View commit details
Commits on Jul 19, 2022
-
Vadim Demchenko committed
Jul 19, 2022 Configuration menu - View commit details
-
Copy full SHA for c9f882d - Browse repository at this point
Copy the full SHA c9f882dView commit details -
Fix jsonInit for local_arguments
Vadim Demchenko committedJul 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 31299cc - Browse repository at this point
Copy the full SHA 31299ccView commit details -
Vadim Demchenko committed
Jul 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 4da6270 - Browse repository at this point
Copy the full SHA 4da6270View commit details -
Vadim Demchenko committed
Jul 19, 2022 Configuration menu - View commit details
-
Copy full SHA for d736f35 - Browse repository at this point
Copy the full SHA d736f35View commit details -
Vadim Demchenko committed
Jul 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 95efd4d - Browse repository at this point
Copy the full SHA 95efd4dView commit details -
Vadim Demchenko committed
Jul 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 7d7a67d - Browse repository at this point
Copy the full SHA 7d7a67dView commit details -
Vadim Demchenko committed
Jul 19, 2022 Configuration menu - View commit details
-
Copy full SHA for 501805c - Browse repository at this point
Copy the full SHA 501805cView commit details