Skip to content

Releases: forcedotcom/salesforcedx-vscode

Release v58.1.1

08 Jun 01:22
Compare
Choose a tag to compare

58.1.1 - June 7, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex Language Server to include new and modified class. This update also fixed an issue with autocompletion not working for Slack classes. (PR #4907)

Fixed

salesforcedx-sobjects-faux-generator

  • SObject refresh now uses the correct API version. (PR #4883)

salesforcedx-vscode-apex

  • We made some changes under the hood. (PR #4906)

salesforcedx-vscode-apex-replay-debugger

  • We made some changes under the hood. (PR #4906)

58.0.1 - June 2, 2023

Added

salesforcedx-vscode-core

  • We added a setting that enables or disables source tracking for deploy and retrieve operations. (PR #4885)

  • We exposed the TelemetryService class in the core extension API (PR #4879)

salesforcedx-vscode-lwc

  • We now support custom property editors in .js-meta.xml validation. With this update you can now get syntax insights when configuring a component for custom property editing. (PR #4874)

Fixed

salesforcedx-vscode-core

  • We fixed an issue where local changes were being detected as conflicts in conjunction with the "Detect Conflicts At Sync" setting. (PR #4853)

salesforcedx-vscode-soql

  • We updated the copyright template so that it shows the current year (PR #4850)

57.15.0 - May 24, 2023

Added

salesforcedx-vscode-core

  • We enabled our Org Browser functionality when users are working with Scratch Orgs. (PR #4810)

  • We added a setting "Prefer deploy on save" that will run a deploy instead of a push when "Push or deploy on save" is enabled. (PR #4820)

  • We published our extensions to Open VSX for the first time, and automated the process to publish there going forward. (PR #4855)

Fixed

salesforcedx-vscode-apex

  • We updated the Apex language server so that the syntax for Database class methods like insert and delete include accessLevel parameters. (PR #4866)

salesforcedx-vscode-core

  • We fixed an issue where a MetadataApiRetrieveError was displayed when attempting to deploy an empty project (PR #4845)

  • We made some changes under the hood. (PR #4793)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version that may help the server load faster for users with large projects. Thank you mwaddoupffdc for contributing this improvement! (PR #4872)

57.14.1 - May 17, 2023

Fixed

salesforcedx-vscode-core

  • We updated @salesforce/templates version so that the latest API version 57.0 is used for assetVersion when creating a sample analytics app template. (PR #4851)

salesforcedx-vscode-soql

  • We updated SOQL Builder so that it does not show an error when there is no default org set and a SOQL file is not currently open. (PR #4847)

57.13.1 - May 10, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex language server so that new syntax such as insert, as user, as system and Assert is now available in VS Code. Replay debugger is now available for Anonymous Apex as a result of this update. (PR #4819)

salesforcedx-vscode-core

  • We enabled the following Deploy and Retrieve commands for scratch orgs (PR #4809):

    • SFDX: Deploy Source to Org
    • SFDX: Deploy This Source to Org
    • SFDX: Deploy Source in Manifest to Org
    • SFDX: Retrieve Source from Org
    • SFDX: Retrieve This Source from Org
    • SFDX: Retrieve Source in Manifest from Org
  • SFDX: Delete This from Project and Org and SFDX: Delete from Project and Org commands are now available in the Command Palette and in the context menu for scratch orgs. (PR #4757)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version. (PR #4821)

Fixed

salesforcedx-vscode-core

  • We fixed some issues with Deploy commands for source-tracked orgs. (PR #4824)

  • We fixed some issues with Retrieve commands for source-tracked orgs. (PR #4773)

  • We made some changes under the hood. (PR #4749)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #4807)

salesforcedx-vscode-apex-debugger, salesforcedx-vscode-apex-replay-debugger, salesforcedx-vscode-lightning, salesforcedx-vscode-lwc, salesforcedx-vscode-soql

  • We made some changes under the hood. (PR #4828)

57.10.2 - April 13, 2023

Fixed

salesforcedx-vscode-core

  • We fixed an issue where some metadata labels in the org browser weren't correctly displayed. (PR #4772)

  • We fixed an issue so that source-tracking commands (push, pull, view changes) are now available source-tracked sandboxes. (PR #4755)

  • We removed legacy source tracking commands from the command palette. (PR #4771)

  • We fixed an issue where retrieving the ExperiencePropertyType metadata type would throw an error. Thank you Kaaviyan for your PR. (PR #4784, PR #4761)

salesforcedx-vscode-soql

  • We fixed an issue with SOQL Builder where Code Builder users would see an empty file upon saving a query result. (PR #4754)

57.7.0 - March 22, 2023

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We updated the version of the lightning language server. The new version now includes additional code completion and helpful hover text. (PR #4736)

Fixed

salesforcedx-vscode-soql

  • We fixed an issue so that the default directory for unsaved query results is now correctly set to the home directory instead of root. (PR #4742)

57.6.0 - March 15, 2023

Fixed

salesforcedx-vscode-core

We removed the SFDX: Start Function in Container command from the Command Palette. (PR #4707).

We made some changes under the hood. (#4723).

57.3.0 - February 24, 2023

Fixed

salesforcedx-vscode-apex-replay-debugger, salesforcedx-utils-vscode

We fixed an issue where checkpoints were being set and removed in an unreliable manner. (PR #4686).

salesforcedx-vscode-apex-replay-debugger, salesforcedx-utils-vscode, salesforcedx-vscode-apex, salesforcedx-vscode-lwc

We fixed an issue where test icons were not appearing for Apex or LWC tests. (PR #4686).

salesforcedx-vscode-lwc

We fixed an issue where debugging an individual Lightning Web Component test was not working as expected. (PR #4688)

salesforcedx-vscode-core

We made some updates under the hood. (PR #4677), (PR #4682).

57.2.1 - February 16, 2023

Fixed

salesforcedx-utils-vscode, salesforcedx-utils

We made some updates under the hood. (PR #4661)

57.0.1 - February 3, 2023

Added

salesforcedx-vscode-core

We made some updates under the hood. (PR #4568)

Fixed

salesforcedx-vscode-core

Read more

Release v58.0.1

01 Jun 19:42
Compare
Choose a tag to compare

58.0.1 - June 2, 2023

Added

salesforcedx-vscode-core

  • We added a setting that enables or disables source tracking for deploy and retrieve operations. (PR #4885)

  • We exposed the TelemetryService class in the core extension API (PR #4879)

salesforcedx-vscode-lwc

  • We now support custom property editors in .js-meta.xml validation. With this update you can now get syntax insights when configuring a component for custom property editing. (PR #4874)

Fixed

salesforcedx-vscode-core

  • We fixed an issue where local changes were being detected as conflicts in conjunction with the "Detect Conflicts At Sync" setting. (PR #4853)

salesforcedx-vscode-soql

  • We updated the copyright template so that it shows the current year (PR #4850)

57.15.0 - May 24, 2023

Added

salesforcedx-vscode-core

  • We enabled our Org Browser functionality when users are working with Scratch Orgs. (PR #4810)

  • We added a setting "Prefer deploy on save" that will run a deploy instead of a push when "Push or deploy on save" is enabled. (PR #4820)

  • We published our extensions to Open VSX for the first time, and automated the process to publish there going forward. (PR #4855)

Fixed

salesforcedx-vscode-apex

  • We updated the Apex language server so that the syntax for Database class methods like insert and delete include accessLevel parameters. (PR #4866)

salesforcedx-vscode-core

  • We fixed an issue where a MetadataApiRetrieveError was displayed when attempting to deploy an empty project (PR #4845)

  • We made some changes under the hood. (PR #4793)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version that may help the server load faster for users with large projects. Thank you mwaddoupffdc for contributing this improvement! (PR #4872)

57.14.1 - May 17, 2023

Fixed

salesforcedx-vscode-core

  • We updated @salesforce/templates version so that the latest API version 57.0 is used for assetVersion when creating a sample analytics app template. (PR #4851)

salesforcedx-vscode-soql

  • We updated SOQL Builder so that it does not show an error when there is no default org set and a SOQL file is not currently open. (PR #4847)

57.13.1 - May 10, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex language server so that new syntax such as insert, as user, as system and Assert is now available in VS Code. Replay debugger is now available for Anonymous Apex as a result of this update. (PR #4819)

salesforcedx-vscode-core

  • We enabled the following Deploy and Retrieve commands for scratch orgs (PR #4809):

    • SFDX: Deploy Source to Org
    • SFDX: Deploy This Source to Org
    • SFDX: Deploy Source in Manifest to Org
    • SFDX: Retrieve Source from Org
    • SFDX: Retrieve This Source from Org
    • SFDX: Retrieve Source in Manifest from Org
  • SFDX: Delete This from Project and Org and SFDX: Delete from Project and Org commands are now available in the Command Palette and in the context menu for scratch orgs. (PR #4757)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version. (PR #4821)

Fixed

salesforcedx-vscode-core

  • We fixed some issues with Deploy commands for source-tracked orgs. (PR #4824)

  • We fixed some issues with Retrieve commands for source-tracked orgs. (PR #4773)

  • We made some changes under the hood. (PR #4749)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #4807)

salesforcedx-vscode-apex-debugger, salesforcedx-vscode-apex-replay-debugger, salesforcedx-vscode-lightning, salesforcedx-vscode-lwc, salesforcedx-vscode-soql

  • We made some changes under the hood. (PR #4828)

57.10.2 - April 13, 2023

Fixed

salesforcedx-vscode-core

  • We fixed an issue where some metadata labels in the org browser weren't correctly displayed. (PR #4772)

  • We fixed an issue so that source-tracking commands (push, pull, view changes) are now available source-tracked sandboxes. (PR #4755)

  • We removed legacy source tracking commands from the command palette. (PR #4771)

  • We fixed an issue where retrieving the ExperiencePropertyType metadata type would throw an error. Thank you Kaaviyan for your PR. (PR #4784, PR #4761)

salesforcedx-vscode-soql

  • We fixed an issue with SOQL Builder where Code Builder users would see an empty file upon saving a query result. (PR #4754)

57.7.0 - March 22, 2023

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We updated the version of the lightning language server. The new version now includes additional code completion and helpful hover text. (PR #4736)

Fixed

salesforcedx-vscode-soql

  • We fixed an issue so that the default directory for unsaved query results is now correctly set to the home directory instead of root. (PR #4742)

57.6.0 - March 15, 2023

Fixed

salesforcedx-vscode-core

We removed the SFDX: Start Function in Container command from the Command Palette. (PR #4707).

We made some changes under the hood. (#4723).

57.3.0 - February 24, 2023

Fixed

salesforcedx-vscode-apex-replay-debugger, salesforcedx-utils-vscode

We fixed an issue where checkpoints were being set and removed in an unreliable manner. (PR #4686).

salesforcedx-vscode-apex-replay-debugger, salesforcedx-utils-vscode, salesforcedx-vscode-apex, salesforcedx-vscode-lwc

We fixed an issue where test icons were not appearing for Apex or LWC tests. (PR #4686).

salesforcedx-vscode-lwc

We fixed an issue where debugging an individual Lightning Web Component test was not working as expected. (PR #4688)

salesforcedx-vscode-core

We made some updates under the hood. (PR #4677), (PR #4682).

57.2.1 - February 16, 2023

Fixed

salesforcedx-utils-vscode, salesforcedx-utils

We made some updates under the hood. (PR #4661)

57.0.1 - February 3, 2023

Added

salesforcedx-vscode-core

We made some updates under the hood. (PR #4568)

Fixed

salesforcedx-vscode-core

  • We fixed an issue with conflict detection at sync so that more recent changes are correctly deployed. Thank you Ralph Callaway for creating the issue, and RanGroen for helping us test it! (PR #4616, ISSUE #4585)

56.16.0 - January 25, 2023

Fixed

salesforcedx-vscode-core

  • You can now run the SFDX: Create Project command in a new VS Code window without creating a local workspace in advance. Previously, the command would throw an error when it didn't find a workspace folder. (PR #4622)

56.14.0 - January 11, 2023

Added

salesforcedx-vscode-core

  • You can now give an alias to the Devhub that you are authorizing. Thank you Andruts for contributing this new feature! (PR #4579, ISSUE #2278)

  • We now valid...

Read more

Release v57.15.0

24 May 16:32
Compare
Choose a tag to compare

57.15.0 - May 24, 2023

Added

salesforcedx-vscode-core

  • We enabled our Org Browser functionality when users are working with Scratch Orgs (PR #4810)

  • We added a setting "Prefer deploy on save" that will run a deploy instead of a push when "Push or deploy on save" is enabled. (PR #4820)

  • We published our extensions to Open VSX for the first time, and automated the process to publish there going forward. (PR #4855)

Fixed

salesforcedx-vscode-apex

  • We updated the Apex language server so that the syntax for Database class methods like insert and delete include accessLevel parameters. (PR #4866)

salesforcedx-vscode-core

  • We fixed an issue where a MetadataApiRetrieveError was displayed when attempting to deploy an empty project (PR #4845)

  • We made some changes under the hood. (PR #4793)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version that may help the server load faster for users with large projects. Thank you mwaddoupffdc for contributing this improvement! (PR #4872)

57.14.1 - May 17, 2023

Fixed

salesforcedx-vscode-core

  • Update @salesforce/templates version so that the latest API version 57.0 is used for assetVersion when creating a sample analytics app template. (PR #4851)

salesforcedx-vscode-soql

  • Updated SOQL Builder so that it does not show an error when there is no default org set and a SOQL file is not currently open. (PR #4847)

57.13.1 - May 10, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex language server so that new syntax such as insert, as user, as system and Assert is now available in VS Code. Replay debugger is now available for Anonymous Apex as a result of this update. (PR #4819)

salesforcedx-vscode-core

  • We enabled the following Deploy and Retrieve commands for scratch orgs (PR #4809):

    • SFDX: Deploy Source to Org
    • SFDX: Deploy This Source to Org
    • SFDX: Deploy Source in Manifest to Org
    • SFDX: Retrieve Source from Org
    • SFDX: Retrieve This Source from Org
    • SFDX: Retrieve Source in Manifest from Org
  • SFDX: Delete This from Project and Org and SFDX: Delete from Project and Org commands are now available in the Command Palette and in the context menu for scratch orgs. (PR #4757)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version. (PR #4821)

Fixed

salesforcedx-vscode-core

  • We fixed some issues with Deploy commands for source-tracked orgs. (PR #4824)

  • We fixed some issues with Retrieve commands for source-tracked orgs. (PR #4773)

  • We made some changes under the hood. (PR #4749)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #4807)

salesforcedx-vscode-apex-debugger, salesforcedx-vscode-apex-replay-debugger, salesforcedx-vscode-lightning, salesforcedx-vscode-lwc, salesforcedx-vscode-soql

  • We made some changes under the hood. (PR #4828)

57.10.2 - April 13, 2023

Fixed

salesforcedx-vscode-core

  • We fixed an issue where some metadata labels in the org browser weren't correctly displayed. (PR #4772)

  • We fixed an issue so that source-tracking commands (push, pull, view changes) are now available source-tracked sandboxes. (PR #4755)

  • We removed legacy source tracking commands from the command palette. (PR #4771)

  • We fixed an issue where retrieving the ExperiencePropertyType metadata type would throw an error. Thank you Kaaviyan for your PR. (PR #4784, PR #4761)

salesforcedx-vscode-soql

  • We fixed an issue with SOQL Builder where Code Builder users would see an empty file upon saving a query result. (PR #4754)

57.7.0 - March 22, 2023

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We updated the version of the lightning language server. The new version now includes additional code completion and helpful hover text. (PR #4736)

Fixed

salesforcedx-vscode-soql

  • We fixed an issue so that the default directory for unsaved query results is now correctly set to the home directory instead of root. (PR #4742)

57.6.0 - March 15, 2023

Fixed

salesforcedx-vscode-core

We removed the SFDX: Start Function in Container command from the Command Palette. (PR #4707).

We made some changes under the hood. (#4723).

57.3.0 - February 24, 2023

Fixed

salesforcedx-vscode-apex-replay-debugger, salesforcedx-utils-vscode

We fixed an issue where checkpoints were being set and removed in an unreliable manner. (PR #4686).

salesforcedx-vscode-apex-replay-debugger, salesforcedx-utils-vscode, salesforcedx-vscode-apex, salesforcedx-vscode-lwc

We fixed an issue where test icons were not appearing for Apex or LWC tests. (PR #4686).

salesforcedx-vscode-lwc

We fixed an issue where debugging an individual Lightning Web Component test was not working as expected. (PR #4688)

salesforcedx-vscode-core

We made some updates under the hood. (PR #4677), (PR #4682).

57.2.1 - February 16, 2023

Fixed

salesforcedx-utils-vscode, salesforcedx-utils

We made some updates under the hood. (PR #4661)

57.0.1 - February 3, 2023

Added

salesforcedx-vscode-core

We made some updates under the hood. (PR #4568)

Fixed

salesforcedx-vscode-core

  • We fixed an issue with conflict detection at sync so that more recent changes are correctly deployed. Thank you Ralph Callaway for creating the issue, and RanGroen for helping us test it! (PR #4616, ISSUE #4585)

56.16.0 - January 25, 2023

Fixed

salesforcedx-vscode-core

  • You can now run the SFDX: Create Project command in a new VS Code window without creating a local workspace in advance. Previously, the command would throw an error when it didn't find a workspace folder. (PR #4622)

56.14.0 - January 11, 2023

Added

salesforcedx-vscode-core

  • You can now give an alias to the Devhub that you are authorizing. Thank you Andruts for contributing this new feature! (PR #4579, ISSUE #2278)

  • We now validate the maximum number of characters (40) for an apex class or trigger name and throw an error when this number is exceeded. Thank you Allan Oricil for contributing this feature! (PR #4580, ISSUE #3624)

We love contributions from the community, and look forward to many more.

Fixed

salesforcedx-vscode-apex-debugger

  • We updated the apex interactive debugger package to include the @salesforce/core library so the debugger now activates correctly. (PR #4538)

salesforcedx-vscode-core

  • Clicking on the “No Default Org Set” in the status bar now displays a list of possible org authorization commands instead of throwing an unhelpful error.(PR #4584)

  • We updated the metadata for the API version for Apex classes and triggers created from the default apex template, to version 56. We also ...

Read more

Release v57.14.1

17 May 18:12
Compare
Choose a tag to compare

57.14.1 - May 17, 2023

Fixed

salesforcedx-vscode-soql

  • Updated SOQL Builder so that it does not show an error when there is no default org set and a SOQL file is not currently open. (PR #4847)

57.13.1 - May 10, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex language server so that new syntax such as insert, as user, as system and Assert is now available in VS Code. Replay debugger is now available for Anonymous Apex as a result of this update. (PR #4819)

salesforcedx-vscode-core

  • We enabled the following Deploy and Retrieve commands for scratch orgs (PR #4809):

    • SFDX: Deploy Source to Org
    • SFDX: Deploy This Source to Org
    • SFDX: Deploy Source in Manifest to Org
    • SFDX: Retrieve Source from Org
    • SFDX: Retrieve This Source from Org
    • SFDX: Retrieve Source in Manifest from Org
  • SFDX: Delete This from Project and Org and SFDX: Delete from Project and Org commands are now available in the Command Palette and in the context menu for scratch orgs. (PR #4757)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version. (PR #4821)

Fixed

salesforcedx-vscode-core

  • We fixed some issues with Deploy commands for source-tracked orgs. (PR #4824)

  • We fixed some issues with Retrieve commands for source-tracked orgs. (PR #4773)

  • We made some changes under the hood. (PR #4749)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #4807)

salesforcedx-vscode-apex-debugger, salesforcedx-vscode-apex-replay-debugger, salesforcedx-vscode-lightning, salesforcedx-vscode-lwc, salesforcedx-vscode-soql

  • We made some changes under the hood. (PR #4828)

57.10.2 - April 13, 2023

Fixed

salesforcedx-vscode-core

  • We fixed an issue where some metadata labels in the org browser weren't correctly displayed. (PR #4772)

  • We fixed an issue so that source-tracking commands (push, pull, view changes) are now available source-tracked sandboxes. (PR #4755)

  • We removed legacy source tracking commands from the command palette. (PR #4771)

  • We fixed an issue where retrieving the ExperiencePropertyType metadata type would throw an error. Thank you Kaaviyan for your PR. (PR #4784, PR #4761)

salesforcedx-vscode-soql

  • We fixed an issue with SOQL Builder where Code Builder users would see an empty file upon saving a query result. (PR #4754)

57.7.0 - March 22, 2023

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We updated the version of the lightning language server. The new version now includes additional code completion and helpful hover text. (PR #4736)

Fixed

salesforcedx-vscode-soql

  • We fixed an issue so that the default directory for unsaved query results is now correctly set to the home directory instead of root. (PR #4742)

57.6.0 - March 15, 2023

Fixed

salesforcedx-vscode-core

We removed the SFDX: Start Function in Container command from the Command Palette. (PR #4707).

We made some changes under the hood. (#4723).

57.3.0 - February 24, 2023

Fixed

salesforcedx-vscode-apex-replay-debugger, salesforcedx-utils-vscode

We fixed an issue where checkpoints were being set and removed in an unreliable manner. (PR #4686).

salesforcedx-vscode-apex-replay-debugger, salesforcedx-utils-vscode, salesforcedx-vscode-apex, salesforcedx-vscode-lwc

We fixed an issue where test icons were not appearing for Apex or LWC tests. (PR #4686).

salesforcedx-vscode-lwc

We fixed an issue where debugging an individual Lightning Web Component test was not working as expected. (PR #4688)

salesforcedx-vscode-core

We made some updates under the hood. (PR #4677), (PR #4682).

57.2.1 - February 16, 2023

Fixed

salesforcedx-utils-vscode, salesforcedx-utils

We made some updates under the hood. (PR #4661)

57.0.1 - February 3, 2023

Added

salesforcedx-vscode-core

We made some updates under the hood. (PR #4568)

Fixed

salesforcedx-vscode-core

  • We fixed an issue with conflict detection at sync so that more recent changes are correctly deployed. Thank you Ralph Callaway for creating the issue, and RanGroen for helping us test it! (PR #4616, ISSUE #4585)

56.16.0 - January 25, 2023

Fixed

salesforcedx-vscode-core

  • You can now run the SFDX: Create Project command in a new VS Code window without creating a local workspace in advance. Previously, the command would throw an error when it didn't find a workspace folder. (PR #4622)

56.14.0 - January 11, 2023

Added

salesforcedx-vscode-core

  • You can now give an alias to the Devhub that you are authorizing. Thank you Andruts for contributing this new feature! (PR #4579, ISSUE #2278)

  • We now validate the maximum number of characters (40) for an apex class or trigger name and throw an error when this number is exceeded. Thank you Allan Oricil for contributing this feature! (PR #4580, ISSUE #3624)

We love contributions from the community, and look forward to many more.

Fixed

salesforcedx-vscode-apex-debugger

  • We updated the apex interactive debugger package to include the @salesforce/core library so the debugger now activates correctly. (PR #4538)

salesforcedx-vscode-core

  • Clicking on the “No Default Org Set” in the status bar now displays a list of possible org authorization commands instead of throwing an unhelpful error.(PR #4584)

  • We updated the metadata for the API version for Apex classes and triggers created from the default apex template, to version 56. We also made minor fixes to the generated code outline. (PR #4581)

salesforcedx-vscode-lwc

  • We added missing Experience Cloud targets for LWR sites. (PR #4578)

56.5.1 - November 9, 2022

  • We made some large updates to the Quick Start and Overviews section of our Apex Documentation. (PR #4522)
  • We continue some under the hood work on the @salesforce/core library. (PR #4521)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • We fixed an issue where the interactive debugger was not loading for Windows users. (PR #4536)

56.4.1 - November 3, 2022

  • We continued some under the hood work on the @salesforce/core library. (PR #4509, PR #4510, PR #4516, PR #4517)
  • We updated contributing docs for the jest unit updates we made last week. (PR #4503)
  • We updated our bundling of the core extension to exclude functions-core. (PR #4532)

56.3.1 - October 29, 2022

We made lots of under the hood updates in this release...

Read more

Release v57.13.1

10 May 22:04
Compare
Choose a tag to compare

57.13.1 - May 10, 2023

Added

salesforcedx-vscode-apex

  • We updated the Apex language server so that new syntax such as insert, as user, as system and Assert is now available in VS Code. Replay debugger is now available for Anonymous Apex as a result of this update. (PR #4819)

salesforcedx-vscode-core

  • We enabled the following Deploy and Retrieve commands for scratch orgs (PR #4809):

    • SFDX: Deploy Source to Org
    • SFDX: Deploy This Source to Org
    • SFDX: Deploy Source in Manifest to Org
    • SFDX: Retrieve Source from Org
    • SFDX: Retrieve This Source from Org
    • SFDX: Retrieve Source in Manifest from Org
  • SFDX: Delete This from Project and Org and SFDX: Delete from Project and Org commands are now available in the Command Palette and in the context menu for scratch orgs. (PR #4757)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We've made an update to the lightning language server version. (PR #4821)

Fixed

salesforcedx-vscode-core

  • We fixed some issues with Deploy commands for source-tracked orgs. (PR #4824)

  • We fixed some issues with Retrieve commands for source-tracked orgs. (PR #4773)

  • We made some changes under the hood. (PR #4749)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We made some changes under the hood. (PR #4807)

salesforcedx-vscode-apex-debugger, salesforcedx-vscode-apex-replay-debugger, salesforcedx-vscode-lightning, salesforcedx-vscode-lwc, salesforcedx-vscode-soql

  • We made some changes under the hood. (PR #4828)

57.10.2 - April 13, 2023

Fixed

salesforcedx-vscode-core

  • We fixed an issue where some metadata labels in the org browser weren't correctly displayed. (PR #4772)

  • We fixed an issue so that source-tracking commands (push, pull, view changes) are now available source-tracked sandboxes. (PR #4755)

  • We removed legacy source tracking commands from the command palette. (PR #4771)

  • We fixed an issue where retrieving the ExperiencePropertyType metadata type would throw an error. Thank you Kaaviyan for your PR. (PR #4784, PR #4761)

salesforcedx-vscode-soql

  • We fixed an issue with SOQL Builder where Code Builder users would see an empty file upon saving a query result. (PR #4754)

57.7.0 - March 22, 2023

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We updated the version of the lightning language server. The new version now includes additional code completion and helpful hover text. (PR #4736)

Fixed

salesforcedx-vscode-soql

  • We fixed an issue so that the default directory for unsaved query results is now correctly set to the home directory instead of root. (PR #4742)

57.6.0 - March 15, 2023

Fixed

salesforcedx-vscode-core

We removed the SFDX: Start Function in Container command from the Command Palette. (PR #4707).

We made some changes under the hood. (#4723).

57.3.0 - February 24, 2023

Fixed

salesforcedx-vscode-apex-replay-debugger, salesforcedx-utils-vscode

We fixed an issue where checkpoints were being set and removed in an unreliable manner. (PR #4686).

salesforcedx-vscode-apex-replay-debugger, salesforcedx-utils-vscode, salesforcedx-vscode-apex, salesforcedx-vscode-lwc

We fixed an issue where test icons were not appearing for Apex or LWC tests. (PR #4686).

salesforcedx-vscode-lwc

We fixed an issue where debugging an individual Lightning Web Component test was not working as expected. (PR #4688)

salesforcedx-vscode-core

We made some updates under the hood. (PR #4677), (PR #4682).

57.2.1 - February 16, 2023

Fixed

salesforcedx-utils-vscode, salesforcedx-utils

We made some updates under the hood. (PR #4661)

57.0.1 - February 3, 2023

Added

salesforcedx-vscode-core

We made some updates under the hood. (PR #4568)

Fixed

salesforcedx-vscode-core

  • We fixed an issue with conflict detection at sync so that more recent changes are correctly deployed. Thank you Ralph Callaway for creating the issue, and RanGroen for helping us test it! (PR #4616, ISSUE #4585)

56.16.0 - January 25, 2023

Fixed

salesforcedx-vscode-core

  • You can now run the SFDX: Create Project command in a new VS Code window without creating a local workspace in advance. Previously, the command would throw an error when it didn't find a workspace folder. (PR #4622)

56.14.0 - January 11, 2023

Added

salesforcedx-vscode-core

  • You can now give an alias to the Devhub that you are authorizing. Thank you Andruts for contributing this new feature! (PR #4579, ISSUE #2278)

  • We now validate the maximum number of characters (40) for an apex class or trigger name and throw an error when this number is exceeded. Thank you Allan Oricil for contributing this feature! (PR #4580, ISSUE #3624)

We love contributions from the community, and look forward to many more.

Fixed

salesforcedx-vscode-apex-debugger

  • We updated the apex interactive debugger package to include the @salesforce/core library so the debugger now activates correctly. (PR #4538)

salesforcedx-vscode-core

  • Clicking on the “No Default Org Set” in the status bar now displays a list of possible org authorization commands instead of throwing an unhelpful error.(PR #4584)

  • We updated the metadata for the API version for Apex classes and triggers created from the default apex template, to version 56. We also made minor fixes to the generated code outline. (PR #4581)

salesforcedx-vscode-lwc

  • We added missing Experience Cloud targets for LWR sites. (PR #4578)

56.5.1 - November 9, 2022

  • We made some large updates to the Quick Start and Overviews section of our Apex Documentation. (PR #4522)
  • We continue some under the hood work on the @salesforce/core library. (PR #4521)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • We fixed an issue where the interactive debugger was not loading for Windows users. (PR #4536)

56.4.1 - November 3, 2022

  • We continued some under the hood work on the @salesforce/core library. (PR #4509, PR #4510, PR #4516, PR #4517)
  • We updated contributing docs for the jest unit updates we made last week. (PR #4503)
  • We updated our bundling of the core extension to exclude functions-core. (PR #4532)

56.3.1 - October 29, 2022

We made lots of under the hood updates in this release that involved:

  • Addition of new jest unit tests for test infrastructure hardening.
  • A major upgrade to the version of the @salesforce/core library to reach parity with CLI dependencies.
  • A new way of bundling extensions that resulted in a smaller increase in the size of the Extension Pack.

Added

salesforcedx-vscode-core

  • We added support for renaming aura event bundles. ([PR #4441](#444...
Read more

Release v57.10.2

13 Apr 21:07
Compare
Choose a tag to compare

57.10.2 - April 13, 2023

Fixed

salesforcedx-vscode-core

  • We fixed an issue where some metadata labels in the org browser weren't correctly displayed. (PR #4772)

  • We fixed an issue so that Source-Tracking Commands (Push*, Pull*, View Changes*) are now available Source-Tracked Sandboxes. (PR #4755)

  • We removed legacy source tracking commands from the command palette. (PR #4771)

  • We fixed an issue where retrieving the ExperiencePropertyType metadata type would throw an error. Thank you Kaaviyan for your PR. (PR #4784, PR #4761)

salesforcedx-vscode-soql

  • We fixed an issue with SOQL Builder where Code Builder users would see an empty file upon saving a query result. (PR #4754)

57.7.0 - March 22, 2023

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We updated the version of the lightning language server. The new version now includes additional code completion and helpful hover text. (PR #4736)

Fixed

salesforcedx-vscode-soql

  • We fixed an issue so that the default directory for unsaved query results is now correctly set to the home directory instead of root. (PR #4742)

57.6.0 - March 15, 2023

Fixed

salesforcedx-vscode-core

We removed the SFDX: Start Function in Container command from the Command Palette. (PR #4707).

We made some changes under the hood. (#4723).

57.3.0 - February 24, 2023

Fixed

salesforcedx-vscode-apex-replay-debugger, salesforcedx-utils-vscode

We fixed an issue where checkpoints were being set and removed in an unreliable manner. (PR #4686).

salesforcedx-vscode-apex-replay-debugger, salesforcedx-utils-vscode, salesforcedx-vscode-apex, salesforcedx-vscode-lwc

We fixed an issue where test icons were not appearing for Apex or LWC tests. (PR #4686).

salesforcedx-vscode-lwc

We fixed an issue where debugging an individual Lightning Web Component test was not working as expected. (PR #4688)

salesforcedx-vscode-core

We made some updates under the hood. (PR #4677), (PR #4682).

57.2.1 - February 16, 2023

Fixed

salesforcedx-utils-vscode, salesforcedx-utils

We made some updates under the hood. (PR #4661)

57.0.1 - February 3, 2023

Added

salesforcedx-vscode-core

We made some updates under the hood. (PR #4568)

Fixed

salesforcedx-vscode-core

  • We fixed an issue with conflict detection at sync so that more recent changes are correctly deployed. Thank you Ralph Callaway for creating the issue, and RanGroen for helping us test it! (PR #4616, ISSUE #4585)

56.16.0 - January 25, 2023

Fixed

salesforcedx-vscode-core

  • You can now run the SFDX: Create Project command in a new VS Code window without creating a local workspace in advance. Previously, the command would throw an error when it didn't find a workspace folder. (PR #4622)

56.14.0 - January 11, 2023

Added

salesforcedx-vscode-core

  • You can now give an alias to the Devhub that you are authorizing. Thank you Andruts for contributing this new feature! (PR #4579, ISSUE #2278)

  • We now validate the maximum number of characters (40) for an apex class or trigger name and throw an error when this number is exceeded. Thank you Allan Oricil for contributing this feature! (PR #4580, ISSUE #3624)

We love contributions from the community, and look forward to many more.

Fixed

salesforcedx-vscode-apex-debugger

  • We updated the apex interactive debugger package to include the @salesforce/core library so the debugger now activates correctly. (PR #4538)

salesforcedx-vscode-core

  • Clicking on the “No Default Org Set” in the status bar now displays a list of possible org authorization commands instead of throwing an unhelpful error.(PR #4584)

  • We updated the metadata for the API version for Apex classes and triggers created from the default apex template, to version 56. We also made minor fixes to the generated code outline. (PR #4581)

salesforcedx-vscode-lwc

  • We added missing Experience Cloud targets for LWR sites. (PR #4578)

56.5.1 - November 9, 2022

  • We made some large updates to the Quick Start and Overviews section of our Apex Documentation. (PR #4522)
  • We continue some under the hood work on the @salesforce/core library. (PR #4521)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • We fixed an issue where the interactive debugger was not loading for Windows users. (PR #4536)

56.4.1 - November 3, 2022

  • We continued some under the hood work on the @salesforce/core library. (PR #4509, PR #4510, PR #4516, PR #4517)
  • We updated contributing docs for the jest unit updates we made last week. (PR #4503)
  • We updated our bundling of the core extension to exclude functions-core. (PR #4532)

56.3.1 - October 29, 2022

We made lots of under the hood updates in this release that involved:

  • Addition of new jest unit tests for test infrastructure hardening.
  • A major upgrade to the version of the @salesforce/core library to reach parity with CLI dependencies.
  • A new way of bundling extensions that resulted in a smaller increase in the size of the Extension Pack.

Added

salesforcedx-vscode-core

  • We added support for renaming aura event bundles. (PR #4441)

  • You can now run the new SFDX: Open Documentation command from an open file to access in context documentation. (PR #4414)

Fixed

salesforcedx-vscode-core

  • We made some updates under the hood. (PR #4408)

salesforcedx-utils

  • We made some updates under the hood. (PR #4470)

salesforcedx-utils-vscode

salesforcedx-vscode-core

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We fixed an issue that caused double logging from lwc language server on error. (PR #4473)

55.8.0 - August 4, 2022

Added

salesforcedx-vscode-core

  • We added a notification that warns you about scratch org expiration in advance so that you can back up any relevant data or settings. (PR #4304)

salesforcedx-vscode-core, salesforcedx-vscode-apex, salesforcedx-utils-vscode, salesforcedx-vscode-apex-replay-debugger

  • We added a setting that lets you choose the option to clear the current content...
Read more

Release v57.7.0

22 Mar 21:22
Compare
Choose a tag to compare

57.7.0 - March 22, 2023

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • We updated the version of the lightning language server. The new version now includes additional code completion and helpful hover text. (PR #4736)

Fixed

salesforcedx-vscode-soql

  • We fixed an issue so that the default directory for unsaved query results is now correctly set to the home directory instead of root. (PR #4742)

57.6.0 - March 15, 2023

Fixed

salesforcedx-vscode-core

We removed the SFDX: Start Function in Container command from the Command Palette. (PR #4707).

We made some changes under the hood. (#4723).

57.3.0 - February 24, 2023

Fixed

salesforcedx-vscode-apex-replay-debugger, salesforcedx-utils-vscode

We fixed an issue where checkpoints were being set and removed in an unreliable manner. (PR #4686).

salesforcedx-vscode-apex-replay-debugger, salesforcedx-utils-vscode, salesforcedx-vscode-apex, salesforcedx-vscode-lwc

We fixed an issue where test icons were not appearing for Apex or LWC tests. (PR #4686).

salesforcedx-vscode-lwc

We fixed an issue where debugging an individual Lightning Web Component test was not working as expected. (PR #4688)

salesforcedx-vscode-core

We made some updates under the hood. (PR #4677), (PR #4682).

57.2.1 - February 16, 2023

Fixed

salesforcedx-utils-vscode, salesforcedx-utils

We made some updates under the hood. (PR #4661)

57.0.1 - February 3, 2023

Added

salesforcedx-vscode-core

We made some updates under the hood. (PR #4568)

Fixed

salesforcedx-vscode-core

  • We fixed an issue with conflict detection at sync so that more recent changes are correctly deployed. Thank you Ralph Callaway for creating the issue, and RanGroen for helping us test it! (PR #4616, ISSUE #4585)

56.16.0 - January 25, 2023

Fixed

salesforcedx-vscode-core

  • You can now run the SFDX: Create Project command in a new VS Code window without creating a local workspace in advance. Previously, the command would throw an error when it didn't find a workspace folder. (PR #4622)

56.14.0 - January 11, 2023

Added

salesforcedx-vscode-core

  • You can now give an alias to the Devhub that you are authorizing. Thank you Andruts for contributing this new feature! (PR #4579, ISSUE #2278)

  • We now validate the maximum number of characters (40) for an apex class or trigger name and throw an error when this number is exceeded. Thank you Allan Oricil for contributing this feature! (PR #4580, ISSUE #3624)

We love contributions from the community, and look forward to many more.

Fixed

salesforcedx-vscode-apex-debugger

  • We updated the apex interactive debugger package to include the @salesforce/core library so the debugger now activates correctly. (PR #4538)

salesforcedx-vscode-core

  • Clicking on the “No Default Org Set” in the status bar now displays a list of possible org authorization commands instead of throwing an unhelpful error.(PR #4584)

  • We updated the metadata for the API version for Apex classes and triggers created from the default apex template, to version 56. We also made minor fixes to the generated code outline. (PR #4581)

salesforcedx-vscode-lwc

  • We added missing Experience Cloud targets for LWR sites. (PR #4578)

56.5.1 - November 9, 2022

  • We made some large updates to the Quick Start and Overviews section of our Apex Documentation. (PR #4522)
  • We continue some under the hood work on the @salesforce/core library. (PR #4521)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • We fixed an issue where the interactive debugger was not loading for Windows users. (PR #4536)

56.4.1 - November 3, 2022

  • We continued some under the hood work on the @salesforce/core library. (PR #4509, PR #4510, PR #4516, PR #4517)
  • We updated contributing docs for the jest unit updates we made last week. (PR #4503)
  • We updated our bundling of the core extension to exclude functions-core. (PR #4532)

56.3.1 - October 29, 2022

We made lots of under the hood updates in this release that involved:

  • Addition of new jest unit tests for test infrastructure hardening.
  • A major upgrade to the version of the @salesforce/core library to reach parity with CLI dependencies.
  • A new way of bundling extensions that resulted in a smaller increase in the size of the Extension Pack.

Added

salesforcedx-vscode-core

  • We added support for renaming aura event bundles. (PR #4441)

  • You can now run the new SFDX: Open Documentation command from an open file to access in context documentation. (PR #4414)

Fixed

salesforcedx-vscode-core

  • We made some updates under the hood. (PR #4408)

salesforcedx-utils

  • We made some updates under the hood. (PR #4470)

salesforcedx-utils-vscode

salesforcedx-vscode-core

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We fixed an issue that caused double logging from lwc language server on error. (PR #4473)

55.8.0 - August 4, 2022

Added

salesforcedx-vscode-core

  • We added a notification that warns you about scratch org expiration in advance so that you can back up any relevant data or settings. (PR #4304)

salesforcedx-vscode-core, salesforcedx-vscode-apex, salesforcedx-utils-vscode, salesforcedx-vscode-apex-replay-debugger

  • We added a setting that lets you choose the option to clear the current content of the output tab before a new command is executed. (PR #4318)

55.7.0 - July 27, 2022

Fixed

docs, salesforcedx-vscode-apex

  • We updated some Java installation links in our docs. (PR #4305)

55.6.0 - July 21, 2022

Fixed

salesforcedx-vscode-core

  • Fixed an issue where users were unable to rename an LWC component inside of the __tests__ directory. (PR #4225)

docs

  • We made some updates under the hood. (PR #4277)

55.4.1 - July 8, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted changes assoicated with PR #4240 due to issues with deploy/retrieve on windows.

55.4.0 - July 7, 2022

Fixed

salesforcedx-vscode-core

  • The links in the problems tab now correctly point to error locations in a file. (PR #4246, [PR #4241...
Read more

Release v57.6.0

16 Mar 20:22
Compare
Choose a tag to compare

57.6.0 - March 15, 2023

Fixed

salesforcedx-vscode-core

We removed the SFDX: Start Function in Container command from the Command Palette. (PR #4707).

We made some changes under the hood. (#4723).

57.3.0 - February 24, 2023

Fixed

salesforcedx-vscode-apex-replay-debugger, salesforcedx-utils-vscode

We fixed an issue where checkpoints were being set and removed in an unreliable manner. (PR #4686).

salesforcedx-vscode-apex-replay-debugger, salesforcedx-utils-vscode, salesforcedx-vscode-apex, salesforcedx-vscode-lwc

We fixed an issue where test icons were not appearing for Apex or LWC tests. (PR #4686).

salesforcedx-vscode-lwc

We fixed an issue where debugging an individual Lightning Web Component test was not working as expected. (PR #4688)

salesforcedx-vscode-core

We made some updates under the hood. (PR #4677), (PR #4682).

57.2.1 - February 16, 2023

Fixed

salesforcedx-utils-vscode, salesforcedx-utils

We made some updates under the hood. (PR #4661)

57.0.1 - February 3, 2023

Added

salesforcedx-vscode-core

We made some updates under the hood. (PR #4568)

Fixed

salesforcedx-vscode-core

  • We fixed an issue with conflict detection at sync so that more recent changes are correctly deployed. Thank you Ralph Callaway for creating the issue, and RanGroen for helping us test it! (PR #4616, ISSUE #4585)

56.16.0 - January 25, 2023

Fixed

salesforcedx-vscode-core

  • You can now run the SFDX: Create Project command in a new VS Code window without creating a local workspace in advance. Previously, the command would throw an error when it didn't find a workspace folder. (PR #4622)

56.14.0 - January 11, 2023

Added

salesforcedx-vscode-core

  • You can now give an alias to the Devhub that you are authorizing. Thank you Andruts for contributing this new feature! (PR #4579, ISSUE #2278)

  • We now validate the maximum number of characters (40) for an apex class or trigger name and throw an error when this number is exceeded. Thank you Allan Oricil for contributing this feature! (PR #4580, ISSUE #3624)

We love contributions from the community, and look forward to many more.

Fixed

salesforcedx-vscode-apex-debugger

  • We updated the apex interactive debugger package to include the @salesforce/core library so the debugger now activates correctly. (PR #4538)

salesforcedx-vscode-core

  • Clicking on the “No Default Org Set” in the status bar now displays a list of possible org authorization commands instead of throwing an unhelpful error.(PR #4584)

  • We updated the metadata for the API version for Apex classes and triggers created from the default apex template, to version 56. We also made minor fixes to the generated code outline. (PR #4581)

salesforcedx-vscode-lwc

  • We added missing Experience Cloud targets for LWR sites. (PR #4578)

56.5.1 - November 9, 2022

  • We made some large updates to the Quick Start and Overviews section of our Apex Documentation. (PR #4522)
  • We continue some under the hood work on the @salesforce/core library. (PR #4521)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • We fixed an issue where the interactive debugger was not loading for Windows users. (PR #4536)

56.4.1 - November 3, 2022

  • We continued some under the hood work on the @salesforce/core library. (PR #4509, PR #4510, PR #4516, PR #4517)
  • We updated contributing docs for the jest unit updates we made last week. (PR #4503)
  • We updated our bundling of the core extension to exclude functions-core. (PR #4532)

56.3.1 - October 29, 2022

We made lots of under the hood updates in this release that involved:

  • Addition of new jest unit tests for test infrastructure hardening.
  • A major upgrade to the version of the @salesforce/core library to reach parity with CLI dependencies.
  • A new way of bundling extensions that resulted in a smaller increase in the size of the Extension Pack.

Added

salesforcedx-vscode-core

  • We added support for renaming aura event bundles. (PR #4441)

  • You can now run the new SFDX: Open Documentation command from an open file to access in context documentation. (PR #4414)

Fixed

salesforcedx-vscode-core

  • We made some updates under the hood. (PR #4408)

salesforcedx-utils

  • We made some updates under the hood. (PR #4470)

salesforcedx-utils-vscode

salesforcedx-vscode-core

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We fixed an issue that caused double logging from lwc language server on error. (PR #4473)

55.8.0 - August 4, 2022

Added

salesforcedx-vscode-core

  • We added a notification that warns you about scratch org expiration in advance so that you can back up any relevant data or settings. (PR #4304)

salesforcedx-vscode-core, salesforcedx-vscode-apex, salesforcedx-utils-vscode, salesforcedx-vscode-apex-replay-debugger

  • We added a setting that lets you choose the option to clear the current content of the output tab before a new command is executed. (PR #4318)

55.7.0 - July 27, 2022

Fixed

docs, salesforcedx-vscode-apex

  • We updated some Java installation links in our docs. (PR #4305)

55.6.0 - July 21, 2022

Fixed

salesforcedx-vscode-core

  • Fixed an issue where users were unable to rename an LWC component inside of the __tests__ directory. (PR #4225)

docs

  • We made some updates under the hood. (PR #4277)

55.4.1 - July 8, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted changes assoicated with PR #4240 due to issues with deploy/retrieve on windows.

55.4.0 - July 7, 2022

Fixed

salesforcedx-vscode-core

  • The links in the problems tab now correctly point to error locations in a file. (PR #4246, PR #4241)

  • Fixed an issue where making only a case change when renaming an Apex class caused an error. (PR #4240)

55.3.0 - June 29, 2022

Fixed

salesforcedx-vscode-core

  • You can now access the SFDX Create Apex Class command when you right-click on a sub-folder of the classes project folder. (PR #4224)

55.2.0 - June 22, 2022

Fixed

docs

  • We made so...
Read more

Release v57.3.0

23 Feb 20:42
Compare
Choose a tag to compare

57.3.0 - February 24, 2023

Fixed

salesforcedx-vscode-apex-replay-debugger, salesforcedx-utils-vscode

We fixed an issue where checkpoints were being set and removed in an unreliable manner. (PR #4686).

salesforcedx-vscode-apex-replay-debugger, salesforcedx-utils-vscode, salesforcedx-vscode-apex, salesforcedx-vscode-lwc

We fixed an issue where test icons were not appearing for Apex or LWC tests. (PR #4686).

salesforcedx-vscode-lwc

We fixed an issue where debugging an individual Lightning Web Component test was not working as expected. (PR #4688)

salesforcedx-vscode-core

We made some updates under the hood. (PR #4677), (PR #4682).

57.2.1 - February 16, 2023

Fixed

salesforcedx-utils-vscode, salesforcedx-utils

We made some updates under the hood. (PR #4661)

57.0.1 - February 3, 2023

Added

salesforcedx-vscode-core

We made some updates under the hood. (PR #4568)

Fixed

salesforcedx-vscode-core

  • We fixed an issue with conflict detection at sync so that more recent changes are correctly deployed. Thank you Ralph Callaway for creating the issue, and RanGroen for helping us test it! (PR #4616, ISSUE #4585)

56.16.0 - January 25, 2023

Fixed

salesforcedx-vscode-core

  • You can now run the SFDX: Create Project command in a new VS Code window without creating a local workspace in advance. Previously, the command would throw an error when it didn't find a workspace folder. (PR #4622)

56.14.0 - January 11, 2023

Added

salesforcedx-vscode-core

  • You can now give an alias to the Devhub that you are authorizing. Thank you Andruts for contributing this new feature! (PR #4579, ISSUE #2278)

  • We now validate the maximum number of characters (40) for an apex class or trigger name and throw an error when this number is exceeded. Thank you Allan Oricil for contributing this feature! (PR #4580, ISSUE #3624)

We love contributions from the community, and look forward to many more.

Fixed

salesforcedx-vscode-apex-debugger

  • We updated the apex interactive debugger package to include the @salesforce/core library so the debugger now activates correctly. (PR #4538)

salesforcedx-vscode-core

  • Clicking on the “No Default Org Set” in the status bar now displays a list of possible org authorization commands instead of throwing an unhelpful error.(PR #4584)

  • We updated the metadata for the API version for Apex classes and triggers created from the default apex template, to version 56. We also made minor fixes to the generated code outline. (PR #4581)

salesforcedx-vscode-lwc

  • We added missing Experience Cloud targets for LWR sites. (PR #4578)

56.5.1 - November 9, 2022

  • We made some large updates to the Quick Start and Overviews section of our Apex Documentation. (PR #4522)
  • We continue some under the hood work on the @salesforce/core library. (PR #4521)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • We fixed an issue where the interactive debugger was not loading for Windows users. (PR #4536)

56.4.1 - November 3, 2022

  • We continued some under the hood work on the @salesforce/core library. (PR #4509, PR #4510, PR #4516, PR #4517)
  • We updated contributing docs for the jest unit updates we made last week. (PR #4503)
  • We updated our bundling of the core extension to exclude functions-core. (PR #4532)

56.3.1 - October 29, 2022

We made lots of under the hood updates in this release that involved:

  • Addition of new jest unit tests for test infrastructure hardening.
  • A major upgrade to the version of the @salesforce/core library to reach parity with CLI dependencies.
  • A new way of bundling extensions that resulted in a smaller increase in the size of the Extension Pack.

Added

salesforcedx-vscode-core

  • We added support for renaming aura event bundles. (PR #4441)

  • You can now run the new SFDX: Open Documentation command from an open file to access in context documentation. (PR #4414)

Fixed

salesforcedx-vscode-core

  • We made some updates under the hood. (PR #4408)

salesforcedx-utils

  • We made some updates under the hood. (PR #4470)

salesforcedx-utils-vscode

salesforcedx-vscode-core

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We fixed an issue that caused double logging from lwc language server on error. (PR #4473)

55.8.0 - August 4, 2022

Added

salesforcedx-vscode-core

  • We added a notification that warns you about scratch org expiration in advance so that you can back up any relevant data or settings. (PR #4304)

salesforcedx-vscode-core, salesforcedx-vscode-apex, salesforcedx-utils-vscode, salesforcedx-vscode-apex-replay-debugger

  • We added a setting that lets you choose the option to clear the current content of the output tab before a new command is executed. (PR #4318)

55.7.0 - July 27, 2022

Fixed

docs, salesforcedx-vscode-apex

  • We updated some Java installation links in our docs. (PR #4305)

55.6.0 - July 21, 2022

Fixed

salesforcedx-vscode-core

  • Fixed an issue where users were unable to rename an LWC component inside of the __tests__ directory. (PR #4225)

docs

  • We made some updates under the hood. (PR #4277)

55.4.1 - July 8, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted changes assoicated with PR #4240 due to issues with deploy/retrieve on windows.

55.4.0 - July 7, 2022

Fixed

salesforcedx-vscode-core

  • The links in the problems tab now correctly point to error locations in a file. (PR #4246, PR #4241)

  • Fixed an issue where making only a case change when renaming an Apex class caused an error. (PR #4240)

55.3.0 - June 29, 2022

Fixed

salesforcedx-vscode-core

  • You can now access the SFDX Create Apex Class command when you right-click on a sub-folder of the classes project folder. (PR #4224)

55.2.0 - June 22, 2022

Fixed

docs

  • We made some updates under the hood. (PR #4147)

salesforcedx-vscode-core

  • We fixed an issue where you could run the SFDX Generate Manifest File command to create a manifest file from any folder in your project. The command is now only available by right clicking on any folder ...
Read more

Release v57.2.1

14 Feb 23:53
Compare
Choose a tag to compare

57.2.1 - February 16, 2023

Fixed

salesforcedx-utils-vscode, salesforcedx-utils

We made some updates under the hood. (PR #4661)

57.0.1 - February 3, 2023

Added

salesforcedx-vscode-core

We made some updates under the hood. (PR #4568)

Fixed

salesforcedx-vscode-core

  • We fixed an issue with conflict detection at sync so that more recent changes are correctly deployed. Thank you Ralph Callaway for creating the issue, and RanGroen for helping us test it! (PR #4616, ISSUE #4585)

56.16.0 - January 25, 2023

Fixed

salesforcedx-vscode-core

  • You can now run the SFDX: Create Project command in a new VS Code window without creating a local workspace in advance. Previously, the command would throw an error when it didn't find a workspace folder. (PR #4622)

56.14.0 - January 11, 2023

Added

salesforcedx-vscode-core

  • You can now give an alias to the Devhub that you are authorizing. Thank you Andruts for contributing this new feature! (PR #4579, ISSUE #2278)

  • We now validate the maximum number of characters (40) for an apex class or trigger name and throw an error when this number is exceeded. Thank you Allan Oricil for contributing this feature! (PR #4580, ISSUE #3624)

We love contributions from the community, and look forward to many more.

Fixed

salesforcedx-vscode-apex-debugger

  • We updated the apex interactive debugger package to include the @salesforce/core library so the debugger now activates correctly. (PR #4538)

salesforcedx-vscode-core

  • Clicking on the “No Default Org Set” in the status bar now displays a list of possible org authorization commands instead of throwing an unhelpful error.(PR #4584)

  • We updated the metadata for the API version for Apex classes and triggers created from the default apex template, to version 56. We also made minor fixes to the generated code outline. (PR #4581)

salesforcedx-vscode-lwc

  • We added missing Experience Cloud targets for LWR sites. (PR #4578)

56.5.1 - November 9, 2022

  • We made some large updates to the Quick Start and Overviews section of our Apex Documentation. (PR #4522)
  • We continue some under the hood work on the @salesforce/core library. (PR #4521)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • We fixed an issue where the interactive debugger was not loading for Windows users. (PR #4536)

56.4.1 - November 3, 2022

  • We continued some under the hood work on the @salesforce/core library. (PR #4509, PR #4510, PR #4516, PR #4517)
  • We updated contributing docs for the jest unit updates we made last week. (PR #4503)
  • We updated our bundling of the core extension to exclude functions-core. (PR #4532)

56.3.1 - October 29, 2022

We made lots of under the hood updates in this release that involved:

  • Addition of new jest unit tests for test infrastructure hardening.
  • A major upgrade to the version of the @salesforce/core library to reach parity with CLI dependencies.
  • A new way of bundling extensions that resulted in a smaller increase in the size of the Extension Pack.

Added

salesforcedx-vscode-core

  • We added support for renaming aura event bundles. (PR #4441)

  • You can now run the new SFDX: Open Documentation command from an open file to access in context documentation. (PR #4414)

Fixed

salesforcedx-vscode-core

  • We made some updates under the hood. (PR #4408)

salesforcedx-utils

  • We made some updates under the hood. (PR #4470)

salesforcedx-utils-vscode

salesforcedx-vscode-core

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We fixed an issue that caused double logging from lwc language server on error. (PR #4473)

55.8.0 - August 4, 2022

Added

salesforcedx-vscode-core

  • We added a notification that warns you about scratch org expiration in advance so that you can back up any relevant data or settings. (PR #4304)

salesforcedx-vscode-core, salesforcedx-vscode-apex, salesforcedx-utils-vscode, salesforcedx-vscode-apex-replay-debugger

  • We added a setting that lets you choose the option to clear the current content of the output tab before a new command is executed. (PR #4318)

55.7.0 - July 27, 2022

Fixed

docs, salesforcedx-vscode-apex

  • We updated some Java installation links in our docs. (PR #4305)

55.6.0 - July 21, 2022

Fixed

salesforcedx-vscode-core

  • Fixed an issue where users were unable to rename an LWC component inside of the __tests__ directory. (PR #4225)

docs

  • We made some updates under the hood. (PR #4277)

55.4.1 - July 8, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted changes assoicated with PR #4240 due to issues with deploy/retrieve on windows.

55.4.0 - July 7, 2022

Fixed

salesforcedx-vscode-core

  • The links in the problems tab now correctly point to error locations in a file. (PR #4246, PR #4241)

  • Fixed an issue where making only a case change when renaming an Apex class caused an error. (PR #4240)

55.3.0 - June 29, 2022

Fixed

salesforcedx-vscode-core

  • You can now access the SFDX Create Apex Class command when you right-click on a sub-folder of the classes project folder. (PR #4224)

55.2.0 - June 22, 2022

Fixed

docs

  • We made some updates under the hood. (PR #4147)

salesforcedx-vscode-core

  • We fixed an issue where you could run the SFDX Generate Manifest File command to create a manifest file from any folder in your project. The command is now only available by right clicking on any folder or file in the force-app package directory folder. (PR #4208)

  • We updated @salesforce/templates to 55.0.0 to give you a default unit test in addition to the other component files when you create a new LWC component using the template. (PR #4203)

55.0.0 - June 10, 2022

Added

salesforcedx-vscode-core

  • Thanks to a contribution from @shunkosa, we updated our Japanese commands. We love our Open Source community. (PR #4186)

Fixed

salesforcedx-vscode-core

Read more