Wednesday 3rd June, 2020

Editor 1.9.4 release notes

This release addresses an issue with Editor 1.9.3 where a .NET Core method was incorrectly referenced in the .NET Framework package. We also take this change to release the latest Javascript bug fixes in Editor, including reinstating the form error message to the lightbox footer.

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

Javascript

Fixes

  • On background click, do not blur Selected rows, if blurring is enabled in Select
  • Reinstate form error message to lightbox footer, but with ellipsis and a title attribute in case of overflow
  • Uploading the same file twice, caused it not to upload the second time (no change event)
  • Upload input wasn't working with jQuery 3.5 (other than drag and drop)

.NET

Fixes

  • Compatibility with older .NET Framework versions was broken due to use of a new(ish) overload for TrimEnd