From c2ff4999b3b4b107c7275727a4013d774107b389 Mon Sep 17 00:00:00 2001 From: Luis Campos Date: Wed, 27 Mar 2019 15:55:29 -0700 Subject: [PATCH 1/2] Update changelog v45.8.0 --- packages/salesforcedx-vscode/CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/packages/salesforcedx-vscode/CHANGELOG.md b/packages/salesforcedx-vscode/CHANGELOG.md index ead98672cc..ec5f138328 100644 --- a/packages/salesforcedx-vscode/CHANGELOG.md +++ b/packages/salesforcedx-vscode/CHANGELOG.md @@ -1,3 +1,25 @@ +## 45.8.0 - March 28, 2019 + +### Added + +#### salesforcedx-vscode-lightning + +- Aura Language Server; support for Go To Definition, Auto-complete and showing documentation on hover ([PR #1183](https://github.com/forcedotcom/salesforcedx-vscode/pull/1183)) + +### Fixed + +#### salesforcedx-vscode-apex + +- Fix threading issues in Apex Language Server's CompilerService ([PR #1173](https://github.com/forcedotcom/salesforcedx-vscode/pull/1173), [Issue #867](https://github.com/forcedotcom/salesforcedx-vscode/issues/867)) + +#### salesforcedx-vscode-core + +- Output panel shouldn't steal focus during command executions ([PR #1181](https://github.com/forcedotcom/salesforcedx-vscode/pull/1181), [Issue #1110](https://github.com/forcedotcom/salesforcedx-vscode/issues/1110)) + +#### salesforcedx-vscode-lightning + +- Deprecate SLDS linter ([PR #1191](https://github.com/forcedotcom/salesforcedx-vscode/pull/1191)) + ## 45.7.0 - March 21, 2019 ### Added From 36fdefc39f2655bc19e19232c5533a0115d41292 Mon Sep 17 00:00:00 2001 From: Ruth Sears-Blazej Date: Wed, 27 Mar 2019 16:12:33 -0700 Subject: [PATCH 2/2] Edit v45.8.0 change log entries --- packages/salesforcedx-vscode/CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/salesforcedx-vscode/CHANGELOG.md b/packages/salesforcedx-vscode/CHANGELOG.md index ec5f138328..6d63bab3fd 100644 --- a/packages/salesforcedx-vscode/CHANGELOG.md +++ b/packages/salesforcedx-vscode/CHANGELOG.md @@ -4,21 +4,21 @@ #### salesforcedx-vscode-lightning -- Aura Language Server; support for Go To Definition, Auto-complete and showing documentation on hover ([PR #1183](https://github.com/forcedotcom/salesforcedx-vscode/pull/1183)) +- Add Aura Language Server: Support Go to Definition, autocompletion, and showing documentation on hover ([PR #1183](https://github.com/forcedotcom/salesforcedx-vscode/pull/1183)) ### Fixed #### salesforcedx-vscode-apex -- Fix threading issues in Apex Language Server's CompilerService ([PR #1173](https://github.com/forcedotcom/salesforcedx-vscode/pull/1173), [Issue #867](https://github.com/forcedotcom/salesforcedx-vscode/issues/867)) +- Fix threading issues in Apex Language Server’s CompilerService ([PR #1173](https://github.com/forcedotcom/salesforcedx-vscode/pull/1173), [Issue #867](https://github.com/forcedotcom/salesforcedx-vscode/issues/867)) #### salesforcedx-vscode-core -- Output panel shouldn't steal focus during command executions ([PR #1181](https://github.com/forcedotcom/salesforcedx-vscode/pull/1181), [Issue #1110](https://github.com/forcedotcom/salesforcedx-vscode/issues/1110)) +- Prevent Output panel from stealing focus during command execution ([PR #1181](https://github.com/forcedotcom/salesforcedx-vscode/pull/1181), [Issue #1110](https://github.com/forcedotcom/salesforcedx-vscode/issues/1110)) #### salesforcedx-vscode-lightning -- Deprecate SLDS linter ([PR #1191](https://github.com/forcedotcom/salesforcedx-vscode/pull/1191)) +- Remove deprecated SLDS linter ([PR #1191](https://github.com/forcedotcom/salesforcedx-vscode/pull/1191)) ## 45.7.0 - March 21, 2019