Skip to content

Deprecation warning removal for v10 #6814

@rachel-fenichel

Description

@rachel-fenichel

Removing deprecation.warn calls is technically a breaking change, since they generally call through to the original function for backwards compatibility. This issue is a checklist of deprecation warnings to remove when we're ready to do the next major release (v10).

In core/main.js:

  • Blockly.alert
  • Blockly.confirm
  • Blockly.prompt
  • Blockly.ContextMenu.currentBlock
  • Blockly.Events.recordUndo
  • Blockly.Tooltip.visible
  • Blockly.Tooltip.DIV
  • Blockly.WidgetDiv.DIV

In all files:

  • All calls to deprecation.warn with "version 10" as the removal date

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions