Releases: hardisgroupcom/vscode-sfdx-hardis
Releases · hardisgroupcom/vscode-sfdx-hardis
v5.2.0
v5.1.1
v5.1.0
What's Changed
- Add command Data -> Multi-org SOQL Query & Report
- Fix typos
- Upgrade dependencies
Pull Requests
- Update typescript-eslint monorepo to v8 (major) by @renovate in #173
- Update dependency typescript to v5 by @renovate in #167
- Update dependency mocha to v10 by @renovate in #165
- Update dependency fs-extra to v11 by @renovate in #162
- Update dependency @types/which to v3 by @renovate in #158
- Update dependency @types/glob to v8 by @renovate in #156
- Update dependency eslint to v9 by @renovate in #161
- Update dependency @types/node to v20 by @renovate in #157
- Update dependency chalk to v5 by @renovate in #160
- Update dependency glob to v11 by @renovate in #164
- Add command Multi-org query by @nvuillam in #180
Full Changelog: v5.0.0...v5.1.0
v5.0.0
What's Changed
See sfdx-hardis v5 announcement
- Migrate all sfdx calls into SF CLI calls to match SFDX Hardis v5
- Improve panel menus loading time x10
- New configuration variables to customize appearance of SFDX Hardis panels:
- Select icons theme: Hardis (legacy) or Visual Studio Code (new)
- Display / Hide emojis in menu sections titles
- New contextual menu command SFDX Hardis: Simulate Metadata deployment, to safely check deployment errors to any target SF Org.
- Reorganize sections and menus
- Add
destructiveChanges.xml
andpackage-no-overwrite.xml
in Quick Open config files menu- - New command Org Monitoring -> Release Updates
- Default color is "no color", not green
- Fix: Do not update VsCode local config file with blank color if there wasn't a previous config value
- Fix: Refresh Status panel after upgrading plugins
- Fix: Do not display dependency warning if Salesforce Extension Pack (Expanded) is installed
- Remove sfdx-essentials plugin dependency
- NPM dependencies updates
- Upgrade all package dependencies
- Remove sort-array dependency
- Replace portastic by get-port (better speed & maintenance)
New Contributors
Full Changelog: v2.12.1...v5.0.0