v13.26.0
Minor Release v13.26.0
Common Canvas
#2514 Add an option to disable HTML when enableMarkdownInComments
A new config option has been added called enableMarkdownHTML which defaults to true but when set to false will disable the function that allows the user to enter HTML into comments and have that HTML execute when the comment is rendered.
https://elyra-ai.github.io/canvas/03.02.01-canvas-config/#enablemarkdownhtml
#2510 Export Action for Command Stack and document getFocusObject
The Action class has been exported from Elyra /Canvas - this allows the application's command objects to extend the Action class.
https://elyra-ai.github.io/canvas/03.10-command-stack/
Common Properties
One bug fix.
Issues Resolved
- #2510 Export Action for Command Stack and document getFocusObject for… by @tomlyn in #2511
- #2514 Add an option to disable HTML when enableMarkdownInComments is set by @tomlyn in #2515
- #2507 Fix PasswordInput import by @caritaou in #2512
Full Changelog: v13.25.0...v13.26.0