Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 3.37 KB

File metadata and controls

44 lines (34 loc) · 3.37 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

13.1.0 (2026-06-30)

⚠ BREAKING CHANGES

  • make field-multilineinput keyboard navigable and accessible (#2729)
  • Add ARIA labels for block-plus-minus (#2696)
  • Bump Blockly dependency to v13 (#2704)

Features

  • fix keyboard nav for minimap (#2730)
  • make field-multilineinput keyboard navigable and accessible (#2729)

Bug Fixes

  • Add ARIA labels for block-plus-minus (#2696)
  • Fix block-test under v13 (#2714)
  • Fix bug that caused focus to move to parent block when vivifying a shadow (#2726)
  • Fix chaotic glitchiness when using scroll options with keyboard moves (#2732)
  • Fix JSDom whinging about its default stylesheet (#2700)
  • Fix keyboard navigation for the continuous toolbox (#2690)
  • Fix minimap plugin under v13 (#2702)
  • Fix strict connection checker tests (#2703)
  • Fix the tests for block-dynamic-connection (#2705)
  • Fix the workspace-search plugin tests (#2706)
  • Fix typed-variable-modal build and tests (#2701)
  • Improve accessibility of FieldAngle (#2697)
  • Improve accessibility of FieldDate (#2698)
  • Improve accessibility of grid and colour fields (#2724)
  • Improve accessibility of toolbox search (#2713)
  • Improve keyboard accessibility of slider field (#2727)
  • Improve the keyboard and screenreader accessibility of the backpack (#2731)
  • Make zoom to fit plugin keyboard and screenreader accessible (#2728)
  • Remove deprecated calls from block-shareable-procedures (#2699)
  • wrap sample app eval in try/catch (#2733)

Miscellaneous Chores

  • Bump Blockly dependency to v13 (#2704)