Skip to content

Commit 04abb7b

Browse files
cpcallenBenHenning
authored andcommitted
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.js
1 parent faec563 commit 04abb7b

20 files changed

Lines changed: 7 additions & 9556 deletions

gh-pages/_index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ <h4>
286286
</p>
287287
</div>
288288
</a>
289-
<a class="card" href="plugins/keyboard-navigation/test/index.html">
289+
<a class="card" href="https://github.com/google/blockly-keyboard-experimentation">
290290
<video autoplay playsinline muted loop width="195px">
291291
<source src="media/keyboard-navigation.mp4" type="video/mp4">
292292
</video>
@@ -297,6 +297,12 @@ <h4>
297297
<p>
298298
A plugin that allows users to manipulate and connect blocks using a keyboard-driven cursor.
299299
</p>
300+
<p>
301+
This plugin (and its demo) is temporarily unavailable while we
302+
develop an new and improved version; you can follow along with
303+
our work in the <code>blockly-keyboard-experimentation</code>
304+
GitHub repository.
305+
</p>
300306
</div>
301307
</a>
302308
<a class="card" href="plugins/shadow-block-converter/test/index.html">

0 commit comments

Comments
 (0)