Skip to content
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

chore!: delete old dragging infrastructure #7995

Merged
merged 1 commit into from
Apr 5, 2024

Conversation

BeksOmega
Copy link
Collaborator

@BeksOmega BeksOmega commented Apr 2, 2024

The basics

The details

Resolves

Fixes #7900

Proposed Changes

Deletes the old blocks dragger and old interfaces, and remaining references to those interfaces.

Test Coverage

Build continues to build.

Documentation

N/A

Additional Information

N/A

Breaking changes / To fix

If you were creating a custom IBlockDragger you should change this to either use a custom dragger, or a custom draggable instead.

If you were referrencing the BlockDragger class, you should instead reference the Dragger class, which you can retrieve from gesture.getCurrentDragger.

@github-actions github-actions bot added breaking change Used to mark a PR or issue that changes our public APIs. PR: chore General chores (dependencies, typos, etc) labels Apr 2, 2024
@BeksOmega BeksOmega force-pushed the chore/delete-old-drag branch from a73e8a3 to 7d2be81 Compare April 4, 2024 23:14
@BeksOmega BeksOmega marked this pull request as ready for review April 4, 2024 23:16
@BeksOmega BeksOmega requested a review from a team as a code owner April 4, 2024 23:16
@BeksOmega BeksOmega merged commit 7277a23 into google:rc/v11.0.0 Apr 5, 2024
8 checks passed
johnnesky pushed a commit to johnnesky/blockly that referenced this pull request Apr 13, 2024
@github-actions github-actions bot added breaking change Used to mark a PR or issue that changes our public APIs. PR: chore General chores (dependencies, typos, etc) and removed breaking change Used to mark a PR or issue that changes our public APIs. PR: chore General chores (dependencies, typos, etc) labels Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
breaking change Used to mark a PR or issue that changes our public APIs. PR: chore General chores (dependencies, typos, etc)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants