What's Changed
Breaking changes 🛠
- fix!: Don't add padding around zero-width fields. by @gonfunko in #8738
- feat!: Added support for separators in menus. by @gonfunko in #8767
New features ✨
- feat: Add support for toggling readonly mode. by @gonfunko in #8750
- feat: Add interfaces for focus management by @BenHenning in #8774
Bug fixes 🐛
- fix: Listen for keyboard shortcuts when the widget or dropdown divs have focus. by @gonfunko in #8731
- fix: Fix display of multiline RTL strings in bubbles on Webkit. by @gonfunko in #8733
- fix: Fix the browser tests. by @gonfunko in #8735
- fix: Actually fix the browser tests. by @gonfunko in #8736
- fix: Improve the robustness of workspace SVG tests. by @BenHenning in #8689
- fix: Fix flaky connection checker test. by @gonfunko in #8754
- fix: Fix bug that caused blocks dragged from non-primary flyouts to be misplaced. by @gonfunko in #8753
- fix: Improve menu mouse/keyboard selection interaction. by @gonfunko in #8749
- fix: Fix menu scrolling. by @gonfunko in #8765
- fix: Allow dragging blocks from the far lower right corner. by @gonfunko in #8766
- fix: Fixes #8764 by moving the event grouping calls up to dragger.ts by @RoboErikG in #8781
- fix: Fix bug that prevented editing workspace comments on Firefox. by @gonfunko in #8779
- fix: Fix bug in IF block generators. by @michaela-mm in #8780
- fix: Disallow and ignore x and y attributes for blocks in toolbox definitions. by @gonfunko in #8785
- fix: Fix a bug where selection outlines could be cut off when connecting blocks. by @gonfunko in #8789
- fix: Allow the marker's current node to be null. by @gonfunko in #8802
Cleanup ♻️
Other changes
- release: v11.2.1 by @gonfunko in #8734
- Fix: Fix dropdown text color in Zelos by @clementcontet in #8741
- Fix: #8194 by using a stepped animation for the wiggle by @RoboErikG in #8743
- Revert "fix!: Remove the blocklyMenuItemHighlight CSS class and use the hover" by @gonfunko in #8800
- chore: Merge develop into rc/v12.0.0 by @gonfunko in #8798
New Contributors
- @michaela-mm made their first contribution in #8780
Full Changelog: blockly-v12.0.0-beta.1...blockly-v12.0.0-beta.2