🐛 Bug Fix
- Accessibility / toolbar: split-button dropdown triggers (list type, color, etc.) now participate in Tab navigation and open with Enter/Space, as their
role="button"promises. Thanks @Sakshamm-Goyal (#1420, fixes #1419). - Accessibility / table: the table-size picker is exposed as an ARIA grid with a single Tab stop — move the active cell with bounded arrow keys (the size preview stays in sync), insert the table with Enter, close the picker with Escape. Mouse and touch keep the same insertion path. Thanks @Sakshamm-Goyal (#1421, fixes #1418).
🏠 Internal
- CI: the greeting workflow failed on every new issue/PR —
actions/first-interactionv3 renamed its inputs to snake_case (issue_message/pr_message/repo_token). - Dependencies (dev/build only):
webpack-cli7.2.2,less4.8.1,@swc/core1.15.47,@playwright/test1.62.1,js-yaml4.3.1,@tony.ganchev/eslint-plugin-header3.4.4,mini-css-extract-plugin2.10.2,axios1.19.0,dotenv17.4.2,serialize-javascript7.0.7 (#1424–#1439); GitHub Actions:actions/checkoutv7,actions/stalev11,actions/labelerv7,softprops/action-gh-releasev3. The@eslint/js10 bump was declined — it pairs with ESLint 10 while the repo is on ESLint 9 (#1432).