Skip to content

v13.11.0

Compare
Choose a tag to compare
@tomlyn tomlyn released this 22 Oct 21:45
· 32 commits to main since this release
0fe97d7

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.

image
image

#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.

xxx

Issues Resolved

Full Changelog: v13.10.1...v13.11.0