ExtendCli - Release Notes - 3.3
3.3.0-funcrel
Feature Improvements
| Summary | Details |
|---|---|
| Multiple extension ids to bundle add command | It is now possible to provide multiple extension ids to the bundle add command with a set of parameters to add them to the bundle in a single command. |
| Start up latency reduction | Improved ExtendCLI performance on all commands. |
AJS.$('[data-macro-name="markdown-from-url"] code').each(function(i, block) { hljs.highlightBlock(block); });``AJS.$('[data-macro-name="markdown-from-url"] .language-mermaid').each(function(i, block) { const config = { startOnLoad:true, theme: 'default', flowchart:{ useMaxWidth:false, htmlLabels:true } }; mermaid.initialize(config); window.mermaid.init(undefined, block); });