Releases: Flow-Scanner/lightning-flow-scanner-app
UI Makeover
- Adds all results by navigation
 - Adds overall styling improvements
 - Adds sorting capabitlities to tables
 
Adds namespace for isolated development
- Adds Flow_Scanner namespace
 - Changes deploy button to deploy managed solution
 
Admin Rule Overrides
V2.8.0, Admin Rule Overrides
Introduces ScanRuleConfiguration__mdt Custom Metadata Type for org-wide configuration of rule severities (Error, Warning, Info, Note), custom expressions (e.g., regex for FlowName), and disabled states. Overrides load automatically on app startup, enabling centralized governance while preserving user session-only customizations.
Setup: Navigate to Setup > Custom Metadata Types > ScanRuleConfiguration > Manage Records > New.
Fields: Rule Name (e.g., FlowName), Severity, Expression (optional), Disabled (checkbox).
Example: Override FlowName regex to [A-Za-z]+_[0-9]+ for stricter naming conventions.
See the full readme documentation for an example
Flow Overview Filters
- Adds Filters for flow type and activation status
 - The toolbar rows now use scoped css
 
Rule Configurations
This release fixes a previous bug in flow selection and enables users to view and toggle rules for flow analysis.
New Features
- Configuration Tab - Added a new tab (Configuration) to the main Flow Scanner interface.
 
The MissingFaultPath rule now correctly ignores "Wait for Amount of Time" and "Wait Until Date" nodes
Upgraded to lightning-flow-scanner-core v5.9.0. This release fixes the MissingFaultPath rule to correctly ignore "Wait for Amount of Time" and "Wait Until Date" nodes, checking fault paths only for relevant nodes like "Wait for Conditions". Resolves Issue #272 (contributed by @chazwatkins). See v5.9.0 release notes for full details.