Skip to content

Commit 7660d80

Browse files
v13.1.0
1 parent f32615e commit 7660d80

74 files changed

Lines changed: 2985 additions & 369 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## [13.1.0](https://github.com/RaspberryPiFoundation/blockly-samples/compare/v13.0.0...v13.1.0) (2026-06-30)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* make field-multilineinput keyboard navigable and accessible (#2729)
11+
* Add ARIA labels for block-plus-minus (#2696)
12+
* Bump Blockly dependency to v13 (#2704)
13+
14+
### Features
15+
16+
* fix keyboard nav for minimap ([#2730](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2730))
17+
* make field-multilineinput keyboard navigable and accessible ([#2729](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2729))
18+
19+
### Bug Fixes
20+
21+
* Add ARIA labels for block-plus-minus ([#2696](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2696))
22+
* Fix block-test under v13 ([#2714](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2714))
23+
* Fix bug that caused focus to move to parent block when vivifying a shadow ([#2726](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2726))
24+
* Fix chaotic glitchiness when using scroll options with keyboard moves ([#2732](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2732))
25+
* Fix JSDom whinging about its default stylesheet ([#2700](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2700))
26+
* Fix keyboard navigation for the continuous toolbox ([#2690](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2690))
27+
* Fix minimap plugin under v13 ([#2702](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2702))
28+
* Fix strict connection checker tests ([#2703](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2703))
29+
* Fix the tests for block-dynamic-connection ([#2705](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2705))
30+
* Fix the workspace-search plugin tests ([#2706](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2706))
31+
* Fix typed-variable-modal build and tests ([#2701](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2701))
32+
* Improve accessibility of `FieldAngle` ([#2697](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2697))
33+
* Improve accessibility of `FieldDate` ([#2698](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2698))
34+
* Improve accessibility of grid and colour fields ([#2724](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2724))
35+
* Improve accessibility of toolbox search ([#2713](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2713))
36+
* Improve keyboard accessibility of slider field ([#2727](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2727))
37+
* Improve the keyboard and screenreader accessibility of the backpack ([#2731](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2731))
38+
* Make zoom to fit plugin keyboard and screenreader accessible ([#2728](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2728))
39+
* Remove deprecated calls from block-shareable-procedures ([#2699](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2699))
40+
* wrap sample app eval in try/catch ([#2733](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2733))
41+
42+
### Miscellaneous Chores
43+
44+
* Bump Blockly dependency to v13 ([#2704](https://github.com/RaspberryPiFoundation/blockly-samples/issues/2704))

0 commit comments

Comments
 (0)