Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
Sonal's edits.
  • Loading branch information
sbudhirajadoc authored Aug 19, 2024
1 parent 66e1f55 commit a314a93
Showing 1 changed file with 10 additions and 18 deletions.
28 changes: 10 additions & 18 deletions packages/salesforcedx-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a314a93

Please sign in to comment.