You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Bugfix folder scan & human output: some bugs have been fixed in 2.9 regarding including node modules in the scope of the scan and also the issues in the human output
21
+
22
+
## [2.8.0] 2023-08
23
+
24
+
New Rule: **Copy of API Name**
25
+
26
+
Having multiple elements called Copy_X_Of_Element will decrease the readability of the Flow. If you copy and paste them, make sure to update the API name of the new copy.
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.
- DuplicateDMLOperations now also returns false when the navigation of the screen after a DML has been hidden completely and not just the previous navigational button.
13
74
14
75
## [2.1.0] - 2023-07-16
15
76
16
77
- Fix npm package generation (please do not use 2.0.0 but 2.1.0)
17
78
- Upgrade lightning-flow-scanner-core dependency to 2.5.0
0 commit comments