Merge pull request #7391 from google/rc/v10.1.2

release: Rc/v10.1.2
This commit is contained in:
ericblackmonGoogle
2023-08-14 13:14:47 -04:00
committed by GitHub
3 changed files with 9 additions and 4 deletions

View File

@@ -225,7 +225,12 @@ export class InsertionMarkerManager {
eventUtils.disable();
let result: BlockSvg;
try {
const blockJson = blocks.save(sourceBlock);
const blockJson = blocks.save(sourceBlock, {
addCoordinates: false,
addInputBlocks: false,
addNextBlocks: false,
doFullSerialization: false,
});
if (!blockJson) {
throw new Error('Failed to serialize source block.');
}

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "blockly",
"version": "10.1.1",
"version": "10.1.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "blockly",
"version": "10.1.1",
"version": "10.1.2",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@@ -1,6 +1,6 @@
{
"name": "blockly",
"version": "10.1.1",
"version": "10.1.2",
"description": "Blockly is a library for building visual programming editors.",
"keywords": [
"blockly"