sfdx-hardis 4.36.0 → 4.37.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +5 -0
- package/README.md +139 -89
- package/lib/commands/hardis/project/clean/flowpositions.d.ts +19 -0
- package/lib/commands/hardis/project/clean/flowpositions.js +97 -0
- package/lib/commands/hardis/project/clean/flowpositions.js.map +1 -0
- package/lib/commands/hardis/project/clean/references.d.ts +2 -2
- package/lib/commands/hardis/project/clean/references.js +21 -16
- package/lib/commands/hardis/project/clean/references.js.map +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
Note: Can be used with `sfdx plugins:install sfdx-hardis@beta` and docker image `hardisgroupcom/sfdx-hardis@beta`
|
|
6
6
|
|
|
7
|
+
## [4.37.0] 2024-05-21
|
|
8
|
+
|
|
9
|
+
- New command **hardis:project:clean:flowpositions** to replace positions by 0 on AutoLayout Flows, in order to diminish conflicts
|
|
10
|
+
- Can be automated at each **hardis:work:save** if `flowPositions` added in .sfdx-hardis.yml **autoCleanTypes** property
|
|
11
|
+
|
|
7
12
|
## [4.36.0] 2024-05-19
|
|
8
13
|
|
|
9
14
|
- Update **hardis:org:diagnose:unusedusers** so it can also extract active users on a time period, thanks to option --returnactiveusers
|