Skip to content

Releases: Lightning-Flow-Scanner/lightning-flow-scanner-vsce

3.40.0 | Community Release

09 Mar 04:39
Compare
Choose a tag to compare

What's Changed

Rule Activation!

Rule (Configuration ID) Description
Trigger Order (TriggerOrder) Guarantee your flow execution order with the Trigger Order property introduced in Spring '22
  • feat(rule): activate trigger order rule by @junners in #149

Full Changelog: v3.39.0...v3.40.0

3.39.0 | Community Release

09 Mar 03:27
Compare
Choose a tag to compare

What's Changed

  • chore(core): update core dependency to 4.21 by @junners in #148

Full Changelog: v3.38.0...v3.39.0

3.38.0 | Community Release

07 Mar 17:22
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.37.0...v3.38.0

3.37.0 | Community Release

17 Feb 02:12
Compare
Choose a tag to compare

3.36.0 | Community Release

02 Feb 04:36
Compare
Choose a tag to compare

3.35.0 | Community Release

27 Jan 07:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.34.0...v3.35.0

3.34.0 | Community Release

27 Jan 05:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.31.0...v3.34.0

3.31.0 | Community Release

20 Jan 03:35
Compare
Choose a tag to compare

What's Changed

Fixed persistent issue on #134

Full Changelog: v3.30.0...v3.31.0

3.30.0 | Community Release

19 Jan 01:44
Compare
Choose a tag to compare

3.29.0 | Community Release

16 Nov 12:20
Compare
Choose a tag to compare

What's Changed

New & Changed Rules:

Rule (Configuration ID) Description
Same Record Field Updates (SameRecordFieldUpdates) Much like triggers, before contexts can update the same record by accessing the trigger variables $Record without needing to invoke a DML.
Trigger Order (TriggerOrder) Guarantee your flow execution order with the Trigger Order property introduced in Spring '22
Missing Fault Path (MissingFaultPath) At times, a flow may fail to execute a configured operation as intended. By default, the flow displays an error message to the user and notifies the admin who created the flow via email. However, you can customize this behavior by incorporating a Fault Path.
  • feat(core): udpate core to 4.7.0 by @junners in #140
  • chore(log): add log manager for tracing purposes by @junners in #141
  • chore(core): update core to 4.8.0 trigger order rule by @junners in #142

Full Changelog: v3.27.0...v3.29.0