salesforcedx-vscode

Salesforce Extensions for VS Code

BSD-3-CLAUSE License

Downloads
10
Stars
931
Committers
124

Bot releases are hidden (Show)

salesforcedx-vscode - Release v56.5.1

Published by gbockus-sf almost 2 years ago

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

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

  • We fixed an issue where the SFDX: Create Lightning Web Component Test command threw an error when you exited out of the command prematurely. (PR #4143)

54.15.0 - June 1, 2022

Added

salesforcedx-vscode-core

  • The SFDX: Rename Component command now prevents you from renaming an LWC or Aura component if the new name breaks any naming rules. New LWC component names are automatically revised to start with a lower-case letter if they don't already. (PR #4145)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • You can now use Ctrl+Space to retrigger autocomplete within code braces ({}) in an HTML file. Previously, if you moved away from or deleted content within code braces, you lost autocompletion. (PR #4144)

54.12.0 - May 14, 2022

Fixed

salesforcedx-vscode-core

  • We added the ability to stop containerless function (PR #4025)

54.11.0 - May 4, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it prevents a component from being renamed if the component bundle already contains a file with that name. (PR #4039).
  • Fixed some under-the-hood issues. (PR #4069).

54.9.0 - April 21, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it now correctly renames the file in the __tests__ folder for LWC components that has the same name as the component being renamed (PR #4020).
  • We added support for debugging JavaScript in containerless functions (PR#4001).
  • We fixed an issue that prevented Standard Value Sets from being displayed in the Org Browser(PR # 3992). Fixes Issue https://github.com/forcedotcom/salesforcedx-vscode/issues/1579

54.8.0 - April 13, 2022

Fixed

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

salesforcedx-vscode-core

54.7.0 - April 6, 2022

Added

salesforcedx-vscode-core

  • Right-click and run the new SFDX: Rename Component command to quickly rename all the files of an LWC component (js, html, css, js-meta.xml file types) or an Aura component (auradoc, cmp, cmp-meta.xml, css, design, svg, contoller, helper, renderer, js file types) using a single command (PR #3923).

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. (PR #3920)

Fixed

docs

  • Updated Java Setup instructions to include instructions for JDK 17. (PR #3909)

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

salesforcedx-vscode-core

  • Retrieve components within folders for metadata types such as Reports, Dashboards, Documents, and EmailTemplates. Before this update, it wasn't possible to retrieve individual component metadata from within folders. (PR #3892)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Fixed some issues with autocompletion in template JS files. (PR #3931,PR #3931)

54.5.0 - March 14, 2022

Fixed

salesforcedx-vscode-core

  • We’ve updated the library that supports Salesforce Templates commands in VS Code so that it now uses API version 54.0 when generating new metadata from our standard templates.(PR #3749)

54.4.1 - March 10, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted the source-deploy-retrieve library to v5.12.2 because it was sometimes failing on OSX Monterey.

54.4.0 - March 9, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Diff Folder Against Org command so that it now diffs objects against orgs correctly. (PR #3876)

54.3.0 - March 3, 2022

Added

salesforcedx-vscode-core

  • We’ve made the functionality of older versions of some commands available for you to use with your existing scratch orgs. Use these legacy commands so you don’t run into issues with their newer versions:

    SFDX: Pull Source from Default Scratch Org (Legacy)

    SFDX: Pull Source from Default Scratch Org and Override Conflicts (Legacy)

    SFDX: Push Source to Default Scratch Org (Legacy)

    SFDX: Push Source to Default Scratch Org and Override Conflicts (Legacy) and

    SFDX: View All Changes (Local and in Default Scratch Org) (Legacy) (PR #3839)

salesforcedx-vscode-lightning & salesforcedx-vscode-lwc

  • Autocompletion is now available for bracket syntax '{}' in HTML files.(PR #3865)

Fixed

docs

salesforcedx-vscode-expanded

salesforcedx-vscode-apex

salesforcedx-vscode

  • We now support JDK version 17 in addition to versions 8 and 11. (PR #3860)

salesforcedx-vscode-core

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

54.2.0 - February 24, 2022

Added

salesforcedx-vscode

  • Run the new Start Function in Container command to run a Salesforce Function in a Docker container. The old command, Start Function now runs a function locally. (PR #3838, PR #3856)

Fixed

salesforcedx-vscode

  • We resolved the issue with the Diff Folder Against Org command being visible from the command palette even when an SFDX project wasn’t open. (PR #3843).

salesforcedx-vscode-apex

  • We removed some unessential Apex classes from the Apex LSP .jar file. (PR #3844)

54.0.0 - February 15, 2022

Added

salesforcedx-vscode

  • Run the updated Launch Apex Replay Debugger with Current File to launch the Apex Replay Debugger from an Apex test file, an Anonymous Apex file, or an Apex log file. Previously, you could launch the Apex Replay Debugger only from an Apex log file. Also, we’ve simplified both the setup and execution of the command. You’re no longer required to create a launch configuration (launch.json) to run the Apex Replay Debugger, and you can debug your code with fewer steps. (PR #3779, PR #3827).

Fixed

salesforcedx-vscode

  • The Generate Manifest File doesn’t show up as an option when you right-click on components within metadata types. Previously, the command showed up incorrectly even though it wasn’t executable (PR #3818).

  • The Execute Anonymous Apex code lens is now working as expected (PR #3819).

  • We fixed a broken video link in documentation (PR #3817).

  • We fixed some issues under the hood (PR #3813), (PR #3812).

53.16.0 - February 2, 2022

Added

salesforcedx-vscode-core

  • The new Manifest Builder feature has been added to automatically generate a manifest file for a given set of metadata components instead of editing the package.xml file manually (PR #3784)

docs

  • Updated development-models.md with a new section on Manifest Builder (PR #3788)

53.14.1 - January 19, 2022

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Backend changes to set up Anonymous Apex in replay debugging (PR #3758)

53.13.0 - January 13, 2022

Added

salesforcedx-vscode-apex

  • Identify test class from uri (PR #3751)

Fixed

docs

  • Updates to reflect runtime restrictions (PR #3741)

salesforcedx-vscode-apex

  • Prevent local java runtime in project (PR #3730)

53.12.0 - January 5, 2022

Added

salesforcedx-vscode-core

  • Add ability to remove expired orgs from the org list (PR #3732)

53.8.0 - December 16, 2021

Added

salesforcedx-vscode-apex

  • Enable use of anonymous Apex execution codelens (PR #3688)

Fixed

salesforcedx-vscode-core

  • Fix org browser to show retrieve source action for sobjects (PR #3697)

  • Fix org browser to display nested items such as Email Templates, Dashboards, Documents and Reports (PR #3685)

53.7.0 - December 9, 2021

Fixed

docs

salesforcedx-vscode-core

  • Retrieve field data for a custom object type (PR #3661)

  • Ability to select and deploy multiple files (PR #3660)

53.4.0 - November 17, 2021

Added

salesforcedx-vscode-core

  • Add ability to deploy and retrieve multiple files (PR #3621)

salesforcedx-vscode-apex

  • Enabled Hover, Go to Definition, and References functionality in anonymous apex files (PR #3650)

Fixed

docs

  • Add multi-selecting files and folders in explorer for Source Deploy/Retrieve, and fields and field details for custom objects (PR #3639)

  • Added New Articles for Japanese (PR #3640)

53.3.0 - November 10, 2021

Added

salesforcedx-vscode-apex

  • Code completion for anonymous apex (PR #3617)

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lightning

  • Update lightning-language-server to latest version (PR #3633)

salesforcedx-vscode-lwc

  • Update lightning-language-server to latest version (PR #3633)

53.2.0 - November 4, 2021

Fixed

docs

53.1.0 - October 28, 2021

Added

docs

  • Append or prepend site title with SEO meta data (PR #3546)

salesforcedx-vscode-apex

  • Bundle extensions with apex.db to optimize LSP performance (PR #3585)

Fixed

docs

  • Removed extra line in documentation (PR #3614)

  • Update performance enhancements documentation (PR #3593)

salesforcedx-vscode-core

  • Set first alias when configuring default org (PR #3581) - Contribution by @DanielCalle

  • Fix broken documentation links (PR #3605)

  • Remove the Experimental: Deploy Retrieve performance enhancements user setting (PR #3580)

  • Under-the-hood fixes

53.0.0 - October 13, 2021

Fixed

salesforcedx-vscode-apex

  • Changes in Apex Language Server to suggest correct autocompletes in projects with namespace, additional telemetry and deletion of SOQL library. (PR #3568)

docs

  • Removes Salesforce Functions Beta tag. (PR #3583)

52.17.0 - October 8, 2021

Added

salesforcedx-vscode-core

  • Support custom templates in VS Code (PR #3563)

Fixed

docs

  • Documentation for custom templates in VS Code (PR #3565)

salesforcedx-vscode-core

  • Fix a conflict detection bug when components are deployed multiple time (PR #3556)

52.16.0 - September 29, 2021

Added

salesforcedx-vscode-apex

  • Improve performance for Apex Indexer startup and updates the faux classes for the built-in standard Apex library (PR #3529)

Fixed

salesforcedx-vscode-core

  • Set sourceApiVersion for sourcepath based deploy and retrieve (PR #3528)

salesforcedx-vscode-lwc

  • Fix debug code lens for VS Code 1.60+ (PR #3545)

salesforcedx-vscode-apex-replay-debugger

  • Fix trace flag update error (PR #3550)

salesforcedx-vscode-soql

  • Skip checking types in libs (PR #3534)

52.13.0 - September 8, 2021

Fixed

docs

  • Fixes doc bug that has incorrect location of the Org Picker. (PR #3423)

salesforcedx-vscode-core

52.12.0 - September 1, 2021

Fixed

salesforcedx-vscode-apex

  • Fixes Apex snippets to use a drop-down for access modifiers instead of a list, including: staticmethod, method, field, constructor. (PR #3492)

52.11.0 - August 26, 2021

Fixed

docs

  • Add Functions to the sidebar of VSCode doc site (PR #3510)

52.9.1 - August 12, 2021

Fixed

docs

  • Updated docs website's default header and footer (PR #3491)

salesforcedx-vscode-core

52.9.0 - August 11, 2021

Fixed

salesforcedx-vscode-core

  • Use functions library to create functions (PR #3476)

  • Add support for invoking function using payload contents (PR #3472)

  • Bump SDR to 3.0.0 (PR #3497)

salesforcedx-vscode-lwc

  • Update lightning language servers to 3.0.14 (PR #3468)

salesforcedx-vscode-lightning

  • Update lightning language servers to 3.0.14 (PR #3468)

52.8.0 - August 4, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Support checkpoints for one-step replay debugger (PR #3410)

salesforcedx-vscode-core

  • Remove old conflict detection mechanism (PR #3377)

52.7.0 - July 30, 2021

Added

salesforcedx-vscode-apex

  • Add commands SFDX: Create Apex Test Suite, SFDX: Add Tests to Apex Test Suite, and SFDX: Run Apex Test Suite (PR #3435)

salesforcedx-vscode-core

  • Add command SFDX: Log Out from Default Org (PR #3428)

Fixed

docs

salesforcedx-vscode-core

  • Support additional metadata types with conflict detection (PR #3424)

  • Support multiple directories on deploy on save with conflict detection (PR #3393)

52.6.0 - July 23, 2021

Added

salesforcedx-vscode

  • Include SOQL in extension pack (PR #3400)

salesforcedx-vscode-core

  • Update conflict detection setting description (PR #3416)

  • Fix functions dependency issue preventing extensions from loading (PR #3443)

Fixed

salesforcedx-sobjects-faux-generator

  • Correct LWC typing generation for new projects (PR #3418)

salesforcedx-vscode-core

  • Performance improvements for SFDX: Start Function, Invoke and Debug Invoke commands (PR #3399)

  • Fix conflict detection error for empty results (PR #3376)

52.5.0 - July 14, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Update test sidebar icons and add test coverage for easy button replay debugger (PR #3381)

salesforcedx-vscode-core

  • Update text on Conflict detection modal window (PR #3394)

  • Enhance hovertip text for conflict detection to show last modified date information (PR #3352)

Fixed

docs

  • Update docs for conflict detection (PR #3396)

salesforcedx-vscode-core

  • Remove setting to enable function PR #3409)

52.4.0 - July 8, 2021

Added

salesforcedx-vscode-core

  • Enable conflict detection for all deploy commands (PR #3357)

52.3.0 - June 30, 2021

Added

salesforcedx-vscode-apex

  • Add "Debug Test" code lens to Apex test methods and classes (PR #3347)

salesforcedx-vscode-core

  • Add language data to telemetry for functions (PR #3338)

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

52.2.0 - June 24, 2021

Added

salesforcedx-vscode-core

52.1.0 - June 16, 2021

Added

salesforcedx-vscode-core

Fixed

docs

salesforcedx-vscode-core

  • Import FileProperties from the top level (PR #3302)

  • Use correct message for file diffs (PR #3304)

51.17.0 - June 10, 2021

Added

salesforcedx-vscode-core

  • Add caching for conflict detection (PR #3283)

Fixed

docs

  • New Functions article and related changes. (PR #3278)

salesforcedx-vscode-core

  • Remove Functions feature-flag and update doc (PR #3289)

  • Correct creation of trace flags when running SFDX Turn on Apex Debug Log (PR #3290), (Issue #3288)

51.16.0 - June 3, 2021

Added

salesforcedx-vscode-core

  • Add Java support for Functions debugging (PR #3273)

  • Add Java support for SFDX: Start Function (PR #3269)

Fixed

salesforcedx-vscode-core

  • Update default debug port (PR #3272)

  • Use new CLI for functions invoke @W-9282250@ (PR #3270)

  • Throw error on remote component not found (PR #3259)

  • Pull function dependencies by default + Java/Maven support @W-9282387@ (PR #3262)

51.15.0 - May 27, 2021

Added

salesforcedx-vscode-core

  • Conflict detection performance improvements (PR #3246)

  • Use new CLI for Functions creation and add Java Functions support (PR #3247)

Fixed

salesforcedx-vscode-core

  • Fix "Cannot read property split of undefined" issue when retrieving with Org Browser or Manifest (#3262, #3210, #3218)

  • Remove Functions template for SFDX: Create Project command (#3253)

salesforcedx-vscode-apex

  • Fix an issue where Apex test results were limited to 2000 records (#3265)

51.14.0 - May 21, 2021

Added

salesforcedx-vscode-core

  • Enable diff detection for folders (PR #3243)

  • Enable diff detection for all metadata types (PR #3240)

salesforcedx-vscode-lwc

  • Add support for new LWC Analytics Dashboard feature and fix some under-the-hood bugs (PR #3232)

docs

  • Doc updates for Diff Detection(PR #3250)

51.13.0 - May 12, 2021

Added

salesforcedx-vscode-core

  • Cache metadata based on a project path (PR #3191)

51.12.0 - May 6, 2021

Fixed

salesforcedx-vscode-core

51.11.0 - April 29, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Disable LWC type generation (PR #3165)

salesforcedx-vscode-core

  • Preserve leading zeros in xml tags for the new Deploy/Retrieve route (PR #3189)

  • Fix metadata xml issues by removing the tooling api route for the new Deploy/Retrieve (PR #3181)

  • Surface original error with deploy/retrieve (PR #3178)

51.10.0 - April 21, 2021

Fixed

docs

  • Update docs to reflect Apex library setting has been removed (PR #3148)

salesforcedx-vscode-apex

  • Update "All tests" option for SFDX: Run Apex Tests command to match CLI behavior (PR #3126)

salesforcedx-vscode-core

  • Fix issues with the following types for deploy/retrieve library (PR #3147, Issue #3114, Issue #3157):

    • AccountRelationshipShareRule
    • TimeSheetTemplate
    • WaveDashboard
    • WaveRecipe
    • WaveLens
    • WaveDataflow
    • WorkSkillRouting
  • Remove Apex feature flag & delete CLI code path (PR #3148)

51.8.0 - April 07, 2021

Added

salesforcedx-vscode-apex

  • Add progress reporting and cancellation to Apex test runs (PR #3103)

salesforcedx-sobjects-faux-generator

  • Add cancellation to SObject Refresh command (PR #3116)

Fixed

docs

  • Update Org Picker location in documentation (PR #3099) (Issue #3095)

  • Update Apex status to reflect default usage in Salesforce CLI (PR #3119)

salesforcedx-vscode-core

51.7.0 - Mar 31, 2021

Added

salesforcedx-sobjects-vscode-core

  • Switched setting salesforcedx-vscode-core.experimental.deployRetrieve to on by default. (PR #3101)

salesforcedx-sobjects-faux-generator

  • Generate typings for sobjects (PR #3018)

Fixed

salesforcedx-vscode-core

  • Do not show refresh success message for min sobjects (PR #3082)

51.6.0 - March 24, 2021

Added

salesforcedx-vscode-core

  • Add cancellation to Deploy & Retrieve Library commands (PR #3068)

Fixed

salesforcedx-vscode-core

  • Fix deployment issues with Document metadata types (PR #3083)

  • Fix library executions not focusing on channel output via the 'Show' button (PR #3081, Issue #2987)

  • Generate SObject definitions from cached data (PR #3037)

51.5.0 - March 18, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Handle undefined results when running SFDX: Refresh SObject Definitions command (PR #3064, Issue #3056)

salesforcedx-vscode-core

  • Fixed issues with deploy retrieve beta: timeout for long running operations, output for multi-file components, and retrieving static resources (PR #3048)

docs

  • Update description for deploy retrieve beta setting (PR #3043)

51.4.0 - March 10, 2021

Fixed

salesforcedx-vscode-apex-replay-debugger

salesforcedx-vscode-apex

  • Switch to Apex output channel automatically after running Apex tests (PR #3027), (Issue #3009)

51.3.0 - March 3, 2021

Added

salesforcedx-sobjects-faux-generator

  • Improved sObject refresh performance (PR #2997)

docs

  • Add learning map to additional resources (PR #2989)

  • Update SOQL docs for saving query results (PR #2988)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Fix debug test icon color to be friendly for light themes (PR #2978)

51.2.0 - February 24, 2021

Added

salesforcedx-vscode-apex

Fixed

docs

  • SOQL Builder - Add LIKE support (PR #2971)

  • SOQL Builder - Add COUNT support (PR #2946)

salesforcedx-vscode-apex

50.17.0 - February 10, 2021

Fixed

docs

salesforcedx-vscode-apex

  • Fix 'SFDX: Execute Anonymous Apex' diagnostic reporting for runtime failures (PR #2927)

salesforcedx-vscode-apex-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-apex-replay-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-core

  • Add new template updates for apex class and project config (PR #2919)

salesforcedx-vscode-lwc

  • Activate Redhat XML extension only if it is version 0.14.0 (PR #2934). This is an interim fix for the issue (Issue #2923).

  • Adds VS Code support for Email Templates as a target for custom components. (PR #2918)

salesforcedx-vscode-visualforce

  • Remove use of missing telemetry method (PR #2913)

50.16.0 - February 3, 2021

Added

salesforcedx-vscode-apex

  • Surface project information in Apex Language Server Output panel (PR #2891)

Fixed

docs

salesforcedx-vscode-lwc

  • Reduce extension size by 34% (PR #2904)

salesforcedx-vscode-lightning

  • Reduce extension size by 68% (PR #2908)

50.14.0 - January 21, 2021

Fixed

salesforcedx-vscode-apex

  • Fix issue with recognizing the default org when running tests at the start of a session (PR #2868)

50.13.0 - January 13, 2021

Added

salesforcedx-vscode-apex

  • Added debug button to test sidebar to automatically run Apex Replay Debugger after test run (PR #2804)

salesforcedx-vscode-core

  • Run Apex tests using the Apex library (PR #2828)

Fixed

docs

  • Remove manual listing of palette commands (PR #2848)

salesforcedx-sobjects-faux-generator

salesforcedx-vscode-core

  • Provides relative project paths for beta deploy/retrieve in the output (PR #2807)

50.8.0 - December 9, 2020

Added

salesforcedx-vscode-core

50.7.0 - December 2, 2020

Added

salesforcedx-vscode-core

Fixed

docs

  • Add license note for Apex Interactive Debugger (PR #2760)

salesforcedx-vscode-core

  • Reduce salesforcedx-vscode-core extension size by 30% (PR #2769)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

50.5.0 - November 11, 2020

Fixed

salesforcedx-vscode-core

  • Show debug log list in descending order by date for SFDX: Get Apex Debug Logs (PR #2713, Issue #2698)

  • Set required version of VS Code to 1.46.0 or higher (PR #2719)

50.4.0 - November 5, 2020

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.3.0 - October 28, 2020

Added

salesforcedx-vscode-core

  • New force:apex:log:list command implementation, used as part of SFDX: Get Apex Debug Logs ... (PR #2644)

Fixed

docs

salesforcedx-vscode-core

50.2.0 - October 22, 2020

Fixed

docs

  • Re-organize Get Started section (PR #2626)

salesforcedx-vscode-apex

  • Improve @AuraEnabled apex snippet for better error handling. (PR #2640) - Contribution by @PawelWozniak

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.1.0 - October 14, 2020

Added

salesforcedx-vscode-core

  • Added Retrieve and Open Source feature for Org Browser (PR #2573)

Fixed

salesforcedx-vscode-core

docs

salesforcedx-vscode - Release v56.4.1

Published by gbockus-sf almost 2 years ago

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

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

  • We fixed an issue where the SFDX: Create Lightning Web Component Test command threw an error when you exited out of the command prematurely. (PR #4143)

54.15.0 - June 1, 2022

Added

salesforcedx-vscode-core

  • The SFDX: Rename Component command now prevents you from renaming an LWC or Aura component if the new name breaks any naming rules. New LWC component names are automatically revised to start with a lower-case letter if they don't already. (PR #4145)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • You can now use Ctrl+Space to retrigger autocomplete within code braces ({}) in an HTML file. Previously, if you moved away from or deleted content within code braces, you lost autocompletion. (PR #4144)

54.12.0 - May 14, 2022

Fixed

salesforcedx-vscode-core

  • We added the ability to stop containerless function (PR #4025)

54.11.0 - May 4, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it prevents a component from being renamed if the component bundle already contains a file with that name. (PR #4039).
  • Fixed some under-the-hood issues. (PR #4069).

54.9.0 - April 21, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it now correctly renames the file in the __tests__ folder for LWC components that has the same name as the component being renamed (PR #4020).
  • We added support for debugging JavaScript in containerless functions (PR#4001).
  • We fixed an issue that prevented Standard Value Sets from being displayed in the Org Browser(PR # 3992). Fixes Issue https://github.com/forcedotcom/salesforcedx-vscode/issues/1579

54.8.0 - April 13, 2022

Fixed

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

salesforcedx-vscode-core

54.7.0 - April 6, 2022

Added

salesforcedx-vscode-core

  • Right-click and run the new SFDX: Rename Component command to quickly rename all the files of an LWC component (js, html, css, js-meta.xml file types) or an Aura component (auradoc, cmp, cmp-meta.xml, css, design, svg, contoller, helper, renderer, js file types) using a single command (PR #3923).

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. (PR #3920)

Fixed

docs

  • Updated Java Setup instructions to include instructions for JDK 17. (PR #3909)

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

salesforcedx-vscode-core

  • Retrieve components within folders for metadata types such as Reports, Dashboards, Documents, and EmailTemplates. Before this update, it wasn't possible to retrieve individual component metadata from within folders. (PR #3892)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Fixed some issues with autocompletion in template JS files. (PR #3931,PR #3931)

54.5.0 - March 14, 2022

Fixed

salesforcedx-vscode-core

  • We’ve updated the library that supports Salesforce Templates commands in VS Code so that it now uses API version 54.0 when generating new metadata from our standard templates.(PR #3749)

54.4.1 - March 10, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted the source-deploy-retrieve library to v5.12.2 because it was sometimes failing on OSX Monterey.

54.4.0 - March 9, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Diff Folder Against Org command so that it now diffs objects against orgs correctly. (PR #3876)

54.3.0 - March 3, 2022

Added

salesforcedx-vscode-core

  • We’ve made the functionality of older versions of some commands available for you to use with your existing scratch orgs. Use these legacy commands so you don’t run into issues with their newer versions:

    SFDX: Pull Source from Default Scratch Org (Legacy)

    SFDX: Pull Source from Default Scratch Org and Override Conflicts (Legacy)

    SFDX: Push Source to Default Scratch Org (Legacy)

    SFDX: Push Source to Default Scratch Org and Override Conflicts (Legacy) and

    SFDX: View All Changes (Local and in Default Scratch Org) (Legacy) (PR #3839)

salesforcedx-vscode-lightning & salesforcedx-vscode-lwc

  • Autocompletion is now available for bracket syntax '{}' in HTML files.(PR #3865)

Fixed

docs

salesforcedx-vscode-expanded

salesforcedx-vscode-apex

salesforcedx-vscode

  • We now support JDK version 17 in addition to versions 8 and 11. (PR #3860)

salesforcedx-vscode-core

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

54.2.0 - February 24, 2022

Added

salesforcedx-vscode

  • Run the new Start Function in Container command to run a Salesforce Function in a Docker container. The old command, Start Function now runs a function locally. (PR #3838, PR #3856)

Fixed

salesforcedx-vscode

  • We resolved the issue with the Diff Folder Against Org command being visible from the command palette even when an SFDX project wasn’t open. (PR #3843).

salesforcedx-vscode-apex

  • We removed some unessential Apex classes from the Apex LSP .jar file. (PR #3844)

54.0.0 - February 15, 2022

Added

salesforcedx-vscode

  • Run the updated Launch Apex Replay Debugger with Current File to launch the Apex Replay Debugger from an Apex test file, an Anonymous Apex file, or an Apex log file. Previously, you could launch the Apex Replay Debugger only from an Apex log file. Also, we’ve simplified both the setup and execution of the command. You’re no longer required to create a launch configuration (launch.json) to run the Apex Replay Debugger, and you can debug your code with fewer steps. (PR #3779, PR #3827).

Fixed

salesforcedx-vscode

  • The Generate Manifest File doesn’t show up as an option when you right-click on components within metadata types. Previously, the command showed up incorrectly even though it wasn’t executable (PR #3818).

  • The Execute Anonymous Apex code lens is now working as expected (PR #3819).

  • We fixed a broken video link in documentation (PR #3817).

  • We fixed some issues under the hood (PR #3813), (PR #3812).

53.16.0 - February 2, 2022

Added

salesforcedx-vscode-core

  • The new Manifest Builder feature has been added to automatically generate a manifest file for a given set of metadata components instead of editing the package.xml file manually (PR #3784)

docs

  • Updated development-models.md with a new section on Manifest Builder (PR #3788)

53.14.1 - January 19, 2022

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Backend changes to set up Anonymous Apex in replay debugging (PR #3758)

53.13.0 - January 13, 2022

Added

salesforcedx-vscode-apex

  • Identify test class from uri (PR #3751)

Fixed

docs

  • Updates to reflect runtime restrictions (PR #3741)

salesforcedx-vscode-apex

  • Prevent local java runtime in project (PR #3730)

53.12.0 - January 5, 2022

Added

salesforcedx-vscode-core

  • Add ability to remove expired orgs from the org list (PR #3732)

53.8.0 - December 16, 2021

Added

salesforcedx-vscode-apex

  • Enable use of anonymous Apex execution codelens (PR #3688)

Fixed

salesforcedx-vscode-core

  • Fix org browser to show retrieve source action for sobjects (PR #3697)

  • Fix org browser to display nested items such as Email Templates, Dashboards, Documents and Reports (PR #3685)

53.7.0 - December 9, 2021

Fixed

docs

salesforcedx-vscode-core

  • Retrieve field data for a custom object type (PR #3661)

  • Ability to select and deploy multiple files (PR #3660)

53.4.0 - November 17, 2021

Added

salesforcedx-vscode-core

  • Add ability to deploy and retrieve multiple files (PR #3621)

salesforcedx-vscode-apex

  • Enabled Hover, Go to Definition, and References functionality in anonymous apex files (PR #3650)

Fixed

docs

  • Add multi-selecting files and folders in explorer for Source Deploy/Retrieve, and fields and field details for custom objects (PR #3639)

  • Added New Articles for Japanese (PR #3640)

53.3.0 - November 10, 2021

Added

salesforcedx-vscode-apex

  • Code completion for anonymous apex (PR #3617)

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lightning

  • Update lightning-language-server to latest version (PR #3633)

salesforcedx-vscode-lwc

  • Update lightning-language-server to latest version (PR #3633)

53.2.0 - November 4, 2021

Fixed

docs

53.1.0 - October 28, 2021

Added

docs

  • Append or prepend site title with SEO meta data (PR #3546)

salesforcedx-vscode-apex

  • Bundle extensions with apex.db to optimize LSP performance (PR #3585)

Fixed

docs

  • Removed extra line in documentation (PR #3614)

  • Update performance enhancements documentation (PR #3593)

salesforcedx-vscode-core

  • Set first alias when configuring default org (PR #3581) - Contribution by @DanielCalle

  • Fix broken documentation links (PR #3605)

  • Remove the Experimental: Deploy Retrieve performance enhancements user setting (PR #3580)

  • Under-the-hood fixes

53.0.0 - October 13, 2021

Fixed

salesforcedx-vscode-apex

  • Changes in Apex Language Server to suggest correct autocompletes in projects with namespace, additional telemetry and deletion of SOQL library. (PR #3568)

docs

  • Removes Salesforce Functions Beta tag. (PR #3583)

52.17.0 - October 8, 2021

Added

salesforcedx-vscode-core

  • Support custom templates in VS Code (PR #3563)

Fixed

docs

  • Documentation for custom templates in VS Code (PR #3565)

salesforcedx-vscode-core

  • Fix a conflict detection bug when components are deployed multiple time (PR #3556)

52.16.0 - September 29, 2021

Added

salesforcedx-vscode-apex

  • Improve performance for Apex Indexer startup and updates the faux classes for the built-in standard Apex library (PR #3529)

Fixed

salesforcedx-vscode-core

  • Set sourceApiVersion for sourcepath based deploy and retrieve (PR #3528)

salesforcedx-vscode-lwc

  • Fix debug code lens for VS Code 1.60+ (PR #3545)

salesforcedx-vscode-apex-replay-debugger

  • Fix trace flag update error (PR #3550)

salesforcedx-vscode-soql

  • Skip checking types in libs (PR #3534)

52.13.0 - September 8, 2021

Fixed

docs

  • Fixes doc bug that has incorrect location of the Org Picker. (PR #3423)

salesforcedx-vscode-core

52.12.0 - September 1, 2021

Fixed

salesforcedx-vscode-apex

  • Fixes Apex snippets to use a drop-down for access modifiers instead of a list, including: staticmethod, method, field, constructor. (PR #3492)

52.11.0 - August 26, 2021

Fixed

docs

  • Add Functions to the sidebar of VSCode doc site (PR #3510)

52.9.1 - August 12, 2021

Fixed

docs

  • Updated docs website's default header and footer (PR #3491)

salesforcedx-vscode-core

52.9.0 - August 11, 2021

Fixed

salesforcedx-vscode-core

  • Use functions library to create functions (PR #3476)

  • Add support for invoking function using payload contents (PR #3472)

  • Bump SDR to 3.0.0 (PR #3497)

salesforcedx-vscode-lwc

  • Update lightning language servers to 3.0.14 (PR #3468)

salesforcedx-vscode-lightning

  • Update lightning language servers to 3.0.14 (PR #3468)

52.8.0 - August 4, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Support checkpoints for one-step replay debugger (PR #3410)

salesforcedx-vscode-core

  • Remove old conflict detection mechanism (PR #3377)

52.7.0 - July 30, 2021

Added

salesforcedx-vscode-apex

  • Add commands SFDX: Create Apex Test Suite, SFDX: Add Tests to Apex Test Suite, and SFDX: Run Apex Test Suite (PR #3435)

salesforcedx-vscode-core

  • Add command SFDX: Log Out from Default Org (PR #3428)

Fixed

docs

salesforcedx-vscode-core

  • Support additional metadata types with conflict detection (PR #3424)

  • Support multiple directories on deploy on save with conflict detection (PR #3393)

52.6.0 - July 23, 2021

Added

salesforcedx-vscode

  • Include SOQL in extension pack (PR #3400)

salesforcedx-vscode-core

  • Update conflict detection setting description (PR #3416)

  • Fix functions dependency issue preventing extensions from loading (PR #3443)

Fixed

salesforcedx-sobjects-faux-generator

  • Correct LWC typing generation for new projects (PR #3418)

salesforcedx-vscode-core

  • Performance improvements for SFDX: Start Function, Invoke and Debug Invoke commands (PR #3399)

  • Fix conflict detection error for empty results (PR #3376)

52.5.0 - July 14, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Update test sidebar icons and add test coverage for easy button replay debugger (PR #3381)

salesforcedx-vscode-core

  • Update text on Conflict detection modal window (PR #3394)

  • Enhance hovertip text for conflict detection to show last modified date information (PR #3352)

Fixed

docs

  • Update docs for conflict detection (PR #3396)

salesforcedx-vscode-core

  • Remove setting to enable function PR #3409)

52.4.0 - July 8, 2021

Added

salesforcedx-vscode-core

  • Enable conflict detection for all deploy commands (PR #3357)

52.3.0 - June 30, 2021

Added

salesforcedx-vscode-apex

  • Add "Debug Test" code lens to Apex test methods and classes (PR #3347)

salesforcedx-vscode-core

  • Add language data to telemetry for functions (PR #3338)

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

52.2.0 - June 24, 2021

Added

salesforcedx-vscode-core

52.1.0 - June 16, 2021

Added

salesforcedx-vscode-core

Fixed

docs

salesforcedx-vscode-core

  • Import FileProperties from the top level (PR #3302)

  • Use correct message for file diffs (PR #3304)

51.17.0 - June 10, 2021

Added

salesforcedx-vscode-core

  • Add caching for conflict detection (PR #3283)

Fixed

docs

  • New Functions article and related changes. (PR #3278)

salesforcedx-vscode-core

  • Remove Functions feature-flag and update doc (PR #3289)

  • Correct creation of trace flags when running SFDX Turn on Apex Debug Log (PR #3290), (Issue #3288)

51.16.0 - June 3, 2021

Added

salesforcedx-vscode-core

  • Add Java support for Functions debugging (PR #3273)

  • Add Java support for SFDX: Start Function (PR #3269)

Fixed

salesforcedx-vscode-core

  • Update default debug port (PR #3272)

  • Use new CLI for functions invoke @W-9282250@ (PR #3270)

  • Throw error on remote component not found (PR #3259)

  • Pull function dependencies by default + Java/Maven support @W-9282387@ (PR #3262)

51.15.0 - May 27, 2021

Added

salesforcedx-vscode-core

  • Conflict detection performance improvements (PR #3246)

  • Use new CLI for Functions creation and add Java Functions support (PR #3247)

Fixed

salesforcedx-vscode-core

  • Fix "Cannot read property split of undefined" issue when retrieving with Org Browser or Manifest (#3262, #3210, #3218)

  • Remove Functions template for SFDX: Create Project command (#3253)

salesforcedx-vscode-apex

  • Fix an issue where Apex test results were limited to 2000 records (#3265)

51.14.0 - May 21, 2021

Added

salesforcedx-vscode-core

  • Enable diff detection for folders (PR #3243)

  • Enable diff detection for all metadata types (PR #3240)

salesforcedx-vscode-lwc

  • Add support for new LWC Analytics Dashboard feature and fix some under-the-hood bugs (PR #3232)

docs

  • Doc updates for Diff Detection(PR #3250)

51.13.0 - May 12, 2021

Added

salesforcedx-vscode-core

  • Cache metadata based on a project path (PR #3191)

51.12.0 - May 6, 2021

Fixed

salesforcedx-vscode-core

51.11.0 - April 29, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Disable LWC type generation (PR #3165)

salesforcedx-vscode-core

  • Preserve leading zeros in xml tags for the new Deploy/Retrieve route (PR #3189)

  • Fix metadata xml issues by removing the tooling api route for the new Deploy/Retrieve (PR #3181)

  • Surface original error with deploy/retrieve (PR #3178)

51.10.0 - April 21, 2021

Fixed

docs

  • Update docs to reflect Apex library setting has been removed (PR #3148)

salesforcedx-vscode-apex

  • Update "All tests" option for SFDX: Run Apex Tests command to match CLI behavior (PR #3126)

salesforcedx-vscode-core

  • Fix issues with the following types for deploy/retrieve library (PR #3147, Issue #3114, Issue #3157):

    • AccountRelationshipShareRule
    • TimeSheetTemplate
    • WaveDashboard
    • WaveRecipe
    • WaveLens
    • WaveDataflow
    • WorkSkillRouting
  • Remove Apex feature flag & delete CLI code path (PR #3148)

51.8.0 - April 07, 2021

Added

salesforcedx-vscode-apex

  • Add progress reporting and cancellation to Apex test runs (PR #3103)

salesforcedx-sobjects-faux-generator

  • Add cancellation to SObject Refresh command (PR #3116)

Fixed

docs

  • Update Org Picker location in documentation (PR #3099) (Issue #3095)

  • Update Apex status to reflect default usage in Salesforce CLI (PR #3119)

salesforcedx-vscode-core

51.7.0 - Mar 31, 2021

Added

salesforcedx-sobjects-vscode-core

  • Switched setting salesforcedx-vscode-core.experimental.deployRetrieve to on by default. (PR #3101)

salesforcedx-sobjects-faux-generator

  • Generate typings for sobjects (PR #3018)

Fixed

salesforcedx-vscode-core

  • Do not show refresh success message for min sobjects (PR #3082)

51.6.0 - March 24, 2021

Added

salesforcedx-vscode-core

  • Add cancellation to Deploy & Retrieve Library commands (PR #3068)

Fixed

salesforcedx-vscode-core

  • Fix deployment issues with Document metadata types (PR #3083)

  • Fix library executions not focusing on channel output via the 'Show' button (PR #3081, Issue #2987)

  • Generate SObject definitions from cached data (PR #3037)

51.5.0 - March 18, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Handle undefined results when running SFDX: Refresh SObject Definitions command (PR #3064, Issue #3056)

salesforcedx-vscode-core

  • Fixed issues with deploy retrieve beta: timeout for long running operations, output for multi-file components, and retrieving static resources (PR #3048)

docs

  • Update description for deploy retrieve beta setting (PR #3043)

51.4.0 - March 10, 2021

Fixed

salesforcedx-vscode-apex-replay-debugger

salesforcedx-vscode-apex

  • Switch to Apex output channel automatically after running Apex tests (PR #3027), (Issue #3009)

51.3.0 - March 3, 2021

Added

salesforcedx-sobjects-faux-generator

  • Improved sObject refresh performance (PR #2997)

docs

  • Add learning map to additional resources (PR #2989)

  • Update SOQL docs for saving query results (PR #2988)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Fix debug test icon color to be friendly for light themes (PR #2978)

51.2.0 - February 24, 2021

Added

salesforcedx-vscode-apex

Fixed

docs

  • SOQL Builder - Add LIKE support (PR #2971)

  • SOQL Builder - Add COUNT support (PR #2946)

salesforcedx-vscode-apex

50.17.0 - February 10, 2021

Fixed

docs

salesforcedx-vscode-apex

  • Fix 'SFDX: Execute Anonymous Apex' diagnostic reporting for runtime failures (PR #2927)

salesforcedx-vscode-apex-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-apex-replay-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-core

  • Add new template updates for apex class and project config (PR #2919)

salesforcedx-vscode-lwc

  • Activate Redhat XML extension only if it is version 0.14.0 (PR #2934). This is an interim fix for the issue (Issue #2923).

  • Adds VS Code support for Email Templates as a target for custom components. (PR #2918)

salesforcedx-vscode-visualforce

  • Remove use of missing telemetry method (PR #2913)

50.16.0 - February 3, 2021

Added

salesforcedx-vscode-apex

  • Surface project information in Apex Language Server Output panel (PR #2891)

Fixed

docs

salesforcedx-vscode-lwc

  • Reduce extension size by 34% (PR #2904)

salesforcedx-vscode-lightning

  • Reduce extension size by 68% (PR #2908)

50.14.0 - January 21, 2021

Fixed

salesforcedx-vscode-apex

  • Fix issue with recognizing the default org when running tests at the start of a session (PR #2868)

50.13.0 - January 13, 2021

Added

salesforcedx-vscode-apex

  • Added debug button to test sidebar to automatically run Apex Replay Debugger after test run (PR #2804)

salesforcedx-vscode-core

  • Run Apex tests using the Apex library (PR #2828)

Fixed

docs

  • Remove manual listing of palette commands (PR #2848)

salesforcedx-sobjects-faux-generator

salesforcedx-vscode-core

  • Provides relative project paths for beta deploy/retrieve in the output (PR #2807)

50.8.0 - December 9, 2020

Added

salesforcedx-vscode-core

50.7.0 - December 2, 2020

Added

salesforcedx-vscode-core

Fixed

docs

  • Add license note for Apex Interactive Debugger (PR #2760)

salesforcedx-vscode-core

  • Reduce salesforcedx-vscode-core extension size by 30% (PR #2769)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

50.5.0 - November 11, 2020

Fixed

salesforcedx-vscode-core

  • Show debug log list in descending order by date for SFDX: Get Apex Debug Logs (PR #2713, Issue #2698)

  • Set required version of VS Code to 1.46.0 or higher (PR #2719)

50.4.0 - November 5, 2020

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.3.0 - October 28, 2020

Added

salesforcedx-vscode-core

  • New force:apex:log:list command implementation, used as part of SFDX: Get Apex Debug Logs ... (PR #2644)

Fixed

docs

salesforcedx-vscode-core

50.2.0 - October 22, 2020

Fixed

docs

  • Re-organize Get Started section (PR #2626)

salesforcedx-vscode-apex

  • Improve @AuraEnabled apex snippet for better error handling. (PR #2640) - Contribution by @PawelWozniak

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.1.0 - October 14, 2020

Added

salesforcedx-vscode-core

  • Added Retrieve and Open Source feature for Org Browser (PR #2573)

Fixed

salesforcedx-vscode-core

docs

salesforcedx-vscode - Release v56.3.1

Published by gbockus-sf almost 2 years ago

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

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

  • We fixed an issue where the SFDX: Create Lightning Web Component Test command threw an error when you exited out of the command prematurely. (PR #4143)

54.15.0 - June 1, 2022

Added

salesforcedx-vscode-core

  • The SFDX: Rename Component command now prevents you from renaming an LWC or Aura component if the new name breaks any naming rules. New LWC component names are automatically revised to start with a lower-case letter if they don't already. (PR #4145)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • You can now use Ctrl+Space to retrigger autocomplete within code braces ({}) in an HTML file. Previously, if you moved away from or deleted content within code braces, you lost autocompletion. (PR #4144)

54.12.0 - May 14, 2022

Fixed

salesforcedx-vscode-core

  • We added the ability to stop containerless function (PR #4025)

54.11.0 - May 4, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it prevents a component from being renamed if the component bundle already contains a file with that name. (PR #4039).
  • Fixed some under-the-hood issues. (PR #4069).

54.9.0 - April 21, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it now correctly renames the file in the __tests__ folder for LWC components that has the same name as the component being renamed (PR #4020).
  • We added support for debugging JavaScript in containerless functions (PR#4001).
  • We fixed an issue that prevented Standard Value Sets from being displayed in the Org Browser(PR # 3992). Fixes Issue https://github.com/forcedotcom/salesforcedx-vscode/issues/1579

54.8.0 - April 13, 2022

Fixed

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

salesforcedx-vscode-core

54.7.0 - April 6, 2022

Added

salesforcedx-vscode-core

  • Right-click and run the new SFDX: Rename Component command to quickly rename all the files of an LWC component (js, html, css, js-meta.xml file types) or an Aura component (auradoc, cmp, cmp-meta.xml, css, design, svg, contoller, helper, renderer, js file types) using a single command (PR #3923).

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. (PR #3920)

Fixed

docs

  • Updated Java Setup instructions to include instructions for JDK 17. (PR #3909)

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

salesforcedx-vscode-core

  • Retrieve components within folders for metadata types such as Reports, Dashboards, Documents, and EmailTemplates. Before this update, it wasn't possible to retrieve individual component metadata from within folders. (PR #3892)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Fixed some issues with autocompletion in template JS files. (PR #3931,PR #3931)

54.5.0 - March 14, 2022

Fixed

salesforcedx-vscode-core

  • We’ve updated the library that supports Salesforce Templates commands in VS Code so that it now uses API version 54.0 when generating new metadata from our standard templates.(PR #3749)

54.4.1 - March 10, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted the source-deploy-retrieve library to v5.12.2 because it was sometimes failing on OSX Monterey.

54.4.0 - March 9, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Diff Folder Against Org command so that it now diffs objects against orgs correctly. (PR #3876)

54.3.0 - March 3, 2022

Added

salesforcedx-vscode-core

  • We’ve made the functionality of older versions of some commands available for you to use with your existing scratch orgs. Use these legacy commands so you don’t run into issues with their newer versions:

    SFDX: Pull Source from Default Scratch Org (Legacy)

    SFDX: Pull Source from Default Scratch Org and Override Conflicts (Legacy)

    SFDX: Push Source to Default Scratch Org (Legacy)

    SFDX: Push Source to Default Scratch Org and Override Conflicts (Legacy) and

    SFDX: View All Changes (Local and in Default Scratch Org) (Legacy) (PR #3839)

salesforcedx-vscode-lightning & salesforcedx-vscode-lwc

  • Autocompletion is now available for bracket syntax '{}' in HTML files.(PR #3865)

Fixed

docs

salesforcedx-vscode-expanded

salesforcedx-vscode-apex

salesforcedx-vscode

  • We now support JDK version 17 in addition to versions 8 and 11. (PR #3860)

salesforcedx-vscode-core

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

54.2.0 - February 24, 2022

Added

salesforcedx-vscode

  • Run the new Start Function in Container command to run a Salesforce Function in a Docker container. The old command, Start Function now runs a function locally. (PR #3838, PR #3856)

Fixed

salesforcedx-vscode

  • We resolved the issue with the Diff Folder Against Org command being visible from the command palette even when an SFDX project wasn’t open. (PR #3843).

salesforcedx-vscode-apex

  • We removed some unessential Apex classes from the Apex LSP .jar file. (PR #3844)

54.0.0 - February 15, 2022

Added

salesforcedx-vscode

  • Run the updated Launch Apex Replay Debugger with Current File to launch the Apex Replay Debugger from an Apex test file, an Anonymous Apex file, or an Apex log file. Previously, you could launch the Apex Replay Debugger only from an Apex log file. Also, we’ve simplified both the setup and execution of the command. You’re no longer required to create a launch configuration (launch.json) to run the Apex Replay Debugger, and you can debug your code with fewer steps. (PR #3779, PR #3827).

Fixed

salesforcedx-vscode

  • The Generate Manifest File doesn’t show up as an option when you right-click on components within metadata types. Previously, the command showed up incorrectly even though it wasn’t executable (PR #3818).

  • The Execute Anonymous Apex code lens is now working as expected (PR #3819).

  • We fixed a broken video link in documentation (PR #3817).

  • We fixed some issues under the hood (PR #3813), (PR #3812).

53.16.0 - February 2, 2022

Added

salesforcedx-vscode-core

  • The new Manifest Builder feature has been added to automatically generate a manifest file for a given set of metadata components instead of editing the package.xml file manually (PR #3784)

docs

  • Updated development-models.md with a new section on Manifest Builder (PR #3788)

53.14.1 - January 19, 2022

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Backend changes to set up Anonymous Apex in replay debugging (PR #3758)

53.13.0 - January 13, 2022

Added

salesforcedx-vscode-apex

  • Identify test class from uri (PR #3751)

Fixed

docs

  • Updates to reflect runtime restrictions (PR #3741)

salesforcedx-vscode-apex

  • Prevent local java runtime in project (PR #3730)

53.12.0 - January 5, 2022

Added

salesforcedx-vscode-core

  • Add ability to remove expired orgs from the org list (PR #3732)

53.8.0 - December 16, 2021

Added

salesforcedx-vscode-apex

  • Enable use of anonymous Apex execution codelens (PR #3688)

Fixed

salesforcedx-vscode-core

  • Fix org browser to show retrieve source action for sobjects (PR #3697)

  • Fix org browser to display nested items such as Email Templates, Dashboards, Documents and Reports (PR #3685)

53.7.0 - December 9, 2021

Fixed

docs

salesforcedx-vscode-core

  • Retrieve field data for a custom object type (PR #3661)

  • Ability to select and deploy multiple files (PR #3660)

53.4.0 - November 17, 2021

Added

salesforcedx-vscode-core

  • Add ability to deploy and retrieve multiple files (PR #3621)

salesforcedx-vscode-apex

  • Enabled Hover, Go to Definition, and References functionality in anonymous apex files (PR #3650)

Fixed

docs

  • Add multi-selecting files and folders in explorer for Source Deploy/Retrieve, and fields and field details for custom objects (PR #3639)

  • Added New Articles for Japanese (PR #3640)

53.3.0 - November 10, 2021

Added

salesforcedx-vscode-apex

  • Code completion for anonymous apex (PR #3617)

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lightning

  • Update lightning-language-server to latest version (PR #3633)

salesforcedx-vscode-lwc

  • Update lightning-language-server to latest version (PR #3633)

53.2.0 - November 4, 2021

Fixed

docs

53.1.0 - October 28, 2021

Added

docs

  • Append or prepend site title with SEO meta data (PR #3546)

salesforcedx-vscode-apex

  • Bundle extensions with apex.db to optimize LSP performance (PR #3585)

Fixed

docs

  • Removed extra line in documentation (PR #3614)

  • Update performance enhancements documentation (PR #3593)

salesforcedx-vscode-core

  • Set first alias when configuring default org (PR #3581) - Contribution by @DanielCalle

  • Fix broken documentation links (PR #3605)

  • Remove the Experimental: Deploy Retrieve performance enhancements user setting (PR #3580)

  • Under-the-hood fixes

53.0.0 - October 13, 2021

Fixed

salesforcedx-vscode-apex

  • Changes in Apex Language Server to suggest correct autocompletes in projects with namespace, additional telemetry and deletion of SOQL library. (PR #3568)

docs

  • Removes Salesforce Functions Beta tag. (PR #3583)

52.17.0 - October 8, 2021

Added

salesforcedx-vscode-core

  • Support custom templates in VS Code (PR #3563)

Fixed

docs

  • Documentation for custom templates in VS Code (PR #3565)

salesforcedx-vscode-core

  • Fix a conflict detection bug when components are deployed multiple time (PR #3556)

52.16.0 - September 29, 2021

Added

salesforcedx-vscode-apex

  • Improve performance for Apex Indexer startup and updates the faux classes for the built-in standard Apex library (PR #3529)

Fixed

salesforcedx-vscode-core

  • Set sourceApiVersion for sourcepath based deploy and retrieve (PR #3528)

salesforcedx-vscode-lwc

  • Fix debug code lens for VS Code 1.60+ (PR #3545)

salesforcedx-vscode-apex-replay-debugger

  • Fix trace flag update error (PR #3550)

salesforcedx-vscode-soql

  • Skip checking types in libs (PR #3534)

52.13.0 - September 8, 2021

Fixed

docs

  • Fixes doc bug that has incorrect location of the Org Picker. (PR #3423)

salesforcedx-vscode-core

52.12.0 - September 1, 2021

Fixed

salesforcedx-vscode-apex

  • Fixes Apex snippets to use a drop-down for access modifiers instead of a list, including: staticmethod, method, field, constructor. (PR #3492)

52.11.0 - August 26, 2021

Fixed

docs

  • Add Functions to the sidebar of VSCode doc site (PR #3510)

52.9.1 - August 12, 2021

Fixed

docs

  • Updated docs website's default header and footer (PR #3491)

salesforcedx-vscode-core

52.9.0 - August 11, 2021

Fixed

salesforcedx-vscode-core

  • Use functions library to create functions (PR #3476)

  • Add support for invoking function using payload contents (PR #3472)

  • Bump SDR to 3.0.0 (PR #3497)

salesforcedx-vscode-lwc

  • Update lightning language servers to 3.0.14 (PR #3468)

salesforcedx-vscode-lightning

  • Update lightning language servers to 3.0.14 (PR #3468)

52.8.0 - August 4, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Support checkpoints for one-step replay debugger (PR #3410)

salesforcedx-vscode-core

  • Remove old conflict detection mechanism (PR #3377)

52.7.0 - July 30, 2021

Added

salesforcedx-vscode-apex

  • Add commands SFDX: Create Apex Test Suite, SFDX: Add Tests to Apex Test Suite, and SFDX: Run Apex Test Suite (PR #3435)

salesforcedx-vscode-core

  • Add command SFDX: Log Out from Default Org (PR #3428)

Fixed

docs

salesforcedx-vscode-core

  • Support additional metadata types with conflict detection (PR #3424)

  • Support multiple directories on deploy on save with conflict detection (PR #3393)

52.6.0 - July 23, 2021

Added

salesforcedx-vscode

  • Include SOQL in extension pack (PR #3400)

salesforcedx-vscode-core

  • Update conflict detection setting description (PR #3416)

  • Fix functions dependency issue preventing extensions from loading (PR #3443)

Fixed

salesforcedx-sobjects-faux-generator

  • Correct LWC typing generation for new projects (PR #3418)

salesforcedx-vscode-core

  • Performance improvements for SFDX: Start Function, Invoke and Debug Invoke commands (PR #3399)

  • Fix conflict detection error for empty results (PR #3376)

52.5.0 - July 14, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Update test sidebar icons and add test coverage for easy button replay debugger (PR #3381)

salesforcedx-vscode-core

  • Update text on Conflict detection modal window (PR #3394)

  • Enhance hovertip text for conflict detection to show last modified date information (PR #3352)

Fixed

docs

  • Update docs for conflict detection (PR #3396)

salesforcedx-vscode-core

  • Remove setting to enable function PR #3409)

52.4.0 - July 8, 2021

Added

salesforcedx-vscode-core

  • Enable conflict detection for all deploy commands (PR #3357)

52.3.0 - June 30, 2021

Added

salesforcedx-vscode-apex

  • Add "Debug Test" code lens to Apex test methods and classes (PR #3347)

salesforcedx-vscode-core

  • Add language data to telemetry for functions (PR #3338)

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

52.2.0 - June 24, 2021

Added

salesforcedx-vscode-core

52.1.0 - June 16, 2021

Added

salesforcedx-vscode-core

Fixed

docs

salesforcedx-vscode-core

  • Import FileProperties from the top level (PR #3302)

  • Use correct message for file diffs (PR #3304)

51.17.0 - June 10, 2021

Added

salesforcedx-vscode-core

  • Add caching for conflict detection (PR #3283)

Fixed

docs

  • New Functions article and related changes. (PR #3278)

salesforcedx-vscode-core

  • Remove Functions feature-flag and update doc (PR #3289)

  • Correct creation of trace flags when running SFDX Turn on Apex Debug Log (PR #3290), (Issue #3288)

51.16.0 - June 3, 2021

Added

salesforcedx-vscode-core

  • Add Java support for Functions debugging (PR #3273)

  • Add Java support for SFDX: Start Function (PR #3269)

Fixed

salesforcedx-vscode-core

  • Update default debug port (PR #3272)

  • Use new CLI for functions invoke @W-9282250@ (PR #3270)

  • Throw error on remote component not found (PR #3259)

  • Pull function dependencies by default + Java/Maven support @W-9282387@ (PR #3262)

51.15.0 - May 27, 2021

Added

salesforcedx-vscode-core

  • Conflict detection performance improvements (PR #3246)

  • Use new CLI for Functions creation and add Java Functions support (PR #3247)

Fixed

salesforcedx-vscode-core

  • Fix "Cannot read property split of undefined" issue when retrieving with Org Browser or Manifest (#3262, #3210, #3218)

  • Remove Functions template for SFDX: Create Project command (#3253)

salesforcedx-vscode-apex

  • Fix an issue where Apex test results were limited to 2000 records (#3265)

51.14.0 - May 21, 2021

Added

salesforcedx-vscode-core

  • Enable diff detection for folders (PR #3243)

  • Enable diff detection for all metadata types (PR #3240)

salesforcedx-vscode-lwc

  • Add support for new LWC Analytics Dashboard feature and fix some under-the-hood bugs (PR #3232)

docs

  • Doc updates for Diff Detection(PR #3250)

51.13.0 - May 12, 2021

Added

salesforcedx-vscode-core

  • Cache metadata based on a project path (PR #3191)

51.12.0 - May 6, 2021

Fixed

salesforcedx-vscode-core

51.11.0 - April 29, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Disable LWC type generation (PR #3165)

salesforcedx-vscode-core

  • Preserve leading zeros in xml tags for the new Deploy/Retrieve route (PR #3189)

  • Fix metadata xml issues by removing the tooling api route for the new Deploy/Retrieve (PR #3181)

  • Surface original error with deploy/retrieve (PR #3178)

51.10.0 - April 21, 2021

Fixed

docs

  • Update docs to reflect Apex library setting has been removed (PR #3148)

salesforcedx-vscode-apex

  • Update "All tests" option for SFDX: Run Apex Tests command to match CLI behavior (PR #3126)

salesforcedx-vscode-core

  • Fix issues with the following types for deploy/retrieve library (PR #3147, Issue #3114, Issue #3157):

    • AccountRelationshipShareRule
    • TimeSheetTemplate
    • WaveDashboard
    • WaveRecipe
    • WaveLens
    • WaveDataflow
    • WorkSkillRouting
  • Remove Apex feature flag & delete CLI code path (PR #3148)

51.8.0 - April 07, 2021

Added

salesforcedx-vscode-apex

  • Add progress reporting and cancellation to Apex test runs (PR #3103)

salesforcedx-sobjects-faux-generator

  • Add cancellation to SObject Refresh command (PR #3116)

Fixed

docs

  • Update Org Picker location in documentation (PR #3099) (Issue #3095)

  • Update Apex status to reflect default usage in Salesforce CLI (PR #3119)

salesforcedx-vscode-core

51.7.0 - Mar 31, 2021

Added

salesforcedx-sobjects-vscode-core

  • Switched setting salesforcedx-vscode-core.experimental.deployRetrieve to on by default. (PR #3101)

salesforcedx-sobjects-faux-generator

  • Generate typings for sobjects (PR #3018)

Fixed

salesforcedx-vscode-core

  • Do not show refresh success message for min sobjects (PR #3082)

51.6.0 - March 24, 2021

Added

salesforcedx-vscode-core

  • Add cancellation to Deploy & Retrieve Library commands (PR #3068)

Fixed

salesforcedx-vscode-core

  • Fix deployment issues with Document metadata types (PR #3083)

  • Fix library executions not focusing on channel output via the 'Show' button (PR #3081, Issue #2987)

  • Generate SObject definitions from cached data (PR #3037)

51.5.0 - March 18, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Handle undefined results when running SFDX: Refresh SObject Definitions command (PR #3064, Issue #3056)

salesforcedx-vscode-core

  • Fixed issues with deploy retrieve beta: timeout for long running operations, output for multi-file components, and retrieving static resources (PR #3048)

docs

  • Update description for deploy retrieve beta setting (PR #3043)

51.4.0 - March 10, 2021

Fixed

salesforcedx-vscode-apex-replay-debugger

salesforcedx-vscode-apex

  • Switch to Apex output channel automatically after running Apex tests (PR #3027), (Issue #3009)

51.3.0 - March 3, 2021

Added

salesforcedx-sobjects-faux-generator

  • Improved sObject refresh performance (PR #2997)

docs

  • Add learning map to additional resources (PR #2989)

  • Update SOQL docs for saving query results (PR #2988)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Fix debug test icon color to be friendly for light themes (PR #2978)

51.2.0 - February 24, 2021

Added

salesforcedx-vscode-apex

Fixed

docs

  • SOQL Builder - Add LIKE support (PR #2971)

  • SOQL Builder - Add COUNT support (PR #2946)

salesforcedx-vscode-apex

50.17.0 - February 10, 2021

Fixed

docs

salesforcedx-vscode-apex

  • Fix 'SFDX: Execute Anonymous Apex' diagnostic reporting for runtime failures (PR #2927)

salesforcedx-vscode-apex-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-apex-replay-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-core

  • Add new template updates for apex class and project config (PR #2919)

salesforcedx-vscode-lwc

  • Activate Redhat XML extension only if it is version 0.14.0 (PR #2934). This is an interim fix for the issue (Issue #2923).

  • Adds VS Code support for Email Templates as a target for custom components. (PR #2918)

salesforcedx-vscode-visualforce

  • Remove use of missing telemetry method (PR #2913)

50.16.0 - February 3, 2021

Added

salesforcedx-vscode-apex

  • Surface project information in Apex Language Server Output panel (PR #2891)

Fixed

docs

salesforcedx-vscode-lwc

  • Reduce extension size by 34% (PR #2904)

salesforcedx-vscode-lightning

  • Reduce extension size by 68% (PR #2908)

50.14.0 - January 21, 2021

Fixed

salesforcedx-vscode-apex

  • Fix issue with recognizing the default org when running tests at the start of a session (PR #2868)

50.13.0 - January 13, 2021

Added

salesforcedx-vscode-apex

  • Added debug button to test sidebar to automatically run Apex Replay Debugger after test run (PR #2804)

salesforcedx-vscode-core

  • Run Apex tests using the Apex library (PR #2828)

Fixed

docs

  • Remove manual listing of palette commands (PR #2848)

salesforcedx-sobjects-faux-generator

salesforcedx-vscode-core

  • Provides relative project paths for beta deploy/retrieve in the output (PR #2807)

50.8.0 - December 9, 2020

Added

salesforcedx-vscode-core

50.7.0 - December 2, 2020

Added

salesforcedx-vscode-core

Fixed

docs

  • Add license note for Apex Interactive Debugger (PR #2760)

salesforcedx-vscode-core

  • Reduce salesforcedx-vscode-core extension size by 30% (PR #2769)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

50.5.0 - November 11, 2020

Fixed

salesforcedx-vscode-core

  • Show debug log list in descending order by date for SFDX: Get Apex Debug Logs (PR #2713, Issue #2698)

  • Set required version of VS Code to 1.46.0 or higher (PR #2719)

50.4.0 - November 5, 2020

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.3.0 - October 28, 2020

Added

salesforcedx-vscode-core

  • New force:apex:log:list command implementation, used as part of SFDX: Get Apex Debug Logs ... (PR #2644)

Fixed

docs

salesforcedx-vscode-core

50.2.0 - October 22, 2020

Fixed

docs

  • Re-organize Get Started section (PR #2626)

salesforcedx-vscode-apex

  • Improve @AuraEnabled apex snippet for better error handling. (PR #2640) - Contribution by @PawelWozniak

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.1.0 - October 14, 2020

Added

salesforcedx-vscode-core

  • Added Retrieve and Open Source feature for Org Browser (PR #2573)

Fixed

salesforcedx-vscode-core

docs

salesforcedx-vscode - Pre-Release v55.10.2022082401

Published by randi274 about 2 years ago

55.10.2022082401 - August 24, 2022

Pre-Release Beta

To test the beta:

  • Open VS Code (or VS Code Insiders if that's what you use)
  • Download all of the .vsix files attached to this release
  • On the Extensions tab, select 'Install from VSIX'
    Screen Shot 2022-08-24 at 4 17 57 PM
  • Select all of the .vsix files you just downloaded
  • Wait for all of the extensions to show 'Reload Required' (other than the SLDS Validator; not included)
    Screen Shot 2022-08-24 at 4 20 37 PM
  • Select any of the Reload Required buttons
  • Open VS Code and confirm the updated version.

If you run into any issues, navigate to the Salesforce Extensions Pack in the Extensions tab, and select an older version (55.8.0 was the last one published). Otherwise, you'll be updated like normal when the next version is published through the VS Code Marketplace.

Fixed

salesforcedx-vscode-core

  • We fixed an issue with an error message for the SObject refresh process being incorrectly displayed. (PR #4353)
  • We re-fixed an issue where making only a case change when renaming an Apex class caused an error. (PR #4362)

salesforcedx-vscode-core, salesforcedx-sojbects-faux-gennerator, salesforcedx-vscode-apex, salesforcedx-utils-vscode, salesforcedx-vscode-apex-replay-debugger, salesforcedx-vscode-lightning, salesforcedx-vscode-lwc, salesforcedx-vscode-soql

  • We made some changes under the hood. (PR #4342)
salesforcedx-vscode - Release v55.8.0

Published by gbockus-sf about 2 years ago

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

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

  • We fixed an issue where the SFDX: Create Lightning Web Component Test command threw an error when you exited out of the command prematurely. (PR #4143)

54.15.0 - June 1, 2022

Added

salesforcedx-vscode-core

  • The SFDX: Rename Component command now prevents you from renaming an LWC or Aura component if the new name breaks any naming rules. New LWC component names are automatically revised to start with a lower-case letter if they don't already. (PR #4145)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • You can now use Ctrl+Space to retrigger autocomplete within code braces ({}) in an HTML file. Previously, if you moved away from or deleted content within code braces, you lost autocompletion. (PR #4144)

54.12.0 - May 14, 2022

Fixed

salesforcedx-vscode-core

  • We added the ability to stop containerless function (PR #4025)

54.11.0 - May 4, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it prevents a component from being renamed if the component bundle already contains a file with that name. (PR #4039).
  • Fixed some under-the-hood issues. (PR #4069).

54.9.0 - April 21, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it now correctly renames the file in the __tests__ folder for LWC components that has the same name as the component being renamed (PR #4020).
  • We added support for debugging JavaScript in containerless functions (PR#4001).
  • We fixed an issue that prevented Standard Value Sets from being displayed in the Org Browser(PR # 3992). Fixes Issue https://github.com/forcedotcom/salesforcedx-vscode/issues/1579

54.8.0 - April 13, 2022

Fixed

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

salesforcedx-vscode-core

54.7.0 - April 6, 2022

Added

salesforcedx-vscode-core

  • Right-click and run the new SFDX: Rename Component command to quickly rename all the files of an LWC component (js, html, css, js-meta.xml file types) or an Aura component (auradoc, cmp, cmp-meta.xml, css, design, svg, contoller, helper, renderer, js file types) using a single command (PR #3923).

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. (PR #3920)

Fixed

docs

  • Updated Java Setup instructions to include instructions for JDK 17. (PR #3909)

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

salesforcedx-vscode-core

  • Retrieve components within folders for metadata types such as Reports, Dashboards, Documents, and EmailTemplates. Before this update, it wasn't possible to retrieve individual component metadata from within folders. (PR #3892)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Fixed some issues with autocompletion in template JS files. (PR #3931,PR #3931)

54.5.0 - March 14, 2022

Fixed

salesforcedx-vscode-core

  • We’ve updated the library that supports Salesforce Templates commands in VS Code so that it now uses API version 54.0 when generating new metadata from our standard templates.(PR #3749)

54.4.1 - March 10, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted the source-deploy-retrieve library to v5.12.2 because it was sometimes failing on OSX Monterey.

54.4.0 - March 9, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Diff Folder Against Org command so that it now diffs objects against orgs correctly. (PR #3876)

54.3.0 - March 3, 2022

Added

salesforcedx-vscode-core

  • We’ve made the functionality of older versions of some commands available for you to use with your existing scratch orgs. Use these legacy commands so you don’t run into issues with their newer versions:

    SFDX: Pull Source from Default Scratch Org (Legacy)

    SFDX: Pull Source from Default Scratch Org and Override Conflicts (Legacy)

    SFDX: Push Source to Default Scratch Org (Legacy)

    SFDX: Push Source to Default Scratch Org and Override Conflicts (Legacy) and

    SFDX: View All Changes (Local and in Default Scratch Org) (Legacy) (PR #3839)

salesforcedx-vscode-lightning & salesforcedx-vscode-lwc

  • Autocompletion is now available for bracket syntax '{}' in HTML files.(PR #3865)

Fixed

docs

salesforcedx-vscode-expanded

salesforcedx-vscode-apex

salesforcedx-vscode

  • We now support JDK version 17 in addition to versions 8 and 11. (PR #3860)

salesforcedx-vscode-core

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

54.2.0 - February 24, 2022

Added

salesforcedx-vscode

  • Run the new Start Function in Container command to run a Salesforce Function in a Docker container. The old command, Start Function now runs a function locally. (PR #3838, PR #3856)

Fixed

salesforcedx-vscode

  • We resolved the issue with the Diff Folder Against Org command being visible from the command palette even when an SFDX project wasn’t open. (PR #3843).

salesforcedx-vscode-apex

  • We removed some unessential Apex classes from the Apex LSP .jar file. (PR #3844)

54.0.0 - February 15, 2022

Added

salesforcedx-vscode

  • Run the updated Launch Apex Replay Debugger with Current File to launch the Apex Replay Debugger from an Apex test file, an Anonymous Apex file, or an Apex log file. Previously, you could launch the Apex Replay Debugger only from an Apex log file. Also, we’ve simplified both the setup and execution of the command. You’re no longer required to create a launch configuration (launch.json) to run the Apex Replay Debugger, and you can debug your code with fewer steps. (PR #3779, PR #3827).

Fixed

salesforcedx-vscode

  • The Generate Manifest File doesn’t show up as an option when you right-click on components within metadata types. Previously, the command showed up incorrectly even though it wasn’t executable (PR #3818).

  • The Execute Anonymous Apex code lens is now working as expected (PR #3819).

  • We fixed a broken video link in documentation (PR #3817).

  • We fixed some issues under the hood (PR #3813), (PR #3812).

53.16.0 - February 2, 2022

Added

salesforcedx-vscode-core

  • The new Manifest Builder feature has been added to automatically generate a manifest file for a given set of metadata components instead of editing the package.xml file manually (PR #3784)

docs

  • Updated development-models.md with a new section on Manifest Builder (PR #3788)

53.14.1 - January 19, 2022

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Backend changes to set up Anonymous Apex in replay debugging (PR #3758)

53.13.0 - January 13, 2022

Added

salesforcedx-vscode-apex

  • Identify test class from uri (PR #3751)

Fixed

docs

  • Updates to reflect runtime restrictions (PR #3741)

salesforcedx-vscode-apex

  • Prevent local java runtime in project (PR #3730)

53.12.0 - January 5, 2022

Added

salesforcedx-vscode-core

  • Add ability to remove expired orgs from the org list (PR #3732)

53.8.0 - December 16, 2021

Added

salesforcedx-vscode-apex

  • Enable use of anonymous Apex execution codelens (PR #3688)

Fixed

salesforcedx-vscode-core

  • Fix org browser to show retrieve source action for sobjects (PR #3697)

  • Fix org browser to display nested items such as Email Templates, Dashboards, Documents and Reports (PR #3685)

53.7.0 - December 9, 2021

Fixed

docs

salesforcedx-vscode-core

  • Retrieve field data for a custom object type (PR #3661)

  • Ability to select and deploy multiple files (PR #3660)

53.4.0 - November 17, 2021

Added

salesforcedx-vscode-core

  • Add ability to deploy and retrieve multiple files (PR #3621)

salesforcedx-vscode-apex

  • Enabled Hover, Go to Definition, and References functionality in anonymous apex files (PR #3650)

Fixed

docs

  • Add multi-selecting files and folders in explorer for Source Deploy/Retrieve, and fields and field details for custom objects (PR #3639)

  • Added New Articles for Japanese (PR #3640)

53.3.0 - November 10, 2021

Added

salesforcedx-vscode-apex

  • Code completion for anonymous apex (PR #3617)

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lightning

  • Update lightning-language-server to latest version (PR #3633)

salesforcedx-vscode-lwc

  • Update lightning-language-server to latest version (PR #3633)

53.2.0 - November 4, 2021

Fixed

docs

53.1.0 - October 28, 2021

Added

docs

  • Append or prepend site title with SEO meta data (PR #3546)

salesforcedx-vscode-apex

  • Bundle extensions with apex.db to optimize LSP performance (PR #3585)

Fixed

docs

  • Removed extra line in documentation (PR #3614)

  • Update performance enhancements documentation (PR #3593)

salesforcedx-vscode-core

  • Set first alias when configuring default org (PR #3581) - Contribution by @DanielCalle

  • Fix broken documentation links (PR #3605)

  • Remove the Experimental: Deploy Retrieve performance enhancements user setting (PR #3580)

  • Under-the-hood fixes

53.0.0 - October 13, 2021

Fixed

salesforcedx-vscode-apex

  • Changes in Apex Language Server to suggest correct autocompletes in projects with namespace, additional telemetry and deletion of SOQL library. (PR #3568)

docs

  • Removes Salesforce Functions Beta tag. (PR #3583)

52.17.0 - October 8, 2021

Added

salesforcedx-vscode-core

  • Support custom templates in VS Code (PR #3563)

Fixed

docs

  • Documentation for custom templates in VS Code (PR #3565)

salesforcedx-vscode-core

  • Fix a conflict detection bug when components are deployed multiple time (PR #3556)

52.16.0 - September 29, 2021

Added

salesforcedx-vscode-apex

  • Improve performance for Apex Indexer startup and updates the faux classes for the built-in standard Apex library (PR #3529)

Fixed

salesforcedx-vscode-core

  • Set sourceApiVersion for sourcepath based deploy and retrieve (PR #3528)

salesforcedx-vscode-lwc

  • Fix debug code lens for VS Code 1.60+ (PR #3545)

salesforcedx-vscode-apex-replay-debugger

  • Fix trace flag update error (PR #3550)

salesforcedx-vscode-soql

  • Skip checking types in libs (PR #3534)

52.13.0 - September 8, 2021

Fixed

docs

  • Fixes doc bug that has incorrect location of the Org Picker. (PR #3423)

salesforcedx-vscode-core

52.12.0 - September 1, 2021

Fixed

salesforcedx-vscode-apex

  • Fixes Apex snippets to use a drop-down for access modifiers instead of a list, including: staticmethod, method, field, constructor. (PR #3492)

52.11.0 - August 26, 2021

Fixed

docs

  • Add Functions to the sidebar of VSCode doc site (PR #3510)

52.9.1 - August 12, 2021

Fixed

docs

  • Updated docs website's default header and footer (PR #3491)

salesforcedx-vscode-core

52.9.0 - August 11, 2021

Fixed

salesforcedx-vscode-core

  • Use functions library to create functions (PR #3476)

  • Add support for invoking function using payload contents (PR #3472)

  • Bump SDR to 3.0.0 (PR #3497)

salesforcedx-vscode-lwc

  • Update lightning language servers to 3.0.14 (PR #3468)

salesforcedx-vscode-lightning

  • Update lightning language servers to 3.0.14 (PR #3468)

52.8.0 - August 4, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Support checkpoints for one-step replay debugger (PR #3410)

salesforcedx-vscode-core

  • Remove old conflict detection mechanism (PR #3377)

52.7.0 - July 30, 2021

Added

salesforcedx-vscode-apex

  • Add commands SFDX: Create Apex Test Suite, SFDX: Add Tests to Apex Test Suite, and SFDX: Run Apex Test Suite (PR #3435)

salesforcedx-vscode-core

  • Add command SFDX: Log Out from Default Org (PR #3428)

Fixed

docs

salesforcedx-vscode-core

  • Support additional metadata types with conflict detection (PR #3424)

  • Support multiple directories on deploy on save with conflict detection (PR #3393)

52.6.0 - July 23, 2021

Added

salesforcedx-vscode

  • Include SOQL in extension pack (PR #3400)

salesforcedx-vscode-core

  • Update conflict detection setting description (PR #3416)

  • Fix functions dependency issue preventing extensions from loading (PR #3443)

Fixed

salesforcedx-sobjects-faux-generator

  • Correct LWC typing generation for new projects (PR #3418)

salesforcedx-vscode-core

  • Performance improvements for SFDX: Start Function, Invoke and Debug Invoke commands (PR #3399)

  • Fix conflict detection error for empty results (PR #3376)

52.5.0 - July 14, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Update test sidebar icons and add test coverage for easy button replay debugger (PR #3381)

salesforcedx-vscode-core

  • Update text on Conflict detection modal window (PR #3394)

  • Enhance hovertip text for conflict detection to show last modified date information (PR #3352)

Fixed

docs

  • Update docs for conflict detection (PR #3396)

salesforcedx-vscode-core

  • Remove setting to enable function PR #3409)

52.4.0 - July 8, 2021

Added

salesforcedx-vscode-core

  • Enable conflict detection for all deploy commands (PR #3357)

52.3.0 - June 30, 2021

Added

salesforcedx-vscode-apex

  • Add "Debug Test" code lens to Apex test methods and classes (PR #3347)

salesforcedx-vscode-core

  • Add language data to telemetry for functions (PR #3338)

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

52.2.0 - June 24, 2021

Added

salesforcedx-vscode-core

52.1.0 - June 16, 2021

Added

salesforcedx-vscode-core

Fixed

docs

salesforcedx-vscode-core

  • Import FileProperties from the top level (PR #3302)

  • Use correct message for file diffs (PR #3304)

51.17.0 - June 10, 2021

Added

salesforcedx-vscode-core

  • Add caching for conflict detection (PR #3283)

Fixed

docs

  • New Functions article and related changes. (PR #3278)

salesforcedx-vscode-core

  • Remove Functions feature-flag and update doc (PR #3289)

  • Correct creation of trace flags when running SFDX Turn on Apex Debug Log (PR #3290), (Issue #3288)

51.16.0 - June 3, 2021

Added

salesforcedx-vscode-core

  • Add Java support for Functions debugging (PR #3273)

  • Add Java support for SFDX: Start Function (PR #3269)

Fixed

salesforcedx-vscode-core

  • Update default debug port (PR #3272)

  • Use new CLI for functions invoke @W-9282250@ (PR #3270)

  • Throw error on remote component not found (PR #3259)

  • Pull function dependencies by default + Java/Maven support @W-9282387@ (PR #3262)

51.15.0 - May 27, 2021

Added

salesforcedx-vscode-core

  • Conflict detection performance improvements (PR #3246)

  • Use new CLI for Functions creation and add Java Functions support (PR #3247)

Fixed

salesforcedx-vscode-core

  • Fix "Cannot read property split of undefined" issue when retrieving with Org Browser or Manifest (#3262, #3210, #3218)

  • Remove Functions template for SFDX: Create Project command (#3253)

salesforcedx-vscode-apex

  • Fix an issue where Apex test results were limited to 2000 records (#3265)

51.14.0 - May 21, 2021

Added

salesforcedx-vscode-core

  • Enable diff detection for folders (PR #3243)

  • Enable diff detection for all metadata types (PR #3240)

salesforcedx-vscode-lwc

  • Add support for new LWC Analytics Dashboard feature and fix some under-the-hood bugs (PR #3232)

docs

  • Doc updates for Diff Detection(PR #3250)

51.13.0 - May 12, 2021

Added

salesforcedx-vscode-core

  • Cache metadata based on a project path (PR #3191)

51.12.0 - May 6, 2021

Fixed

salesforcedx-vscode-core

51.11.0 - April 29, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Disable LWC type generation (PR #3165)

salesforcedx-vscode-core

  • Preserve leading zeros in xml tags for the new Deploy/Retrieve route (PR #3189)

  • Fix metadata xml issues by removing the tooling api route for the new Deploy/Retrieve (PR #3181)

  • Surface original error with deploy/retrieve (PR #3178)

51.10.0 - April 21, 2021

Fixed

docs

  • Update docs to reflect Apex library setting has been removed (PR #3148)

salesforcedx-vscode-apex

  • Update "All tests" option for SFDX: Run Apex Tests command to match CLI behavior (PR #3126)

salesforcedx-vscode-core

  • Fix issues with the following types for deploy/retrieve library (PR #3147, Issue #3114, Issue #3157):

    • AccountRelationshipShareRule
    • TimeSheetTemplate
    • WaveDashboard
    • WaveRecipe
    • WaveLens
    • WaveDataflow
    • WorkSkillRouting
  • Remove Apex feature flag & delete CLI code path (PR #3148)

51.8.0 - April 07, 2021

Added

salesforcedx-vscode-apex

  • Add progress reporting and cancellation to Apex test runs (PR #3103)

salesforcedx-sobjects-faux-generator

  • Add cancellation to SObject Refresh command (PR #3116)

Fixed

docs

  • Update Org Picker location in documentation (PR #3099) (Issue #3095)

  • Update Apex status to reflect default usage in Salesforce CLI (PR #3119)

salesforcedx-vscode-core

51.7.0 - Mar 31, 2021

Added

salesforcedx-sobjects-vscode-core

  • Switched setting salesforcedx-vscode-core.experimental.deployRetrieve to on by default. (PR #3101)

salesforcedx-sobjects-faux-generator

  • Generate typings for sobjects (PR #3018)

Fixed

salesforcedx-vscode-core

  • Do not show refresh success message for min sobjects (PR #3082)

51.6.0 - March 24, 2021

Added

salesforcedx-vscode-core

  • Add cancellation to Deploy & Retrieve Library commands (PR #3068)

Fixed

salesforcedx-vscode-core

  • Fix deployment issues with Document metadata types (PR #3083)

  • Fix library executions not focusing on channel output via the 'Show' button (PR #3081, Issue #2987)

  • Generate SObject definitions from cached data (PR #3037)

51.5.0 - March 18, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Handle undefined results when running SFDX: Refresh SObject Definitions command (PR #3064, Issue #3056)

salesforcedx-vscode-core

  • Fixed issues with deploy retrieve beta: timeout for long running operations, output for multi-file components, and retrieving static resources (PR #3048)

docs

  • Update description for deploy retrieve beta setting (PR #3043)

51.4.0 - March 10, 2021

Fixed

salesforcedx-vscode-apex-replay-debugger

salesforcedx-vscode-apex

  • Switch to Apex output channel automatically after running Apex tests (PR #3027), (Issue #3009)

51.3.0 - March 3, 2021

Added

salesforcedx-sobjects-faux-generator

  • Improved sObject refresh performance (PR #2997)

docs

  • Add learning map to additional resources (PR #2989)

  • Update SOQL docs for saving query results (PR #2988)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Fix debug test icon color to be friendly for light themes (PR #2978)

51.2.0 - February 24, 2021

Added

salesforcedx-vscode-apex

Fixed

docs

  • SOQL Builder - Add LIKE support (PR #2971)

  • SOQL Builder - Add COUNT support (PR #2946)

salesforcedx-vscode-apex

50.17.0 - February 10, 2021

Fixed

docs

salesforcedx-vscode-apex

  • Fix 'SFDX: Execute Anonymous Apex' diagnostic reporting for runtime failures (PR #2927)

salesforcedx-vscode-apex-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-apex-replay-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-core

  • Add new template updates for apex class and project config (PR #2919)

salesforcedx-vscode-lwc

  • Activate Redhat XML extension only if it is version 0.14.0 (PR #2934). This is an interim fix for the issue (Issue #2923).

  • Adds VS Code support for Email Templates as a target for custom components. (PR #2918)

salesforcedx-vscode-visualforce

  • Remove use of missing telemetry method (PR #2913)

50.16.0 - February 3, 2021

Added

salesforcedx-vscode-apex

  • Surface project information in Apex Language Server Output panel (PR #2891)

Fixed

docs

salesforcedx-vscode-lwc

  • Reduce extension size by 34% (PR #2904)

salesforcedx-vscode-lightning

  • Reduce extension size by 68% (PR #2908)

50.14.0 - January 21, 2021

Fixed

salesforcedx-vscode-apex

  • Fix issue with recognizing the default org when running tests at the start of a session (PR #2868)

50.13.0 - January 13, 2021

Added

salesforcedx-vscode-apex

  • Added debug button to test sidebar to automatically run Apex Replay Debugger after test run (PR #2804)

salesforcedx-vscode-core

  • Run Apex tests using the Apex library (PR #2828)

Fixed

docs

  • Remove manual listing of palette commands (PR #2848)

salesforcedx-sobjects-faux-generator

salesforcedx-vscode-core

  • Provides relative project paths for beta deploy/retrieve in the output (PR #2807)

50.8.0 - December 9, 2020

Added

salesforcedx-vscode-core

50.7.0 - December 2, 2020

Added

salesforcedx-vscode-core

Fixed

docs

  • Add license note for Apex Interactive Debugger (PR #2760)

salesforcedx-vscode-core

  • Reduce salesforcedx-vscode-core extension size by 30% (PR #2769)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

50.5.0 - November 11, 2020

Fixed

salesforcedx-vscode-core

  • Show debug log list in descending order by date for SFDX: Get Apex Debug Logs (PR #2713, Issue #2698)

  • Set required version of VS Code to 1.46.0 or higher (PR #2719)

50.4.0 - November 5, 2020

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.3.0 - October 28, 2020

Added

salesforcedx-vscode-core

  • New force:apex:log:list command implementation, used as part of SFDX: Get Apex Debug Logs ... (PR #2644)

Fixed

docs

salesforcedx-vscode-core

50.2.0 - October 22, 2020

Fixed

docs

  • Re-organize Get Started section (PR #2626)

salesforcedx-vscode-apex

  • Improve @AuraEnabled apex snippet for better error handling. (PR #2640) - Contribution by @PawelWozniak

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.1.0 - October 14, 2020

Added

salesforcedx-vscode-core

  • Added Retrieve and Open Source feature for Org Browser (PR #2573)

Fixed

salesforcedx-vscode-core

docs

salesforcedx-vscode - Release v55.7.0

Published by gbockus-sf about 2 years ago

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

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

  • We fixed an issue where the SFDX: Create Lightning Web Component Test command threw an error when you exited out of the command prematurely. (PR #4143)

54.15.0 - June 1, 2022

Added

salesforcedx-vscode-core

  • The SFDX: Rename Component command now prevents you from renaming an LWC or Aura component if the new name breaks any naming rules. New LWC component names are automatically revised to start with a lower-case letter if they don't already. (PR #4145)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • You can now use Ctrl+Space to retrigger autocomplete within code braces ({}) in an HTML file. Previously, if you moved away from or deleted content within code braces, you lost autocompletion. (PR #4144)

54.12.0 - May 14, 2022

Fixed

salesforcedx-vscode-core

  • We added the ability to stop containerless function (PR #4025)

54.11.0 - May 4, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it prevents a component from being renamed if the component bundle already contains a file with that name. (PR #4039).
  • Fixed some under-the-hood issues. (PR #4069).

54.9.0 - April 21, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it now correctly renames the file in the __tests__ folder for LWC components that has the same name as the component being renamed (PR #4020).
  • We added support for debugging JavaScript in containerless functions (PR#4001).
  • We fixed an issue that prevented Standard Value Sets from being displayed in the Org Browser(PR # 3992). Fixes Issue https://github.com/forcedotcom/salesforcedx-vscode/issues/1579

54.8.0 - April 13, 2022

Fixed

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

salesforcedx-vscode-core

54.7.0 - April 6, 2022

Added

salesforcedx-vscode-core

  • Right-click and run the new SFDX: Rename Component command to quickly rename all the files of an LWC component (js, html, css, js-meta.xml file types) or an Aura component (auradoc, cmp, cmp-meta.xml, css, design, svg, contoller, helper, renderer, js file types) using a single command (PR #3923).

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. (PR #3920)

Fixed

docs

  • Updated Java Setup instructions to include instructions for JDK 17. (PR #3909)

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

salesforcedx-vscode-core

  • Retrieve components within folders for metadata types such as Reports, Dashboards, Documents, and EmailTemplates. Before this update, it wasn't possible to retrieve individual component metadata from within folders. (PR #3892)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Fixed some issues with autocompletion in template JS files. (PR #3931,PR #3931)

54.5.0 - March 14, 2022

Fixed

salesforcedx-vscode-core

  • We’ve updated the library that supports Salesforce Templates commands in VS Code so that it now uses API version 54.0 when generating new metadata from our standard templates.(PR #3749)

54.4.1 - March 10, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted the source-deploy-retrieve library to v5.12.2 because it was sometimes failing on OSX Monterey.

54.4.0 - March 9, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Diff Folder Against Org command so that it now diffs objects against orgs correctly. (PR #3876)

54.3.0 - March 3, 2022

Added

salesforcedx-vscode-core

  • We’ve made the functionality of older versions of some commands available for you to use with your existing scratch orgs. Use these legacy commands so you don’t run into issues with their newer versions:

    SFDX: Pull Source from Default Scratch Org (Legacy)

    SFDX: Pull Source from Default Scratch Org and Override Conflicts (Legacy)

    SFDX: Push Source to Default Scratch Org (Legacy)

    SFDX: Push Source to Default Scratch Org and Override Conflicts (Legacy) and

    SFDX: View All Changes (Local and in Default Scratch Org) (Legacy) (PR #3839)

salesforcedx-vscode-lightning & salesforcedx-vscode-lwc

  • Autocompletion is now available for bracket syntax '{}' in HTML files.(PR #3865)

Fixed

docs

salesforcedx-vscode-expanded

salesforcedx-vscode-apex

salesforcedx-vscode

  • We now support JDK version 17 in addition to versions 8 and 11. (PR #3860)

salesforcedx-vscode-core

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

54.2.0 - February 24, 2022

Added

salesforcedx-vscode

  • Run the new Start Function in Container command to run a Salesforce Function in a Docker container. The old command, Start Function now runs a function locally. (PR #3838, PR #3856)

Fixed

salesforcedx-vscode

  • We resolved the issue with the Diff Folder Against Org command being visible from the command palette even when an SFDX project wasn’t open. (PR #3843).

salesforcedx-vscode-apex

  • We removed some unessential Apex classes from the Apex LSP .jar file. (PR #3844)

54.0.0 - February 15, 2022

Added

salesforcedx-vscode

  • Run the updated Launch Apex Replay Debugger with Current File to launch the Apex Replay Debugger from an Apex test file, an Anonymous Apex file, or an Apex log file. Previously, you could launch the Apex Replay Debugger only from an Apex log file. Also, we’ve simplified both the setup and execution of the command. You’re no longer required to create a launch configuration (launch.json) to run the Apex Replay Debugger, and you can debug your code with fewer steps. (PR #3779, PR #3827).

Fixed

salesforcedx-vscode

  • The Generate Manifest File doesn’t show up as an option when you right-click on components within metadata types. Previously, the command showed up incorrectly even though it wasn’t executable (PR #3818).

  • The Execute Anonymous Apex code lens is now working as expected (PR #3819).

  • We fixed a broken video link in documentation (PR #3817).

  • We fixed some issues under the hood (PR #3813), (PR #3812).

53.16.0 - February 2, 2022

Added

salesforcedx-vscode-core

  • The new Manifest Builder feature has been added to automatically generate a manifest file for a given set of metadata components instead of editing the package.xml file manually (PR #3784)

docs

  • Updated development-models.md with a new section on Manifest Builder (PR #3788)

53.14.1 - January 19, 2022

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Backend changes to set up Anonymous Apex in replay debugging (PR #3758)

53.13.0 - January 13, 2022

Added

salesforcedx-vscode-apex

  • Identify test class from uri (PR #3751)

Fixed

docs

  • Updates to reflect runtime restrictions (PR #3741)

salesforcedx-vscode-apex

  • Prevent local java runtime in project (PR #3730)

53.12.0 - January 5, 2022

Added

salesforcedx-vscode-core

  • Add ability to remove expired orgs from the org list (PR #3732)

53.8.0 - December 16, 2021

Added

salesforcedx-vscode-apex

  • Enable use of anonymous Apex execution codelens (PR #3688)

Fixed

salesforcedx-vscode-core

  • Fix org browser to show retrieve source action for sobjects (PR #3697)

  • Fix org browser to display nested items such as Email Templates, Dashboards, Documents and Reports (PR #3685)

53.7.0 - December 9, 2021

Fixed

docs

salesforcedx-vscode-core

  • Retrieve field data for a custom object type (PR #3661)

  • Ability to select and deploy multiple files (PR #3660)

53.4.0 - November 17, 2021

Added

salesforcedx-vscode-core

  • Add ability to deploy and retrieve multiple files (PR #3621)

salesforcedx-vscode-apex

  • Enabled Hover, Go to Definition, and References functionality in anonymous apex files (PR #3650)

Fixed

docs

  • Add multi-selecting files and folders in explorer for Source Deploy/Retrieve, and fields and field details for custom objects (PR #3639)

  • Added New Articles for Japanese (PR #3640)

53.3.0 - November 10, 2021

Added

salesforcedx-vscode-apex

  • Code completion for anonymous apex (PR #3617)

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lightning

  • Update lightning-language-server to latest version (PR #3633)

salesforcedx-vscode-lwc

  • Update lightning-language-server to latest version (PR #3633)

53.2.0 - November 4, 2021

Fixed

docs

53.1.0 - October 28, 2021

Added

docs

  • Append or prepend site title with SEO meta data (PR #3546)

salesforcedx-vscode-apex

  • Bundle extensions with apex.db to optimize LSP performance (PR #3585)

Fixed

docs

  • Removed extra line in documentation (PR #3614)

  • Update performance enhancements documentation (PR #3593)

salesforcedx-vscode-core

  • Set first alias when configuring default org (PR #3581) - Contribution by @DanielCalle

  • Fix broken documentation links (PR #3605)

  • Remove the Experimental: Deploy Retrieve performance enhancements user setting (PR #3580)

  • Under-the-hood fixes

53.0.0 - October 13, 2021

Fixed

salesforcedx-vscode-apex

  • Changes in Apex Language Server to suggest correct autocompletes in projects with namespace, additional telemetry and deletion of SOQL library. (PR #3568)

docs

  • Removes Salesforce Functions Beta tag. (PR #3583)

52.17.0 - October 8, 2021

Added

salesforcedx-vscode-core

  • Support custom templates in VS Code (PR #3563)

Fixed

docs

  • Documentation for custom templates in VS Code (PR #3565)

salesforcedx-vscode-core

  • Fix a conflict detection bug when components are deployed multiple time (PR #3556)

52.16.0 - September 29, 2021

Added

salesforcedx-vscode-apex

  • Improve performance for Apex Indexer startup and updates the faux classes for the built-in standard Apex library (PR #3529)

Fixed

salesforcedx-vscode-core

  • Set sourceApiVersion for sourcepath based deploy and retrieve (PR #3528)

salesforcedx-vscode-lwc

  • Fix debug code lens for VS Code 1.60+ (PR #3545)

salesforcedx-vscode-apex-replay-debugger

  • Fix trace flag update error (PR #3550)

salesforcedx-vscode-soql

  • Skip checking types in libs (PR #3534)

52.13.0 - September 8, 2021

Fixed

docs

  • Fixes doc bug that has incorrect location of the Org Picker. (PR #3423)

salesforcedx-vscode-core

52.12.0 - September 1, 2021

Fixed

salesforcedx-vscode-apex

  • Fixes Apex snippets to use a drop-down for access modifiers instead of a list, including: staticmethod, method, field, constructor. (PR #3492)

52.11.0 - August 26, 2021

Fixed

docs

  • Add Functions to the sidebar of VSCode doc site (PR #3510)

52.9.1 - August 12, 2021

Fixed

docs

  • Updated docs website's default header and footer (PR #3491)

salesforcedx-vscode-core

52.9.0 - August 11, 2021

Fixed

salesforcedx-vscode-core

  • Use functions library to create functions (PR #3476)

  • Add support for invoking function using payload contents (PR #3472)

  • Bump SDR to 3.0.0 (PR #3497)

salesforcedx-vscode-lwc

  • Update lightning language servers to 3.0.14 (PR #3468)

salesforcedx-vscode-lightning

  • Update lightning language servers to 3.0.14 (PR #3468)

52.8.0 - August 4, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Support checkpoints for one-step replay debugger (PR #3410)

salesforcedx-vscode-core

  • Remove old conflict detection mechanism (PR #3377)

52.7.0 - July 30, 2021

Added

salesforcedx-vscode-apex

  • Add commands SFDX: Create Apex Test Suite, SFDX: Add Tests to Apex Test Suite, and SFDX: Run Apex Test Suite (PR #3435)

salesforcedx-vscode-core

  • Add command SFDX: Log Out from Default Org (PR #3428)

Fixed

docs

salesforcedx-vscode-core

  • Support additional metadata types with conflict detection (PR #3424)

  • Support multiple directories on deploy on save with conflict detection (PR #3393)

52.6.0 - July 23, 2021

Added

salesforcedx-vscode

  • Include SOQL in extension pack (PR #3400)

salesforcedx-vscode-core

  • Update conflict detection setting description (PR #3416)

  • Fix functions dependency issue preventing extensions from loading (PR #3443)

Fixed

salesforcedx-sobjects-faux-generator

  • Correct LWC typing generation for new projects (PR #3418)

salesforcedx-vscode-core

  • Performance improvements for SFDX: Start Function, Invoke and Debug Invoke commands (PR #3399)

  • Fix conflict detection error for empty results (PR #3376)

52.5.0 - July 14, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Update test sidebar icons and add test coverage for easy button replay debugger (PR #3381)

salesforcedx-vscode-core

  • Update text on Conflict detection modal window (PR #3394)

  • Enhance hovertip text for conflict detection to show last modified date information (PR #3352)

Fixed

docs

  • Update docs for conflict detection (PR #3396)

salesforcedx-vscode-core

  • Remove setting to enable function PR #3409)

52.4.0 - July 8, 2021

Added

salesforcedx-vscode-core

  • Enable conflict detection for all deploy commands (PR #3357)

52.3.0 - June 30, 2021

Added

salesforcedx-vscode-apex

  • Add "Debug Test" code lens to Apex test methods and classes (PR #3347)

salesforcedx-vscode-core

  • Add language data to telemetry for functions (PR #3338)

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

52.2.0 - June 24, 2021

Added

salesforcedx-vscode-core

52.1.0 - June 16, 2021

Added

salesforcedx-vscode-core

Fixed

docs

salesforcedx-vscode-core

  • Import FileProperties from the top level (PR #3302)

  • Use correct message for file diffs (PR #3304)

51.17.0 - June 10, 2021

Added

salesforcedx-vscode-core

  • Add caching for conflict detection (PR #3283)

Fixed

docs

  • New Functions article and related changes. (PR #3278)

salesforcedx-vscode-core

  • Remove Functions feature-flag and update doc (PR #3289)

  • Correct creation of trace flags when running SFDX Turn on Apex Debug Log (PR #3290), (Issue #3288)

51.16.0 - June 3, 2021

Added

salesforcedx-vscode-core

  • Add Java support for Functions debugging (PR #3273)

  • Add Java support for SFDX: Start Function (PR #3269)

Fixed

salesforcedx-vscode-core

  • Update default debug port (PR #3272)

  • Use new CLI for functions invoke @W-9282250@ (PR #3270)

  • Throw error on remote component not found (PR #3259)

  • Pull function dependencies by default + Java/Maven support @W-9282387@ (PR #3262)

51.15.0 - May 27, 2021

Added

salesforcedx-vscode-core

  • Conflict detection performance improvements (PR #3246)

  • Use new CLI for Functions creation and add Java Functions support (PR #3247)

Fixed

salesforcedx-vscode-core

  • Fix "Cannot read property split of undefined" issue when retrieving with Org Browser or Manifest (#3262, #3210, #3218)

  • Remove Functions template for SFDX: Create Project command (#3253)

salesforcedx-vscode-apex

  • Fix an issue where Apex test results were limited to 2000 records (#3265)

51.14.0 - May 21, 2021

Added

salesforcedx-vscode-core

  • Enable diff detection for folders (PR #3243)

  • Enable diff detection for all metadata types (PR #3240)

salesforcedx-vscode-lwc

  • Add support for new LWC Analytics Dashboard feature and fix some under-the-hood bugs (PR #3232)

docs

  • Doc updates for Diff Detection(PR #3250)

51.13.0 - May 12, 2021

Added

salesforcedx-vscode-core

  • Cache metadata based on a project path (PR #3191)

51.12.0 - May 6, 2021

Fixed

salesforcedx-vscode-core

51.11.0 - April 29, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Disable LWC type generation (PR #3165)

salesforcedx-vscode-core

  • Preserve leading zeros in xml tags for the new Deploy/Retrieve route (PR #3189)

  • Fix metadata xml issues by removing the tooling api route for the new Deploy/Retrieve (PR #3181)

  • Surface original error with deploy/retrieve (PR #3178)

51.10.0 - April 21, 2021

Fixed

docs

  • Update docs to reflect Apex library setting has been removed (PR #3148)

salesforcedx-vscode-apex

  • Update "All tests" option for SFDX: Run Apex Tests command to match CLI behavior (PR #3126)

salesforcedx-vscode-core

  • Fix issues with the following types for deploy/retrieve library (PR #3147, Issue #3114, Issue #3157):

    • AccountRelationshipShareRule
    • TimeSheetTemplate
    • WaveDashboard
    • WaveRecipe
    • WaveLens
    • WaveDataflow
    • WorkSkillRouting
  • Remove Apex feature flag & delete CLI code path (PR #3148)

51.8.0 - April 07, 2021

Added

salesforcedx-vscode-apex

  • Add progress reporting and cancellation to Apex test runs (PR #3103)

salesforcedx-sobjects-faux-generator

  • Add cancellation to SObject Refresh command (PR #3116)

Fixed

docs

  • Update Org Picker location in documentation (PR #3099) (Issue #3095)

  • Update Apex status to reflect default usage in Salesforce CLI (PR #3119)

salesforcedx-vscode-core

51.7.0 - Mar 31, 2021

Added

salesforcedx-sobjects-vscode-core

  • Switched setting salesforcedx-vscode-core.experimental.deployRetrieve to on by default. (PR #3101)

salesforcedx-sobjects-faux-generator

  • Generate typings for sobjects (PR #3018)

Fixed

salesforcedx-vscode-core

  • Do not show refresh success message for min sobjects (PR #3082)

51.6.0 - March 24, 2021

Added

salesforcedx-vscode-core

  • Add cancellation to Deploy & Retrieve Library commands (PR #3068)

Fixed

salesforcedx-vscode-core

  • Fix deployment issues with Document metadata types (PR #3083)

  • Fix library executions not focusing on channel output via the 'Show' button (PR #3081, Issue #2987)

  • Generate SObject definitions from cached data (PR #3037)

51.5.0 - March 18, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Handle undefined results when running SFDX: Refresh SObject Definitions command (PR #3064, Issue #3056)

salesforcedx-vscode-core

  • Fixed issues with deploy retrieve beta: timeout for long running operations, output for multi-file components, and retrieving static resources (PR #3048)

docs

  • Update description for deploy retrieve beta setting (PR #3043)

51.4.0 - March 10, 2021

Fixed

salesforcedx-vscode-apex-replay-debugger

salesforcedx-vscode-apex

  • Switch to Apex output channel automatically after running Apex tests (PR #3027), (Issue #3009)

51.3.0 - March 3, 2021

Added

salesforcedx-sobjects-faux-generator

  • Improved sObject refresh performance (PR #2997)

docs

  • Add learning map to additional resources (PR #2989)

  • Update SOQL docs for saving query results (PR #2988)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Fix debug test icon color to be friendly for light themes (PR #2978)

51.2.0 - February 24, 2021

Added

salesforcedx-vscode-apex

Fixed

docs

  • SOQL Builder - Add LIKE support (PR #2971)

  • SOQL Builder - Add COUNT support (PR #2946)

salesforcedx-vscode-apex

50.17.0 - February 10, 2021

Fixed

docs

salesforcedx-vscode-apex

  • Fix 'SFDX: Execute Anonymous Apex' diagnostic reporting for runtime failures (PR #2927)

salesforcedx-vscode-apex-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-apex-replay-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-core

  • Add new template updates for apex class and project config (PR #2919)

salesforcedx-vscode-lwc

  • Activate Redhat XML extension only if it is version 0.14.0 (PR #2934). This is an interim fix for the issue (Issue #2923).

  • Adds VS Code support for Email Templates as a target for custom components. (PR #2918)

salesforcedx-vscode-visualforce

  • Remove use of missing telemetry method (PR #2913)

50.16.0 - February 3, 2021

Added

salesforcedx-vscode-apex

  • Surface project information in Apex Language Server Output panel (PR #2891)

Fixed

docs

salesforcedx-vscode-lwc

  • Reduce extension size by 34% (PR #2904)

salesforcedx-vscode-lightning

  • Reduce extension size by 68% (PR #2908)

50.14.0 - January 21, 2021

Fixed

salesforcedx-vscode-apex

  • Fix issue with recognizing the default org when running tests at the start of a session (PR #2868)

50.13.0 - January 13, 2021

Added

salesforcedx-vscode-apex

  • Added debug button to test sidebar to automatically run Apex Replay Debugger after test run (PR #2804)

salesforcedx-vscode-core

  • Run Apex tests using the Apex library (PR #2828)

Fixed

docs

  • Remove manual listing of palette commands (PR #2848)

salesforcedx-sobjects-faux-generator

salesforcedx-vscode-core

  • Provides relative project paths for beta deploy/retrieve in the output (PR #2807)

50.8.0 - December 9, 2020

Added

salesforcedx-vscode-core

50.7.0 - December 2, 2020

Added

salesforcedx-vscode-core

Fixed

docs

  • Add license note for Apex Interactive Debugger (PR #2760)

salesforcedx-vscode-core

  • Reduce salesforcedx-vscode-core extension size by 30% (PR #2769)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

50.5.0 - November 11, 2020

Fixed

salesforcedx-vscode-core

  • Show debug log list in descending order by date for SFDX: Get Apex Debug Logs (PR #2713, Issue #2698)

  • Set required version of VS Code to 1.46.0 or higher (PR #2719)

50.4.0 - November 5, 2020

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.3.0 - October 28, 2020

Added

salesforcedx-vscode-core

  • New force:apex:log:list command implementation, used as part of SFDX: Get Apex Debug Logs ... (PR #2644)

Fixed

docs

salesforcedx-vscode-core

50.2.0 - October 22, 2020

Fixed

docs

  • Re-organize Get Started section (PR #2626)

salesforcedx-vscode-apex

  • Improve @AuraEnabled apex snippet for better error handling. (PR #2640) - Contribution by @PawelWozniak

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.1.0 - October 14, 2020

Added

salesforcedx-vscode-core

  • Added Retrieve and Open Source feature for Org Browser (PR #2573)

Fixed

salesforcedx-vscode-core

docs

salesforcedx-vscode - Release v55.6.0

Published by gbockus-sf about 2 years ago

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

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

  • We fixed an issue where the SFDX: Create Lightning Web Component Test command threw an error when you exited out of the command prematurely. (PR #4143)

54.15.0 - June 1, 2022

Added

salesforcedx-vscode-core

  • The SFDX: Rename Component command now prevents you from renaming an LWC or Aura component if the new name breaks any naming rules. New LWC component names are automatically revised to start with a lower-case letter if they don't already. (PR #4145)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • You can now use Ctrl+Space to retrigger autocomplete within code braces ({}) in an HTML file. Previously, if you moved away from or deleted content within code braces, you lost autocompletion. (PR #4144)

54.12.0 - May 14, 2022

Fixed

salesforcedx-vscode-core

  • We added the ability to stop containerless function (PR #4025)

54.11.0 - May 4, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it prevents a component from being renamed if the component bundle already contains a file with that name. (PR #4039).
  • Fixed some under-the-hood issues. (PR #4069).

54.9.0 - April 21, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it now correctly renames the file in the __tests__ folder for LWC components that has the same name as the component being renamed (PR #4020).
  • We added support for debugging JavaScript in containerless functions (PR#4001).
  • We fixed an issue that prevented Standard Value Sets from being displayed in the Org Browser(PR # 3992). Fixes Issue https://github.com/forcedotcom/salesforcedx-vscode/issues/1579

54.8.0 - April 13, 2022

Fixed

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

salesforcedx-vscode-core

54.7.0 - April 6, 2022

Added

salesforcedx-vscode-core

  • Right-click and run the new SFDX: Rename Component command to quickly rename all the files of an LWC component (js, html, css, js-meta.xml file types) or an Aura component (auradoc, cmp, cmp-meta.xml, css, design, svg, contoller, helper, renderer, js file types) using a single command (PR #3923).

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. (PR #3920)

Fixed

docs

  • Updated Java Setup instructions to include instructions for JDK 17. (PR #3909)

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

salesforcedx-vscode-core

  • Retrieve components within folders for metadata types such as Reports, Dashboards, Documents, and EmailTemplates. Before this update, it wasn't possible to retrieve individual component metadata from within folders. (PR #3892)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Fixed some issues with autocompletion in template JS files. (PR #3931,PR #3931)

54.5.0 - March 14, 2022

Fixed

salesforcedx-vscode-core

  • We’ve updated the library that supports Salesforce Templates commands in VS Code so that it now uses API version 54.0 when generating new metadata from our standard templates.(PR #3749)

54.4.1 - March 10, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted the source-deploy-retrieve library to v5.12.2 because it was sometimes failing on OSX Monterey.

54.4.0 - March 9, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Diff Folder Against Org command so that it now diffs objects against orgs correctly. (PR #3876)

54.3.0 - March 3, 2022

Added

salesforcedx-vscode-core

  • We’ve made the functionality of older versions of some commands available for you to use with your existing scratch orgs. Use these legacy commands so you don’t run into issues with their newer versions:

    SFDX: Pull Source from Default Scratch Org (Legacy)

    SFDX: Pull Source from Default Scratch Org and Override Conflicts (Legacy)

    SFDX: Push Source to Default Scratch Org (Legacy)

    SFDX: Push Source to Default Scratch Org and Override Conflicts (Legacy) and

    SFDX: View All Changes (Local and in Default Scratch Org) (Legacy) (PR #3839)

salesforcedx-vscode-lightning & salesforcedx-vscode-lwc

  • Autocompletion is now available for bracket syntax '{}' in HTML files.(PR #3865)

Fixed

docs

salesforcedx-vscode-expanded

salesforcedx-vscode-apex

salesforcedx-vscode

  • We now support JDK version 17 in addition to versions 8 and 11. (PR #3860)

salesforcedx-vscode-core

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

54.2.0 - February 24, 2022

Added

salesforcedx-vscode

  • Run the new Start Function in Container command to run a Salesforce Function in a Docker container. The old command, Start Function now runs a function locally. (PR #3838, PR #3856)

Fixed

salesforcedx-vscode

  • We resolved the issue with the Diff Folder Against Org command being visible from the command palette even when an SFDX project wasn’t open. (PR #3843).

salesforcedx-vscode-apex

  • We removed some unessential Apex classes from the Apex LSP .jar file. (PR #3844)

54.0.0 - February 15, 2022

Added

salesforcedx-vscode

  • Run the updated Launch Apex Replay Debugger with Current File to launch the Apex Replay Debugger from an Apex test file, an Anonymous Apex file, or an Apex log file. Previously, you could launch the Apex Replay Debugger only from an Apex log file. Also, we’ve simplified both the setup and execution of the command. You’re no longer required to create a launch configuration (launch.json) to run the Apex Replay Debugger, and you can debug your code with fewer steps. (PR #3779, PR #3827).

Fixed

salesforcedx-vscode

  • The Generate Manifest File doesn’t show up as an option when you right-click on components within metadata types. Previously, the command showed up incorrectly even though it wasn’t executable (PR #3818).

  • The Execute Anonymous Apex code lens is now working as expected (PR #3819).

  • We fixed a broken video link in documentation (PR #3817).

  • We fixed some issues under the hood (PR #3813), (PR #3812).

53.16.0 - February 2, 2022

Added

salesforcedx-vscode-core

  • The new Manifest Builder feature has been added to automatically generate a manifest file for a given set of metadata components instead of editing the package.xml file manually (PR #3784)

docs

  • Updated development-models.md with a new section on Manifest Builder (PR #3788)

53.14.1 - January 19, 2022

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Backend changes to set up Anonymous Apex in replay debugging (PR #3758)

53.13.0 - January 13, 2022

Added

salesforcedx-vscode-apex

  • Identify test class from uri (PR #3751)

Fixed

docs

  • Updates to reflect runtime restrictions (PR #3741)

salesforcedx-vscode-apex

  • Prevent local java runtime in project (PR #3730)

53.12.0 - January 5, 2022

Added

salesforcedx-vscode-core

  • Add ability to remove expired orgs from the org list (PR #3732)

53.8.0 - December 16, 2021

Added

salesforcedx-vscode-apex

  • Enable use of anonymous Apex execution codelens (PR #3688)

Fixed

salesforcedx-vscode-core

  • Fix org browser to show retrieve source action for sobjects (PR #3697)

  • Fix org browser to display nested items such as Email Templates, Dashboards, Documents and Reports (PR #3685)

53.7.0 - December 9, 2021

Fixed

docs

salesforcedx-vscode-core

  • Retrieve field data for a custom object type (PR #3661)

  • Ability to select and deploy multiple files (PR #3660)

53.4.0 - November 17, 2021

Added

salesforcedx-vscode-core

  • Add ability to deploy and retrieve multiple files (PR #3621)

salesforcedx-vscode-apex

  • Enabled Hover, Go to Definition, and References functionality in anonymous apex files (PR #3650)

Fixed

docs

  • Add multi-selecting files and folders in explorer for Source Deploy/Retrieve, and fields and field details for custom objects (PR #3639)

  • Added New Articles for Japanese (PR #3640)

53.3.0 - November 10, 2021

Added

salesforcedx-vscode-apex

  • Code completion for anonymous apex (PR #3617)

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lightning

  • Update lightning-language-server to latest version (PR #3633)

salesforcedx-vscode-lwc

  • Update lightning-language-server to latest version (PR #3633)

53.2.0 - November 4, 2021

Fixed

docs

53.1.0 - October 28, 2021

Added

docs

  • Append or prepend site title with SEO meta data (PR #3546)

salesforcedx-vscode-apex

  • Bundle extensions with apex.db to optimize LSP performance (PR #3585)

Fixed

docs

  • Removed extra line in documentation (PR #3614)

  • Update performance enhancements documentation (PR #3593)

salesforcedx-vscode-core

  • Set first alias when configuring default org (PR #3581) - Contribution by @DanielCalle

  • Fix broken documentation links (PR #3605)

  • Remove the Experimental: Deploy Retrieve performance enhancements user setting (PR #3580)

  • Under-the-hood fixes

53.0.0 - October 13, 2021

Fixed

salesforcedx-vscode-apex

  • Changes in Apex Language Server to suggest correct autocompletes in projects with namespace, additional telemetry and deletion of SOQL library. (PR #3568)

docs

  • Removes Salesforce Functions Beta tag. (PR #3583)

52.17.0 - October 8, 2021

Added

salesforcedx-vscode-core

  • Support custom templates in VS Code (PR #3563)

Fixed

docs

  • Documentation for custom templates in VS Code (PR #3565)

salesforcedx-vscode-core

  • Fix a conflict detection bug when components are deployed multiple time (PR #3556)

52.16.0 - September 29, 2021

Added

salesforcedx-vscode-apex

  • Improve performance for Apex Indexer startup and updates the faux classes for the built-in standard Apex library (PR #3529)

Fixed

salesforcedx-vscode-core

  • Set sourceApiVersion for sourcepath based deploy and retrieve (PR #3528)

salesforcedx-vscode-lwc

  • Fix debug code lens for VS Code 1.60+ (PR #3545)

salesforcedx-vscode-apex-replay-debugger

  • Fix trace flag update error (PR #3550)

salesforcedx-vscode-soql

  • Skip checking types in libs (PR #3534)

52.13.0 - September 8, 2021

Fixed

docs

  • Fixes doc bug that has incorrect location of the Org Picker. (PR #3423)

salesforcedx-vscode-core

52.12.0 - September 1, 2021

Fixed

salesforcedx-vscode-apex

  • Fixes Apex snippets to use a drop-down for access modifiers instead of a list, including: staticmethod, method, field, constructor. (PR #3492)

52.11.0 - August 26, 2021

Fixed

docs

  • Add Functions to the sidebar of VSCode doc site (PR #3510)

52.9.1 - August 12, 2021

Fixed

docs

  • Updated docs website's default header and footer (PR #3491)

salesforcedx-vscode-core

52.9.0 - August 11, 2021

Fixed

salesforcedx-vscode-core

  • Use functions library to create functions (PR #3476)

  • Add support for invoking function using payload contents (PR #3472)

  • Bump SDR to 3.0.0 (PR #3497)

salesforcedx-vscode-lwc

  • Update lightning language servers to 3.0.14 (PR #3468)

salesforcedx-vscode-lightning

  • Update lightning language servers to 3.0.14 (PR #3468)

52.8.0 - August 4, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Support checkpoints for one-step replay debugger (PR #3410)

salesforcedx-vscode-core

  • Remove old conflict detection mechanism (PR #3377)

52.7.0 - July 30, 2021

Added

salesforcedx-vscode-apex

  • Add commands SFDX: Create Apex Test Suite, SFDX: Add Tests to Apex Test Suite, and SFDX: Run Apex Test Suite (PR #3435)

salesforcedx-vscode-core

  • Add command SFDX: Log Out from Default Org (PR #3428)

Fixed

docs

salesforcedx-vscode-core

  • Support additional metadata types with conflict detection (PR #3424)

  • Support multiple directories on deploy on save with conflict detection (PR #3393)

52.6.0 - July 23, 2021

Added

salesforcedx-vscode

  • Include SOQL in extension pack (PR #3400)

salesforcedx-vscode-core

  • Update conflict detection setting description (PR #3416)

  • Fix functions dependency issue preventing extensions from loading (PR #3443)

Fixed

salesforcedx-sobjects-faux-generator

  • Correct LWC typing generation for new projects (PR #3418)

salesforcedx-vscode-core

  • Performance improvements for SFDX: Start Function, Invoke and Debug Invoke commands (PR #3399)

  • Fix conflict detection error for empty results (PR #3376)

52.5.0 - July 14, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Update test sidebar icons and add test coverage for easy button replay debugger (PR #3381)

salesforcedx-vscode-core

  • Update text on Conflict detection modal window (PR #3394)

  • Enhance hovertip text for conflict detection to show last modified date information (PR #3352)

Fixed

docs

  • Update docs for conflict detection (PR #3396)

salesforcedx-vscode-core

  • Remove setting to enable function PR #3409)

52.4.0 - July 8, 2021

Added

salesforcedx-vscode-core

  • Enable conflict detection for all deploy commands (PR #3357)

52.3.0 - June 30, 2021

Added

salesforcedx-vscode-apex

  • Add "Debug Test" code lens to Apex test methods and classes (PR #3347)

salesforcedx-vscode-core

  • Add language data to telemetry for functions (PR #3338)

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

52.2.0 - June 24, 2021

Added

salesforcedx-vscode-core

52.1.0 - June 16, 2021

Added

salesforcedx-vscode-core

Fixed

docs

salesforcedx-vscode-core

  • Import FileProperties from the top level (PR #3302)

  • Use correct message for file diffs (PR #3304)

51.17.0 - June 10, 2021

Added

salesforcedx-vscode-core

  • Add caching for conflict detection (PR #3283)

Fixed

docs

  • New Functions article and related changes. (PR #3278)

salesforcedx-vscode-core

  • Remove Functions feature-flag and update doc (PR #3289)

  • Correct creation of trace flags when running SFDX Turn on Apex Debug Log (PR #3290), (Issue #3288)

51.16.0 - June 3, 2021

Added

salesforcedx-vscode-core

  • Add Java support for Functions debugging (PR #3273)

  • Add Java support for SFDX: Start Function (PR #3269)

Fixed

salesforcedx-vscode-core

  • Update default debug port (PR #3272)

  • Use new CLI for functions invoke @W-9282250@ (PR #3270)

  • Throw error on remote component not found (PR #3259)

  • Pull function dependencies by default + Java/Maven support @W-9282387@ (PR #3262)

51.15.0 - May 27, 2021

Added

salesforcedx-vscode-core

  • Conflict detection performance improvements (PR #3246)

  • Use new CLI for Functions creation and add Java Functions support (PR #3247)

Fixed

salesforcedx-vscode-core

  • Fix "Cannot read property split of undefined" issue when retrieving with Org Browser or Manifest (#3262, #3210, #3218)

  • Remove Functions template for SFDX: Create Project command (#3253)

salesforcedx-vscode-apex

  • Fix an issue where Apex test results were limited to 2000 records (#3265)

51.14.0 - May 21, 2021

Added

salesforcedx-vscode-core

  • Enable diff detection for folders (PR #3243)

  • Enable diff detection for all metadata types (PR #3240)

salesforcedx-vscode-lwc

  • Add support for new LWC Analytics Dashboard feature and fix some under-the-hood bugs (PR #3232)

docs

  • Doc updates for Diff Detection(PR #3250)

51.13.0 - May 12, 2021

Added

salesforcedx-vscode-core

  • Cache metadata based on a project path (PR #3191)

51.12.0 - May 6, 2021

Fixed

salesforcedx-vscode-core

51.11.0 - April 29, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Disable LWC type generation (PR #3165)

salesforcedx-vscode-core

  • Preserve leading zeros in xml tags for the new Deploy/Retrieve route (PR #3189)

  • Fix metadata xml issues by removing the tooling api route for the new Deploy/Retrieve (PR #3181)

  • Surface original error with deploy/retrieve (PR #3178)

51.10.0 - April 21, 2021

Fixed

docs

  • Update docs to reflect Apex library setting has been removed (PR #3148)

salesforcedx-vscode-apex

  • Update "All tests" option for SFDX: Run Apex Tests command to match CLI behavior (PR #3126)

salesforcedx-vscode-core

  • Fix issues with the following types for deploy/retrieve library (PR #3147, Issue #3114, Issue #3157):

    • AccountRelationshipShareRule
    • TimeSheetTemplate
    • WaveDashboard
    • WaveRecipe
    • WaveLens
    • WaveDataflow
    • WorkSkillRouting
  • Remove Apex feature flag & delete CLI code path (PR #3148)

51.8.0 - April 07, 2021

Added

salesforcedx-vscode-apex

  • Add progress reporting and cancellation to Apex test runs (PR #3103)

salesforcedx-sobjects-faux-generator

  • Add cancellation to SObject Refresh command (PR #3116)

Fixed

docs

  • Update Org Picker location in documentation (PR #3099) (Issue #3095)

  • Update Apex status to reflect default usage in Salesforce CLI (PR #3119)

salesforcedx-vscode-core

51.7.0 - Mar 31, 2021

Added

salesforcedx-sobjects-vscode-core

  • Switched setting salesforcedx-vscode-core.experimental.deployRetrieve to on by default. (PR #3101)

salesforcedx-sobjects-faux-generator

  • Generate typings for sobjects (PR #3018)

Fixed

salesforcedx-vscode-core

  • Do not show refresh success message for min sobjects (PR #3082)

51.6.0 - March 24, 2021

Added

salesforcedx-vscode-core

  • Add cancellation to Deploy & Retrieve Library commands (PR #3068)

Fixed

salesforcedx-vscode-core

  • Fix deployment issues with Document metadata types (PR #3083)

  • Fix library executions not focusing on channel output via the 'Show' button (PR #3081, Issue #2987)

  • Generate SObject definitions from cached data (PR #3037)

51.5.0 - March 18, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Handle undefined results when running SFDX: Refresh SObject Definitions command (PR #3064, Issue #3056)

salesforcedx-vscode-core

  • Fixed issues with deploy retrieve beta: timeout for long running operations, output for multi-file components, and retrieving static resources (PR #3048)

docs

  • Update description for deploy retrieve beta setting (PR #3043)

51.4.0 - March 10, 2021

Fixed

salesforcedx-vscode-apex-replay-debugger

salesforcedx-vscode-apex

  • Switch to Apex output channel automatically after running Apex tests (PR #3027), (Issue #3009)

51.3.0 - March 3, 2021

Added

salesforcedx-sobjects-faux-generator

  • Improved sObject refresh performance (PR #2997)

docs

  • Add learning map to additional resources (PR #2989)

  • Update SOQL docs for saving query results (PR #2988)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Fix debug test icon color to be friendly for light themes (PR #2978)

51.2.0 - February 24, 2021

Added

salesforcedx-vscode-apex

Fixed

docs

  • SOQL Builder - Add LIKE support (PR #2971)

  • SOQL Builder - Add COUNT support (PR #2946)

salesforcedx-vscode-apex

50.17.0 - February 10, 2021

Fixed

docs

salesforcedx-vscode-apex

  • Fix 'SFDX: Execute Anonymous Apex' diagnostic reporting for runtime failures (PR #2927)

salesforcedx-vscode-apex-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-apex-replay-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-core

  • Add new template updates for apex class and project config (PR #2919)

salesforcedx-vscode-lwc

  • Activate Redhat XML extension only if it is version 0.14.0 (PR #2934). This is an interim fix for the issue (Issue #2923).

  • Adds VS Code support for Email Templates as a target for custom components. (PR #2918)

salesforcedx-vscode-visualforce

  • Remove use of missing telemetry method (PR #2913)

50.16.0 - February 3, 2021

Added

salesforcedx-vscode-apex

  • Surface project information in Apex Language Server Output panel (PR #2891)

Fixed

docs

salesforcedx-vscode-lwc

  • Reduce extension size by 34% (PR #2904)

salesforcedx-vscode-lightning

  • Reduce extension size by 68% (PR #2908)

50.14.0 - January 21, 2021

Fixed

salesforcedx-vscode-apex

  • Fix issue with recognizing the default org when running tests at the start of a session (PR #2868)

50.13.0 - January 13, 2021

Added

salesforcedx-vscode-apex

  • Added debug button to test sidebar to automatically run Apex Replay Debugger after test run (PR #2804)

salesforcedx-vscode-core

  • Run Apex tests using the Apex library (PR #2828)

Fixed

docs

  • Remove manual listing of palette commands (PR #2848)

salesforcedx-sobjects-faux-generator

salesforcedx-vscode-core

  • Provides relative project paths for beta deploy/retrieve in the output (PR #2807)

50.8.0 - December 9, 2020

Added

salesforcedx-vscode-core

50.7.0 - December 2, 2020

Added

salesforcedx-vscode-core

Fixed

docs

  • Add license note for Apex Interactive Debugger (PR #2760)

salesforcedx-vscode-core

  • Reduce salesforcedx-vscode-core extension size by 30% (PR #2769)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

50.5.0 - November 11, 2020

Fixed

salesforcedx-vscode-core

  • Show debug log list in descending order by date for SFDX: Get Apex Debug Logs (PR #2713, Issue #2698)

  • Set required version of VS Code to 1.46.0 or higher (PR #2719)

50.4.0 - November 5, 2020

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.3.0 - October 28, 2020

Added

salesforcedx-vscode-core

  • New force:apex:log:list command implementation, used as part of SFDX: Get Apex Debug Logs ... (PR #2644)

Fixed

docs

salesforcedx-vscode-core

50.2.0 - October 22, 2020

Fixed

docs

  • Re-organize Get Started section (PR #2626)

salesforcedx-vscode-apex

  • Improve @AuraEnabled apex snippet for better error handling. (PR #2640) - Contribution by @PawelWozniak

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.1.0 - October 14, 2020

Added

salesforcedx-vscode-core

  • Added Retrieve and Open Source feature for Org Browser (PR #2573)

Fixed

salesforcedx-vscode-core

docs

salesforcedx-vscode - Release v55.4.1

Published by gbockus-sf over 2 years ago

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

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

  • We fixed an issue where the SFDX: Create Lightning Web Component Test command threw an error when you exited out of the command prematurely. (PR #4143)

54.15.0 - June 1, 2022

Added

salesforcedx-vscode-core

  • The SFDX: Rename Component command now prevents you from renaming an LWC or Aura component if the new name breaks any naming rules. New LWC component names are automatically revised to start with a lower-case letter if they don't already. (PR #4145)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • You can now use Ctrl+Space to retrigger autocomplete within code braces ({}) in an HTML file. Previously, if you moved away from or deleted content within code braces, you lost autocompletion. (PR #4144)

54.12.0 - May 14, 2022

Fixed

salesforcedx-vscode-core

  • We added the ability to stop containerless function (PR #4025)

54.11.0 - May 4, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it prevents a component from being renamed if the component bundle already contains a file with that name. (PR #4039).
  • Fixed some under-the-hood issues. (PR #4069).

54.9.0 - April 21, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it now correctly renames the file in the __tests__ folder for LWC components that has the same name as the component being renamed (PR #4020).
  • We added support for debugging JavaScript in containerless functions (PR#4001).
  • We fixed an issue that prevented Standard Value Sets from being displayed in the Org Browser(PR # 3992). Fixes Issue https://github.com/forcedotcom/salesforcedx-vscode/issues/1579

54.8.0 - April 13, 2022

Fixed

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

salesforcedx-vscode-core

54.7.0 - April 6, 2022

Added

salesforcedx-vscode-core

  • Right-click and run the new SFDX: Rename Component command to quickly rename all the files of an LWC component (js, html, css, js-meta.xml file types) or an Aura component (auradoc, cmp, cmp-meta.xml, css, design, svg, contoller, helper, renderer, js file types) using a single command (PR #3923).

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. (PR #3920)

Fixed

docs

  • Updated Java Setup instructions to include instructions for JDK 17. (PR #3909)

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

salesforcedx-vscode-core

  • Retrieve components within folders for metadata types such as Reports, Dashboards, Documents, and EmailTemplates. Before this update, it wasn't possible to retrieve individual component metadata from within folders. (PR #3892)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Fixed some issues with autocompletion in template JS files. (PR #3931,PR #3931)

54.5.0 - March 14, 2022

Fixed

salesforcedx-vscode-core

  • We’ve updated the library that supports Salesforce Templates commands in VS Code so that it now uses API version 54.0 when generating new metadata from our standard templates.(PR #3749)

54.4.1 - March 10, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted the source-deploy-retrieve library to v5.12.2 because it was sometimes failing on OSX Monterey.

54.4.0 - March 9, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Diff Folder Against Org command so that it now diffs objects against orgs correctly. (PR #3876)

54.3.0 - March 3, 2022

Added

salesforcedx-vscode-core

  • We’ve made the functionality of older versions of some commands available for you to use with your existing scratch orgs. Use these legacy commands so you don’t run into issues with their newer versions:

    SFDX: Pull Source from Default Scratch Org (Legacy)

    SFDX: Pull Source from Default Scratch Org and Override Conflicts (Legacy)

    SFDX: Push Source to Default Scratch Org (Legacy)

    SFDX: Push Source to Default Scratch Org and Override Conflicts (Legacy) and

    SFDX: View All Changes (Local and in Default Scratch Org) (Legacy) (PR #3839)

salesforcedx-vscode-lightning & salesforcedx-vscode-lwc

  • Autocompletion is now available for bracket syntax '{}' in HTML files.(PR #3865)

Fixed

docs

salesforcedx-vscode-expanded

salesforcedx-vscode-apex

salesforcedx-vscode

  • We now support JDK version 17 in addition to versions 8 and 11. (PR #3860)

salesforcedx-vscode-core

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

54.2.0 - February 24, 2022

Added

salesforcedx-vscode

  • Run the new Start Function in Container command to run a Salesforce Function in a Docker container. The old command, Start Function now runs a function locally. (PR #3838, PR #3856)

Fixed

salesforcedx-vscode

  • We resolved the issue with the Diff Folder Against Org command being visible from the command palette even when an SFDX project wasn’t open. (PR #3843).

salesforcedx-vscode-apex

  • We removed some unessential Apex classes from the Apex LSP .jar file. (PR #3844)

54.0.0 - February 15, 2022

Added

salesforcedx-vscode

  • Run the updated Launch Apex Replay Debugger with Current File to launch the Apex Replay Debugger from an Apex test file, an Anonymous Apex file, or an Apex log file. Previously, you could launch the Apex Replay Debugger only from an Apex log file. Also, we’ve simplified both the setup and execution of the command. You’re no longer required to create a launch configuration (launch.json) to run the Apex Replay Debugger, and you can debug your code with fewer steps. (PR #3779, PR #3827).

Fixed

salesforcedx-vscode

  • The Generate Manifest File doesn’t show up as an option when you right-click on components within metadata types. Previously, the command showed up incorrectly even though it wasn’t executable (PR #3818).

  • The Execute Anonymous Apex code lens is now working as expected (PR #3819).

  • We fixed a broken video link in documentation (PR #3817).

  • We fixed some issues under the hood (PR #3813), (PR #3812).

53.16.0 - February 2, 2022

Added

salesforcedx-vscode-core

  • The new Manifest Builder feature has been added to automatically generate a manifest file for a given set of metadata components instead of editing the package.xml file manually (PR #3784)

docs

  • Updated development-models.md with a new section on Manifest Builder (PR #3788)

53.14.1 - January 19, 2022

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Backend changes to set up Anonymous Apex in replay debugging (PR #3758)

53.13.0 - January 13, 2022

Added

salesforcedx-vscode-apex

  • Identify test class from uri (PR #3751)

Fixed

docs

  • Updates to reflect runtime restrictions (PR #3741)

salesforcedx-vscode-apex

  • Prevent local java runtime in project (PR #3730)

53.12.0 - January 5, 2022

Added

salesforcedx-vscode-core

  • Add ability to remove expired orgs from the org list (PR #3732)

53.8.0 - December 16, 2021

Added

salesforcedx-vscode-apex

  • Enable use of anonymous Apex execution codelens (PR #3688)

Fixed

salesforcedx-vscode-core

  • Fix org browser to show retrieve source action for sobjects (PR #3697)

  • Fix org browser to display nested items such as Email Templates, Dashboards, Documents and Reports (PR #3685)

53.7.0 - December 9, 2021

Fixed

docs

salesforcedx-vscode-core

  • Retrieve field data for a custom object type (PR #3661)

  • Ability to select and deploy multiple files (PR #3660)

53.4.0 - November 17, 2021

Added

salesforcedx-vscode-core

  • Add ability to deploy and retrieve multiple files (PR #3621)

salesforcedx-vscode-apex

  • Enabled Hover, Go to Definition, and References functionality in anonymous apex files (PR #3650)

Fixed

docs

  • Add multi-selecting files and folders in explorer for Source Deploy/Retrieve, and fields and field details for custom objects (PR #3639)

  • Added New Articles for Japanese (PR #3640)

53.3.0 - November 10, 2021

Added

salesforcedx-vscode-apex

  • Code completion for anonymous apex (PR #3617)

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lightning

  • Update lightning-language-server to latest version (PR #3633)

salesforcedx-vscode-lwc

  • Update lightning-language-server to latest version (PR #3633)

53.2.0 - November 4, 2021

Fixed

docs

53.1.0 - October 28, 2021

Added

docs

  • Append or prepend site title with SEO meta data (PR #3546)

salesforcedx-vscode-apex

  • Bundle extensions with apex.db to optimize LSP performance (PR #3585)

Fixed

docs

  • Removed extra line in documentation (PR #3614)

  • Update performance enhancements documentation (PR #3593)

salesforcedx-vscode-core

  • Set first alias when configuring default org (PR #3581) - Contribution by @DanielCalle

  • Fix broken documentation links (PR #3605)

  • Remove the Experimental: Deploy Retrieve performance enhancements user setting (PR #3580)

  • Under-the-hood fixes

53.0.0 - October 13, 2021

Fixed

salesforcedx-vscode-apex

  • Changes in Apex Language Server to suggest correct autocompletes in projects with namespace, additional telemetry and deletion of SOQL library. (PR #3568)

docs

  • Removes Salesforce Functions Beta tag. (PR #3583)

52.17.0 - October 8, 2021

Added

salesforcedx-vscode-core

  • Support custom templates in VS Code (PR #3563)

Fixed

docs

  • Documentation for custom templates in VS Code (PR #3565)

salesforcedx-vscode-core

  • Fix a conflict detection bug when components are deployed multiple time (PR #3556)

52.16.0 - September 29, 2021

Added

salesforcedx-vscode-apex

  • Improve performance for Apex Indexer startup and updates the faux classes for the built-in standard Apex library (PR #3529)

Fixed

salesforcedx-vscode-core

  • Set sourceApiVersion for sourcepath based deploy and retrieve (PR #3528)

salesforcedx-vscode-lwc

  • Fix debug code lens for VS Code 1.60+ (PR #3545)

salesforcedx-vscode-apex-replay-debugger

  • Fix trace flag update error (PR #3550)

salesforcedx-vscode-soql

  • Skip checking types in libs (PR #3534)

52.13.0 - September 8, 2021

Fixed

docs

  • Fixes doc bug that has incorrect location of the Org Picker. (PR #3423)

salesforcedx-vscode-core

52.12.0 - September 1, 2021

Fixed

salesforcedx-vscode-apex

  • Fixes Apex snippets to use a drop-down for access modifiers instead of a list, including: staticmethod, method, field, constructor. (PR #3492)

52.11.0 - August 26, 2021

Fixed

docs

  • Add Functions to the sidebar of VSCode doc site (PR #3510)

52.9.1 - August 12, 2021

Fixed

docs

  • Updated docs website's default header and footer (PR #3491)

salesforcedx-vscode-core

52.9.0 - August 11, 2021

Fixed

salesforcedx-vscode-core

  • Use functions library to create functions (PR #3476)

  • Add support for invoking function using payload contents (PR #3472)

  • Bump SDR to 3.0.0 (PR #3497)

salesforcedx-vscode-lwc

  • Update lightning language servers to 3.0.14 (PR #3468)

salesforcedx-vscode-lightning

  • Update lightning language servers to 3.0.14 (PR #3468)

52.8.0 - August 4, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Support checkpoints for one-step replay debugger (PR #3410)

salesforcedx-vscode-core

  • Remove old conflict detection mechanism (PR #3377)

52.7.0 - July 30, 2021

Added

salesforcedx-vscode-apex

  • Add commands SFDX: Create Apex Test Suite, SFDX: Add Tests to Apex Test Suite, and SFDX: Run Apex Test Suite (PR #3435)

salesforcedx-vscode-core

  • Add command SFDX: Log Out from Default Org (PR #3428)

Fixed

docs

salesforcedx-vscode-core

  • Support additional metadata types with conflict detection (PR #3424)

  • Support multiple directories on deploy on save with conflict detection (PR #3393)

52.6.0 - July 23, 2021

Added

salesforcedx-vscode

  • Include SOQL in extension pack (PR #3400)

salesforcedx-vscode-core

  • Update conflict detection setting description (PR #3416)

  • Fix functions dependency issue preventing extensions from loading (PR #3443)

Fixed

salesforcedx-sobjects-faux-generator

  • Correct LWC typing generation for new projects (PR #3418)

salesforcedx-vscode-core

  • Performance improvements for SFDX: Start Function, Invoke and Debug Invoke commands (PR #3399)

  • Fix conflict detection error for empty results (PR #3376)

52.5.0 - July 14, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Update test sidebar icons and add test coverage for easy button replay debugger (PR #3381)

salesforcedx-vscode-core

  • Update text on Conflict detection modal window (PR #3394)

  • Enhance hovertip text for conflict detection to show last modified date information (PR #3352)

Fixed

docs

  • Update docs for conflict detection (PR #3396)

salesforcedx-vscode-core

  • Remove setting to enable function PR #3409)

52.4.0 - July 8, 2021

Added

salesforcedx-vscode-core

  • Enable conflict detection for all deploy commands (PR #3357)

52.3.0 - June 30, 2021

Added

salesforcedx-vscode-apex

  • Add "Debug Test" code lens to Apex test methods and classes (PR #3347)

salesforcedx-vscode-core

  • Add language data to telemetry for functions (PR #3338)

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

52.2.0 - June 24, 2021

Added

salesforcedx-vscode-core

52.1.0 - June 16, 2021

Added

salesforcedx-vscode-core

Fixed

docs

salesforcedx-vscode-core

  • Import FileProperties from the top level (PR #3302)

  • Use correct message for file diffs (PR #3304)

51.17.0 - June 10, 2021

Added

salesforcedx-vscode-core

  • Add caching for conflict detection (PR #3283)

Fixed

docs

  • New Functions article and related changes. (PR #3278)

salesforcedx-vscode-core

  • Remove Functions feature-flag and update doc (PR #3289)

  • Correct creation of trace flags when running SFDX Turn on Apex Debug Log (PR #3290), (Issue #3288)

51.16.0 - June 3, 2021

Added

salesforcedx-vscode-core

  • Add Java support for Functions debugging (PR #3273)

  • Add Java support for SFDX: Start Function (PR #3269)

Fixed

salesforcedx-vscode-core

  • Update default debug port (PR #3272)

  • Use new CLI for functions invoke @W-9282250@ (PR #3270)

  • Throw error on remote component not found (PR #3259)

  • Pull function dependencies by default + Java/Maven support @W-9282387@ (PR #3262)

51.15.0 - May 27, 2021

Added

salesforcedx-vscode-core

  • Conflict detection performance improvements (PR #3246)

  • Use new CLI for Functions creation and add Java Functions support (PR #3247)

Fixed

salesforcedx-vscode-core

  • Fix "Cannot read property split of undefined" issue when retrieving with Org Browser or Manifest (#3262, #3210, #3218)

  • Remove Functions template for SFDX: Create Project command (#3253)

salesforcedx-vscode-apex

  • Fix an issue where Apex test results were limited to 2000 records (#3265)

51.14.0 - May 21, 2021

Added

salesforcedx-vscode-core

  • Enable diff detection for folders (PR #3243)

  • Enable diff detection for all metadata types (PR #3240)

salesforcedx-vscode-lwc

  • Add support for new LWC Analytics Dashboard feature and fix some under-the-hood bugs (PR #3232)

docs

  • Doc updates for Diff Detection(PR #3250)

51.13.0 - May 12, 2021

Added

salesforcedx-vscode-core

  • Cache metadata based on a project path (PR #3191)

51.12.0 - May 6, 2021

Fixed

salesforcedx-vscode-core

51.11.0 - April 29, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Disable LWC type generation (PR #3165)

salesforcedx-vscode-core

  • Preserve leading zeros in xml tags for the new Deploy/Retrieve route (PR #3189)

  • Fix metadata xml issues by removing the tooling api route for the new Deploy/Retrieve (PR #3181)

  • Surface original error with deploy/retrieve (PR #3178)

51.10.0 - April 21, 2021

Fixed

docs

  • Update docs to reflect Apex library setting has been removed (PR #3148)

salesforcedx-vscode-apex

  • Update "All tests" option for SFDX: Run Apex Tests command to match CLI behavior (PR #3126)

salesforcedx-vscode-core

  • Fix issues with the following types for deploy/retrieve library (PR #3147, Issue #3114, Issue #3157):

    • AccountRelationshipShareRule
    • TimeSheetTemplate
    • WaveDashboard
    • WaveRecipe
    • WaveLens
    • WaveDataflow
    • WorkSkillRouting
  • Remove Apex feature flag & delete CLI code path (PR #3148)

51.8.0 - April 07, 2021

Added

salesforcedx-vscode-apex

  • Add progress reporting and cancellation to Apex test runs (PR #3103)

salesforcedx-sobjects-faux-generator

  • Add cancellation to SObject Refresh command (PR #3116)

Fixed

docs

  • Update Org Picker location in documentation (PR #3099) (Issue #3095)

  • Update Apex status to reflect default usage in Salesforce CLI (PR #3119)

salesforcedx-vscode-core

51.7.0 - Mar 31, 2021

Added

salesforcedx-sobjects-vscode-core

  • Switched setting salesforcedx-vscode-core.experimental.deployRetrieve to on by default. (PR #3101)

salesforcedx-sobjects-faux-generator

  • Generate typings for sobjects (PR #3018)

Fixed

salesforcedx-vscode-core

  • Do not show refresh success message for min sobjects (PR #3082)

51.6.0 - March 24, 2021

Added

salesforcedx-vscode-core

  • Add cancellation to Deploy & Retrieve Library commands (PR #3068)

Fixed

salesforcedx-vscode-core

  • Fix deployment issues with Document metadata types (PR #3083)

  • Fix library executions not focusing on channel output via the 'Show' button (PR #3081, Issue #2987)

  • Generate SObject definitions from cached data (PR #3037)

51.5.0 - March 18, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Handle undefined results when running SFDX: Refresh SObject Definitions command (PR #3064, Issue #3056)

salesforcedx-vscode-core

  • Fixed issues with deploy retrieve beta: timeout for long running operations, output for multi-file components, and retrieving static resources (PR #3048)

docs

  • Update description for deploy retrieve beta setting (PR #3043)

51.4.0 - March 10, 2021

Fixed

salesforcedx-vscode-apex-replay-debugger

salesforcedx-vscode-apex

  • Switch to Apex output channel automatically after running Apex tests (PR #3027), (Issue #3009)

51.3.0 - March 3, 2021

Added

salesforcedx-sobjects-faux-generator

  • Improved sObject refresh performance (PR #2997)

docs

  • Add learning map to additional resources (PR #2989)

  • Update SOQL docs for saving query results (PR #2988)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Fix debug test icon color to be friendly for light themes (PR #2978)

51.2.0 - February 24, 2021

Added

salesforcedx-vscode-apex

Fixed

docs

  • SOQL Builder - Add LIKE support (PR #2971)

  • SOQL Builder - Add COUNT support (PR #2946)

salesforcedx-vscode-apex

50.17.0 - February 10, 2021

Fixed

docs

salesforcedx-vscode-apex

  • Fix 'SFDX: Execute Anonymous Apex' diagnostic reporting for runtime failures (PR #2927)

salesforcedx-vscode-apex-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-apex-replay-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-core

  • Add new template updates for apex class and project config (PR #2919)

salesforcedx-vscode-lwc

  • Activate Redhat XML extension only if it is version 0.14.0 (PR #2934). This is an interim fix for the issue (Issue #2923).

  • Adds VS Code support for Email Templates as a target for custom components. (PR #2918)

salesforcedx-vscode-visualforce

  • Remove use of missing telemetry method (PR #2913)

50.16.0 - February 3, 2021

Added

salesforcedx-vscode-apex

  • Surface project information in Apex Language Server Output panel (PR #2891)

Fixed

docs

salesforcedx-vscode-lwc

  • Reduce extension size by 34% (PR #2904)

salesforcedx-vscode-lightning

  • Reduce extension size by 68% (PR #2908)

50.14.0 - January 21, 2021

Fixed

salesforcedx-vscode-apex

  • Fix issue with recognizing the default org when running tests at the start of a session (PR #2868)

50.13.0 - January 13, 2021

Added

salesforcedx-vscode-apex

  • Added debug button to test sidebar to automatically run Apex Replay Debugger after test run (PR #2804)

salesforcedx-vscode-core

  • Run Apex tests using the Apex library (PR #2828)

Fixed

docs

  • Remove manual listing of palette commands (PR #2848)

salesforcedx-sobjects-faux-generator

salesforcedx-vscode-core

  • Provides relative project paths for beta deploy/retrieve in the output (PR #2807)

50.8.0 - December 9, 2020

Added

salesforcedx-vscode-core

50.7.0 - December 2, 2020

Added

salesforcedx-vscode-core

Fixed

docs

  • Add license note for Apex Interactive Debugger (PR #2760)

salesforcedx-vscode-core

  • Reduce salesforcedx-vscode-core extension size by 30% (PR #2769)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

50.5.0 - November 11, 2020

Fixed

salesforcedx-vscode-core

  • Show debug log list in descending order by date for SFDX: Get Apex Debug Logs (PR #2713, Issue #2698)

  • Set required version of VS Code to 1.46.0 or higher (PR #2719)

50.4.0 - November 5, 2020

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.3.0 - October 28, 2020

Added

salesforcedx-vscode-core

  • New force:apex:log:list command implementation, used as part of SFDX: Get Apex Debug Logs ... (PR #2644)

Fixed

docs

salesforcedx-vscode-core

50.2.0 - October 22, 2020

Fixed

docs

  • Re-organize Get Started section (PR #2626)

salesforcedx-vscode-apex

  • Improve @AuraEnabled apex snippet for better error handling. (PR #2640) - Contribution by @PawelWozniak

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.1.0 - October 14, 2020

Added

salesforcedx-vscode-core

  • Added Retrieve and Open Source feature for Org Browser (PR #2573)

Fixed

salesforcedx-vscode-core

docs

salesforcedx-vscode - Release v55.4.0

Published by gbockus-sf over 2 years ago

55.4.0 - July 9, 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

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

  • We fixed an issue where the SFDX: Create Lightning Web Component Test command threw an error when you exited out of the command prematurely. (PR #4143)

54.15.0 - June 1, 2022

Added

salesforcedx-vscode-core

  • The SFDX: Rename Component command now prevents you from renaming an LWC or Aura component if the new name breaks any naming rules. New LWC component names are automatically revised to start with a lower-case letter if they don't already. (PR #4145)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • You can now use Ctrl+Space to retrigger autocomplete within code braces ({}) in an HTML file. Previously, if you moved away from or deleted content within code braces, you lost autocompletion. (PR #4144)

54.12.0 - May 14, 2022

Fixed

salesforcedx-vscode-core

  • We added the ability to stop containerless function (PR #4025)

54.11.0 - May 4, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it prevents a component from being renamed if the component bundle already contains a file with that name. (PR #4039).
  • Fixed some under-the-hood issues. (PR #4069).

54.9.0 - April 21, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it now correctly renames the file in the __tests__ folder for LWC components that has the same name as the component being renamed (PR #4020).
  • We added support for debugging JavaScript in containerless functions (PR#4001).
  • We fixed an issue that prevented Standard Value Sets from being displayed in the Org Browser(PR # 3992). Fixes Issue https://github.com/forcedotcom/salesforcedx-vscode/issues/1579

54.8.0 - April 13, 2022

Fixed

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

salesforcedx-vscode-core

54.7.0 - April 6, 2022

Added

salesforcedx-vscode-core

  • Right-click and run the new SFDX: Rename Component command to quickly rename all the files of an LWC component (js, html, css, js-meta.xml file types) or an Aura component (auradoc, cmp, cmp-meta.xml, css, design, svg, contoller, helper, renderer, js file types) using a single command (PR #3923).

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. (PR #3920)

Fixed

docs

  • Updated Java Setup instructions to include instructions for JDK 17. (PR #3909)

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

salesforcedx-vscode-core

  • Retrieve components within folders for metadata types such as Reports, Dashboards, Documents, and EmailTemplates. Before this update, it wasn't possible to retrieve individual component metadata from within folders. (PR #3892)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Fixed some issues with autocompletion in template JS files. (PR #3931,PR #3931)

54.5.0 - March 14, 2022

Fixed

salesforcedx-vscode-core

  • We’ve updated the library that supports Salesforce Templates commands in VS Code so that it now uses API version 54.0 when generating new metadata from our standard templates.(PR #3749)

54.4.1 - March 10, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted the source-deploy-retrieve library to v5.12.2 because it was sometimes failing on OSX Monterey.

54.4.0 - March 9, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Diff Folder Against Org command so that it now diffs objects against orgs correctly. (PR #3876)

54.3.0 - March 3, 2022

Added

salesforcedx-vscode-core

  • We’ve made the functionality of older versions of some commands available for you to use with your existing scratch orgs. Use these legacy commands so you don’t run into issues with their newer versions:

    SFDX: Pull Source from Default Scratch Org (Legacy)

    SFDX: Pull Source from Default Scratch Org and Override Conflicts (Legacy)

    SFDX: Push Source to Default Scratch Org (Legacy)

    SFDX: Push Source to Default Scratch Org and Override Conflicts (Legacy) and

    SFDX: View All Changes (Local and in Default Scratch Org) (Legacy) (PR #3839)

salesforcedx-vscode-lightning & salesforcedx-vscode-lwc

  • Autocompletion is now available for bracket syntax '{}' in HTML files.(PR #3865)

Fixed

docs

salesforcedx-vscode-expanded

salesforcedx-vscode-apex

salesforcedx-vscode

  • We now support JDK version 17 in addition to versions 8 and 11. (PR #3860)

salesforcedx-vscode-core

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

54.2.0 - February 24, 2022

Added

salesforcedx-vscode

  • Run the new Start Function in Container command to run a Salesforce Function in a Docker container. The old command, Start Function now runs a function locally. (PR #3838, PR #3856)

Fixed

salesforcedx-vscode

  • We resolved the issue with the Diff Folder Against Org command being visible from the command palette even when an SFDX project wasn’t open. (PR #3843).

salesforcedx-vscode-apex

  • We removed some unessential Apex classes from the Apex LSP .jar file. (PR #3844)

54.0.0 - February 15, 2022

Added

salesforcedx-vscode

  • Run the updated Launch Apex Replay Debugger with Current File to launch the Apex Replay Debugger from an Apex test file, an Anonymous Apex file, or an Apex log file. Previously, you could launch the Apex Replay Debugger only from an Apex log file. Also, we’ve simplified both the setup and execution of the command. You’re no longer required to create a launch configuration (launch.json) to run the Apex Replay Debugger, and you can debug your code with fewer steps. (PR #3779, PR #3827).

Fixed

salesforcedx-vscode

  • The Generate Manifest File doesn’t show up as an option when you right-click on components within metadata types. Previously, the command showed up incorrectly even though it wasn’t executable (PR #3818).

  • The Execute Anonymous Apex code lens is now working as expected (PR #3819).

  • We fixed a broken video link in documentation (PR #3817).

  • We fixed some issues under the hood (PR #3813), (PR #3812).

53.16.0 - February 2, 2022

Added

salesforcedx-vscode-core

  • The new Manifest Builder feature has been added to automatically generate a manifest file for a given set of metadata components instead of editing the package.xml file manually (PR #3784)

docs

  • Updated development-models.md with a new section on Manifest Builder (PR #3788)

53.14.1 - January 19, 2022

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Backend changes to set up Anonymous Apex in replay debugging (PR #3758)

53.13.0 - January 13, 2022

Added

salesforcedx-vscode-apex

  • Identify test class from uri (PR #3751)

Fixed

docs

  • Updates to reflect runtime restrictions (PR #3741)

salesforcedx-vscode-apex

  • Prevent local java runtime in project (PR #3730)

53.12.0 - January 5, 2022

Added

salesforcedx-vscode-core

  • Add ability to remove expired orgs from the org list (PR #3732)

53.8.0 - December 16, 2021

Added

salesforcedx-vscode-apex

  • Enable use of anonymous Apex execution codelens (PR #3688)

Fixed

salesforcedx-vscode-core

  • Fix org browser to show retrieve source action for sobjects (PR #3697)

  • Fix org browser to display nested items such as Email Templates, Dashboards, Documents and Reports (PR #3685)

53.7.0 - December 9, 2021

Fixed

docs

salesforcedx-vscode-core

  • Retrieve field data for a custom object type (PR #3661)

  • Ability to select and deploy multiple files (PR #3660)

53.4.0 - November 17, 2021

Added

salesforcedx-vscode-core

  • Add ability to deploy and retrieve multiple files (PR #3621)

salesforcedx-vscode-apex

  • Enabled Hover, Go to Definition, and References functionality in anonymous apex files (PR #3650)

Fixed

docs

  • Add multi-selecting files and folders in explorer for Source Deploy/Retrieve, and fields and field details for custom objects (PR #3639)

  • Added New Articles for Japanese (PR #3640)

53.3.0 - November 10, 2021

Added

salesforcedx-vscode-apex

  • Code completion for anonymous apex (PR #3617)

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lightning

  • Update lightning-language-server to latest version (PR #3633)

salesforcedx-vscode-lwc

  • Update lightning-language-server to latest version (PR #3633)

53.2.0 - November 4, 2021

Fixed

docs

53.1.0 - October 28, 2021

Added

docs

  • Append or prepend site title with SEO meta data (PR #3546)

salesforcedx-vscode-apex

  • Bundle extensions with apex.db to optimize LSP performance (PR #3585)

Fixed

docs

  • Removed extra line in documentation (PR #3614)

  • Update performance enhancements documentation (PR #3593)

salesforcedx-vscode-core

  • Set first alias when configuring default org (PR #3581) - Contribution by @DanielCalle

  • Fix broken documentation links (PR #3605)

  • Remove the Experimental: Deploy Retrieve performance enhancements user setting (PR #3580)

  • Under-the-hood fixes

53.0.0 - October 13, 2021

Fixed

salesforcedx-vscode-apex

  • Changes in Apex Language Server to suggest correct autocompletes in projects with namespace, additional telemetry and deletion of SOQL library. (PR #3568)

docs

  • Removes Salesforce Functions Beta tag. (PR #3583)

52.17.0 - October 8, 2021

Added

salesforcedx-vscode-core

  • Support custom templates in VS Code (PR #3563)

Fixed

docs

  • Documentation for custom templates in VS Code (PR #3565)

salesforcedx-vscode-core

  • Fix a conflict detection bug when components are deployed multiple time (PR #3556)

52.16.0 - September 29, 2021

Added

salesforcedx-vscode-apex

  • Improve performance for Apex Indexer startup and updates the faux classes for the built-in standard Apex library (PR #3529)

Fixed

salesforcedx-vscode-core

  • Set sourceApiVersion for sourcepath based deploy and retrieve (PR #3528)

salesforcedx-vscode-lwc

  • Fix debug code lens for VS Code 1.60+ (PR #3545)

salesforcedx-vscode-apex-replay-debugger

  • Fix trace flag update error (PR #3550)

salesforcedx-vscode-soql

  • Skip checking types in libs (PR #3534)

52.13.0 - September 8, 2021

Fixed

docs

  • Fixes doc bug that has incorrect location of the Org Picker. (PR #3423)

salesforcedx-vscode-core

52.12.0 - September 1, 2021

Fixed

salesforcedx-vscode-apex

  • Fixes Apex snippets to use a drop-down for access modifiers instead of a list, including: staticmethod, method, field, constructor. (PR #3492)

52.11.0 - August 26, 2021

Fixed

docs

  • Add Functions to the sidebar of VSCode doc site (PR #3510)

52.9.1 - August 12, 2021

Fixed

docs

  • Updated docs website's default header and footer (PR #3491)

salesforcedx-vscode-core

52.9.0 - August 11, 2021

Fixed

salesforcedx-vscode-core

  • Use functions library to create functions (PR #3476)

  • Add support for invoking function using payload contents (PR #3472)

  • Bump SDR to 3.0.0 (PR #3497)

salesforcedx-vscode-lwc

  • Update lightning language servers to 3.0.14 (PR #3468)

salesforcedx-vscode-lightning

  • Update lightning language servers to 3.0.14 (PR #3468)

52.8.0 - August 4, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Support checkpoints for one-step replay debugger (PR #3410)

salesforcedx-vscode-core

  • Remove old conflict detection mechanism (PR #3377)

52.7.0 - July 30, 2021

Added

salesforcedx-vscode-apex

  • Add commands SFDX: Create Apex Test Suite, SFDX: Add Tests to Apex Test Suite, and SFDX: Run Apex Test Suite (PR #3435)

salesforcedx-vscode-core

  • Add command SFDX: Log Out from Default Org (PR #3428)

Fixed

docs

salesforcedx-vscode-core

  • Support additional metadata types with conflict detection (PR #3424)

  • Support multiple directories on deploy on save with conflict detection (PR #3393)

52.6.0 - July 23, 2021

Added

salesforcedx-vscode

  • Include SOQL in extension pack (PR #3400)

salesforcedx-vscode-core

  • Update conflict detection setting description (PR #3416)

  • Fix functions dependency issue preventing extensions from loading (PR #3443)

Fixed

salesforcedx-sobjects-faux-generator

  • Correct LWC typing generation for new projects (PR #3418)

salesforcedx-vscode-core

  • Performance improvements for SFDX: Start Function, Invoke and Debug Invoke commands (PR #3399)

  • Fix conflict detection error for empty results (PR #3376)

52.5.0 - July 14, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Update test sidebar icons and add test coverage for easy button replay debugger (PR #3381)

salesforcedx-vscode-core

  • Update text on Conflict detection modal window (PR #3394)

  • Enhance hovertip text for conflict detection to show last modified date information (PR #3352)

Fixed

docs

  • Update docs for conflict detection (PR #3396)

salesforcedx-vscode-core

  • Remove setting to enable function PR #3409)

52.4.0 - July 8, 2021

Added

salesforcedx-vscode-core

  • Enable conflict detection for all deploy commands (PR #3357)

52.3.0 - June 30, 2021

Added

salesforcedx-vscode-apex

  • Add "Debug Test" code lens to Apex test methods and classes (PR #3347)

salesforcedx-vscode-core

  • Add language data to telemetry for functions (PR #3338)

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

52.2.0 - June 24, 2021

Added

salesforcedx-vscode-core

52.1.0 - June 16, 2021

Added

salesforcedx-vscode-core

Fixed

docs

salesforcedx-vscode-core

  • Import FileProperties from the top level (PR #3302)

  • Use correct message for file diffs (PR #3304)

51.17.0 - June 10, 2021

Added

salesforcedx-vscode-core

  • Add caching for conflict detection (PR #3283)

Fixed

docs

  • New Functions article and related changes. (PR #3278)

salesforcedx-vscode-core

  • Remove Functions feature-flag and update doc (PR #3289)

  • Correct creation of trace flags when running SFDX Turn on Apex Debug Log (PR #3290), (Issue #3288)

51.16.0 - June 3, 2021

Added

salesforcedx-vscode-core

  • Add Java support for Functions debugging (PR #3273)

  • Add Java support for SFDX: Start Function (PR #3269)

Fixed

salesforcedx-vscode-core

  • Update default debug port (PR #3272)

  • Use new CLI for functions invoke @W-9282250@ (PR #3270)

  • Throw error on remote component not found (PR #3259)

  • Pull function dependencies by default + Java/Maven support @W-9282387@ (PR #3262)

51.15.0 - May 27, 2021

Added

salesforcedx-vscode-core

  • Conflict detection performance improvements (PR #3246)

  • Use new CLI for Functions creation and add Java Functions support (PR #3247)

Fixed

salesforcedx-vscode-core

  • Fix "Cannot read property split of undefined" issue when retrieving with Org Browser or Manifest (#3262, #3210, #3218)

  • Remove Functions template for SFDX: Create Project command (#3253)

salesforcedx-vscode-apex

  • Fix an issue where Apex test results were limited to 2000 records (#3265)

51.14.0 - May 21, 2021

Added

salesforcedx-vscode-core

  • Enable diff detection for folders (PR #3243)

  • Enable diff detection for all metadata types (PR #3240)

salesforcedx-vscode-lwc

  • Add support for new LWC Analytics Dashboard feature and fix some under-the-hood bugs (PR #3232)

docs

  • Doc updates for Diff Detection(PR #3250)

51.13.0 - May 12, 2021

Added

salesforcedx-vscode-core

  • Cache metadata based on a project path (PR #3191)

51.12.0 - May 6, 2021

Fixed

salesforcedx-vscode-core

51.11.0 - April 29, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Disable LWC type generation (PR #3165)

salesforcedx-vscode-core

  • Preserve leading zeros in xml tags for the new Deploy/Retrieve route (PR #3189)

  • Fix metadata xml issues by removing the tooling api route for the new Deploy/Retrieve (PR #3181)

  • Surface original error with deploy/retrieve (PR #3178)

51.10.0 - April 21, 2021

Fixed

docs

  • Update docs to reflect Apex library setting has been removed (PR #3148)

salesforcedx-vscode-apex

  • Update "All tests" option for SFDX: Run Apex Tests command to match CLI behavior (PR #3126)

salesforcedx-vscode-core

  • Fix issues with the following types for deploy/retrieve library (PR #3147, Issue #3114, Issue #3157):

    • AccountRelationshipShareRule
    • TimeSheetTemplate
    • WaveDashboard
    • WaveRecipe
    • WaveLens
    • WaveDataflow
    • WorkSkillRouting
  • Remove Apex feature flag & delete CLI code path (PR #3148)

51.8.0 - April 07, 2021

Added

salesforcedx-vscode-apex

  • Add progress reporting and cancellation to Apex test runs (PR #3103)

salesforcedx-sobjects-faux-generator

  • Add cancellation to SObject Refresh command (PR #3116)

Fixed

docs

  • Update Org Picker location in documentation (PR #3099) (Issue #3095)

  • Update Apex status to reflect default usage in Salesforce CLI (PR #3119)

salesforcedx-vscode-core

51.7.0 - Mar 31, 2021

Added

salesforcedx-sobjects-vscode-core

  • Switched setting salesforcedx-vscode-core.experimental.deployRetrieve to on by default. (PR #3101)

salesforcedx-sobjects-faux-generator

  • Generate typings for sobjects (PR #3018)

Fixed

salesforcedx-vscode-core

  • Do not show refresh success message for min sobjects (PR #3082)

51.6.0 - March 24, 2021

Added

salesforcedx-vscode-core

  • Add cancellation to Deploy & Retrieve Library commands (PR #3068)

Fixed

salesforcedx-vscode-core

  • Fix deployment issues with Document metadata types (PR #3083)

  • Fix library executions not focusing on channel output via the 'Show' button (PR #3081, Issue #2987)

  • Generate SObject definitions from cached data (PR #3037)

51.5.0 - March 18, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Handle undefined results when running SFDX: Refresh SObject Definitions command (PR #3064, Issue #3056)

salesforcedx-vscode-core

  • Fixed issues with deploy retrieve beta: timeout for long running operations, output for multi-file components, and retrieving static resources (PR #3048)

docs

  • Update description for deploy retrieve beta setting (PR #3043)

51.4.0 - March 10, 2021

Fixed

salesforcedx-vscode-apex-replay-debugger

salesforcedx-vscode-apex

  • Switch to Apex output channel automatically after running Apex tests (PR #3027), (Issue #3009)

51.3.0 - March 3, 2021

Added

salesforcedx-sobjects-faux-generator

  • Improved sObject refresh performance (PR #2997)

docs

  • Add learning map to additional resources (PR #2989)

  • Update SOQL docs for saving query results (PR #2988)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Fix debug test icon color to be friendly for light themes (PR #2978)

51.2.0 - February 24, 2021

Added

salesforcedx-vscode-apex

Fixed

docs

  • SOQL Builder - Add LIKE support (PR #2971)

  • SOQL Builder - Add COUNT support (PR #2946)

salesforcedx-vscode-apex

50.17.0 - February 10, 2021

Fixed

docs

salesforcedx-vscode-apex

  • Fix 'SFDX: Execute Anonymous Apex' diagnostic reporting for runtime failures (PR #2927)

salesforcedx-vscode-apex-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-apex-replay-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-core

  • Add new template updates for apex class and project config (PR #2919)

salesforcedx-vscode-lwc

  • Activate Redhat XML extension only if it is version 0.14.0 (PR #2934). This is an interim fix for the issue (Issue #2923).

  • Adds VS Code support for Email Templates as a target for custom components. (PR #2918)

salesforcedx-vscode-visualforce

  • Remove use of missing telemetry method (PR #2913)

50.16.0 - February 3, 2021

Added

salesforcedx-vscode-apex

  • Surface project information in Apex Language Server Output panel (PR #2891)

Fixed

docs

salesforcedx-vscode-lwc

  • Reduce extension size by 34% (PR #2904)

salesforcedx-vscode-lightning

  • Reduce extension size by 68% (PR #2908)

50.14.0 - January 21, 2021

Fixed

salesforcedx-vscode-apex

  • Fix issue with recognizing the default org when running tests at the start of a session (PR #2868)

50.13.0 - January 13, 2021

Added

salesforcedx-vscode-apex

  • Added debug button to test sidebar to automatically run Apex Replay Debugger after test run (PR #2804)

salesforcedx-vscode-core

  • Run Apex tests using the Apex library (PR #2828)

Fixed

docs

  • Remove manual listing of palette commands (PR #2848)

salesforcedx-sobjects-faux-generator

salesforcedx-vscode-core

  • Provides relative project paths for beta deploy/retrieve in the output (PR #2807)

50.8.0 - December 9, 2020

Added

salesforcedx-vscode-core

50.7.0 - December 2, 2020

Added

salesforcedx-vscode-core

Fixed

docs

  • Add license note for Apex Interactive Debugger (PR #2760)

salesforcedx-vscode-core

  • Reduce salesforcedx-vscode-core extension size by 30% (PR #2769)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

50.5.0 - November 11, 2020

Fixed

salesforcedx-vscode-core

  • Show debug log list in descending order by date for SFDX: Get Apex Debug Logs (PR #2713, Issue #2698)

  • Set required version of VS Code to 1.46.0 or higher (PR #2719)

50.4.0 - November 5, 2020

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.3.0 - October 28, 2020

Added

salesforcedx-vscode-core

  • New force:apex:log:list command implementation, used as part of SFDX: Get Apex Debug Logs ... (PR #2644)

Fixed

docs

salesforcedx-vscode-core

50.2.0 - October 22, 2020

Fixed

docs

  • Re-organize Get Started section (PR #2626)

salesforcedx-vscode-apex

  • Improve @AuraEnabled apex snippet for better error handling. (PR #2640) - Contribution by @PawelWozniak

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.1.0 - October 14, 2020

Added

salesforcedx-vscode-core

  • Added Retrieve and Open Source feature for Org Browser (PR #2573)

Fixed

salesforcedx-vscode-core

docs

salesforcedx-vscode - Release v55.3.0

Published by gbockus-sf over 2 years ago

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

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

  • We fixed an issue where the SFDX: Create Lightning Web Component Test command threw an error when you exited out of the command prematurely. (PR #4143)

54.15.0 - June 1, 2022

Added

salesforcedx-vscode-core

  • The SFDX: Rename Component command now prevents you from renaming an LWC or Aura component if the new name breaks any naming rules. New LWC component names are automatically revised to start with a lower-case letter if they don't already. (PR #4145)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • You can now use Ctrl+Space to retrigger autocomplete within code braces ({}) in an HTML file. Previously, if you moved away from or deleted content within code braces, you lost autocompletion. (PR #4144)

54.12.0 - May 14, 2022

Fixed

salesforcedx-vscode-core

  • We added the ability to stop containerless function (PR #4025)

54.11.0 - May 4, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it prevents a component from being renamed if the component bundle already contains a file with that name. (PR #4039).
  • Fixed some under-the-hood issues. (PR #4069).

54.9.0 - April 21, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it now correctly renames the file in the __tests__ folder for LWC components that has the same name as the component being renamed (PR #4020).
  • We added support for debugging JavaScript in containerless functions (PR#4001).
  • We fixed an issue that prevented Standard Value Sets from being displayed in the Org Browser(PR # 3992). Fixes Issue https://github.com/forcedotcom/salesforcedx-vscode/issues/1579

54.8.0 - April 13, 2022

Fixed

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

salesforcedx-vscode-core

54.7.0 - April 6, 2022

Added

salesforcedx-vscode-core

  • Right-click and run the new SFDX: Rename Component command to quickly rename all the files of an LWC component (js, html, css, js-meta.xml file types) or an Aura component (auradoc, cmp, cmp-meta.xml, css, design, svg, contoller, helper, renderer, js file types) using a single command (PR #3923).

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. (PR #3920)

Fixed

docs

  • Updated Java Setup instructions to include instructions for JDK 17. (PR #3909)

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

salesforcedx-vscode-core

  • Retrieve components within folders for metadata types such as Reports, Dashboards, Documents, and EmailTemplates. Before this update, it wasn't possible to retrieve individual component metadata from within folders. (PR #3892)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Fixed some issues with autocompletion in template JS files. (PR #3931,PR #3931)

54.5.0 - March 14, 2022

Fixed

salesforcedx-vscode-core

  • We’ve updated the library that supports Salesforce Templates commands in VS Code so that it now uses API version 54.0 when generating new metadata from our standard templates.(PR #3749)

54.4.1 - March 10, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted the source-deploy-retrieve library to v5.12.2 because it was sometimes failing on OSX Monterey.

54.4.0 - March 9, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Diff Folder Against Org command so that it now diffs objects against orgs correctly. (PR #3876)

54.3.0 - March 3, 2022

Added

salesforcedx-vscode-core

  • We’ve made the functionality of older versions of some commands available for you to use with your existing scratch orgs. Use these legacy commands so you don’t run into issues with their newer versions:

    SFDX: Pull Source from Default Scratch Org (Legacy)

    SFDX: Pull Source from Default Scratch Org and Override Conflicts (Legacy)

    SFDX: Push Source to Default Scratch Org (Legacy)

    SFDX: Push Source to Default Scratch Org and Override Conflicts (Legacy) and

    SFDX: View All Changes (Local and in Default Scratch Org) (Legacy) (PR #3839)

salesforcedx-vscode-lightning & salesforcedx-vscode-lwc

  • Autocompletion is now available for bracket syntax '{}' in HTML files.(PR #3865)

Fixed

docs

salesforcedx-vscode-expanded

salesforcedx-vscode-apex

salesforcedx-vscode

  • We now support JDK version 17 in addition to versions 8 and 11. (PR #3860)

salesforcedx-vscode-core

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

54.2.0 - February 24, 2022

Added

salesforcedx-vscode

  • Run the new Start Function in Container command to run a Salesforce Function in a Docker container. The old command, Start Function now runs a function locally. (PR #3838, PR #3856)

Fixed

salesforcedx-vscode

  • We resolved the issue with the Diff Folder Against Org command being visible from the command palette even when an SFDX project wasn’t open. (PR #3843).

salesforcedx-vscode-apex

  • We removed some unessential Apex classes from the Apex LSP .jar file. (PR #3844)

54.0.0 - February 15, 2022

Added

salesforcedx-vscode

  • Run the updated Launch Apex Replay Debugger with Current File to launch the Apex Replay Debugger from an Apex test file, an Anonymous Apex file, or an Apex log file. Previously, you could launch the Apex Replay Debugger only from an Apex log file. Also, we’ve simplified both the setup and execution of the command. You’re no longer required to create a launch configuration (launch.json) to run the Apex Replay Debugger, and you can debug your code with fewer steps. (PR #3779, PR #3827).

Fixed

salesforcedx-vscode

  • The Generate Manifest File doesn’t show up as an option when you right-click on components within metadata types. Previously, the command showed up incorrectly even though it wasn’t executable (PR #3818).

  • The Execute Anonymous Apex code lens is now working as expected (PR #3819).

  • We fixed a broken video link in documentation (PR #3817).

  • We fixed some issues under the hood (PR #3813), (PR #3812).

53.16.0 - February 2, 2022

Added

salesforcedx-vscode-core

  • The new Manifest Builder feature has been added to automatically generate a manifest file for a given set of metadata components instead of editing the package.xml file manually (PR #3784)

docs

  • Updated development-models.md with a new section on Manifest Builder (PR #3788)

53.14.1 - January 19, 2022

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Backend changes to set up Anonymous Apex in replay debugging (PR #3758)

53.13.0 - January 13, 2022

Added

salesforcedx-vscode-apex

  • Identify test class from uri (PR #3751)

Fixed

docs

  • Updates to reflect runtime restrictions (PR #3741)

salesforcedx-vscode-apex

  • Prevent local java runtime in project (PR #3730)

53.12.0 - January 5, 2022

Added

salesforcedx-vscode-core

  • Add ability to remove expired orgs from the org list (PR #3732)

53.8.0 - December 16, 2021

Added

salesforcedx-vscode-apex

  • Enable use of anonymous Apex execution codelens (PR #3688)

Fixed

salesforcedx-vscode-core

  • Fix org browser to show retrieve source action for sobjects (PR #3697)

  • Fix org browser to display nested items such as Email Templates, Dashboards, Documents and Reports (PR #3685)

53.7.0 - December 9, 2021

Fixed

docs

salesforcedx-vscode-core

  • Retrieve field data for a custom object type (PR #3661)

  • Ability to select and deploy multiple files (PR #3660)

53.4.0 - November 17, 2021

Added

salesforcedx-vscode-core

  • Add ability to deploy and retrieve multiple files (PR #3621)

salesforcedx-vscode-apex

  • Enabled Hover, Go to Definition, and References functionality in anonymous apex files (PR #3650)

Fixed

docs

  • Add multi-selecting files and folders in explorer for Source Deploy/Retrieve, and fields and field details for custom objects (PR #3639)

  • Added New Articles for Japanese (PR #3640)

53.3.0 - November 10, 2021

Added

salesforcedx-vscode-apex

  • Code completion for anonymous apex (PR #3617)

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lightning

  • Update lightning-language-server to latest version (PR #3633)

salesforcedx-vscode-lwc

  • Update lightning-language-server to latest version (PR #3633)

53.2.0 - November 4, 2021

Fixed

docs

53.1.0 - October 28, 2021

Added

docs

  • Append or prepend site title with SEO meta data (PR #3546)

salesforcedx-vscode-apex

  • Bundle extensions with apex.db to optimize LSP performance (PR #3585)

Fixed

docs

  • Removed extra line in documentation (PR #3614)

  • Update performance enhancements documentation (PR #3593)

salesforcedx-vscode-core

  • Set first alias when configuring default org (PR #3581) - Contribution by @DanielCalle

  • Fix broken documentation links (PR #3605)

  • Remove the Experimental: Deploy Retrieve performance enhancements user setting (PR #3580)

  • Under-the-hood fixes

53.0.0 - October 13, 2021

Fixed

salesforcedx-vscode-apex

  • Changes in Apex Language Server to suggest correct autocompletes in projects with namespace, additional telemetry and deletion of SOQL library. (PR #3568)

docs

  • Removes Salesforce Functions Beta tag. (PR #3583)

52.17.0 - October 8, 2021

Added

salesforcedx-vscode-core

  • Support custom templates in VS Code (PR #3563)

Fixed

docs

  • Documentation for custom templates in VS Code (PR #3565)

salesforcedx-vscode-core

  • Fix a conflict detection bug when components are deployed multiple time (PR #3556)

52.16.0 - September 29, 2021

Added

salesforcedx-vscode-apex

  • Improve performance for Apex Indexer startup and updates the faux classes for the built-in standard Apex library (PR #3529)

Fixed

salesforcedx-vscode-core

  • Set sourceApiVersion for sourcepath based deploy and retrieve (PR #3528)

salesforcedx-vscode-lwc

  • Fix debug code lens for VS Code 1.60+ (PR #3545)

salesforcedx-vscode-apex-replay-debugger

  • Fix trace flag update error (PR #3550)

salesforcedx-vscode-soql

  • Skip checking types in libs (PR #3534)

52.13.0 - September 8, 2021

Fixed

docs

  • Fixes doc bug that has incorrect location of the Org Picker. (PR #3423)

salesforcedx-vscode-core

52.12.0 - September 1, 2021

Fixed

salesforcedx-vscode-apex

  • Fixes Apex snippets to use a drop-down for access modifiers instead of a list, including: staticmethod, method, field, constructor. (PR #3492)

52.11.0 - August 26, 2021

Fixed

docs

  • Add Functions to the sidebar of VSCode doc site (PR #3510)

52.9.1 - August 12, 2021

Fixed

docs

  • Updated docs website's default header and footer (PR #3491)

salesforcedx-vscode-core

52.9.0 - August 11, 2021

Fixed

salesforcedx-vscode-core

  • Use functions library to create functions (PR #3476)

  • Add support for invoking function using payload contents (PR #3472)

  • Bump SDR to 3.0.0 (PR #3497)

salesforcedx-vscode-lwc

  • Update lightning language servers to 3.0.14 (PR #3468)

salesforcedx-vscode-lightning

  • Update lightning language servers to 3.0.14 (PR #3468)

52.8.0 - August 4, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Support checkpoints for one-step replay debugger (PR #3410)

salesforcedx-vscode-core

  • Remove old conflict detection mechanism (PR #3377)

52.7.0 - July 30, 2021

Added

salesforcedx-vscode-apex

  • Add commands SFDX: Create Apex Test Suite, SFDX: Add Tests to Apex Test Suite, and SFDX: Run Apex Test Suite (PR #3435)

salesforcedx-vscode-core

  • Add command SFDX: Log Out from Default Org (PR #3428)

Fixed

docs

salesforcedx-vscode-core

  • Support additional metadata types with conflict detection (PR #3424)

  • Support multiple directories on deploy on save with conflict detection (PR #3393)

52.6.0 - July 23, 2021

Added

salesforcedx-vscode

  • Include SOQL in extension pack (PR #3400)

salesforcedx-vscode-core

  • Update conflict detection setting description (PR #3416)

  • Fix functions dependency issue preventing extensions from loading (PR #3443)

Fixed

salesforcedx-sobjects-faux-generator

  • Correct LWC typing generation for new projects (PR #3418)

salesforcedx-vscode-core

  • Performance improvements for SFDX: Start Function, Invoke and Debug Invoke commands (PR #3399)

  • Fix conflict detection error for empty results (PR #3376)

52.5.0 - July 14, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Update test sidebar icons and add test coverage for easy button replay debugger (PR #3381)

salesforcedx-vscode-core

  • Update text on Conflict detection modal window (PR #3394)

  • Enhance hovertip text for conflict detection to show last modified date information (PR #3352)

Fixed

docs

  • Update docs for conflict detection (PR #3396)

salesforcedx-vscode-core

  • Remove setting to enable function PR #3409)

52.4.0 - July 8, 2021

Added

salesforcedx-vscode-core

  • Enable conflict detection for all deploy commands (PR #3357)

52.3.0 - June 30, 2021

Added

salesforcedx-vscode-apex

  • Add "Debug Test" code lens to Apex test methods and classes (PR #3347)

salesforcedx-vscode-core

  • Add language data to telemetry for functions (PR #3338)

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

52.2.0 - June 24, 2021

Added

salesforcedx-vscode-core

52.1.0 - June 16, 2021

Added

salesforcedx-vscode-core

Fixed

docs

salesforcedx-vscode-core

  • Import FileProperties from the top level (PR #3302)

  • Use correct message for file diffs (PR #3304)

51.17.0 - June 10, 2021

Added

salesforcedx-vscode-core

  • Add caching for conflict detection (PR #3283)

Fixed

docs

  • New Functions article and related changes. (PR #3278)

salesforcedx-vscode-core

  • Remove Functions feature-flag and update doc (PR #3289)

  • Correct creation of trace flags when running SFDX Turn on Apex Debug Log (PR #3290), (Issue #3288)

51.16.0 - June 3, 2021

Added

salesforcedx-vscode-core

  • Add Java support for Functions debugging (PR #3273)

  • Add Java support for SFDX: Start Function (PR #3269)

Fixed

salesforcedx-vscode-core

  • Update default debug port (PR #3272)

  • Use new CLI for functions invoke @W-9282250@ (PR #3270)

  • Throw error on remote component not found (PR #3259)

  • Pull function dependencies by default + Java/Maven support @W-9282387@ (PR #3262)

51.15.0 - May 27, 2021

Added

salesforcedx-vscode-core

  • Conflict detection performance improvements (PR #3246)

  • Use new CLI for Functions creation and add Java Functions support (PR #3247)

Fixed

salesforcedx-vscode-core

  • Fix "Cannot read property split of undefined" issue when retrieving with Org Browser or Manifest (#3262, #3210, #3218)

  • Remove Functions template for SFDX: Create Project command (#3253)

salesforcedx-vscode-apex

  • Fix an issue where Apex test results were limited to 2000 records (#3265)

51.14.0 - May 21, 2021

Added

salesforcedx-vscode-core

  • Enable diff detection for folders (PR #3243)

  • Enable diff detection for all metadata types (PR #3240)

salesforcedx-vscode-lwc

  • Add support for new LWC Analytics Dashboard feature and fix some under-the-hood bugs (PR #3232)

docs

  • Doc updates for Diff Detection(PR #3250)

51.13.0 - May 12, 2021

Added

salesforcedx-vscode-core

  • Cache metadata based on a project path (PR #3191)

51.12.0 - May 6, 2021

Fixed

salesforcedx-vscode-core

51.11.0 - April 29, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Disable LWC type generation (PR #3165)

salesforcedx-vscode-core

  • Preserve leading zeros in xml tags for the new Deploy/Retrieve route (PR #3189)

  • Fix metadata xml issues by removing the tooling api route for the new Deploy/Retrieve (PR #3181)

  • Surface original error with deploy/retrieve (PR #3178)

51.10.0 - April 21, 2021

Fixed

docs

  • Update docs to reflect Apex library setting has been removed (PR #3148)

salesforcedx-vscode-apex

  • Update "All tests" option for SFDX: Run Apex Tests command to match CLI behavior (PR #3126)

salesforcedx-vscode-core

  • Fix issues with the following types for deploy/retrieve library (PR #3147, Issue #3114, Issue #3157):

    • AccountRelationshipShareRule
    • TimeSheetTemplate
    • WaveDashboard
    • WaveRecipe
    • WaveLens
    • WaveDataflow
    • WorkSkillRouting
  • Remove Apex feature flag & delete CLI code path (PR #3148)

51.8.0 - April 07, 2021

Added

salesforcedx-vscode-apex

  • Add progress reporting and cancellation to Apex test runs (PR #3103)

salesforcedx-sobjects-faux-generator

  • Add cancellation to SObject Refresh command (PR #3116)

Fixed

docs

  • Update Org Picker location in documentation (PR #3099) (Issue #3095)

  • Update Apex status to reflect default usage in Salesforce CLI (PR #3119)

salesforcedx-vscode-core

51.7.0 - Mar 31, 2021

Added

salesforcedx-sobjects-vscode-core

  • Switched setting salesforcedx-vscode-core.experimental.deployRetrieve to on by default. (PR #3101)

salesforcedx-sobjects-faux-generator

  • Generate typings for sobjects (PR #3018)

Fixed

salesforcedx-vscode-core

  • Do not show refresh success message for min sobjects (PR #3082)

51.6.0 - March 24, 2021

Added

salesforcedx-vscode-core

  • Add cancellation to Deploy & Retrieve Library commands (PR #3068)

Fixed

salesforcedx-vscode-core

  • Fix deployment issues with Document metadata types (PR #3083)

  • Fix library executions not focusing on channel output via the 'Show' button (PR #3081, Issue #2987)

  • Generate SObject definitions from cached data (PR #3037)

51.5.0 - March 18, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Handle undefined results when running SFDX: Refresh SObject Definitions command (PR #3064, Issue #3056)

salesforcedx-vscode-core

  • Fixed issues with deploy retrieve beta: timeout for long running operations, output for multi-file components, and retrieving static resources (PR #3048)

docs

  • Update description for deploy retrieve beta setting (PR #3043)

51.4.0 - March 10, 2021

Fixed

salesforcedx-vscode-apex-replay-debugger

salesforcedx-vscode-apex

  • Switch to Apex output channel automatically after running Apex tests (PR #3027), (Issue #3009)

51.3.0 - March 3, 2021

Added

salesforcedx-sobjects-faux-generator

  • Improved sObject refresh performance (PR #2997)

docs

  • Add learning map to additional resources (PR #2989)

  • Update SOQL docs for saving query results (PR #2988)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Fix debug test icon color to be friendly for light themes (PR #2978)

51.2.0 - February 24, 2021

Added

salesforcedx-vscode-apex

Fixed

docs

  • SOQL Builder - Add LIKE support (PR #2971)

  • SOQL Builder - Add COUNT support (PR #2946)

salesforcedx-vscode-apex

50.17.0 - February 10, 2021

Fixed

docs

salesforcedx-vscode-apex

  • Fix 'SFDX: Execute Anonymous Apex' diagnostic reporting for runtime failures (PR #2927)

salesforcedx-vscode-apex-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-apex-replay-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-core

  • Add new template updates for apex class and project config (PR #2919)

salesforcedx-vscode-lwc

  • Activate Redhat XML extension only if it is version 0.14.0 (PR #2934). This is an interim fix for the issue (Issue #2923).

  • Adds VS Code support for Email Templates as a target for custom components. (PR #2918)

salesforcedx-vscode-visualforce

  • Remove use of missing telemetry method (PR #2913)

50.16.0 - February 3, 2021

Added

salesforcedx-vscode-apex

  • Surface project information in Apex Language Server Output panel (PR #2891)

Fixed

docs

salesforcedx-vscode-lwc

  • Reduce extension size by 34% (PR #2904)

salesforcedx-vscode-lightning

  • Reduce extension size by 68% (PR #2908)

50.14.0 - January 21, 2021

Fixed

salesforcedx-vscode-apex

  • Fix issue with recognizing the default org when running tests at the start of a session (PR #2868)

50.13.0 - January 13, 2021

Added

salesforcedx-vscode-apex

  • Added debug button to test sidebar to automatically run Apex Replay Debugger after test run (PR #2804)

salesforcedx-vscode-core

  • Run Apex tests using the Apex library (PR #2828)

Fixed

docs

  • Remove manual listing of palette commands (PR #2848)

salesforcedx-sobjects-faux-generator

salesforcedx-vscode-core

  • Provides relative project paths for beta deploy/retrieve in the output (PR #2807)

50.8.0 - December 9, 2020

Added

salesforcedx-vscode-core

50.7.0 - December 2, 2020

Added

salesforcedx-vscode-core

Fixed

docs

  • Add license note for Apex Interactive Debugger (PR #2760)

salesforcedx-vscode-core

  • Reduce salesforcedx-vscode-core extension size by 30% (PR #2769)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

50.5.0 - November 11, 2020

Fixed

salesforcedx-vscode-core

  • Show debug log list in descending order by date for SFDX: Get Apex Debug Logs (PR #2713, Issue #2698)

  • Set required version of VS Code to 1.46.0 or higher (PR #2719)

50.4.0 - November 5, 2020

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.3.0 - October 28, 2020

Added

salesforcedx-vscode-core

  • New force:apex:log:list command implementation, used as part of SFDX: Get Apex Debug Logs ... (PR #2644)

Fixed

docs

salesforcedx-vscode-core

50.2.0 - October 22, 2020

Fixed

docs

  • Re-organize Get Started section (PR #2626)

salesforcedx-vscode-apex

  • Improve @AuraEnabled apex snippet for better error handling. (PR #2640) - Contribution by @PawelWozniak

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.1.0 - October 14, 2020

Added

salesforcedx-vscode-core

  • Added Retrieve and Open Source feature for Org Browser (PR #2573)

Fixed

salesforcedx-vscode-core

docs

salesforcedx-vscode - Release v55.2.0

Published by gbockus-sf over 2 years ago

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

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

  • We fixed an issue where the SFDX: Create Lightning Web Component Test command threw an error when you exited out of the command prematurely. (PR #4143)

54.15.0 - June 1, 2022

Added

salesforcedx-vscode-core

  • The SFDX: Rename Component command now prevents you from renaming an LWC or Aura component if the new name breaks any naming rules. New LWC component names are automatically revised to start with a lower-case letter if they don't already. (PR #4145)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • You can now use Ctrl+Space to retrigger autocomplete within code braces ({}) in an HTML file. Previously, if you moved away from or deleted content within code braces, you lost autocompletion. (PR #4144)

54.12.0 - May 14, 2022

Fixed

salesforcedx-vscode-core

  • We added the ability to stop containerless function (PR #4025)

54.11.0 - May 4, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it prevents a component from being renamed if the component bundle already contains a file with that name. (PR #4039).
  • Fixed some under-the-hood issues. (PR #4069).

54.9.0 - April 21, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it now correctly renames the file in the __tests__ folder for LWC components that has the same name as the component being renamed (PR #4020).
  • We added support for debugging JavaScript in containerless functions (PR#4001).
  • We fixed an issue that prevented Standard Value Sets from being displayed in the Org Browser(PR # 3992). Fixes Issue https://github.com/forcedotcom/salesforcedx-vscode/issues/1579

54.8.0 - April 13, 2022

Fixed

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

salesforcedx-vscode-core

54.7.0 - April 6, 2022

Added

salesforcedx-vscode-core

  • Right-click and run the new SFDX: Rename Component command to quickly rename all the files of an LWC component (js, html, css, js-meta.xml file types) or an Aura component (auradoc, cmp, cmp-meta.xml, css, design, svg, contoller, helper, renderer, js file types) using a single command (PR #3923).

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. (PR #3920)

Fixed

docs

  • Updated Java Setup instructions to include instructions for JDK 17. (PR #3909)

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

salesforcedx-vscode-core

  • Retrieve components within folders for metadata types such as Reports, Dashboards, Documents, and EmailTemplates. Before this update, it wasn't possible to retrieve individual component metadata from within folders. (PR #3892)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Fixed some issues with autocompletion in template JS files. (PR #3931,PR #3931)

54.5.0 - March 14, 2022

Fixed

salesforcedx-vscode-core

  • We’ve updated the library that supports Salesforce Templates commands in VS Code so that it now uses API version 54.0 when generating new metadata from our standard templates.(PR #3749)

54.4.1 - March 10, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted the source-deploy-retrieve library to v5.12.2 because it was sometimes failing on OSX Monterey.

54.4.0 - March 9, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Diff Folder Against Org command so that it now diffs objects against orgs correctly. (PR #3876)

54.3.0 - March 3, 2022

Added

salesforcedx-vscode-core

  • We’ve made the functionality of older versions of some commands available for you to use with your existing scratch orgs. Use these legacy commands so you don’t run into issues with their newer versions:

    SFDX: Pull Source from Default Scratch Org (Legacy)

    SFDX: Pull Source from Default Scratch Org and Override Conflicts (Legacy)

    SFDX: Push Source to Default Scratch Org (Legacy)

    SFDX: Push Source to Default Scratch Org and Override Conflicts (Legacy) and

    SFDX: View All Changes (Local and in Default Scratch Org) (Legacy) (PR #3839)

salesforcedx-vscode-lightning & salesforcedx-vscode-lwc

  • Autocompletion is now available for bracket syntax '{}' in HTML files.(PR #3865)

Fixed

docs

salesforcedx-vscode-expanded

salesforcedx-vscode-apex

salesforcedx-vscode

  • We now support JDK version 17 in addition to versions 8 and 11. (PR #3860)

salesforcedx-vscode-core

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

54.2.0 - February 24, 2022

Added

salesforcedx-vscode

  • Run the new Start Function in Container command to run a Salesforce Function in a Docker container. The old command, Start Function now runs a function locally. (PR #3838, PR #3856)

Fixed

salesforcedx-vscode

  • We resolved the issue with the Diff Folder Against Org command being visible from the command palette even when an SFDX project wasn’t open. (PR #3843).

salesforcedx-vscode-apex

  • We removed some unessential Apex classes from the Apex LSP .jar file. (PR #3844)

54.0.0 - February 15, 2022

Added

salesforcedx-vscode

  • Run the updated Launch Apex Replay Debugger with Current File to launch the Apex Replay Debugger from an Apex test file, an Anonymous Apex file, or an Apex log file. Previously, you could launch the Apex Replay Debugger only from an Apex log file. Also, we’ve simplified both the setup and execution of the command. You’re no longer required to create a launch configuration (launch.json) to run the Apex Replay Debugger, and you can debug your code with fewer steps. (PR #3779, PR #3827).

Fixed

salesforcedx-vscode

  • The Generate Manifest File doesn’t show up as an option when you right-click on components within metadata types. Previously, the command showed up incorrectly even though it wasn’t executable (PR #3818).

  • The Execute Anonymous Apex code lens is now working as expected (PR #3819).

  • We fixed a broken video link in documentation (PR #3817).

  • We fixed some issues under the hood (PR #3813), (PR #3812).

53.16.0 - February 2, 2022

Added

salesforcedx-vscode-core

  • The new Manifest Builder feature has been added to automatically generate a manifest file for a given set of metadata components instead of editing the package.xml file manually (PR #3784)

docs

  • Updated development-models.md with a new section on Manifest Builder (PR #3788)

53.14.1 - January 19, 2022

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Backend changes to set up Anonymous Apex in replay debugging (PR #3758)

53.13.0 - January 13, 2022

Added

salesforcedx-vscode-apex

  • Identify test class from uri (PR #3751)

Fixed

docs

  • Updates to reflect runtime restrictions (PR #3741)

salesforcedx-vscode-apex

  • Prevent local java runtime in project (PR #3730)

53.12.0 - January 5, 2022

Added

salesforcedx-vscode-core

  • Add ability to remove expired orgs from the org list (PR #3732)

53.8.0 - December 16, 2021

Added

salesforcedx-vscode-apex

  • Enable use of anonymous Apex execution codelens (PR #3688)

Fixed

salesforcedx-vscode-core

  • Fix org browser to show retrieve source action for sobjects (PR #3697)

  • Fix org browser to display nested items such as Email Templates, Dashboards, Documents and Reports (PR #3685)

53.7.0 - December 9, 2021

Fixed

docs

salesforcedx-vscode-core

  • Retrieve field data for a custom object type (PR #3661)

  • Ability to select and deploy multiple files (PR #3660)

53.4.0 - November 17, 2021

Added

salesforcedx-vscode-core

  • Add ability to deploy and retrieve multiple files (PR #3621)

salesforcedx-vscode-apex

  • Enabled Hover, Go to Definition, and References functionality in anonymous apex files (PR #3650)

Fixed

docs

  • Add multi-selecting files and folders in explorer for Source Deploy/Retrieve, and fields and field details for custom objects (PR #3639)

  • Added New Articles for Japanese (PR #3640)

53.3.0 - November 10, 2021

Added

salesforcedx-vscode-apex

  • Code completion for anonymous apex (PR #3617)

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lightning

  • Update lightning-language-server to latest version (PR #3633)

salesforcedx-vscode-lwc

  • Update lightning-language-server to latest version (PR #3633)

53.2.0 - November 4, 2021

Fixed

docs

53.1.0 - October 28, 2021

Added

docs

  • Append or prepend site title with SEO meta data (PR #3546)

salesforcedx-vscode-apex

  • Bundle extensions with apex.db to optimize LSP performance (PR #3585)

Fixed

docs

  • Removed extra line in documentation (PR #3614)

  • Update performance enhancements documentation (PR #3593)

salesforcedx-vscode-core

  • Set first alias when configuring default org (PR #3581) - Contribution by @DanielCalle

  • Fix broken documentation links (PR #3605)

  • Remove the Experimental: Deploy Retrieve performance enhancements user setting (PR #3580)

  • Under-the-hood fixes

53.0.0 - October 13, 2021

Fixed

salesforcedx-vscode-apex

  • Changes in Apex Language Server to suggest correct autocompletes in projects with namespace, additional telemetry and deletion of SOQL library. (PR #3568)

docs

  • Removes Salesforce Functions Beta tag. (PR #3583)

52.17.0 - October 8, 2021

Added

salesforcedx-vscode-core

  • Support custom templates in VS Code (PR #3563)

Fixed

docs

  • Documentation for custom templates in VS Code (PR #3565)

salesforcedx-vscode-core

  • Fix a conflict detection bug when components are deployed multiple time (PR #3556)

52.16.0 - September 29, 2021

Added

salesforcedx-vscode-apex

  • Improve performance for Apex Indexer startup and updates the faux classes for the built-in standard Apex library (PR #3529)

Fixed

salesforcedx-vscode-core

  • Set sourceApiVersion for sourcepath based deploy and retrieve (PR #3528)

salesforcedx-vscode-lwc

  • Fix debug code lens for VS Code 1.60+ (PR #3545)

salesforcedx-vscode-apex-replay-debugger

  • Fix trace flag update error (PR #3550)

salesforcedx-vscode-soql

  • Skip checking types in libs (PR #3534)

52.13.0 - September 8, 2021

Fixed

docs

  • Fixes doc bug that has incorrect location of the Org Picker. (PR #3423)

salesforcedx-vscode-core

52.12.0 - September 1, 2021

Fixed

salesforcedx-vscode-apex

  • Fixes Apex snippets to use a drop-down for access modifiers instead of a list, including: staticmethod, method, field, constructor. (PR #3492)

52.11.0 - August 26, 2021

Fixed

docs

  • Add Functions to the sidebar of VSCode doc site (PR #3510)

52.9.1 - August 12, 2021

Fixed

docs

  • Updated docs website's default header and footer (PR #3491)

salesforcedx-vscode-core

52.9.0 - August 11, 2021

Fixed

salesforcedx-vscode-core

  • Use functions library to create functions (PR #3476)

  • Add support for invoking function using payload contents (PR #3472)

  • Bump SDR to 3.0.0 (PR #3497)

salesforcedx-vscode-lwc

  • Update lightning language servers to 3.0.14 (PR #3468)

salesforcedx-vscode-lightning

  • Update lightning language servers to 3.0.14 (PR #3468)

52.8.0 - August 4, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Support checkpoints for one-step replay debugger (PR #3410)

salesforcedx-vscode-core

  • Remove old conflict detection mechanism (PR #3377)

52.7.0 - July 30, 2021

Added

salesforcedx-vscode-apex

  • Add commands SFDX: Create Apex Test Suite, SFDX: Add Tests to Apex Test Suite, and SFDX: Run Apex Test Suite (PR #3435)

salesforcedx-vscode-core

  • Add command SFDX: Log Out from Default Org (PR #3428)

Fixed

docs

salesforcedx-vscode-core

  • Support additional metadata types with conflict detection (PR #3424)

  • Support multiple directories on deploy on save with conflict detection (PR #3393)

52.6.0 - July 23, 2021

Added

salesforcedx-vscode

  • Include SOQL in extension pack (PR #3400)

salesforcedx-vscode-core

  • Update conflict detection setting description (PR #3416)

  • Fix functions dependency issue preventing extensions from loading (PR #3443)

Fixed

salesforcedx-sobjects-faux-generator

  • Correct LWC typing generation for new projects (PR #3418)

salesforcedx-vscode-core

  • Performance improvements for SFDX: Start Function, Invoke and Debug Invoke commands (PR #3399)

  • Fix conflict detection error for empty results (PR #3376)

52.5.0 - July 14, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Update test sidebar icons and add test coverage for easy button replay debugger (PR #3381)

salesforcedx-vscode-core

  • Update text on Conflict detection modal window (PR #3394)

  • Enhance hovertip text for conflict detection to show last modified date information (PR #3352)

Fixed

docs

  • Update docs for conflict detection (PR #3396)

salesforcedx-vscode-core

  • Remove setting to enable function PR #3409)

52.4.0 - July 8, 2021

Added

salesforcedx-vscode-core

  • Enable conflict detection for all deploy commands (PR #3357)

52.3.0 - June 30, 2021

Added

salesforcedx-vscode-apex

  • Add "Debug Test" code lens to Apex test methods and classes (PR #3347)

salesforcedx-vscode-core

  • Add language data to telemetry for functions (PR #3338)

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

52.2.0 - June 24, 2021

Added

salesforcedx-vscode-core

52.1.0 - June 16, 2021

Added

salesforcedx-vscode-core

Fixed

docs

salesforcedx-vscode-core

  • Import FileProperties from the top level (PR #3302)

  • Use correct message for file diffs (PR #3304)

51.17.0 - June 10, 2021

Added

salesforcedx-vscode-core

  • Add caching for conflict detection (PR #3283)

Fixed

docs

  • New Functions article and related changes. (PR #3278)

salesforcedx-vscode-core

  • Remove Functions feature-flag and update doc (PR #3289)

  • Correct creation of trace flags when running SFDX Turn on Apex Debug Log (PR #3290), (Issue #3288)

51.16.0 - June 3, 2021

Added

salesforcedx-vscode-core

  • Add Java support for Functions debugging (PR #3273)

  • Add Java support for SFDX: Start Function (PR #3269)

Fixed

salesforcedx-vscode-core

  • Update default debug port (PR #3272)

  • Use new CLI for functions invoke @W-9282250@ (PR #3270)

  • Throw error on remote component not found (PR #3259)

  • Pull function dependencies by default + Java/Maven support @W-9282387@ (PR #3262)

51.15.0 - May 27, 2021

Added

salesforcedx-vscode-core

  • Conflict detection performance improvements (PR #3246)

  • Use new CLI for Functions creation and add Java Functions support (PR #3247)

Fixed

salesforcedx-vscode-core

  • Fix "Cannot read property split of undefined" issue when retrieving with Org Browser or Manifest (#3262, #3210, #3218)

  • Remove Functions template for SFDX: Create Project command (#3253)

salesforcedx-vscode-apex

  • Fix an issue where Apex test results were limited to 2000 records (#3265)

51.14.0 - May 21, 2021

Added

salesforcedx-vscode-core

  • Enable diff detection for folders (PR #3243)

  • Enable diff detection for all metadata types (PR #3240)

salesforcedx-vscode-lwc

  • Add support for new LWC Analytics Dashboard feature and fix some under-the-hood bugs (PR #3232)

docs

  • Doc updates for Diff Detection(PR #3250)

51.13.0 - May 12, 2021

Added

salesforcedx-vscode-core

  • Cache metadata based on a project path (PR #3191)

51.12.0 - May 6, 2021

Fixed

salesforcedx-vscode-core

51.11.0 - April 29, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Disable LWC type generation (PR #3165)

salesforcedx-vscode-core

  • Preserve leading zeros in xml tags for the new Deploy/Retrieve route (PR #3189)

  • Fix metadata xml issues by removing the tooling api route for the new Deploy/Retrieve (PR #3181)

  • Surface original error with deploy/retrieve (PR #3178)

51.10.0 - April 21, 2021

Fixed

docs

  • Update docs to reflect Apex library setting has been removed (PR #3148)

salesforcedx-vscode-apex

  • Update "All tests" option for SFDX: Run Apex Tests command to match CLI behavior (PR #3126)

salesforcedx-vscode-core

  • Fix issues with the following types for deploy/retrieve library (PR #3147, Issue #3114, Issue #3157):

    • AccountRelationshipShareRule
    • TimeSheetTemplate
    • WaveDashboard
    • WaveRecipe
    • WaveLens
    • WaveDataflow
    • WorkSkillRouting
  • Remove Apex feature flag & delete CLI code path (PR #3148)

51.8.0 - April 07, 2021

Added

salesforcedx-vscode-apex

  • Add progress reporting and cancellation to Apex test runs (PR #3103)

salesforcedx-sobjects-faux-generator

  • Add cancellation to SObject Refresh command (PR #3116)

Fixed

docs

  • Update Org Picker location in documentation (PR #3099) (Issue #3095)

  • Update Apex status to reflect default usage in Salesforce CLI (PR #3119)

salesforcedx-vscode-core

51.7.0 - Mar 31, 2021

Added

salesforcedx-sobjects-vscode-core

  • Switched setting salesforcedx-vscode-core.experimental.deployRetrieve to on by default. (PR #3101)

salesforcedx-sobjects-faux-generator

  • Generate typings for sobjects (PR #3018)

Fixed

salesforcedx-vscode-core

  • Do not show refresh success message for min sobjects (PR #3082)

51.6.0 - March 24, 2021

Added

salesforcedx-vscode-core

  • Add cancellation to Deploy & Retrieve Library commands (PR #3068)

Fixed

salesforcedx-vscode-core

  • Fix deployment issues with Document metadata types (PR #3083)

  • Fix library executions not focusing on channel output via the 'Show' button (PR #3081, Issue #2987)

  • Generate SObject definitions from cached data (PR #3037)

51.5.0 - March 18, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Handle undefined results when running SFDX: Refresh SObject Definitions command (PR #3064, Issue #3056)

salesforcedx-vscode-core

  • Fixed issues with deploy retrieve beta: timeout for long running operations, output for multi-file components, and retrieving static resources (PR #3048)

docs

  • Update description for deploy retrieve beta setting (PR #3043)

51.4.0 - March 10, 2021

Fixed

salesforcedx-vscode-apex-replay-debugger

salesforcedx-vscode-apex

  • Switch to Apex output channel automatically after running Apex tests (PR #3027), (Issue #3009)

51.3.0 - March 3, 2021

Added

salesforcedx-sobjects-faux-generator

  • Improved sObject refresh performance (PR #2997)

docs

  • Add learning map to additional resources (PR #2989)

  • Update SOQL docs for saving query results (PR #2988)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Fix debug test icon color to be friendly for light themes (PR #2978)

51.2.0 - February 24, 2021

Added

salesforcedx-vscode-apex

Fixed

docs

  • SOQL Builder - Add LIKE support (PR #2971)

  • SOQL Builder - Add COUNT support (PR #2946)

salesforcedx-vscode-apex

50.17.0 - February 10, 2021

Fixed

docs

salesforcedx-vscode-apex

  • Fix 'SFDX: Execute Anonymous Apex' diagnostic reporting for runtime failures (PR #2927)

salesforcedx-vscode-apex-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-apex-replay-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-core

  • Add new template updates for apex class and project config (PR #2919)

salesforcedx-vscode-lwc

  • Activate Redhat XML extension only if it is version 0.14.0 (PR #2934). This is an interim fix for the issue (Issue #2923).

  • Adds VS Code support for Email Templates as a target for custom components. (PR #2918)

salesforcedx-vscode-visualforce

  • Remove use of missing telemetry method (PR #2913)

50.16.0 - February 3, 2021

Added

salesforcedx-vscode-apex

  • Surface project information in Apex Language Server Output panel (PR #2891)

Fixed

docs

salesforcedx-vscode-lwc

  • Reduce extension size by 34% (PR #2904)

salesforcedx-vscode-lightning

  • Reduce extension size by 68% (PR #2908)

50.14.0 - January 21, 2021

Fixed

salesforcedx-vscode-apex

  • Fix issue with recognizing the default org when running tests at the start of a session (PR #2868)

50.13.0 - January 13, 2021

Added

salesforcedx-vscode-apex

  • Added debug button to test sidebar to automatically run Apex Replay Debugger after test run (PR #2804)

salesforcedx-vscode-core

  • Run Apex tests using the Apex library (PR #2828)

Fixed

docs

  • Remove manual listing of palette commands (PR #2848)

salesforcedx-sobjects-faux-generator

salesforcedx-vscode-core

  • Provides relative project paths for beta deploy/retrieve in the output (PR #2807)

50.8.0 - December 9, 2020

Added

salesforcedx-vscode-core

50.7.0 - December 2, 2020

Added

salesforcedx-vscode-core

Fixed

docs

  • Add license note for Apex Interactive Debugger (PR #2760)

salesforcedx-vscode-core

  • Reduce salesforcedx-vscode-core extension size by 30% (PR #2769)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

50.5.0 - November 11, 2020

Fixed

salesforcedx-vscode-core

  • Show debug log list in descending order by date for SFDX: Get Apex Debug Logs (PR #2713, Issue #2698)

  • Set required version of VS Code to 1.46.0 or higher (PR #2719)

50.4.0 - November 5, 2020

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.3.0 - October 28, 2020

Added

salesforcedx-vscode-core

  • New force:apex:log:list command implementation, used as part of SFDX: Get Apex Debug Logs ... (PR #2644)

Fixed

docs

salesforcedx-vscode-core

50.2.0 - October 22, 2020

Fixed

docs

  • Re-organize Get Started section (PR #2626)

salesforcedx-vscode-apex

  • Improve @AuraEnabled apex snippet for better error handling. (PR #2640) - Contribution by @PawelWozniak

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.1.0 - October 14, 2020

Added

salesforcedx-vscode-core

  • Added Retrieve and Open Source feature for Org Browser (PR #2573)

Fixed

salesforcedx-vscode-core

docs

salesforcedx-vscode - Release v55.0.0

Published by gbockus-sf over 2 years ago

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

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

  • We fixed an issue where the SFDX: Create Lightning Web Component Test command threw an error when you exited out of the command prematurely. (PR #4143)

54.15.0 - June 1, 2022

Added

salesforcedx-vscode-core

  • The SFDX: Rename Component command now prevents you from renaming an LWC or Aura component if the new name breaks any naming rules. New LWC component names are automatically revised to start with a lower-case letter if they don't already. (PR #4145)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • You can now use Ctrl+Space to retrigger autocomplete within code braces ({}) in an HTML file. Previously, if you moved away from or deleted content within code braces, you lost autocompletion. (PR #4144)

54.12.0 - May 14, 2022

Fixed

salesforcedx-vscode-core

  • We added the ability to stop containerless function (PR #4025)

54.11.0 - May 4, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it prevents a component from being renamed if the component bundle already contains a file with that name. (PR #4039).
  • Fixed some under-the-hood issues. (PR #4069).

54.9.0 - April 21, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it now correctly renames the file in the __tests__ folder for LWC components that has the same name as the component being renamed (PR #4020).
  • We added support for debugging JavaScript in containerless functions (PR#4001).
  • We fixed an issue that prevented Standard Value Sets from being displayed in the Org Browser(PR # 3992). Fixes Issue https://github.com/forcedotcom/salesforcedx-vscode/issues/1579

54.8.0 - April 13, 2022

Fixed

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

salesforcedx-vscode-core

54.7.0 - April 6, 2022

Added

salesforcedx-vscode-core

  • Right-click and run the new SFDX: Rename Component command to quickly rename all the files of an LWC component (js, html, css, js-meta.xml file types) or an Aura component (auradoc, cmp, cmp-meta.xml, css, design, svg, contoller, helper, renderer, js file types) using a single command (PR #3923).

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. (PR #3920)

Fixed

docs

  • Updated Java Setup instructions to include instructions for JDK 17. (PR #3909)

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

salesforcedx-vscode-core

  • Retrieve components within folders for metadata types such as Reports, Dashboards, Documents, and EmailTemplates. Before this update, it wasn't possible to retrieve individual component metadata from within folders. (PR #3892)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Fixed some issues with autocompletion in template JS files. (PR #3931,PR #3931)

54.5.0 - March 14, 2022

Fixed

salesforcedx-vscode-core

  • We’ve updated the library that supports Salesforce Templates commands in VS Code so that it now uses API version 54.0 when generating new metadata from our standard templates.(PR #3749)

54.4.1 - March 10, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted the source-deploy-retrieve library to v5.12.2 because it was sometimes failing on OSX Monterey.

54.4.0 - March 9, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Diff Folder Against Org command so that it now diffs objects against orgs correctly. (PR #3876)

54.3.0 - March 3, 2022

Added

salesforcedx-vscode-core

  • We’ve made the functionality of older versions of some commands available for you to use with your existing scratch orgs. Use these legacy commands so you don’t run into issues with their newer versions:

    SFDX: Pull Source from Default Scratch Org (Legacy)

    SFDX: Pull Source from Default Scratch Org and Override Conflicts (Legacy)

    SFDX: Push Source to Default Scratch Org (Legacy)

    SFDX: Push Source to Default Scratch Org and Override Conflicts (Legacy) and

    SFDX: View All Changes (Local and in Default Scratch Org) (Legacy) (PR #3839)

salesforcedx-vscode-lightning & salesforcedx-vscode-lwc

  • Autocompletion is now available for bracket syntax '{}' in HTML files.(PR #3865)

Fixed

docs

salesforcedx-vscode-expanded

salesforcedx-vscode-apex

salesforcedx-vscode

  • We now support JDK version 17 in addition to versions 8 and 11. (PR #3860)

salesforcedx-vscode-core

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

54.2.0 - February 24, 2022

Added

salesforcedx-vscode

  • Run the new Start Function in Container command to run a Salesforce Function in a Docker container. The old command, Start Function now runs a function locally. (PR #3838, PR #3856)

Fixed

salesforcedx-vscode

  • We resolved the issue with the Diff Folder Against Org command being visible from the command palette even when an SFDX project wasn’t open. (PR #3843).

salesforcedx-vscode-apex

  • We removed some unessential Apex classes from the Apex LSP .jar file. (PR #3844)

54.0.0 - February 15, 2022

Added

salesforcedx-vscode

  • Run the updated Launch Apex Replay Debugger with Current File to launch the Apex Replay Debugger from an Apex test file, an Anonymous Apex file, or an Apex log file. Previously, you could launch the Apex Replay Debugger only from an Apex log file. Also, we’ve simplified both the setup and execution of the command. You’re no longer required to create a launch configuration (launch.json) to run the Apex Replay Debugger, and you can debug your code with fewer steps. (PR #3779, PR #3827).

Fixed

salesforcedx-vscode

  • The Generate Manifest File doesn’t show up as an option when you right-click on components within metadata types. Previously, the command showed up incorrectly even though it wasn’t executable (PR #3818).

  • The Execute Anonymous Apex code lens is now working as expected (PR #3819).

  • We fixed a broken video link in documentation (PR #3817).

  • We fixed some issues under the hood (PR #3813), (PR #3812).

53.16.0 - February 2, 2022

Added

salesforcedx-vscode-core

  • The new Manifest Builder feature has been added to automatically generate a manifest file for a given set of metadata components instead of editing the package.xml file manually (PR #3784)

docs

  • Updated development-models.md with a new section on Manifest Builder (PR #3788)

53.14.1 - January 19, 2022

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Backend changes to set up Anonymous Apex in replay debugging (PR #3758)

53.13.0 - January 13, 2022

Added

salesforcedx-vscode-apex

  • Identify test class from uri (PR #3751)

Fixed

docs

  • Updates to reflect runtime restrictions (PR #3741)

salesforcedx-vscode-apex

  • Prevent local java runtime in project (PR #3730)

53.12.0 - January 5, 2022

Added

salesforcedx-vscode-core

  • Add ability to remove expired orgs from the org list (PR #3732)

53.8.0 - December 16, 2021

Added

salesforcedx-vscode-apex

  • Enable use of anonymous Apex execution codelens (PR #3688)

Fixed

salesforcedx-vscode-core

  • Fix org browser to show retrieve source action for sobjects (PR #3697)

  • Fix org browser to display nested items such as Email Templates, Dashboards, Documents and Reports (PR #3685)

53.7.0 - December 9, 2021

Fixed

docs

salesforcedx-vscode-core

  • Retrieve field data for a custom object type (PR #3661)

  • Ability to select and deploy multiple files (PR #3660)

53.4.0 - November 17, 2021

Added

salesforcedx-vscode-core

  • Add ability to deploy and retrieve multiple files (PR #3621)

salesforcedx-vscode-apex

  • Enabled Hover, Go to Definition, and References functionality in anonymous apex files (PR #3650)

Fixed

docs

  • Add multi-selecting files and folders in explorer for Source Deploy/Retrieve, and fields and field details for custom objects (PR #3639)

  • Added New Articles for Japanese (PR #3640)

53.3.0 - November 10, 2021

Added

salesforcedx-vscode-apex

  • Code completion for anonymous apex (PR #3617)

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lightning

  • Update lightning-language-server to latest version (PR #3633)

salesforcedx-vscode-lwc

  • Update lightning-language-server to latest version (PR #3633)

53.2.0 - November 4, 2021

Fixed

docs

53.1.0 - October 28, 2021

Added

docs

  • Append or prepend site title with SEO meta data (PR #3546)

salesforcedx-vscode-apex

  • Bundle extensions with apex.db to optimize LSP performance (PR #3585)

Fixed

docs

  • Removed extra line in documentation (PR #3614)

  • Update performance enhancements documentation (PR #3593)

salesforcedx-vscode-core

  • Set first alias when configuring default org (PR #3581) - Contribution by @DanielCalle

  • Fix broken documentation links (PR #3605)

  • Remove the Experimental: Deploy Retrieve performance enhancements user setting (PR #3580)

  • Under-the-hood fixes

53.0.0 - October 13, 2021

Fixed

salesforcedx-vscode-apex

  • Changes in Apex Language Server to suggest correct autocompletes in projects with namespace, additional telemetry and deletion of SOQL library. (PR #3568)

docs

  • Removes Salesforce Functions Beta tag. (PR #3583)

52.17.0 - October 8, 2021

Added

salesforcedx-vscode-core

  • Support custom templates in VS Code (PR #3563)

Fixed

docs

  • Documentation for custom templates in VS Code (PR #3565)

salesforcedx-vscode-core

  • Fix a conflict detection bug when components are deployed multiple time (PR #3556)

52.16.0 - September 29, 2021

Added

salesforcedx-vscode-apex

  • Improve performance for Apex Indexer startup and updates the faux classes for the built-in standard Apex library (PR #3529)

Fixed

salesforcedx-vscode-core

  • Set sourceApiVersion for sourcepath based deploy and retrieve (PR #3528)

salesforcedx-vscode-lwc

  • Fix debug code lens for VS Code 1.60+ (PR #3545)

salesforcedx-vscode-apex-replay-debugger

  • Fix trace flag update error (PR #3550)

salesforcedx-vscode-soql

  • Skip checking types in libs (PR #3534)

52.13.0 - September 8, 2021

Fixed

docs

  • Fixes doc bug that has incorrect location of the Org Picker. (PR #3423)

salesforcedx-vscode-core

52.12.0 - September 1, 2021

Fixed

salesforcedx-vscode-apex

  • Fixes Apex snippets to use a drop-down for access modifiers instead of a list, including: staticmethod, method, field, constructor. (PR #3492)

52.11.0 - August 26, 2021

Fixed

docs

  • Add Functions to the sidebar of VSCode doc site (PR #3510)

52.9.1 - August 12, 2021

Fixed

docs

  • Updated docs website's default header and footer (PR #3491)

salesforcedx-vscode-core

52.9.0 - August 11, 2021

Fixed

salesforcedx-vscode-core

  • Use functions library to create functions (PR #3476)

  • Add support for invoking function using payload contents (PR #3472)

  • Bump SDR to 3.0.0 (PR #3497)

salesforcedx-vscode-lwc

  • Update lightning language servers to 3.0.14 (PR #3468)

salesforcedx-vscode-lightning

  • Update lightning language servers to 3.0.14 (PR #3468)

52.8.0 - August 4, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Support checkpoints for one-step replay debugger (PR #3410)

salesforcedx-vscode-core

  • Remove old conflict detection mechanism (PR #3377)

52.7.0 - July 30, 2021

Added

salesforcedx-vscode-apex

  • Add commands SFDX: Create Apex Test Suite, SFDX: Add Tests to Apex Test Suite, and SFDX: Run Apex Test Suite (PR #3435)

salesforcedx-vscode-core

  • Add command SFDX: Log Out from Default Org (PR #3428)

Fixed

docs

salesforcedx-vscode-core

  • Support additional metadata types with conflict detection (PR #3424)

  • Support multiple directories on deploy on save with conflict detection (PR #3393)

52.6.0 - July 23, 2021

Added

salesforcedx-vscode

  • Include SOQL in extension pack (PR #3400)

salesforcedx-vscode-core

  • Update conflict detection setting description (PR #3416)

  • Fix functions dependency issue preventing extensions from loading (PR #3443)

Fixed

salesforcedx-sobjects-faux-generator

  • Correct LWC typing generation for new projects (PR #3418)

salesforcedx-vscode-core

  • Performance improvements for SFDX: Start Function, Invoke and Debug Invoke commands (PR #3399)

  • Fix conflict detection error for empty results (PR #3376)

52.5.0 - July 14, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Update test sidebar icons and add test coverage for easy button replay debugger (PR #3381)

salesforcedx-vscode-core

  • Update text on Conflict detection modal window (PR #3394)

  • Enhance hovertip text for conflict detection to show last modified date information (PR #3352)

Fixed

docs

  • Update docs for conflict detection (PR #3396)

salesforcedx-vscode-core

  • Remove setting to enable function PR #3409)

52.4.0 - July 8, 2021

Added

salesforcedx-vscode-core

  • Enable conflict detection for all deploy commands (PR #3357)

52.3.0 - June 30, 2021

Added

salesforcedx-vscode-apex

  • Add "Debug Test" code lens to Apex test methods and classes (PR #3347)

salesforcedx-vscode-core

  • Add language data to telemetry for functions (PR #3338)

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

52.2.0 - June 24, 2021

Added

salesforcedx-vscode-core

52.1.0 - June 16, 2021

Added

salesforcedx-vscode-core

Fixed

docs

salesforcedx-vscode-core

  • Import FileProperties from the top level (PR #3302)

  • Use correct message for file diffs (PR #3304)

51.17.0 - June 10, 2021

Added

salesforcedx-vscode-core

  • Add caching for conflict detection (PR #3283)

Fixed

docs

  • New Functions article and related changes. (PR #3278)

salesforcedx-vscode-core

  • Remove Functions feature-flag and update doc (PR #3289)

  • Correct creation of trace flags when running SFDX Turn on Apex Debug Log (PR #3290), (Issue #3288)

51.16.0 - June 3, 2021

Added

salesforcedx-vscode-core

  • Add Java support for Functions debugging (PR #3273)

  • Add Java support for SFDX: Start Function (PR #3269)

Fixed

salesforcedx-vscode-core

  • Update default debug port (PR #3272)

  • Use new CLI for functions invoke @W-9282250@ (PR #3270)

  • Throw error on remote component not found (PR #3259)

  • Pull function dependencies by default + Java/Maven support @W-9282387@ (PR #3262)

51.15.0 - May 27, 2021

Added

salesforcedx-vscode-core

  • Conflict detection performance improvements (PR #3246)

  • Use new CLI for Functions creation and add Java Functions support (PR #3247)

Fixed

salesforcedx-vscode-core

  • Fix "Cannot read property split of undefined" issue when retrieving with Org Browser or Manifest (#3262, #3210, #3218)

  • Remove Functions template for SFDX: Create Project command (#3253)

salesforcedx-vscode-apex

  • Fix an issue where Apex test results were limited to 2000 records (#3265)

51.14.0 - May 21, 2021

Added

salesforcedx-vscode-core

  • Enable diff detection for folders (PR #3243)

  • Enable diff detection for all metadata types (PR #3240)

salesforcedx-vscode-lwc

  • Add support for new LWC Analytics Dashboard feature and fix some under-the-hood bugs (PR #3232)

docs

  • Doc updates for Diff Detection(PR #3250)

51.13.0 - May 12, 2021

Added

salesforcedx-vscode-core

  • Cache metadata based on a project path (PR #3191)

51.12.0 - May 6, 2021

Fixed

salesforcedx-vscode-core

51.11.0 - April 29, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Disable LWC type generation (PR #3165)

salesforcedx-vscode-core

  • Preserve leading zeros in xml tags for the new Deploy/Retrieve route (PR #3189)

  • Fix metadata xml issues by removing the tooling api route for the new Deploy/Retrieve (PR #3181)

  • Surface original error with deploy/retrieve (PR #3178)

51.10.0 - April 21, 2021

Fixed

docs

  • Update docs to reflect Apex library setting has been removed (PR #3148)

salesforcedx-vscode-apex

  • Update "All tests" option for SFDX: Run Apex Tests command to match CLI behavior (PR #3126)

salesforcedx-vscode-core

  • Fix issues with the following types for deploy/retrieve library (PR #3147, Issue #3114, Issue #3157):

    • AccountRelationshipShareRule
    • TimeSheetTemplate
    • WaveDashboard
    • WaveRecipe
    • WaveLens
    • WaveDataflow
    • WorkSkillRouting
  • Remove Apex feature flag & delete CLI code path (PR #3148)

51.8.0 - April 07, 2021

Added

salesforcedx-vscode-apex

  • Add progress reporting and cancellation to Apex test runs (PR #3103)

salesforcedx-sobjects-faux-generator

  • Add cancellation to SObject Refresh command (PR #3116)

Fixed

docs

  • Update Org Picker location in documentation (PR #3099) (Issue #3095)

  • Update Apex status to reflect default usage in Salesforce CLI (PR #3119)

salesforcedx-vscode-core

51.7.0 - Mar 31, 2021

Added

salesforcedx-sobjects-vscode-core

  • Switched setting salesforcedx-vscode-core.experimental.deployRetrieve to on by default. (PR #3101)

salesforcedx-sobjects-faux-generator

  • Generate typings for sobjects (PR #3018)

Fixed

salesforcedx-vscode-core

  • Do not show refresh success message for min sobjects (PR #3082)

51.6.0 - March 24, 2021

Added

salesforcedx-vscode-core

  • Add cancellation to Deploy & Retrieve Library commands (PR #3068)

Fixed

salesforcedx-vscode-core

  • Fix deployment issues with Document metadata types (PR #3083)

  • Fix library executions not focusing on channel output via the 'Show' button (PR #3081, Issue #2987)

  • Generate SObject definitions from cached data (PR #3037)

51.5.0 - March 18, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Handle undefined results when running SFDX: Refresh SObject Definitions command (PR #3064, Issue #3056)

salesforcedx-vscode-core

  • Fixed issues with deploy retrieve beta: timeout for long running operations, output for multi-file components, and retrieving static resources (PR #3048)

docs

  • Update description for deploy retrieve beta setting (PR #3043)

51.4.0 - March 10, 2021

Fixed

salesforcedx-vscode-apex-replay-debugger

salesforcedx-vscode-apex

  • Switch to Apex output channel automatically after running Apex tests (PR #3027), (Issue #3009)

51.3.0 - March 3, 2021

Added

salesforcedx-sobjects-faux-generator

  • Improved sObject refresh performance (PR #2997)

docs

  • Add learning map to additional resources (PR #2989)

  • Update SOQL docs for saving query results (PR #2988)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Fix debug test icon color to be friendly for light themes (PR #2978)

51.2.0 - February 24, 2021

Added

salesforcedx-vscode-apex

Fixed

docs

  • SOQL Builder - Add LIKE support (PR #2971)

  • SOQL Builder - Add COUNT support (PR #2946)

salesforcedx-vscode-apex

50.17.0 - February 10, 2021

Fixed

docs

salesforcedx-vscode-apex

  • Fix 'SFDX: Execute Anonymous Apex' diagnostic reporting for runtime failures (PR #2927)

salesforcedx-vscode-apex-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-apex-replay-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-core

  • Add new template updates for apex class and project config (PR #2919)

salesforcedx-vscode-lwc

  • Activate Redhat XML extension only if it is version 0.14.0 (PR #2934). This is an interim fix for the issue (Issue #2923).

  • Adds VS Code support for Email Templates as a target for custom components. (PR #2918)

salesforcedx-vscode-visualforce

  • Remove use of missing telemetry method (PR #2913)

50.16.0 - February 3, 2021

Added

salesforcedx-vscode-apex

  • Surface project information in Apex Language Server Output panel (PR #2891)

Fixed

docs

salesforcedx-vscode-lwc

  • Reduce extension size by 34% (PR #2904)

salesforcedx-vscode-lightning

  • Reduce extension size by 68% (PR #2908)

50.14.0 - January 21, 2021

Fixed

salesforcedx-vscode-apex

  • Fix issue with recognizing the default org when running tests at the start of a session (PR #2868)

50.13.0 - January 13, 2021

Added

salesforcedx-vscode-apex

  • Added debug button to test sidebar to automatically run Apex Replay Debugger after test run (PR #2804)

salesforcedx-vscode-core

  • Run Apex tests using the Apex library (PR #2828)

Fixed

docs

  • Remove manual listing of palette commands (PR #2848)

salesforcedx-sobjects-faux-generator

salesforcedx-vscode-core

  • Provides relative project paths for beta deploy/retrieve in the output (PR #2807)

50.8.0 - December 9, 2020

Added

salesforcedx-vscode-core

50.7.0 - December 2, 2020

Added

salesforcedx-vscode-core

Fixed

docs

  • Add license note for Apex Interactive Debugger (PR #2760)

salesforcedx-vscode-core

  • Reduce salesforcedx-vscode-core extension size by 30% (PR #2769)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

50.5.0 - November 11, 2020

Fixed

salesforcedx-vscode-core

  • Show debug log list in descending order by date for SFDX: Get Apex Debug Logs (PR #2713, Issue #2698)

  • Set required version of VS Code to 1.46.0 or higher (PR #2719)

50.4.0 - November 5, 2020

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.3.0 - October 28, 2020

Added

salesforcedx-vscode-core

  • New force:apex:log:list command implementation, used as part of SFDX: Get Apex Debug Logs ... (PR #2644)

Fixed

docs

salesforcedx-vscode-core

50.2.0 - October 22, 2020

Fixed

docs

  • Re-organize Get Started section (PR #2626)

salesforcedx-vscode-apex

  • Improve @AuraEnabled apex snippet for better error handling. (PR #2640) - Contribution by @PawelWozniak

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.1.0 - October 14, 2020

Added

salesforcedx-vscode-core

  • Added Retrieve and Open Source feature for Org Browser (PR #2573)

Fixed

salesforcedx-vscode-core

docs

salesforcedx-vscode - 54.15.0 - June 1, 2022

Published by floralan over 2 years ago

Added

salesforcedx-vscode-core

  • The SFDX: Rename Component command now prevents you from renaming an LWC or Aura component if the new name breaks any naming rules. New LWC component names are automatically revised to start with a lower-case letter if they don't already. (PR #4145)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

  • You can now use Ctrl+Space to retrigger autocomplete within code braces ({}) in an HTML file. Previously, if you moved away from or deleted content within code braces, you lost autocompletion. (PR #4144)
salesforcedx-vscode - Release v54.12.0

Published by gbockus-sf over 2 years ago

54.12.0 - May 14, 2022

Fixed

salesforcedx-vscode-core

  • We added the ability to stop containerless function (PR #4025)

54.11.0 - May 4, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it prevents a component from being renamed if the component bundle already contains a file with that name. (PR #4039).
  • Fixed some under-the-hood issues. (PR #4069).

54.9.0 - April 21, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it now correctly renames the file in the __tests__ folder for LWC components that has the same name as the component being renamed (PR #4020).
  • We added support for debugging JavaScript in containerless functions (PR#4001).
  • We fixed an issue that prevented Standard Value Sets from being displayed in the Org Browser(PR # 3992). Fixes Issue https://github.com/forcedotcom/salesforcedx-vscode/issues/1579

54.8.0 - April 13, 2022

Fixed

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

salesforcedx-vscode-core

54.7.0 - April 6, 2022

Added

salesforcedx-vscode-core

  • Right-click and run the new SFDX: Rename Component command to quickly rename all the files of an LWC component (js, html, css, js-meta.xml file types) or an Aura component (auradoc, cmp, cmp-meta.xml, css, design, svg, contoller, helper, renderer, js file types) using a single command (PR #3923).

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. (PR #3920)

Fixed

docs

  • Updated Java Setup instructions to include instructions for JDK 17. (PR #3909)

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

salesforcedx-vscode-core

  • Retrieve components within folders for metadata types such as Reports, Dashboards, Documents, and EmailTemplates. Before this update, it wasn't possible to retrieve individual component metadata from within folders. (PR #3892)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Fixed some issues with autocompletion in template JS files. (PR #3931,PR #3931)

54.5.0 - March 14, 2022

Fixed

salesforcedx-vscode-core

  • We’ve updated the library that supports Salesforce Templates commands in VS Code so that it now uses API version 54.0 when generating new metadata from our standard templates.(PR #3749)

54.4.1 - March 10, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted the source-deploy-retrieve library to v5.12.2 because it was sometimes failing on OSX Monterey.

54.4.0 - March 9, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Diff Folder Against Org command so that it now diffs objects against orgs correctly. (PR #3876)

54.3.0 - March 3, 2022

Added

salesforcedx-vscode-core

  • We’ve made the functionality of older versions of some commands available for you to use with your existing scratch orgs. Use these legacy commands so you don’t run into issues with their newer versions:

    SFDX: Pull Source from Default Scratch Org (Legacy)

    SFDX: Pull Source from Default Scratch Org and Override Conflicts (Legacy)

    SFDX: Push Source to Default Scratch Org (Legacy)

    SFDX: Push Source to Default Scratch Org and Override Conflicts (Legacy) and

    SFDX: View All Changes (Local and in Default Scratch Org) (Legacy) (PR #3839)

salesforcedx-vscode-lightning & salesforcedx-vscode-lwc

  • Autocompletion is now available for bracket syntax '{}' in HTML files.(PR #3865)

Fixed

docs

salesforcedx-vscode-expanded

salesforcedx-vscode-apex

salesforcedx-vscode

  • We now support JDK version 17 in addition to versions 8 and 11. (PR #3860)

salesforcedx-vscode-core

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

54.2.0 - February 24, 2022

Added

salesforcedx-vscode

  • Run the new Start Function in Container command to run a Salesforce Function in a Docker container. The old command, Start Function now runs a function locally. (PR #3838, PR #3856)

Fixed

salesforcedx-vscode

  • We resolved the issue with the Diff Folder Against Org command being visible from the command palette even when an SFDX project wasn’t open. (PR #3843).

salesforcedx-vscode-apex

  • We removed some unessential Apex classes from the Apex LSP .jar file. (PR #3844)

54.0.0 - February 15, 2022

Added

salesforcedx-vscode

  • Run the updated Launch Apex Replay Debugger with Current File to launch the Apex Replay Debugger from an Apex test file, an Anonymous Apex file, or an Apex log file. Previously, you could launch the Apex Replay Debugger only from an Apex log file. Also, we’ve simplified both the setup and execution of the command. You’re no longer required to create a launch configuration (launch.json) to run the Apex Replay Debugger, and you can debug your code with fewer steps. (PR #3779, PR #3827).

Fixed

salesforcedx-vscode

  • The Generate Manifest File doesn’t show up as an option when you right-click on components within metadata types. Previously, the command showed up incorrectly even though it wasn’t executable (PR #3818).

  • The Execute Anonymous Apex code lens is now working as expected (PR #3819).

  • We fixed a broken video link in documentation (PR #3817).

  • We fixed some issues under the hood (PR #3813), (PR #3812).

53.16.0 - February 2, 2022

Added

salesforcedx-vscode-core

  • The new Manifest Builder feature has been added to automatically generate a manifest file for a given set of metadata components instead of editing the package.xml file manually (PR #3784)

docs

  • Updated development-models.md with a new section on Manifest Builder (PR #3788)

53.14.1 - January 19, 2022

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Backend changes to set up Anonymous Apex in replay debugging (PR #3758)

53.13.0 - January 13, 2022

Added

salesforcedx-vscode-apex

  • Identify test class from uri (PR #3751)

Fixed

docs

  • Updates to reflect runtime restrictions (PR #3741)

salesforcedx-vscode-apex

  • Prevent local java runtime in project (PR #3730)

53.12.0 - January 5, 2022

Added

salesforcedx-vscode-core

  • Add ability to remove expired orgs from the org list (PR #3732)

53.8.0 - December 16, 2021

Added

salesforcedx-vscode-apex

  • Enable use of anonymous Apex execution codelens (PR #3688)

Fixed

salesforcedx-vscode-core

  • Fix org browser to show retrieve source action for sobjects (PR #3697)

  • Fix org browser to display nested items such as Email Templates, Dashboards, Documents and Reports (PR #3685)

53.7.0 - December 9, 2021

Fixed

docs

salesforcedx-vscode-core

  • Retrieve field data for a custom object type (PR #3661)

  • Ability to select and deploy multiple files (PR #3660)

53.4.0 - November 17, 2021

Added

salesforcedx-vscode-core

  • Add ability to deploy and retrieve multiple files (PR #3621)

salesforcedx-vscode-apex

  • Enabled Hover, Go to Definition, and References functionality in anonymous apex files (PR #3650)

Fixed

docs

  • Add multi-selecting files and folders in explorer for Source Deploy/Retrieve, and fields and field details for custom objects (PR #3639)

  • Added New Articles for Japanese (PR #3640)

53.3.0 - November 10, 2021

Added

salesforcedx-vscode-apex

  • Code completion for anonymous apex (PR #3617)

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lightning

  • Update lightning-language-server to latest version (PR #3633)

salesforcedx-vscode-lwc

  • Update lightning-language-server to latest version (PR #3633)

53.2.0 - November 4, 2021

Fixed

docs

53.1.0 - October 28, 2021

Added

docs

  • Append or prepend site title with SEO meta data (PR #3546)

salesforcedx-vscode-apex

  • Bundle extensions with apex.db to optimize LSP performance (PR #3585)

Fixed

docs

  • Removed extra line in documentation (PR #3614)

  • Update performance enhancements documentation (PR #3593)

salesforcedx-vscode-core

  • Set first alias when configuring default org (PR #3581) - Contribution by @DanielCalle

  • Fix broken documentation links (PR #3605)

  • Remove the Experimental: Deploy Retrieve performance enhancements user setting (PR #3580)

  • Under-the-hood fixes

53.0.0 - October 13, 2021

Fixed

salesforcedx-vscode-apex

  • Changes in Apex Language Server to suggest correct autocompletes in projects with namespace, additional telemetry and deletion of SOQL library. (PR #3568)

docs

  • Removes Salesforce Functions Beta tag. (PR #3583)

52.17.0 - October 8, 2021

Added

salesforcedx-vscode-core

  • Support custom templates in VS Code (PR #3563)

Fixed

docs

  • Documentation for custom templates in VS Code (PR #3565)

salesforcedx-vscode-core

  • Fix a conflict detection bug when components are deployed multiple time (PR #3556)

52.16.0 - September 29, 2021

Added

salesforcedx-vscode-apex

  • Improve performance for Apex Indexer startup and updates the faux classes for the built-in standard Apex library (PR #3529)

Fixed

salesforcedx-vscode-core

  • Set sourceApiVersion for sourcepath based deploy and retrieve (PR #3528)

salesforcedx-vscode-lwc

  • Fix debug code lens for VS Code 1.60+ (PR #3545)

salesforcedx-vscode-apex-replay-debugger

  • Fix trace flag update error (PR #3550)

salesforcedx-vscode-soql

  • Skip checking types in libs (PR #3534)

52.13.0 - September 8, 2021

Fixed

docs

  • Fixes doc bug that has incorrect location of the Org Picker. (PR #3423)

salesforcedx-vscode-core

52.12.0 - September 1, 2021

Fixed

salesforcedx-vscode-apex

  • Fixes Apex snippets to use a drop-down for access modifiers instead of a list, including: staticmethod, method, field, constructor. (PR #3492)

52.11.0 - August 26, 2021

Fixed

docs

  • Add Functions to the sidebar of VSCode doc site (PR #3510)

52.9.1 - August 12, 2021

Fixed

docs

  • Updated docs website's default header and footer (PR #3491)

salesforcedx-vscode-core

52.9.0 - August 11, 2021

Fixed

salesforcedx-vscode-core

  • Use functions library to create functions (PR #3476)

  • Add support for invoking function using payload contents (PR #3472)

  • Bump SDR to 3.0.0 (PR #3497)

salesforcedx-vscode-lwc

  • Update lightning language servers to 3.0.14 (PR #3468)

salesforcedx-vscode-lightning

  • Update lightning language servers to 3.0.14 (PR #3468)

52.8.0 - August 4, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Support checkpoints for one-step replay debugger (PR #3410)

salesforcedx-vscode-core

  • Remove old conflict detection mechanism (PR #3377)

52.7.0 - July 30, 2021

Added

salesforcedx-vscode-apex

  • Add commands SFDX: Create Apex Test Suite, SFDX: Add Tests to Apex Test Suite, and SFDX: Run Apex Test Suite (PR #3435)

salesforcedx-vscode-core

  • Add command SFDX: Log Out from Default Org (PR #3428)

Fixed

docs

salesforcedx-vscode-core

  • Support additional metadata types with conflict detection (PR #3424)

  • Support multiple directories on deploy on save with conflict detection (PR #3393)

52.6.0 - July 23, 2021

Added

salesforcedx-vscode

  • Include SOQL in extension pack (PR #3400)

salesforcedx-vscode-core

  • Update conflict detection setting description (PR #3416)

  • Fix functions dependency issue preventing extensions from loading (PR #3443)

Fixed

salesforcedx-sobjects-faux-generator

  • Correct LWC typing generation for new projects (PR #3418)

salesforcedx-vscode-core

  • Performance improvements for SFDX: Start Function, Invoke and Debug Invoke commands (PR #3399)

  • Fix conflict detection error for empty results (PR #3376)

52.5.0 - July 14, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Update test sidebar icons and add test coverage for easy button replay debugger (PR #3381)

salesforcedx-vscode-core

  • Update text on Conflict detection modal window (PR #3394)

  • Enhance hovertip text for conflict detection to show last modified date information (PR #3352)

Fixed

docs

  • Update docs for conflict detection (PR #3396)

salesforcedx-vscode-core

  • Remove setting to enable function PR #3409)

52.4.0 - July 8, 2021

Added

salesforcedx-vscode-core

  • Enable conflict detection for all deploy commands (PR #3357)

52.3.0 - June 30, 2021

Added

salesforcedx-vscode-apex

  • Add "Debug Test" code lens to Apex test methods and classes (PR #3347)

salesforcedx-vscode-core

  • Add language data to telemetry for functions (PR #3338)

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

52.2.0 - June 24, 2021

Added

salesforcedx-vscode-core

52.1.0 - June 16, 2021

Added

salesforcedx-vscode-core

Fixed

docs

salesforcedx-vscode-core

  • Import FileProperties from the top level (PR #3302)

  • Use correct message for file diffs (PR #3304)

51.17.0 - June 10, 2021

Added

salesforcedx-vscode-core

  • Add caching for conflict detection (PR #3283)

Fixed

docs

  • New Functions article and related changes. (PR #3278)

salesforcedx-vscode-core

  • Remove Functions feature-flag and update doc (PR #3289)

  • Correct creation of trace flags when running SFDX Turn on Apex Debug Log (PR #3290), (Issue #3288)

51.16.0 - June 3, 2021

Added

salesforcedx-vscode-core

  • Add Java support for Functions debugging (PR #3273)

  • Add Java support for SFDX: Start Function (PR #3269)

Fixed

salesforcedx-vscode-core

  • Update default debug port (PR #3272)

  • Use new CLI for functions invoke @W-9282250@ (PR #3270)

  • Throw error on remote component not found (PR #3259)

  • Pull function dependencies by default + Java/Maven support @W-9282387@ (PR #3262)

51.15.0 - May 27, 2021

Added

salesforcedx-vscode-core

  • Conflict detection performance improvements (PR #3246)

  • Use new CLI for Functions creation and add Java Functions support (PR #3247)

Fixed

salesforcedx-vscode-core

  • Fix "Cannot read property split of undefined" issue when retrieving with Org Browser or Manifest (#3262, #3210, #3218)

  • Remove Functions template for SFDX: Create Project command (#3253)

salesforcedx-vscode-apex

  • Fix an issue where Apex test results were limited to 2000 records (#3265)

51.14.0 - May 21, 2021

Added

salesforcedx-vscode-core

  • Enable diff detection for folders (PR #3243)

  • Enable diff detection for all metadata types (PR #3240)

salesforcedx-vscode-lwc

  • Add support for new LWC Analytics Dashboard feature and fix some under-the-hood bugs (PR #3232)

docs

  • Doc updates for Diff Detection(PR #3250)

51.13.0 - May 12, 2021

Added

salesforcedx-vscode-core

  • Cache metadata based on a project path (PR #3191)

51.12.0 - May 6, 2021

Fixed

salesforcedx-vscode-core

51.11.0 - April 29, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Disable LWC type generation (PR #3165)

salesforcedx-vscode-core

  • Preserve leading zeros in xml tags for the new Deploy/Retrieve route (PR #3189)

  • Fix metadata xml issues by removing the tooling api route for the new Deploy/Retrieve (PR #3181)

  • Surface original error with deploy/retrieve (PR #3178)

51.10.0 - April 21, 2021

Fixed

docs

  • Update docs to reflect Apex library setting has been removed (PR #3148)

salesforcedx-vscode-apex

  • Update "All tests" option for SFDX: Run Apex Tests command to match CLI behavior (PR #3126)

salesforcedx-vscode-core

  • Fix issues with the following types for deploy/retrieve library (PR #3147, Issue #3114, Issue #3157):

    • AccountRelationshipShareRule
    • TimeSheetTemplate
    • WaveDashboard
    • WaveRecipe
    • WaveLens
    • WaveDataflow
    • WorkSkillRouting
  • Remove Apex feature flag & delete CLI code path (PR #3148)

51.8.0 - April 07, 2021

Added

salesforcedx-vscode-apex

  • Add progress reporting and cancellation to Apex test runs (PR #3103)

salesforcedx-sobjects-faux-generator

  • Add cancellation to SObject Refresh command (PR #3116)

Fixed

docs

  • Update Org Picker location in documentation (PR #3099) (Issue #3095)

  • Update Apex status to reflect default usage in Salesforce CLI (PR #3119)

salesforcedx-vscode-core

51.7.0 - Mar 31, 2021

Added

salesforcedx-sobjects-vscode-core

  • Switched setting salesforcedx-vscode-core.experimental.deployRetrieve to on by default. (PR #3101)

salesforcedx-sobjects-faux-generator

  • Generate typings for sobjects (PR #3018)

Fixed

salesforcedx-vscode-core

  • Do not show refresh success message for min sobjects (PR #3082)

51.6.0 - March 24, 2021

Added

salesforcedx-vscode-core

  • Add cancellation to Deploy & Retrieve Library commands (PR #3068)

Fixed

salesforcedx-vscode-core

  • Fix deployment issues with Document metadata types (PR #3083)

  • Fix library executions not focusing on channel output via the 'Show' button (PR #3081, Issue #2987)

  • Generate SObject definitions from cached data (PR #3037)

51.5.0 - March 18, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Handle undefined results when running SFDX: Refresh SObject Definitions command (PR #3064, Issue #3056)

salesforcedx-vscode-core

  • Fixed issues with deploy retrieve beta: timeout for long running operations, output for multi-file components, and retrieving static resources (PR #3048)

docs

  • Update description for deploy retrieve beta setting (PR #3043)

51.4.0 - March 10, 2021

Fixed

salesforcedx-vscode-apex-replay-debugger

salesforcedx-vscode-apex

  • Switch to Apex output channel automatically after running Apex tests (PR #3027), (Issue #3009)

51.3.0 - March 3, 2021

Added

salesforcedx-sobjects-faux-generator

  • Improved sObject refresh performance (PR #2997)

docs

  • Add learning map to additional resources (PR #2989)

  • Update SOQL docs for saving query results (PR #2988)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Fix debug test icon color to be friendly for light themes (PR #2978)

51.2.0 - February 24, 2021

Added

salesforcedx-vscode-apex

Fixed

docs

  • SOQL Builder - Add LIKE support (PR #2971)

  • SOQL Builder - Add COUNT support (PR #2946)

salesforcedx-vscode-apex

50.17.0 - February 10, 2021

Fixed

docs

salesforcedx-vscode-apex

  • Fix 'SFDX: Execute Anonymous Apex' diagnostic reporting for runtime failures (PR #2927)

salesforcedx-vscode-apex-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-apex-replay-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-core

  • Add new template updates for apex class and project config (PR #2919)

salesforcedx-vscode-lwc

  • Activate Redhat XML extension only if it is version 0.14.0 (PR #2934). This is an interim fix for the issue (Issue #2923).

  • Adds VS Code support for Email Templates as a target for custom components. (PR #2918)

salesforcedx-vscode-visualforce

  • Remove use of missing telemetry method (PR #2913)

50.16.0 - February 3, 2021

Added

salesforcedx-vscode-apex

  • Surface project information in Apex Language Server Output panel (PR #2891)

Fixed

docs

salesforcedx-vscode-lwc

  • Reduce extension size by 34% (PR #2904)

salesforcedx-vscode-lightning

  • Reduce extension size by 68% (PR #2908)

50.14.0 - January 21, 2021

Fixed

salesforcedx-vscode-apex

  • Fix issue with recognizing the default org when running tests at the start of a session (PR #2868)

50.13.0 - January 13, 2021

Added

salesforcedx-vscode-apex

  • Added debug button to test sidebar to automatically run Apex Replay Debugger after test run (PR #2804)

salesforcedx-vscode-core

  • Run Apex tests using the Apex library (PR #2828)

Fixed

docs

  • Remove manual listing of palette commands (PR #2848)

salesforcedx-sobjects-faux-generator

salesforcedx-vscode-core

  • Provides relative project paths for beta deploy/retrieve in the output (PR #2807)

50.8.0 - December 9, 2020

Added

salesforcedx-vscode-core

50.7.0 - December 2, 2020

Added

salesforcedx-vscode-core

Fixed

docs

  • Add license note for Apex Interactive Debugger (PR #2760)

salesforcedx-vscode-core

  • Reduce salesforcedx-vscode-core extension size by 30% (PR #2769)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

50.5.0 - November 11, 2020

Fixed

salesforcedx-vscode-core

  • Show debug log list in descending order by date for SFDX: Get Apex Debug Logs (PR #2713, Issue #2698)

  • Set required version of VS Code to 1.46.0 or higher (PR #2719)

50.4.0 - November 5, 2020

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.3.0 - October 28, 2020

Added

salesforcedx-vscode-core

  • New force:apex:log:list command implementation, used as part of SFDX: Get Apex Debug Logs ... (PR #2644)

Fixed

docs

salesforcedx-vscode-core

50.2.0 - October 22, 2020

Fixed

docs

  • Re-organize Get Started section (PR #2626)

salesforcedx-vscode-apex

  • Improve @AuraEnabled apex snippet for better error handling. (PR #2640) - Contribution by @PawelWozniak

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.1.0 - October 14, 2020

Added

salesforcedx-vscode-core

  • Added Retrieve and Open Source feature for Org Browser (PR #2573)

Fixed

salesforcedx-vscode-core

docs

salesforcedx-vscode - Release v54.11.0

Published by randi274 over 2 years ago

54.11.0 - May 4, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it prevents a component from being renamed if the component bundle already contains a file with that name. (PR #4039).
  • Fixed some under-the-hood issues. (PR #4069).

54.9.0 - April 21, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Rename Component command so that it now correctly renames the file in the __tests__ folder for LWC components that has the same name as the component being renamed (PR #4020).
  • We added support for debugging JavaScript in containerless functions (PR#4001).
  • We fixed an issue that prevented Standard Value Sets from being displayed in the Org Browser(PR # 3992). Fixes Issue https://github.com/forcedotcom/salesforcedx-vscode/issues/1579

54.8.0 - April 13, 2022

Fixed

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

salesforcedx-vscode-core

54.7.0 - April 6, 2022

Added

salesforcedx-vscode-core

  • Right-click and run the new SFDX: Rename Component command to quickly rename all the files of an LWC component (js, html, css, js-meta.xml file types) or an Aura component (auradoc, cmp, cmp-meta.xml, css, design, svg, contoller, helper, renderer, js file types) using a single command (PR #3923).

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. (PR #3920)

Fixed

docs

  • Updated Java Setup instructions to include instructions for JDK 17. (PR #3909)

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

salesforcedx-vscode-core

  • Retrieve components within folders for metadata types such as Reports, Dashboards, Documents, and EmailTemplates. Before this update, it wasn't possible to retrieve individual component metadata from within folders. (PR #3892)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Fixed some issues with autocompletion in template JS files. (PR #3931,PR #3931)

54.5.0 - March 14, 2022

Fixed

salesforcedx-vscode-core

  • We’ve updated the library that supports Salesforce Templates commands in VS Code so that it now uses API version 54.0 when generating new metadata from our standard templates.(PR #3749)

54.4.1 - March 10, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted the source-deploy-retrieve library to v5.12.2 because it was sometimes failing on OSX Monterey.

54.4.0 - March 9, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Diff Folder Against Org command so that it now diffs objects against orgs correctly. (PR #3876)

54.3.0 - March 3, 2022

Added

salesforcedx-vscode-core

  • We’ve made the functionality of older versions of some commands available for you to use with your existing scratch orgs. Use these legacy commands so you don’t run into issues with their newer versions:

    SFDX: Pull Source from Default Scratch Org (Legacy)

    SFDX: Pull Source from Default Scratch Org and Override Conflicts (Legacy)

    SFDX: Push Source to Default Scratch Org (Legacy)

    SFDX: Push Source to Default Scratch Org and Override Conflicts (Legacy) and

    SFDX: View All Changes (Local and in Default Scratch Org) (Legacy) (PR #3839)

salesforcedx-vscode-lightning & salesforcedx-vscode-lwc

  • Autocompletion is now available for bracket syntax '{}' in HTML files.(PR #3865)

Fixed

docs

salesforcedx-vscode-expanded

salesforcedx-vscode-apex

salesforcedx-vscode

  • We now support JDK version 17 in addition to versions 8 and 11. (PR #3860)

salesforcedx-vscode-core

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

54.2.0 - February 24, 2022

Added

salesforcedx-vscode

  • Run the new Start Function in Container command to run a Salesforce Function in a Docker container. The old command, Start Function now runs a function locally. (PR #3838, PR #3856)

Fixed

salesforcedx-vscode

  • We resolved the issue with the Diff Folder Against Org command being visible from the command palette even when an SFDX project wasn’t open. (PR #3843).

salesforcedx-vscode-apex

  • We removed some unessential Apex classes from the Apex LSP .jar file. (PR #3844)

54.0.0 - February 15, 2022

Added

salesforcedx-vscode

  • Run the updated Launch Apex Replay Debugger with Current File to launch the Apex Replay Debugger from an Apex test file, an Anonymous Apex file, or an Apex log file. Previously, you could launch the Apex Replay Debugger only from an Apex log file. Also, we’ve simplified both the setup and execution of the command. You’re no longer required to create a launch configuration (launch.json) to run the Apex Replay Debugger, and you can debug your code with fewer steps. (PR #3779, PR #3827).

Fixed

salesforcedx-vscode

  • The Generate Manifest File doesn’t show up as an option when you right-click on components within metadata types. Previously, the command showed up incorrectly even though it wasn’t executable (PR #3818).

  • The Execute Anonymous Apex code lens is now working as expected (PR #3819).

  • We fixed a broken video link in documentation (PR #3817).

  • We fixed some issues under the hood (PR #3813), (PR #3812).

53.16.0 - February 2, 2022

Added

salesforcedx-vscode-core

  • The new Manifest Builder feature has been added to automatically generate a manifest file for a given set of metadata components instead of editing the package.xml file manually (PR #3784)

docs

  • Updated development-models.md with a new section on Manifest Builder (PR #3788)

53.14.1 - January 19, 2022

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Backend changes to set up Anonymous Apex in replay debugging (PR #3758)

53.13.0 - January 13, 2022

Added

salesforcedx-vscode-apex

  • Identify test class from uri (PR #3751)

Fixed

docs

  • Updates to reflect runtime restrictions (PR #3741)

salesforcedx-vscode-apex

  • Prevent local java runtime in project (PR #3730)

53.12.0 - January 5, 2022

Added

salesforcedx-vscode-core

  • Add ability to remove expired orgs from the org list (PR #3732)

53.8.0 - December 16, 2021

Added

salesforcedx-vscode-apex

  • Enable use of anonymous Apex execution codelens (PR #3688)

Fixed

salesforcedx-vscode-core

  • Fix org browser to show retrieve source action for sobjects (PR #3697)

  • Fix org browser to display nested items such as Email Templates, Dashboards, Documents and Reports (PR #3685)

53.7.0 - December 9, 2021

Fixed

docs

salesforcedx-vscode-core

  • Retrieve field data for a custom object type (PR #3661)

  • Ability to select and deploy multiple files (PR #3660)

53.4.0 - November 17, 2021

Added

salesforcedx-vscode-core

  • Add ability to deploy and retrieve multiple files (PR #3621)

salesforcedx-vscode-apex

  • Enabled Hover, Go to Definition, and References functionality in anonymous apex files (PR #3650)

Fixed

docs

  • Add multi-selecting files and folders in explorer for Source Deploy/Retrieve, and fields and field details for custom objects (PR #3639)

  • Added New Articles for Japanese (PR #3640)

53.3.0 - November 10, 2021

Added

salesforcedx-vscode-apex

  • Code completion for anonymous apex (PR #3617)

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lightning

  • Update lightning-language-server to latest version (PR #3633)

salesforcedx-vscode-lwc

  • Update lightning-language-server to latest version (PR #3633)

53.2.0 - November 4, 2021

Fixed

docs

53.1.0 - October 28, 2021

Added

docs

  • Append or prepend site title with SEO meta data (PR #3546)

salesforcedx-vscode-apex

  • Bundle extensions with apex.db to optimize LSP performance (PR #3585)

Fixed

docs

  • Removed extra line in documentation (PR #3614)

  • Update performance enhancements documentation (PR #3593)

salesforcedx-vscode-core

  • Set first alias when configuring default org (PR #3581) - Contribution by @DanielCalle

  • Fix broken documentation links (PR #3605)

  • Remove the Experimental: Deploy Retrieve performance enhancements user setting (PR #3580)

  • Under-the-hood fixes

53.0.0 - October 13, 2021

Fixed

salesforcedx-vscode-apex

  • Changes in Apex Language Server to suggest correct autocompletes in projects with namespace, additional telemetry and deletion of SOQL library. (PR #3568)

docs

  • Removes Salesforce Functions Beta tag. (PR #3583)

52.17.0 - October 8, 2021

Added

salesforcedx-vscode-core

  • Support custom templates in VS Code (PR #3563)

Fixed

docs

  • Documentation for custom templates in VS Code (PR #3565)

salesforcedx-vscode-core

  • Fix a conflict detection bug when components are deployed multiple time (PR #3556)

52.16.0 - September 29, 2021

Added

salesforcedx-vscode-apex

  • Improve performance for Apex Indexer startup and updates the faux classes for the built-in standard Apex library (PR #3529)

Fixed

salesforcedx-vscode-core

  • Set sourceApiVersion for sourcepath based deploy and retrieve (PR #3528)

salesforcedx-vscode-lwc

  • Fix debug code lens for VS Code 1.60+ (PR #3545)

salesforcedx-vscode-apex-replay-debugger

  • Fix trace flag update error (PR #3550)

salesforcedx-vscode-soql

  • Skip checking types in libs (PR #3534)

52.13.0 - September 8, 2021

Fixed

docs

  • Fixes doc bug that has incorrect location of the Org Picker. (PR #3423)

salesforcedx-vscode-core

52.12.0 - September 1, 2021

Fixed

salesforcedx-vscode-apex

  • Fixes Apex snippets to use a drop-down for access modifiers instead of a list, including: staticmethod, method, field, constructor. (PR #3492)

52.11.0 - August 26, 2021

Fixed

docs

  • Add Functions to the sidebar of VSCode doc site (PR #3510)

52.9.1 - August 12, 2021

Fixed

docs

  • Updated docs website's default header and footer (PR #3491)

salesforcedx-vscode-core

52.9.0 - August 11, 2021

Fixed

salesforcedx-vscode-core

  • Use functions library to create functions (PR #3476)

  • Add support for invoking function using payload contents (PR #3472)

  • Bump SDR to 3.0.0 (PR #3497)

salesforcedx-vscode-lwc

  • Update lightning language servers to 3.0.14 (PR #3468)

salesforcedx-vscode-lightning

  • Update lightning language servers to 3.0.14 (PR #3468)

52.8.0 - August 4, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Support checkpoints for one-step replay debugger (PR #3410)

salesforcedx-vscode-core

  • Remove old conflict detection mechanism (PR #3377)

52.7.0 - July 30, 2021

Added

salesforcedx-vscode-apex

  • Add commands SFDX: Create Apex Test Suite, SFDX: Add Tests to Apex Test Suite, and SFDX: Run Apex Test Suite (PR #3435)

salesforcedx-vscode-core

  • Add command SFDX: Log Out from Default Org (PR #3428)

Fixed

docs

salesforcedx-vscode-core

  • Support additional metadata types with conflict detection (PR #3424)

  • Support multiple directories on deploy on save with conflict detection (PR #3393)

52.6.0 - July 23, 2021

Added

salesforcedx-vscode

  • Include SOQL in extension pack (PR #3400)

salesforcedx-vscode-core

  • Update conflict detection setting description (PR #3416)

  • Fix functions dependency issue preventing extensions from loading (PR #3443)

Fixed

salesforcedx-sobjects-faux-generator

  • Correct LWC typing generation for new projects (PR #3418)

salesforcedx-vscode-core

  • Performance improvements for SFDX: Start Function, Invoke and Debug Invoke commands (PR #3399)

  • Fix conflict detection error for empty results (PR #3376)

52.5.0 - July 14, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Update test sidebar icons and add test coverage for easy button replay debugger (PR #3381)

salesforcedx-vscode-core

  • Update text on Conflict detection modal window (PR #3394)

  • Enhance hovertip text for conflict detection to show last modified date information (PR #3352)

Fixed

docs

  • Update docs for conflict detection (PR #3396)

salesforcedx-vscode-core

  • Remove setting to enable function PR #3409)

52.4.0 - July 8, 2021

Added

salesforcedx-vscode-core

  • Enable conflict detection for all deploy commands (PR #3357)

52.3.0 - June 30, 2021

Added

salesforcedx-vscode-apex

  • Add "Debug Test" code lens to Apex test methods and classes (PR #3347)

salesforcedx-vscode-core

  • Add language data to telemetry for functions (PR #3338)

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

52.2.0 - June 24, 2021

Added

salesforcedx-vscode-core

52.1.0 - June 16, 2021

Added

salesforcedx-vscode-core

Fixed

docs

salesforcedx-vscode-core

  • Import FileProperties from the top level (PR #3302)

  • Use correct message for file diffs (PR #3304)

51.17.0 - June 10, 2021

Added

salesforcedx-vscode-core

  • Add caching for conflict detection (PR #3283)

Fixed

docs

  • New Functions article and related changes. (PR #3278)

salesforcedx-vscode-core

  • Remove Functions feature-flag and update doc (PR #3289)

  • Correct creation of trace flags when running SFDX Turn on Apex Debug Log (PR #3290), (Issue #3288)

51.16.0 - June 3, 2021

Added

salesforcedx-vscode-core

  • Add Java support for Functions debugging (PR #3273)

  • Add Java support for SFDX: Start Function (PR #3269)

Fixed

salesforcedx-vscode-core

  • Update default debug port (PR #3272)

  • Use new CLI for functions invoke @W-9282250@ (PR #3270)

  • Throw error on remote component not found (PR #3259)

  • Pull function dependencies by default + Java/Maven support @W-9282387@ (PR #3262)

51.15.0 - May 27, 2021

Added

salesforcedx-vscode-core

  • Conflict detection performance improvements (PR #3246)

  • Use new CLI for Functions creation and add Java Functions support (PR #3247)

Fixed

salesforcedx-vscode-core

  • Fix "Cannot read property split of undefined" issue when retrieving with Org Browser or Manifest (#3262, #3210, #3218)

  • Remove Functions template for SFDX: Create Project command (#3253)

salesforcedx-vscode-apex

  • Fix an issue where Apex test results were limited to 2000 records (#3265)

51.14.0 - May 21, 2021

Added

salesforcedx-vscode-core

  • Enable diff detection for folders (PR #3243)

  • Enable diff detection for all metadata types (PR #3240)

salesforcedx-vscode-lwc

  • Add support for new LWC Analytics Dashboard feature and fix some under-the-hood bugs (PR #3232)

docs

  • Doc updates for Diff Detection(PR #3250)

51.13.0 - May 12, 2021

Added

salesforcedx-vscode-core

  • Cache metadata based on a project path (PR #3191)

51.12.0 - May 6, 2021

Fixed

salesforcedx-vscode-core

51.11.0 - April 29, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Disable LWC type generation (PR #3165)

salesforcedx-vscode-core

  • Preserve leading zeros in xml tags for the new Deploy/Retrieve route (PR #3189)

  • Fix metadata xml issues by removing the tooling api route for the new Deploy/Retrieve (PR #3181)

  • Surface original error with deploy/retrieve (PR #3178)

51.10.0 - April 21, 2021

Fixed

docs

  • Update docs to reflect Apex library setting has been removed (PR #3148)

salesforcedx-vscode-apex

  • Update "All tests" option for SFDX: Run Apex Tests command to match CLI behavior (PR #3126)

salesforcedx-vscode-core

  • Fix issues with the following types for deploy/retrieve library (PR #3147, Issue #3114, Issue #3157):

    • AccountRelationshipShareRule
    • TimeSheetTemplate
    • WaveDashboard
    • WaveRecipe
    • WaveLens
    • WaveDataflow
    • WorkSkillRouting
  • Remove Apex feature flag & delete CLI code path (PR #3148)

51.8.0 - April 07, 2021

Added

salesforcedx-vscode-apex

  • Add progress reporting and cancellation to Apex test runs (PR #3103)

salesforcedx-sobjects-faux-generator

  • Add cancellation to SObject Refresh command (PR #3116)

Fixed

docs

  • Update Org Picker location in documentation (PR #3099) (Issue #3095)

  • Update Apex status to reflect default usage in Salesforce CLI (PR #3119)

salesforcedx-vscode-core

51.7.0 - Mar 31, 2021

Added

salesforcedx-sobjects-vscode-core

  • Switched setting salesforcedx-vscode-core.experimental.deployRetrieve to on by default. (PR #3101)

salesforcedx-sobjects-faux-generator

  • Generate typings for sobjects (PR #3018)

Fixed

salesforcedx-vscode-core

  • Do not show refresh success message for min sobjects (PR #3082)

51.6.0 - March 24, 2021

Added

salesforcedx-vscode-core

  • Add cancellation to Deploy & Retrieve Library commands (PR #3068)

Fixed

salesforcedx-vscode-core

  • Fix deployment issues with Document metadata types (PR #3083)

  • Fix library executions not focusing on channel output via the 'Show' button (PR #3081, Issue #2987)

  • Generate SObject definitions from cached data (PR #3037)

51.5.0 - March 18, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Handle undefined results when running SFDX: Refresh SObject Definitions command (PR #3064, Issue #3056)

salesforcedx-vscode-core

  • Fixed issues with deploy retrieve beta: timeout for long running operations, output for multi-file components, and retrieving static resources (PR #3048)

docs

  • Update description for deploy retrieve beta setting (PR #3043)

51.4.0 - March 10, 2021

Fixed

salesforcedx-vscode-apex-replay-debugger

salesforcedx-vscode-apex

  • Switch to Apex output channel automatically after running Apex tests (PR #3027), (Issue #3009)

51.3.0 - March 3, 2021

Added

salesforcedx-sobjects-faux-generator

  • Improved sObject refresh performance (PR #2997)

docs

  • Add learning map to additional resources (PR #2989)

  • Update SOQL docs for saving query results (PR #2988)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Fix debug test icon color to be friendly for light themes (PR #2978)

51.2.0 - February 24, 2021

Added

salesforcedx-vscode-apex

Fixed

docs

  • SOQL Builder - Add LIKE support (PR #2971)

  • SOQL Builder - Add COUNT support (PR #2946)

salesforcedx-vscode-apex

50.17.0 - February 10, 2021

Fixed

docs

salesforcedx-vscode-apex

  • Fix 'SFDX: Execute Anonymous Apex' diagnostic reporting for runtime failures (PR #2927)

salesforcedx-vscode-apex-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-apex-replay-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-core

  • Add new template updates for apex class and project config (PR #2919)

salesforcedx-vscode-lwc

  • Activate Redhat XML extension only if it is version 0.14.0 (PR #2934). This is an interim fix for the issue (Issue #2923).

  • Adds VS Code support for Email Templates as a target for custom components. (PR #2918)

salesforcedx-vscode-visualforce

  • Remove use of missing telemetry method (PR #2913)

50.16.0 - February 3, 2021

Added

salesforcedx-vscode-apex

  • Surface project information in Apex Language Server Output panel (PR #2891)

Fixed

docs

salesforcedx-vscode-lwc

  • Reduce extension size by 34% (PR #2904)

salesforcedx-vscode-lightning

  • Reduce extension size by 68% (PR #2908)

50.14.0 - January 21, 2021

Fixed

salesforcedx-vscode-apex

  • Fix issue with recognizing the default org when running tests at the start of a session (PR #2868)

50.13.0 - January 13, 2021

Added

salesforcedx-vscode-apex

  • Added debug button to test sidebar to automatically run Apex Replay Debugger after test run (PR #2804)

salesforcedx-vscode-core

  • Run Apex tests using the Apex library (PR #2828)

Fixed

docs

  • Remove manual listing of palette commands (PR #2848)

salesforcedx-sobjects-faux-generator

salesforcedx-vscode-core

  • Provides relative project paths for beta deploy/retrieve in the output (PR #2807)

50.8.0 - December 9, 2020

Added

salesforcedx-vscode-core

50.7.0 - December 2, 2020

Added

salesforcedx-vscode-core

Fixed

docs

  • Add license note for Apex Interactive Debugger (PR #2760)

salesforcedx-vscode-core

  • Reduce salesforcedx-vscode-core extension size by 30% (PR #2769)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

50.5.0 - November 11, 2020

Fixed

salesforcedx-vscode-core

  • Show debug log list in descending order by date for SFDX: Get Apex Debug Logs (PR #2713, Issue #2698)

  • Set required version of VS Code to 1.46.0 or higher (PR #2719)

50.4.0 - November 5, 2020

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.3.0 - October 28, 2020

Added

salesforcedx-vscode-core

  • New force:apex:log:list command implementation, used as part of SFDX: Get Apex Debug Logs ... (PR #2644)

Fixed

docs

salesforcedx-vscode-core

50.2.0 - October 22, 2020

Fixed

docs

  • Re-organize Get Started section (PR #2626)

salesforcedx-vscode-apex

  • Improve @AuraEnabled apex snippet for better error handling. (PR #2640) - Contribution by @PawelWozniak

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.1.0 - October 14, 2020

Added

salesforcedx-vscode-core

  • Added Retrieve and Open Source feature for Org Browser (PR #2573)

Fixed

salesforcedx-vscode-core

docs

salesforcedx-vscode - Release v54.6.1

Published by jgellin-sf over 2 years ago

54.6.1 - March 23, 2022

Fixed

  • Fixed inconsistent published package versions caused by issues with the availability of the VSCode Marketplace during publish of v54.6.0.

docs

  • Improved documentation regarding org browser behavior (PR #3941) and fixed broken links (PR #3939).

54.6.0 - March 23, 2022

Added

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Took advantage of recent updates to lightning langauage server packages and the iterator template directive. Improved directive descriptions. (PR #3891)

salesforcedx-vscode-lwc

  • Added a new debug configuration for creating LWC jest tests so that you can easily write JavaScript tests for your Lightning web components. (PR #3920)

Fixed

docs

  • Updated Java Setup instructions to include instructions for JDK 17. (PR #3909)

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

salesforcedx-vscode-core

  • Retrieve components within folders for metadata types such as Reports, Dashboards, Documents, and EmailTemplates. Before this update, it wasn't possible to retrieve individual component metadata from within folders. (PR #3892)

salesforcedx-vscode-lightning, salesforcedx-vscode-lwc

  • Fixed some issues with autocompletion in template JS files. (PR #3931,PR #3931)

54.5.0 - March 14, 2022

Fixed

salesforcedx-vscode-core

  • We’ve updated the library that supports Salesforce Templates commands in VS Code so that it now uses API version 54.0 when generating new metadata from our standard templates.(PR #3749)

54.4.1 - March 10, 2022

Fixed

salesforcedx-vscode-core, salesforcedx-vscode-apex

  • We reverted the source-deploy-retrieve library to v5.12.2 because it was sometimes failing on OSX Monterey.

54.4.0 - March 9, 2022

Fixed

salesforcedx-vscode-core

  • We fixed an issue with the SFDX: Diff Folder Against Org command so that it now diffs objects against orgs correctly. (PR #3876)

54.3.0 - March 3, 2022

Added

salesforcedx-vscode-core

  • We’ve made the functionality of older versions of some commands available for you to use with your existing scratch orgs. Use these legacy commands so you don’t run into issues with their newer versions:

    SFDX: Pull Source from Default Scratch Org (Legacy)

    SFDX: Pull Source from Default Scratch Org and Override Conflicts (Legacy)

    SFDX: Push Source to Default Scratch Org (Legacy)

    SFDX: Push Source to Default Scratch Org and Override Conflicts (Legacy) and

    SFDX: View All Changes (Local and in Default Scratch Org) (Legacy) (PR #3839)

salesforcedx-vscode-lightning & salesforcedx-vscode-lwc

  • Autocompletion is now available for bracket syntax '{}' in HTML files.(PR #3865)

Fixed

docs

salesforcedx-vscode-expanded

salesforcedx-vscode-apex

salesforcedx-vscode

  • We now support JDK version 17 in addition to versions 8 and 11. (PR #3860)

salesforcedx-vscode-core

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

54.2.0 - February 24, 2022

Added

salesforcedx-vscode

  • Run the new Start Function in Container command to run a Salesforce Function in a Docker container. The old command, Start Function now runs a function locally. (PR #3838, PR #3856)

Fixed

salesforcedx-vscode

  • We resolved the issue with the Diff Folder Against Org command being visible from the command palette even when an SFDX project wasn’t open. (PR #3843).

salesforcedx-vscode-apex

  • We removed some unessential Apex classes from the Apex LSP .jar file. (PR #3844)

54.0.0 - February 15, 2022

Added

salesforcedx-vscode

  • Run the updated Launch Apex Replay Debugger with Current File to launch the Apex Replay Debugger from an Apex test file, an Anonymous Apex file, or an Apex log file. Previously, you could launch the Apex Replay Debugger only from an Apex log file. Also, we’ve simplified both the setup and execution of the command. You’re no longer required to create a launch configuration (launch.json) to run the Apex Replay Debugger, and you can debug your code with fewer steps. (PR #3779, PR #3827).

Fixed

salesforcedx-vscode

  • The Generate Manifest File doesn’t show up as an option when you right-click on components within metadata types. Previously, the command showed up incorrectly even though it wasn’t executable (PR #3818).

  • The Execute Anonymous Apex code lens is now working as expected (PR #3819).

  • We fixed a broken video link in documentation (PR #3817).

  • We fixed some issues under the hood (PR #3813), (PR #3812).

53.16.0 - February 2, 2022

Added

salesforcedx-vscode-core

  • The new Manifest Builder feature has been added to automatically generate a manifest file for a given set of metadata components instead of editing the package.xml file manually (PR #3784)

docs

  • Updated development-models.md with a new section on Manifest Builder (PR #3788)

53.14.1 - January 19, 2022

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Backend changes to set up Anonymous Apex in replay debugging (PR #3758)

53.13.0 - January 13, 2022

Added

salesforcedx-vscode-apex

  • Identify test class from uri (PR #3751)

Fixed

docs

  • Updates to reflect runtime restrictions (PR #3741)

salesforcedx-vscode-apex

  • Prevent local java runtime in project (PR #3730)

53.12.0 - January 5, 2022

Added

salesforcedx-vscode-core

  • Add ability to remove expired orgs from the org list (PR #3732)

53.8.0 - December 16, 2021

Added

salesforcedx-vscode-apex

  • Enable use of anonymous Apex execution codelens (PR #3688)

Fixed

salesforcedx-vscode-core

  • Fix org browser to show retrieve source action for sobjects (PR #3697)

  • Fix org browser to display nested items such as Email Templates, Dashboards, Documents and Reports (PR #3685)

53.7.0 - December 9, 2021

Fixed

docs

salesforcedx-vscode-core

  • Retrieve field data for a custom object type (PR #3661)

  • Ability to select and deploy multiple files (PR #3660)

53.4.0 - November 17, 2021

Added

salesforcedx-vscode-core

  • Add ability to deploy and retrieve multiple files (PR #3621)

salesforcedx-vscode-apex

  • Enabled Hover, Go to Definition, and References functionality in anonymous apex files (PR #3650)

Fixed

docs

  • Add multi-selecting files and folders in explorer for Source Deploy/Retrieve, and fields and field details for custom objects (PR #3639)

  • Added New Articles for Japanese (PR #3640)

53.3.0 - November 10, 2021

Added

salesforcedx-vscode-apex

  • Code completion for anonymous apex (PR #3617)

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lightning

  • Update lightning-language-server to latest version (PR #3633)

salesforcedx-vscode-lwc

  • Update lightning-language-server to latest version (PR #3633)

53.2.0 - November 4, 2021

Fixed

docs

53.1.0 - October 28, 2021

Added

docs

  • Append or prepend site title with SEO meta data (PR #3546)

salesforcedx-vscode-apex

  • Bundle extensions with apex.db to optimize LSP performance (PR #3585)

Fixed

docs

  • Removed extra line in documentation (PR #3614)

  • Update performance enhancements documentation (PR #3593)

salesforcedx-vscode-core

  • Set first alias when configuring default org (PR #3581) - Contribution by @DanielCalle

  • Fix broken documentation links (PR #3605)

  • Remove the Experimental: Deploy Retrieve performance enhancements user setting (PR #3580)

  • Under-the-hood fixes

53.0.0 - October 13, 2021

Fixed

salesforcedx-vscode-apex

  • Changes in Apex Language Server to suggest correct autocompletes in projects with namespace, additional telemetry and deletion of SOQL library. (PR #3568)

docs

  • Removes Salesforce Functions Beta tag. (PR #3583)

52.17.0 - October 8, 2021

Added

salesforcedx-vscode-core

  • Support custom templates in VS Code (PR #3563)

Fixed

docs

  • Documentation for custom templates in VS Code (PR #3565)

salesforcedx-vscode-core

  • Fix a conflict detection bug when components are deployed multiple time (PR #3556)

52.16.0 - September 29, 2021

Added

salesforcedx-vscode-apex

  • Improve performance for Apex Indexer startup and updates the faux classes for the built-in standard Apex library (PR #3529)

Fixed

salesforcedx-vscode-core

  • Set sourceApiVersion for sourcepath based deploy and retrieve (PR #3528)

salesforcedx-vscode-lwc

  • Fix debug code lens for VS Code 1.60+ (PR #3545)

salesforcedx-vscode-apex-replay-debugger

  • Fix trace flag update error (PR #3550)

salesforcedx-vscode-soql

  • Skip checking types in libs (PR #3534)

52.13.0 - September 8, 2021

Fixed

docs

  • Fixes doc bug that has incorrect location of the Org Picker. (PR #3423)

salesforcedx-vscode-core

52.12.0 - September 1, 2021

Fixed

salesforcedx-vscode-apex

  • Fixes Apex snippets to use a drop-down for access modifiers instead of a list, including: staticmethod, method, field, constructor. (PR #3492)

52.11.0 - August 26, 2021

Fixed

docs

  • Add Functions to the sidebar of VSCode doc site (PR #3510)

52.9.1 - August 12, 2021

Fixed

docs

  • Updated docs website's default header and footer (PR #3491)

salesforcedx-vscode-core

52.9.0 - August 11, 2021

Fixed

salesforcedx-vscode-core

  • Use functions library to create functions (PR #3476)

  • Add support for invoking function using payload contents (PR #3472)

  • Bump SDR to 3.0.0 (PR #3497)

salesforcedx-vscode-lwc

  • Update lightning language servers to 3.0.14 (PR #3468)

salesforcedx-vscode-lightning

  • Update lightning language servers to 3.0.14 (PR #3468)

52.8.0 - August 4, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Support checkpoints for one-step replay debugger (PR #3410)

salesforcedx-vscode-core

  • Remove old conflict detection mechanism (PR #3377)

52.7.0 - July 30, 2021

Added

salesforcedx-vscode-apex

  • Add commands SFDX: Create Apex Test Suite, SFDX: Add Tests to Apex Test Suite, and SFDX: Run Apex Test Suite (PR #3435)

salesforcedx-vscode-core

  • Add command SFDX: Log Out from Default Org (PR #3428)

Fixed

docs

salesforcedx-vscode-core

  • Support additional metadata types with conflict detection (PR #3424)

  • Support multiple directories on deploy on save with conflict detection (PR #3393)

52.6.0 - July 23, 2021

Added

salesforcedx-vscode

  • Include SOQL in extension pack (PR #3400)

salesforcedx-vscode-core

  • Update conflict detection setting description (PR #3416)

  • Fix functions dependency issue preventing extensions from loading (PR #3443)

Fixed

salesforcedx-sobjects-faux-generator

  • Correct LWC typing generation for new projects (PR #3418)

salesforcedx-vscode-core

  • Performance improvements for SFDX: Start Function, Invoke and Debug Invoke commands (PR #3399)

  • Fix conflict detection error for empty results (PR #3376)

52.5.0 - July 14, 2021

Added

salesforcedx-vscode-apex-replay-debugger

  • Update test sidebar icons and add test coverage for easy button replay debugger (PR #3381)

salesforcedx-vscode-core

  • Update text on Conflict detection modal window (PR #3394)

  • Enhance hovertip text for conflict detection to show last modified date information (PR #3352)

Fixed

docs

  • Update docs for conflict detection (PR #3396)

salesforcedx-vscode-core

  • Remove setting to enable function PR #3409)

52.4.0 - July 8, 2021

Added

salesforcedx-vscode-core

  • Enable conflict detection for all deploy commands (PR #3357)

52.3.0 - June 30, 2021

Added

salesforcedx-vscode-apex

  • Add "Debug Test" code lens to Apex test methods and classes (PR #3347)

salesforcedx-vscode-core

  • Add language data to telemetry for functions (PR #3338)

Fixed

salesforcedx-vscode-apex

salesforcedx-vscode-core

52.2.0 - June 24, 2021

Added

salesforcedx-vscode-core

52.1.0 - June 16, 2021

Added

salesforcedx-vscode-core

Fixed

docs

salesforcedx-vscode-core

  • Import FileProperties from the top level (PR #3302)

  • Use correct message for file diffs (PR #3304)

51.17.0 - June 10, 2021

Added

salesforcedx-vscode-core

  • Add caching for conflict detection (PR #3283)

Fixed

docs

  • New Functions article and related changes. (PR #3278)

salesforcedx-vscode-core

  • Remove Functions feature-flag and update doc (PR #3289)

  • Correct creation of trace flags when running SFDX Turn on Apex Debug Log (PR #3290), (Issue #3288)

51.16.0 - June 3, 2021

Added

salesforcedx-vscode-core

  • Add Java support for Functions debugging (PR #3273)

  • Add Java support for SFDX: Start Function (PR #3269)

Fixed

salesforcedx-vscode-core

  • Update default debug port (PR #3272)

  • Use new CLI for functions invoke @W-9282250@ (PR #3270)

  • Throw error on remote component not found (PR #3259)

  • Pull function dependencies by default + Java/Maven support @W-9282387@ (PR #3262)

51.15.0 - May 27, 2021

Added

salesforcedx-vscode-core

  • Conflict detection performance improvements (PR #3246)

  • Use new CLI for Functions creation and add Java Functions support (PR #3247)

Fixed

salesforcedx-vscode-core

  • Fix "Cannot read property split of undefined" issue when retrieving with Org Browser or Manifest (#3262, #3210, #3218)

  • Remove Functions template for SFDX: Create Project command (#3253)

salesforcedx-vscode-apex

  • Fix an issue where Apex test results were limited to 2000 records (#3265)

51.14.0 - May 21, 2021

Added

salesforcedx-vscode-core

  • Enable diff detection for folders (PR #3243)

  • Enable diff detection for all metadata types (PR #3240)

salesforcedx-vscode-lwc

  • Add support for new LWC Analytics Dashboard feature and fix some under-the-hood bugs (PR #3232)

docs

  • Doc updates for Diff Detection(PR #3250)

51.13.0 - May 12, 2021

Added

salesforcedx-vscode-core

  • Cache metadata based on a project path (PR #3191)

51.12.0 - May 6, 2021

Fixed

salesforcedx-vscode-core

51.11.0 - April 29, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Disable LWC type generation (PR #3165)

salesforcedx-vscode-core

  • Preserve leading zeros in xml tags for the new Deploy/Retrieve route (PR #3189)

  • Fix metadata xml issues by removing the tooling api route for the new Deploy/Retrieve (PR #3181)

  • Surface original error with deploy/retrieve (PR #3178)

51.10.0 - April 21, 2021

Fixed

docs

  • Update docs to reflect Apex library setting has been removed (PR #3148)

salesforcedx-vscode-apex

  • Update "All tests" option for SFDX: Run Apex Tests command to match CLI behavior (PR #3126)

salesforcedx-vscode-core

  • Fix issues with the following types for deploy/retrieve library (PR #3147, Issue #3114, Issue #3157):

    • AccountRelationshipShareRule
    • TimeSheetTemplate
    • WaveDashboard
    • WaveRecipe
    • WaveLens
    • WaveDataflow
    • WorkSkillRouting
  • Remove Apex feature flag & delete CLI code path (PR #3148)

51.8.0 - April 07, 2021

Added

salesforcedx-vscode-apex

  • Add progress reporting and cancellation to Apex test runs (PR #3103)

salesforcedx-sobjects-faux-generator

  • Add cancellation to SObject Refresh command (PR #3116)

Fixed

docs

  • Update Org Picker location in documentation (PR #3099) (Issue #3095)

  • Update Apex status to reflect default usage in Salesforce CLI (PR #3119)

salesforcedx-vscode-core

51.7.0 - Mar 31, 2021

Added

salesforcedx-sobjects-vscode-core

  • Switched setting salesforcedx-vscode-core.experimental.deployRetrieve to on by default. (PR #3101)

salesforcedx-sobjects-faux-generator

  • Generate typings for sobjects (PR #3018)

Fixed

salesforcedx-vscode-core

  • Do not show refresh success message for min sobjects (PR #3082)

51.6.0 - March 24, 2021

Added

salesforcedx-vscode-core

  • Add cancellation to Deploy & Retrieve Library commands (PR #3068)

Fixed

salesforcedx-vscode-core

  • Fix deployment issues with Document metadata types (PR #3083)

  • Fix library executions not focusing on channel output via the 'Show' button (PR #3081, Issue #2987)

  • Generate SObject definitions from cached data (PR #3037)

51.5.0 - March 18, 2021

Fixed

salesforcedx-sobjects-faux-generator

  • Handle undefined results when running SFDX: Refresh SObject Definitions command (PR #3064, Issue #3056)

salesforcedx-vscode-core

  • Fixed issues with deploy retrieve beta: timeout for long running operations, output for multi-file components, and retrieving static resources (PR #3048)

docs

  • Update description for deploy retrieve beta setting (PR #3043)

51.4.0 - March 10, 2021

Fixed

salesforcedx-vscode-apex-replay-debugger

salesforcedx-vscode-apex

  • Switch to Apex output channel automatically after running Apex tests (PR #3027), (Issue #3009)

51.3.0 - March 3, 2021

Added

salesforcedx-sobjects-faux-generator

  • Improved sObject refresh performance (PR #2997)

docs

  • Add learning map to additional resources (PR #2989)

  • Update SOQL docs for saving query results (PR #2988)

Fixed

salesforcedx-vscode-apex-replay-debugger

  • Fix debug test icon color to be friendly for light themes (PR #2978)

51.2.0 - February 24, 2021

Added

salesforcedx-vscode-apex

Fixed

docs

  • SOQL Builder - Add LIKE support (PR #2971)

  • SOQL Builder - Add COUNT support (PR #2946)

salesforcedx-vscode-apex

50.17.0 - February 10, 2021

Fixed

docs

salesforcedx-vscode-apex

  • Fix 'SFDX: Execute Anonymous Apex' diagnostic reporting for runtime failures (PR #2927)

salesforcedx-vscode-apex-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-apex-replay-debugger

  • Remove use of missing telemetry method (PR #2913)

salesforcedx-vscode-core

  • Add new template updates for apex class and project config (PR #2919)

salesforcedx-vscode-lwc

  • Activate Redhat XML extension only if it is version 0.14.0 (PR #2934). This is an interim fix for the issue (Issue #2923).

  • Adds VS Code support for Email Templates as a target for custom components. (PR #2918)

salesforcedx-vscode-visualforce

  • Remove use of missing telemetry method (PR #2913)

50.16.0 - February 3, 2021

Added

salesforcedx-vscode-apex

  • Surface project information in Apex Language Server Output panel (PR #2891)

Fixed

docs

salesforcedx-vscode-lwc

  • Reduce extension size by 34% (PR #2904)

salesforcedx-vscode-lightning

  • Reduce extension size by 68% (PR #2908)

50.14.0 - January 21, 2021

Fixed

salesforcedx-vscode-apex

  • Fix issue with recognizing the default org when running tests at the start of a session (PR #2868)

50.13.0 - January 13, 2021

Added

salesforcedx-vscode-apex

  • Added debug button to test sidebar to automatically run Apex Replay Debugger after test run (PR #2804)

salesforcedx-vscode-core

  • Run Apex tests using the Apex library (PR #2828)

Fixed

docs

  • Remove manual listing of palette commands (PR #2848)

salesforcedx-sobjects-faux-generator

salesforcedx-vscode-core

  • Provides relative project paths for beta deploy/retrieve in the output (PR #2807)

50.8.0 - December 9, 2020

Added

salesforcedx-vscode-core

50.7.0 - December 2, 2020

Added

salesforcedx-vscode-core

Fixed

docs

  • Add license note for Apex Interactive Debugger (PR #2760)

salesforcedx-vscode-core

  • Reduce salesforcedx-vscode-core extension size by 30% (PR #2769)

salesforcedx-vscode-lightning

salesforcedx-vscode-lwc

50.5.0 - November 11, 2020

Fixed

salesforcedx-vscode-core

  • Show debug log list in descending order by date for SFDX: Get Apex Debug Logs (PR #2713, Issue #2698)

  • Set required version of VS Code to 1.46.0 or higher (PR #2719)

50.4.0 - November 5, 2020

Fixed

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.3.0 - October 28, 2020

Added

salesforcedx-vscode-core

  • New force:apex:log:list command implementation, used as part of SFDX: Get Apex Debug Logs ... (PR #2644)

Fixed

docs

salesforcedx-vscode-core

50.2.0 - October 22, 2020

Fixed

docs

  • Re-organize Get Started section (PR #2626)

salesforcedx-vscode-apex

  • Improve @AuraEnabled apex snippet for better error handling. (PR #2640) - Contribution by @PawelWozniak

salesforcedx-vscode-core

salesforcedx-vscode-lwc

50.1.0 - October 14, 2020

Added

salesforcedx-vscode-core

  • Added Retrieve and Open Source feature for Org Browser (PR #2573)

Fixed

salesforcedx-vscode-core

docs