chore: deprecate minimalist renderer (#7210)

* chore: deprecate the minimalist renderer

* chore: add renamings
This commit is contained in:
Beka Westberg
2023-06-26 14:30:06 -07:00
committed by GitHub
parent d6848de645
commit b189b1989c
5 changed files with 55 additions and 0 deletions

View File

@@ -1516,6 +1516,10 @@
oldName: 'Blockly.Bubble',
newName: 'Blockly.bubbles.Bubble',
},
{
oldName: 'Blockly.minimalist',
newPath: 'Blockly.blockRendering',
},
// The following renamings serve two purposes:
// - Record that the langGenerator instances have moved to a
// different module (though this is not actually actioned by the