Wednesday 25th August, 2021

Editor 2.0.5 release notes

Although primarily a bug fix release for Editor 2.0.x, this release includes support for SearchBuilder's new server-side processing ability in our three server-side libraries. There are also tweaks to improve the usability of the datatable field type, updates to documention and examples along with a number of bug fixes.

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

  • New: preUpload will now accept a Promise as the result, allowing the delay of the upload action performed by Editor, letting you modify the image client-side if required.
  • New example: SearchBuilder and SSP
  • Updated: datatable will now update its paging to move to newly created rows when using nested editing
  • Updated: datatable will now work with nested data using Javascript dot notation
  • Fix: Bootstrap 5 now has a $.fn.dataTable.Editor.bootstrap(...) function which can be used to specify the Bootstrap object, rather than requiring it to be on the global scope.
  • Fix: Bulma styling when multiple Editors exist on a single page
  • Fix: Inline create did not take into account hidden columns
  • Fix: unselectedValue for radio wasn't correctly being used
  • Fix: When used with language.url the datatable field type would not display
  • Fix - docs: Add editor option to datatable docs

.NET

  • New: SSP support for SearchBuilder
  • New: EditorGet(bool) and EditorSet(Field.SetType) attributes for models
  • Fix: set(false) fields would throw an error as we incorrectly attempted to read a "set" value from them
  • Fix: Was using a split method that isn't available in old versions of .NET Framework

NodeJS

  • New: Add support for SearchBuilder and server-side processing
  • Fix: In postgres Mjoin's distinct call wasn't working
  • Fix: set(false) fields would throw an error as we incorrectly attempted to read a "set" value from them

PHP

  • New: Started PHP SSP integration for SearchBuilder. Conditions all working, but no nesting.
  • Fix: Multiple upload fields on a single table
  • Fix: set(false) fields would throw an error as we incorrectly attempted to read a "set" value from them
  • Fix: Show field name if given an SQL function error