v13.28.0
Minor Release v13.28.0
Common Canvas
#2567 Use key property instead of code property from keyboard event object when detecting shortcuts
Following feedback about shortcut keys being inaccessible on non-English keyboards some of the keyboard shortcuts have been changed, to avoid using special characters, as follows:
New Keyboard shortcuts are:
| Action | Keyboard shortcut |
|---|---|
| Create link | Meta + Shift + [L key] |
| Display context menu | Meta + [Comma] or Shift + [F10 key] |
| Zoom canvas in | Meta + Shift + [Eight key] |
| Zoom canvas out | Meta + Shift + [Nine key] |
Common Properties
Just bug fixes
Issues Resolved
- #2555 Remove opacity to fix accessibility violations in contols using tables by @caritaou in #2556
- #2559 Remove enzyme from object-model tests by @nmgokhale in #2560
- #2561 Document the feature where tooltips can contain JSX content inc… by @tomlyn in #2562
- #2494 Accessibility Violations in Codemirror Component - disabled state and placeholder by @srikant-ch5 in #2495
- #2563 Multi-line syntax not handled correctly in markdown comments by @tomlyn in #2564
- #2567 Use key property instead of code property from keyboard event o… by @tomlyn in #2568
- #2575 Translation Update by @ningzhang-svl in #2572
- #2570 Hidden expression control should be editable by @nmgokhale in #2576
- #2577 Containing div not defined correctly in cc-panels.jsx by @tomlyn in #2578
- #2521 Fixed - Visible condition is not working properly inside subpanel for complex type by @nmgokhale in #2579
Full Changelog: v13.27.0...v13.28.0