Commit 04abb7b
fix!: Delete old keyboard-navigation plugin (#2508)
This depends on things that no longer exist in
blockly@v12.0.0-beta.4, like BasicCursor and Cursor, and also
on other things that will cease to exist before 12.0.0, like
ASTNode.
We need to update the samples repository to be able to test
plugins with v12, and this plugin is soon to be replaced by
the new plugin being developed in
google/blockly-keyboard-experimentation, so the most expedient
course of action is just to delete this one to allow upgrading
this repo's blockly devDependency.
BREAKING CHANGE:
Removes the keyboard-experimentation plugin, obviously.
Conflicts:
plugins/keyboard-navigation/CHANGELOG.md
plugins/keyboard-navigation/package-lock.json
plugins/keyboard-navigation/package.json
plugins/keyboard-navigation/src/navigation.js
plugins/keyboard-navigation/src/navigation_controller.js
plugins/keyboard-navigation/test/navigation_test.mocha.js1 parent faec563 commit 04abb7b
20 files changed
Lines changed: 7 additions & 9556 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
300 | 306 | | |
301 | 307 | | |
302 | 308 | | |
| |||
0 commit comments