Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
1fba9c5
refactor!: Update and modernize plugins for Blockly v12. (#2468)
gonfunko Jan 31, 2025
7476290
fix: Fix scrolling and API issues with the continuous toolbox plugin.…
gonfunko Feb 3, 2025
e35406b
feat!: Improve accessibility of the grid field. (#2488)
gonfunko Feb 13, 2025
5c3fb32
chore: Export interface for label flyout items. (#2491)
gonfunko Feb 24, 2025
b79274d
fix!: Delete old keyboard-navigation plugin (#2508)
cpcallen May 8, 2025
735959d
chore(deps): Update `blockly` dev dependency to `blockly@12.0.0-beta.…
cpcallen May 9, 2025
04abb7b
fix!: Delete old keyboard-navigation plugin (#2508)
cpcallen May 8, 2025
d5eb18f
Merge pull request #2511 from BenHenning/master-with-conflict-resolution
BenHenning May 12, 2025
91a8473
fix: Fix multi-line text color by using the correct class
RoboErikG May 14, 2025
97965f3
Update bitmap class
RoboErikG May 14, 2025
21b7dd0
Merge pull request #2519 from RoboErikG/multiline-text-color
RoboErikG May 14, 2025
e3b1054
fix: Wait for an animation frame before showing the date picker
RoboErikG May 14, 2025
f98d974
Merge pull request #2522 from RoboErikG/date-field-pos
RoboErikG May 14, 2025
962e6a7
fix: Fix clean:node script
cpcallen May 6, 2025
d83ea84
chore(deps): Update blockly to v12.0.0-beta.4
cpcallen May 6, 2025
20ab15a
fix(FieldColour): Fix type of FieldColour.prototype.isFullBlockField
cpcallen May 6, 2025
55e188c
fix(FieldMultilineInput): Use string literal instead of Field.NBSP
cpcallen May 7, 2025
bf2878c
fix(FieldGridDropdown): Fix type error caused by separators
cpcallen May 7, 2025
78badf5
chore(deps): Update blockly to v12.0.0-beta.5
cpcallen May 8, 2025
6e9d3fe
fix(fields): Implement getClass method
cpcallen May 8, 2025
43bdfab
fix(FieldGridDropdown): Handle presence of HTMLElement in MenuOptions
cpcallen May 8, 2025
1d80511
chore: Update to v12 beta 6.
gonfunko May 14, 2025
452051e
fix: Fix the field-grid-dropdown tests.
gonfunko May 14, 2025
6bd3916
fix: Fix shadow-block-converter tests.
gonfunko May 14, 2025
bf44961
fix: Remove use of deleted `Block.setEnabled()`.
gonfunko May 14, 2025
a060be7
Revert "fix(fields): Implement getClass method"
gonfunko May 14, 2025
144b6d0
Revert "fix: Add `getClass()` to `FieldColour`. (#2506)"
gonfunko May 14, 2025
8370d9c
chore: skip shadow block tests that need jsdom work
maribethb May 14, 2025
9dc3124
chore: try updating the package-lock, unskip tests
maribethb May 14, 2025
539ae4f
revert: "fix(FieldMultilineInput): Use string literal instead of Fiel…
maribethb May 14, 2025
49d9d11
chore: skip shadow block converter tests
maribethb May 14, 2025
ad8ce93
chore: Merge branch 'master' into beta7
maribethb May 14, 2025
b8d3b55
chore: update to blockly 12.0.0-beta.6
maribethb May 15, 2025
f704ca0
chore: update to v12 beta.7 (#2526)
maribethb May 15, 2025
29b5a0d
fix: Fix ephemeral focus being taken twice (#2521)
BenHenning May 15, 2025
1f5d169
fix: Re-enable shadow block converter test (#2529)
BenHenning May 15, 2025
2940590
feat!: Update plugins to use Blockly v12 (#2530)
maribethb May 15, 2025
9f49e28
fix: Don't pin continuous-toolbox to Blockly v12.0.0-beta.0. (#2532)
gonfunko May 15, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion gh-pages/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ <h4>
</p>
</div>
</a>
<a class="card" href="plugins/keyboard-navigation/test/index.html">
<a class="card" href="https://github.com/google/blockly-keyboard-experimentation">
<video autoplay playsinline muted loop width="195px">
<source src="media/keyboard-navigation.mp4" type="video/mp4">
</video>
Expand All @@ -297,6 +297,12 @@ <h4>
<p>
A plugin that allows users to manipulate and connect blocks using a keyboard-driven cursor.
</p>
<p>
This plugin (and its demo) is temporarily unavailable while we
develop an new and improved version; you can follow along with
our work in the <code>blockly-keyboard-experimentation</code>
GitHub repository.
</p>
</div>
</a>
<a class="card" href="plugins/shadow-block-converter/test/index.html">
Expand Down
Loading
Loading