Releases: Flow-Scanner/lightning-flow-scanner-vsce
3.21.0 | Community Release
What's Changed
We're back again with a new release of the vscode extension.
This release is focused on contributor experience. this adds end-to-end tests that checks whether lightning flow scanner vscode extension can be installed and the panels are visible for macos and windows.
- Smoke tests by @SuusThamar in #108
- test: hooks to test using windows and mac by @junners in #109
New Contributors
- @SuusThamar made their first contribution in #108
Full Changelog: v3.20.0...v3.21.0
3.20.0 | Community Release
What's Changed
Full Changelog: v3.18.0...v3.20.0
3.19.0 | Community Release
What's Changed
Full Changelog: v3.18.0...v3.19.0
3.18.0 | Community Release
What's Changed
We've added full Salesforce Code Builder support~ our #AwesomeAdmins and Developers can again use lightning-flow-scanner on Salesforce Code Builder
- fix(deps): bump postcss from 8.4.38 to 8.4.39 by @dependabot in #105
- ci: update workflow definition with open vsx publisher by @junners in #106
New Contributors
- @dependabot made their first contribution in #105
Full Changelog: v3.16.0...v3.18.0
3.17.0 | Community Release
What's Changed
We're back on another release for our vscode extension. We're back at supporting code builder by adding backward compatibility for lower versions of vscode
- fix(deps): bump postcss from 8.4.38 to 8.4.39 by @dependabot in #105
- ci: update workflow definition with open vsx publisher by @junners in #106
New Contributors
- @dependabot made their first contribution in #105
Full Changelog: v3.16.0...v3.17.0
3.16.0 | Community Release
What's Changed
🎉 🎉 🎉
This release brings significant updates on our vscode extension! All dependencies are now up to date!
Fix Flows on the UI now shows a warning if there are no flows that qualify the criteria
- chore: Up Core 3.19.0 by @junners
- fix: uncovered result for fix flow and general improvements by @junners in #103
New Contributors
Full Changelog: 3.14...v3.16.0
Core 3.12 - parse
We're excited to announce an update to our extension, restoring the sidebar in the Codebuilder and leveraging the latest enhancements from the Lightning Flow Scanner Core Module (v3.12). This update includes:
- Streamlined Development Workflow: Enjoy improved parsing consistency across platforms, thanks to the core module's unified parsing modules.
- Enhanced XML Handling: Experience a smoother developer experience with direct manipulation of Flow XML files, enabled by xmlbuilder2 integration.
- Robust Error Handling: Benefit from resilient error handling mechanisms, ensuring smoother development processes.
Upgrade now to leverage these enhancements and stay tuned for more updates! Learn more
Upgrade Core 3.10
Release Notes - 3.10
Version 3.10 Improved Error Handling:
- Implements compiler traversal in the unconnected elemens rule, supporting custom flow elements.
- Adds error message to the result details in case a flow is scanned unsuccessfully.
https://github.com/Lightning-Flow-Scanner/lightning-flow-scanner-core/releases/tag/3.10
Upgrade Core 3.9
Version 3.9 of the Core Module now includes 2 New Default Rules:
| Rule (Configuration ID) | Description |
|---|---|
Auto Layout (AutoLayout) |
With Canvas Mode set to Auto-Layout, Elements are spaced, connected, and aligned automatically, keeping your Flow neatly organized thus saving you time. |
Process Builder (ProcessBuilder) |
Salesforce is transitioning away from Workflow Rules and Process Builder in favor of Flow. Ensure you're prepared for this transition by migrating your organization's automation to Flow. Refer to official documentation for more information on the transition process and tools available. |
Version 3.0
Release Notes - Version 3.0
The release of Lightning Flow Scanner version 3.0.0 delivers a host of new features, enhancements, and bug fixes to enhance your Salesforce Flow Analysis.
Release Highlights:
-
New Commands: Introducing two new commands,
lightningflowscanner.calculateFlowTestCoverageandlightningflowscanner.configRules, for effortless configuration and flow coverage calculation. -
Fix Flows': We are reintroducing the command,
lightningflowscanner.fixFlows, which now fully automatically applies fixes to scan results of rules that are fixable, streamlining the process of resolving issues identified during scans. -
New Sidebar: We've introduced a new sidebar for easier accessibility to all available commands, ensuring a smoother user experience and streamlined workflow.
-
Bug Fixes and Enhancements: We've made significant improvements to the scan and fix functionalities, including the implementation of a true Flow Compiler to ensure consistency and extensibility throughout the process.
-
Rule Improvements: Our rule set has undergone thorough enhancements, notably improving accuracy in identifying DML statements and SOQL queries within loops. We've also addressed various bugs and made enhancements across multiple rules to ensure smoother operation.
For a comprehensive overview of all changes included in this release, such as detailed bug fixes, rule enhancements, and new features, please also visit the Core Releases.
Thank You for Your Patience:
We would like to extend our gratitude for your patience and understanding during the period when the VSCode extension was not actively updated. As the Salesforce DX (SFDX) plugin of the same name gained popularity and helped further shape our core module, updates to the VSCode extension were momentarily paused due to some particular challenges. However, based on your invaluable feedback and with renewed dedication, we have worked diligently to bring the VSCode extension back to its full functionality. We hope you understand the circumstances and continue to support and star us as we strive for Salesforce Flows Excellence!