v13.11.0
Feature Enhancements
Common Canvas
#2215 Fix accessibility issues for palette search
Resolved an accessibility violation caused by duplicate id attributes (palette-flyout-search). The id was removed from the Search component, as it is not mandatory in Carbon. This change resolves the issue and ensures Hopscotch tours functions properly without conflicts from duplicate id’s.
Common Properties
#2120 Added icon support for dropdown menus
The behavior of dropdown menus has been enhanced to support an icon switch feature. When this feature is enabled, a user-defined icon can be displayed next to items in dropdown menus.
This new functionality uses a callback function that allows users to pass in custom icons for any dropdown or specific dropdown values. The icon will appear based on the return value of the callback, making it flexible to use different icons for different dropdown items.
An example of this has been added to the enum value orange
in the oneofselect
dropdown in oneofselect_paramDef
.
#2199 Allow expression text editor to be expandable
Expression Builder editor can be expanded by dragging vertically. Drag can enabled by hovering over bottom right corner and resize as per requirement.
Issues Resolved
- #1438 Accessibility: Tabbing - Keyboard navigation of canvas objects by @tomlyn in #2197
- #2186 Expression Builder: Operation symbols and add field buttons cannot add at the beginning of expression by @mikieyx in #2187
- #2199 Allow expression text editor to be expandable by @srikant-ch5 in #2200
- #2201 Cannot read properties of null (reading 'x') when opening right… by @tomlyn in #2202
- #2122 Expression builder - After expression validation, chars need to be entered twice to reflect by @mikieyx in #2123
- #2207 Scrollbar for WYSIWYG annotation note can not be clicked to scroll by @tomlyn in #2208
- #2209 Regression - Additional CSS formats for comment borders are not… by @tomlyn in #2210
- #2211 Fix Accessibility Issues for palette by @PRINCESANCHEZ in #2212
- #2215 Fix Accessibility Issues for palette search by @PRINCESANCHEZ in #2216
- #2218 Fix accessibility violations by @PRINCESANCHEZ in #2219
Full Changelog: v13.10.1...v13.11.0