v13.17.0
Feature Enhancements
Common Canvas
No changes
Common Properties
#2256 Add ability to display text description next to Common Properties heading label.
A new Common Properties config showHeadingDesc is added that allows headings to have descriptions displayed as tooltips, which include clickable links. When a link is clicked user will be redirected to the URL specified in the help property.
Description can be included in parmaDef like below.
The Description tooltip/Help button will behave in following manner.
-
If only
descriptionis provided withouthelp, a tooltip is displayed like below.
-
If there is only
helpthen a help button is displayed and the icon opens the help page.
-
If there are both description and help then the
descriptiontext with the link from thehelpsection is displayed in a Tooltip like below.
Issues Resolved
- #2294 Accessibility violations fix - RadioButtons, Table Custom Buttons by @srikant-ch5 in #2306
- #2323 Tearsheet- Flow Properties- Should be able to disable Save for invalid job parameters by @veenas1 in #2324
- #2256 Add ability to display text description next to heading label by @srikant-ch5 in #2263
- #2328 SVG Elements Lack Accessible Names in Common Canvas Nodes by @srikant-ch5 in #2330
- #2296 Use React Testing Library for common-properties tests - Part 2-… by @Jerinjk14 in #2331
Full Changelog: v13.16.0...v13.17.0