2.2.7.0 release notes
2.2.7.0
- Issue 2346 - Added support for implementing
Database.Batchablewith thestart()method signature that returnsDatabase.QueryLocatorwhen the type parameter for the implemented interface is specifically<SObject>. Note that both return signatures are offered for implementation, but only one can be implemented. While I was in there, I also tightened up the surrounding whitespace when generating implemented/overridden methods and improved initial selection of the first return statement expression in generated implemented/overridden methods. - Issue 2360 - Fixed an issue where the Open/Execute/Debug Anonymous Apex/SOQL Query actions could end up using a stale version of the original file if there were unsaved changes. Now any pending changes are saved before the contents are transferred to the respective tool window.
- Issue 2363 - Added
Schema.Networkto the resolution strategy that already existed forSchema.BusinessHoursandSchema.Sitewhich can all become ambiguous with the standard Apex types of the same names in the implicitSystemnamespace when used in an unqualified manner. - Issue 2365 - Changed the Aura component name
flexipage:formFactorto be the correctflexipage:formfactor. - Issue 2366 - Added several missing values for the
typeattribute of the Auralightning:inputcomponent includingcolor,datetime, andrange. - Fixed an issue with how
expressioninsuper./this.expressionis resolved. - Fixed an issue where the Unicode bullet character (
•) wasn't being rendered properly in IDE console views. Now a dash (-) is used for console-delivered bulleted list items.