2019r3.1
Released January 23rd, 2020.
This release has important improvements to Xojo 2019r3.
Bug fixes (18 cases)
Case |
Area |
Description |
---|---|---|
Database Plugins » ODBC |
ODBCDatabase.SelectSQL no longer leaks SQL handles which caused issues once we've reached the driver limit on these. |
|
Database Plugins » SQLite |
DatabaseRow no longer leaks objects/memory. |
|
Framework » All |
Color.CMY alpha parameter should be an Integer and default to 0 to match deprecated CMY global method. |
|
Framework » All |
TextArea.SelectionAlignment now accepts TextAlignments enum values. |
|
Framework » All |
String.IndexOf now properly matches its signature in certain cases (usually when you leave off the startPosition, but include ComparisonOptions or Locale. |
|
Framework » All |
Added new Crypto.PBKDF2 function that takes Crypto.HashAlgorithms instead of the deprecated Crypto.Algorithm. |
|
Framework » All |
If an empty name is supplied to the TimeZone constructor, create an instance for the current timezone. |
|
Framework » All |
String.LastField method is now working. |
|
Framework » All |
DatabaseRow no longer leaks memory, and now has a Column method that takes a Variant assignment. This is the optimized version that can be used in place of the other Column method which returns a DatabaseColumn object. |
|
Framework » All |
SerialConnection.Connect no longer raises an Error event, it should only be raising an Exception. |
|
Framework » All |
DateTime no longer reports a Nil TimeZone (depending on how it was created, for example with App.ExecutableFile.ModificationDateTime). |
|
Framework » Windows |
Multiple WebKit based HTMLViewers on a window (or more obvious on multiple windows) no longer continuously switch focus. |
|
Framework » iOS |
Fixed a regression which caused text in iOSTextAreas to overflow its bounds when the border was set to None or Rectangular. |
|
Framework » iOS |
iOSView headers no longer show the previous view underneath during the pushTo animation. |
|
Framework » iOS |
Add Operator_Compare to ColorGroup so that the current state can be compared against a Color value. |
|
Framework » macOS |
Setting FolderItem.Visible no longer inverts the visibility. |
|
IDE » Miscellaneous |
Project items deleted from a project are now properly marked as changed when restored with an undo command so that they get saved. |
|
Plugin SDK |
Accessing the new API2.0 String extension methods, as well as the Integer/Double/etc. To/From string conversion functions from within a plugin now works. |
Docs and examples (1 case)
Case |
Area |
Description |
---|---|---|
Language Reference » Documentation |
Corrected the name parameter to a String on the DatabaseRow.Column doc page. |