From a314a93f1e55d2981374beede89edc5b6f3478b3 Mon Sep 17 00:00:00 2001 From: Sonal Budhiraja <57969266+sbudhirajadoc@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:42:37 -0700 Subject: [PATCH] Update CHANGELOG.md Sonal's edits. --- packages/salesforcedx-vscode/CHANGELOG.md | 28 ++++++++--------------- 1 file changed, 10 insertions(+), 18 deletions(-) diff --git a/packages/salesforcedx-vscode/CHANGELOG.md b/packages/salesforcedx-vscode/CHANGELOG.md index 9c08d21600..b6203c7abe 100644 --- a/packages/salesforcedx-vscode/CHANGELOG.md +++ b/packages/salesforcedx-vscode/CHANGELOG.md @@ -3,44 +3,36 @@ ## Added #### salesforcedx-vscode - -- Update vscode min supported version to 1.86 ([PR #5715](https://github.com/forcedotcom/salesforcedx-vscode/pull/5715)) - #### salesforcedx-vscode-expanded -- Update vscode min supported version to 1.86 ([PR #5715](https://github.com/forcedotcom/salesforcedx-vscode/pull/5715)) +- To ensure smooth operation, the Salesforce Extension Pack needs to run with a minimum supported Visual Studio Code version. We support only Visual Studio Code 1.86 or higher. ([PR #5715](https://github.com/forcedotcom/salesforcedx-vscode/pull/5715)) #### salesforcedx-vscode-core -- We have bundled more libraries in the core extension, which reduced the size from 8.9MB to 2.8MB ([PR #5705](https://github.com/forcedotcom/salesforcedx-vscode/pull/5705)) +- Good news! We’ve made the core extension smaller and better. By bundling more libraries, we’ve reduced the size from 8.9MB to 2.8MB. That’s a big win for everyone. ([PR #5705](https://github.com/forcedotcom/salesforcedx-vscode/pull/5705)) ## Fixed #### docs -- Docs/Gemfile & docs/Gemfile.lock to reduce vulnerabilities ([PR #5707](https://github.com/forcedotcom/salesforcedx-vscode/pull/5707)) +- We made some changes under the hood. ([PR #5707](https://github.com/forcedotcom/salesforcedx-vscode/pull/5707)) #### salesforcedx-apex-replay-debugger +#### salesforcedx-vscode-apex-replay-debugger -- Add more telemetry to apex replay debugger ([PR #5724](https://github.com/forcedotcom/salesforcedx-vscode/pull/5724)) +- To give us better insight into its behavior, we’ve added more telemetry to the Apex Replay Debugger. ([PR #5724](https://github.com/forcedotcom/salesforcedx-vscode/pull/5724)) #### salesforcedx-vscode +#### salesforcedx-vscode-expanded -- Small clarifications in Marketplace READMEs ([PR #5716](https://github.com/forcedotcom/salesforcedx-vscode/pull/5716)) - -#### salesforcedx-vscode-apex-replay-debugger - -- Add more telemetry to apex replay debugger ([PR #5724](https://github.com/forcedotcom/salesforcedx-vscode/pull/5724)) +- We made helpful clarifications in Marketplace READMEs. ([PR #5716](https://github.com/forcedotcom/salesforcedx-vscode/pull/5716)) #### salesforcedx-vscode-core -- No infinite running command notification for diff file and folder commands ([PR #5722](https://github.com/forcedotcom/salesforcedx-vscode/pull/5722)) - -- Failure when missing aura folder ([PR #5718](https://github.com/forcedotcom/salesforcedx-vscode/pull/5718)) - -#### salesforcedx-vscode-expanded +- We fixed an issue with the `SFDX: Diff Folder Against Org` and `SFDX: Diff File Against Org` commands. The notification no longer says that the command is running when it's not. ([PR #5722](https://github.com/forcedotcom/salesforcedx-vscode/pull/5722)) -- Small clarifications in Marketplace READMEs ([PR #5716](https://github.com/forcedotcom/salesforcedx-vscode/pull/5716)) +- You can now rename Lightning Web Component (LWC) components even if the Aura folder isn’t present, and vice versa. We’ve also added checks when creating new LWC and Aura components to ensure that the name doesn't already exist. ([PR #5718](https://github.com/forcedotcom/salesforcedx-vscode/pull/5718)) + # 61.8.1 - August 8, 2024