2021r1.1
Released on April 22, 2021.
Bug fixes (22 cases)
Case |
Area |
Description |
---|---|---|
Build |
Worker Helper console apps can be built as Universal. |
|
Framework » All |
Array dimension bounds are no longer reset to -1 for multi-dimensional arrays if the first bounds was setup as -1. |
|
Framework » All |
JSONItem.Child, ChildAt, Value and ValueAt return the contained object instead of a copy again. |
|
Framework » All |
JSONItem.ValueAt no longer raises an exception when replacing one value with another. |
|
Framework » All |
Fixed an issue which caused Toolbar item updates to be slower than they needed to be, which also affects IDE performance. |
|
Framework » Desktop |
macOS: Graphics.ShadowBrush, in combination with an assigned GraphicsBrush, no longer ignores the PenSize. |
|
Framework » Desktop |
CalendarControl doesn't send the DateChanged event on Windows every time the user clicks the months arrows and GraphicalDisplay is set. |
|
Framework » Desktop |
Windows doesn't beep anymore when the SearchField control has the focus and the user hits the Enter key. |
|
Framework » Desktop |
Fixed a bug when the SearchField control loses the focus on macOS and the instance is released (for example, the containing control/window is closed). |
|
Framework » Desktop |
Windows/Linux: Object2D rotation now rotates around the correct center-point again. |
|
Framework » Linux |
When compiling with Normalize Control Sizes enabled, the controls are now correctly resized to the height specified instead of resized to their natural height. |
|
Framework » Web |
Fixed a memory leak in the web app HTTP request engine. |
|
Framework » Web |
WebDatePicker will now automatically strip the locale from a session locale if it doesn 't have a specific localization configuration. |
|
Framework » Web |
Fixed a WebFileUploader buffer overrun issue which caused files smaller than 10MB to have extra data tacked onto the end of the file. |
|
Framework » Web |
Now using a more accurate method for detecting touch vs mouse events to avoid doubled events on mobile devices while maintaining event behavior on Google Chrome. |
|
Framework » iOS » Mobile |
iOSGraphics Width/Height no longer reports negative values. |
|
Framework » macOS |
Windows with a Toolbar on macOS Big Sur no longer have their contents truncated. |
|
Framework » macOS |
Graphics: Drawing Text with Outline enabled on a printer Graphics context now works properly. |
|
IDE » Layout Editor |
The default event handler for the SearchField control is TextChanged. |
|
IDE » Miscellaneous |
Back and Forward toolbar buttons work again. |
|
Lingua |
Lingua now correctly redraws the UI when switching between light/dark modes when it is open. |
|
Remote Debugger Stub |
Remote Debugger Console: fixed auto launching console apps on macOS. |
Changes (4 cases)
Case |
Area |
Description |
---|---|---|
Compiler |
Linkers on macOS are now Universal. |
|
Framework » Desktop |
TextChanged is now the by default Event Handler for SearchField. |
|
Lingua |
Debugger Stubs, Lingua and Image Maker apps are now macOS Universal. |
|
Remote Debugger Stub |
The Desktop Remote Debugger Stub on macOS is now a Universal Binary. |
New items (4 cases)
Case |
Area |
Description |
---|---|---|
Build |
iOS apps now run natively as arm64 builds in the Simulator on M1 Macs. |
|
Framework » Desktop |
Added DesktopColorPicker control which allows use of the asynchronous Color Picker control on macOS and continues to use synchronous picker on Windows & Linux. |
|
Lingua |
Added LocalizedStringName Lingua scripting command. |
|
Lingua |
Added Clipboard Lingua scripting command. |
Docs and examples (1 case)
Case |
Area |
Description |
---|---|---|
Examples |
Updated all Desktop/Web examples so that macOS Architecture setting is Universal. |