2.3.6.7 release notes
2.3.6.7
- Issue 2725 - It's now possible to add a
tsconfig.overrides.json
file as a peer to the generatedtsconfig.json
andtsconfig.compile.json
files under a project'slwc
directories. When present, this file is automatically added to the generated files'extends
lists to allow customization of TypeScript compiler behavior. While the order in which these files are processed should help prevent overriding options which are critical for IC's core TypeScript compilation functionality, if you make a change that does result in broken or incorrect compiler output, please revert that change and let me know so I can help further insulate against unintentional issues. - Issue 2800 - Added support for inlining of Flow text templates at their point-of-use. Note that when these are rich text, the raw HTML is escaped and displayed inline. I'd also like to add support for inlining of other resource types such as choices, choice collection sets, record choice sets, and picklist choice sets, but I don't have good examples of those, nor am I currently Flow-savvy enough to create them. If you already have Flows that use those resource types, please let me know and I'll be happy to extend this notion to include them properly.
- Several other fixes and improvements in the Flow-to-Mermaid converter.
NOTE: JetBrains' 2025.2 releases have now entered Beta and will be released soon. As stated in earlier release notes, the IC update for 2025.2 will no longer support versions earlier than 2025.1 due to breaking changes to the plugin SDK in 2025.2. To ensure that you're reliably prompted for IC updates going forward, please make sure that you're using 2025.1. I've updated IC to denote that as the minimum recommended base IDE version, so it should also nudge you in that direction from within the IDE itself.