2.0.5.5 / 1.8.4.7 release notes - Spring '19 / API v45.0 updates
Post date: Feb 11, 2019 3:35:37 PM
2.0.5.5 - Spring '19 / API v45.0 Updates
Updated to use an API v45.0 SOAP client and allowed API v45.0 for connections.
Added support for the following new language features:
WITH SECURITY_ENFORCED SOQL clause
$ContentAsset global value provider
$Locale global value provider date format options
sforce.one.showToast() JavaScript function
Updated the following for Spring '19 changes:
Aura components
Aura public JavaScript interfaces
SLDS CSS
SFDX scratch org features
Metadata XSD
SFDX JSON schemas
Integrated API documentation
Updated Salesforce CLI execution to expect JSON-formatted information only on stdout. Messages written to stderr are now optionally displayed in the Event Log. This can be enabled/disabled (enabled by default) in the Salesforce DX application configuration tab. When disabled, messages written to stderr are sent to idea.log only.
Lightning Web Components - Support for LWC was already included in official Illuminated Cloud builds. LWC support will be continuously improved in future builds.
Note that it is now possible to run and interactively debug Jest unit tests from within Illuminated Cloud when used with IntelliJ IDEA Ultimate Edition or WebStorm by adding "jest": ">= 23.0.0" to package.json under devDependencies. This workaround will no longer be necessary after a near-term update to IntelliJ IDEA Ultimate Edition and WebStorm.
NOTE: You will be prompted to regenerate the OST for each connection upon first access for changes in Spring '19 / API v45.0.
Issue 821 - Partial workaround: added type information for Database.DMLOptions. I will look at adding type information to other types returned from the Tooling API without it based on prevalence of use.
Other minor fixes and improvements.
1.8.4.7 - Spring '19 / API v45.0 Updates
Updated to use an API v45.0 SOAP client and allowed API v45.0 for connections.
Added support for the following new language features:
WITH SECURITY_ENFORCED SOQL clause
$ContentAsset global value provider
$Locale global value provider date format options
sforce.one.showToast() JavaScript function
Updated the following for Spring '19 changes:
Aura components
Aura public JavaScript interfaces
SLDS CSS
SFDX scratch org features
Metadata XSD
SFDX JSON schemas
Integrated API documentation
Updated Salesforce CLI execution to expect JSON-formatted information only on stdout. Messages written to stderr are now optionally displayed in the Event Log. This can be enabled/disabled (enabled by default) in the Salesforce DX application configuration tab. When disabled, messages written to stderr are sent to idea.log only.
Lightning Web Components - Support for LWC was already included in official Illuminated Cloud builds. LWC support will be continuously improved in future builds.
Note that it is now possible to run and interactively debug Jest unit tests from within Illuminated Cloud when used with IntelliJ IDEA Ultimate Edition or WebStorm by adding "jest": ">= 23.0.0" to package.json under devDependencies. This workaround will no longer be necessary after a near-term update to IntelliJ IDEA Ultimate Edition and WebStorm.
NOTE: You will be prompted to regenerate the OST for each connection upon first access for changes in Spring '19 / API v45.0.
Issue 273 - In the SOQL Query tool window, queried fields with all null values are now displayed properly.
Issue 821 - Partial workaround: added type information for Database.DMLOptions. I will look at adding type information to other types returned from the Tooling API without it based on prevalence of use.
Issue 1211 - Fixed an issue in OSTs generated against Spring '19 orgs where APEX_OBJECT would be conveyed into rendered Apex stub classes.
Other minor fixes and improvements.