Monday 28th February, 2022

Editor 2.0.8 release notes

A patch release for Editor that mainly focuses on SearchBuilder and SearchPanes improvements for server-side processing, but also with a few other fixes. Possibly the last in the 2.0.x series, with 2.1 upcoming.

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

Core

  • Examples: Add example for SearchBuilder SSP with select elements on client side
  • Fix: Improve styling of multi-row edit "Undo changes" for Bootstrap 4 and 5

.NET

  • New: Add integration for SearchBuilder so that select elements can be used on the client side while using SSP
  • Fix: Add missing not conditions for SearchBuilder
  • Fix: Now SearchPanes will not apply filters for selected rows where that value is not present in the column

NodeJS

  • Fix: Add missing not conditions for SearchBuilder
  • Fix: If using custom data fetch function, allow all data returned to be passed through
  • Fix: Now SearchPanes will not apply filters for selected rows where that value is not present in the column
  • Examples: Add integration for SearchBuilder so that select elements can be used on the client side

Editor-PHP

  • New: Add SearchBuilderOptions. Very similar to SearchPaneOptions, adding this allows SearchBuilder to display select elements on the client side.
  • New: Upload->mode() method which can be used to set the permissions of uploaded files. Default is 0644.
  • Fix: Fix issue with not equals SB condition and add other ! conditions
  • Fix: move_uploaded_file() was failing due to manipulation of the file
  • Fix: Now SearchPanes will not apply filters for selected rows where that value is not present in the column
  • Fix: Update HtmLawed to 1.2.6 for compatibility with PHP 8