Releases: Flow-Scanner/lightning-flow-scanner-vsce
Upgrade Core to 2.30
Update Core from 2.26 to 2.30 bringing multiple bugfixes.
Please see https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-core
Core 2.26
Update Core to 2.25
Download functionality
- implement download
- include navigation menu
- general styling improvements
add type specific details
assigns type specific details such as the datatype of variables and the expression of attributes.
UI Improvements
implements new sortable tables and styling for the scan overview and scan detail pages
Fix False positives 'FlowDescription' & 'MissingDescription' rules
Old API Versions & Flow Naming Conventions
Introducing two new configurable rules!
- Old API Version
- Flow Naming Convention
1. Old API version
Newer API components may cause older versions of Flows to start behaving incorrectly due to differences in the underlying mechanics. The Api Version has been available as an attribute on the Flow since API v50.0 and it is recommended to limit variation and to update them on a regular basis.
Default Value: >50.0
2. Flow naming conventions
Readability of flow is very important. Agreeing on and following the same naming conventions will ease collaboration.
Default Value: [A-Za-z0-9]+_[A-Za-z0-9]+
The rules can be reconfigured with your own expressions under: VS code settings:extensions Lightning Flow Scanner