-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Build 3.5.0 | ||
----------- | ||
Release Date: 21 Jan 2018 | ||
|
||
* Add aura component and attribute completion, contributed by @lushang | ||
* Add some missed base component | ||
* Add lightning component implements completion | ||
* Add Queueable Apex Template | ||
* Add SLDS classes completion | ||
* Add some console snippets | ||
* Add sObject completion when attribute support sObjects, such as type for aura:attribute | ||
* Update export format for ``Export Profile`` command | ||
* Fix some bugs, such as, aura app preview, custom label completion, etc. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "haoide", | ||
"version": "3.4.7", | ||
"version": "3.5.0", | ||
"description": "haoide is a Sublime Text 3 plugin for Salesforce and used for swift development on Force.com", | ||
"author": "Hao Liu", | ||
"email": "[email protected]", | ||
|