Friday 18th October, 2019
Editor 1.9.2 release notes
A small patch release for Editor to address a couple of issues found in .NET and remove a debug statement that was accidentally committed for 1.9.1! This release also includes builds for .NET Core 3.0 and .NET Framework 4.8 along with improved compatibility for .NET Framework 4.5-4.7.
For details on the changes in 1.9, please refer to the 1.9.0 release notes.
Downloads
Downloads of specific versions of Editor are only available to license holders. Please see the download page for information about the current release version.
Release notes
Updates
- .NET
- Support for .NET Core 3.0
- Support for .NET Framework 4.8
- NodeJS
- Allow for null values from date / time formatters
Fixes
- Javascript
- Remove debug statement from create button
- .NET
- Error with Postgres when submitting comma delimited strings such as
1,2
or1,2,3
- these would be converted to dates - Numeric looking data with a comma should be treated as a string on input otherwise commas will be stripped
String.Split(Char)
method not found error.
- Error with Postgres when submitting comma delimited strings such as