Releases: xjsender/haoide
Releases · xjsender/haoide
v3.6.2
v3.6.1
v3.6.0
Build 3.6.0
Release Date: 30 Mar 2020
- Implemented Save lwc file to Server last one
- Now you can save
lwc
HTML markup, JavaScript code, CSS file, SVG resource and Additional JS files
to Salesforce directly byHaoIDE
- Now you can save
- Update component metadata after Creating Lightning Web Component or
lwc
resource like CSS, SVG, Additional JS files - Updated related documentations.
- Miscellaneous bug fix and refinement.
v3.5.9
Build 3.5.9
Release Date: 30 Mar 2020
- Implemente Save lwc file to Server
- Now you can save
lwc
HTML markup, JavaScript code, CSS file, SVG resource and additional JS files
to Salesforce separately
- Now you can save
- Update documents
- updated documentations on auto completion, debug, lwc and etc.
- Miscellaneous bug fix and refinement
v3.5.8
Build 3.5.7
Build 3.5.7
Release Date: 26 Mar 2020
- Refine Creating Lightning Web Component (
lwc
) process - Add Retrieving, Destructing, Deploying lwc from both sidebar and context menu
- Add Creating CSS style, SVG file for lwc in context menu
- Fix auto completion for aura component bug
- Fix issue #198
Update
Currently there are still lots of developers using haoide
for SFDC development. Since @xjsender has less time on the project, I will continue to maintain this project and haoide-vscode for the community.
Thanks @xjsender for the years contributions on the project and Salesforce developing community.
by @lushang
v3.5.6
Build 3.5.6
Release Date: 31 Jul 2019
- Add component tag attr desc completion when hover on attr
- Add user interface api doc reference toc
- lwc supports label, staticresource, custom object and fields import
- Enhancement for lwc boolean attr completion
- Fix bug for meta file deployment
Notice:
We may not continue to upgrade haoide for sublime, in the next months, we will work on migrate haoide from sublime to vscode, we have been working on haoide-vscode for weeks, there already has some basic completions, check here for demo show.
v3.5.5
Build 3.5.5
Release Date: 15 Jul 2019
- LWC Support, just like Aura development experience
- Enhancement for many features, see more at https://github.com/xjsender/haoide/commits/master?after=62060ab6f07e3aab41807591b5c453c263a3af29+34
- Fix many bugs
v3.5.4
v3.5.3
Build 3.5.3
Release Date: 06 Feb 2018
- Add missing base components from lightning developer guide by script: https://gist.github.com/xjsender/265d237fbeafebabff6c8669f9359fff#file-read-json-from-lightning-compnent-js
- Add $A.localizationService lib
- Fix some minor bugs