mirror of
https://github.com/google/blockly.git
synced 2026-01-04 15:40:08 +01:00
chore: deprecate minimalist renderer (#7210)
* chore: deprecate the minimalist renderer * chore: add renamings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user