Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog v45.8.0 #1200

Merged
merged 2 commits into from
Mar 28, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions packages/salesforcedx-vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ntotten @nrkruk anything else we should add here ?


### 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
Expand Down