Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Releases: daphne-sfdc/salesforcedx-vscode-publish-microsoft-marketplace

Release v60.11.1

30 Apr 15:32
Compare
Choose a tag to compare

60.10.0 - April 24, 2024

Added

salesforcedx-vscode-lwc

  • We now support the lightning_UrlAddressable enumeration type in LWC components. Thank you
    Mike Senn for this contribution. (PR #5328)

Fixed

salesforcedx-apex-debugger

salesforcedx-utils

salesforcedx-utils-vscode

salesforcedx-vscode-apex-debugger

  • We fixed an issue where the ISV Debugger threw a project configuration error when you clicked the Launch Apex Debugger button. Now you should be able to start the debugger without any issues. We'd love to hear your feedback on the ISV Debugger, and happy debugging! (PR #5522)

salesforcedx-vscode-apex

salesforcedx-vscode-apex-replay-debugger

salesforcedx-vscode-core

60.8.0 - April 10, 2024

Added

forcedotcom/salesforcedx-apex

  • We added detailed elapsed time debug log data as an investigative step in trying to diagnose Apex test commands that are taking a long time to run. (PR #349)

  • We now use streams to handle Apex test results, which prevents string length violation errors for very large test results. (PR #352)

Fixed

forcedotcom/salesforcedx-apex

  • We added guards that properly deal with an undefined test summary when formatting Apex test run results. (PR #354)

60.7.0 - April 3, 2024

Fixed

docs

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We completed the transition from Salesforce CLI sfdx commands to sf (v2) commands. All sfdx commands and flags have been updated to their sf equivalents. Action Required: Users must install the sf (v2) Salesforce CLI to continue working with the Salesforce Extension Pack. You can learn more about the migration process in the Salesforce CLI Setup Guide.
    If you run Salesforce CLI commands in the terminal, use the newer sf commands. See the Salesforce CLI Command Reference and Migration Guide. (PR #5435, PR #5466, PR #5523)

60.5.1 - March 21, 2024

Fixed

docs

salesforcedx-utils-vscode

  • We fixed an issue where users who worked within a symbolic link could not run deploy and retrieve commands. (PR #5507)

salesforcedx-vscode-core

  • We fixed an issue in SFDX: Create and Set Up Project for ISV Debugging where error notifications were being displayed for steps that run successfully. (PR #5500)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • We updated some dependencies to accommodate an external contribution. (PR #584, PR #5505)

60.4.1 - March 14, 2024

Fixed

salesforcedx-utils-vscode

  • We fixed an issue where conflict and error cases details weren't being displayed in the Output tab for push and pull commands. (PR #5498)

salesforcedx-vscode-core

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

60.3.2 - March 7, 2024

Added

salesforcedx-vscode-lwc

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

Fixed

salesforcedx-vscode-core

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

60.3.1 - March 4, 2024

Added

docs

  • Alongside this release, the Einstein for Developers extension release includes a host of new features that we hope you'll test drive. See the Einstein for Developers change log for more details.

60.2.3 - February 29, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5451, PR #5446)

  • We enabled debug logging for libraries that consume the env var SF_LOG_LEVEL. (PR #5444)

salesforcedx-vscode-lwc

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

60.1.2 - February 22, 2024

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-lwc

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

salesforcedx-vscode-core

  • We made some changes under the hood. (PR #5424, PR #5409, PR #5418)

  • We fixed an issue where error messages thrown by push commands weren't showing up in the Output tab. (PR #5441)

  • We fixed an uncaught error that occurs when the Cancel button is clicked to cancel a retrieve in progress. (PR #5443)

60.0.0 - February 14, 2024

Added

salesforcedx-vscode-core

salesforcedx-vscode-apex

Fixed

salesforcedx-vscode-core

  • We fixed an issue so that logging out of the default org results in a single notification, making for a more pleasant user experience. (PR #5407)

  • We fixed an issue with the Org Browser so that custom objects with a namespace can now be refreshed. (PR #5403)

  • We no longer show you commands that require a default org when no default org is set. (PR #5406)

  • We migrated some more commands to the new sf style. (PR #5379, PR #5388)

59.17.0 - February 7, 2024

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX:Deploy this Source to Org command not throwing an error when the command failed. (PR #5392)

  • We migrated some more commands to the new sf style. (PR #5362)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

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

59.16.0 - January 31, 2024

Fixed

salesforcedx-vscode-core

59.15.0 - January 26, 2024

Added

salesforcedx-vscode-core

  • We made a major upgrade to the version of the @salesforce/core library. (PR #5332)

Fixed

docs

  • We added information about purchasing additional Code Builder licenses. (PR #5329)

salesforcedx-utils-vscode

salesforcedx-vscode-apex

  • We fixed an i...
Read more