Friday 4th June, 2021
Editor 2.0.3 release notes
Editor 2.0.3 addresses a few bugs discovered since Editor 2.0.2, improves the usability of the datatable
input, and also introduces Bulma styling for Editor.
Additionally, refer to the 2.0.0 release notes for full details of the changes in Editor 2.
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
JS Core
- New: Add Bulma styling integration
- New: Add typing information to
datatables.net-editor
npm package - Update:
datatable
input type will now automatically change its paging to the first selected row so the user can easily see what they have selected - Fix:
dependent()
didn't trigger ondatatable
field types - Fix: Small styling fix for inline editing and Bootstrap 5
NET
- Update: Mjoin with non-dbo tables (child table)
- Update: Upload with non-dbo tables
- Fix: Small tweak to allow objects as well as strings to be returned from the
Options
renderer, easily allowing multiple columns to be shown in a DataTable input. - Fix: Identifier's should be properly escaped for postgres
- Fix: insert with compound keys and field name different from field db property
- Fix: Support SearchPanes with null values
PHP
- Fix: Support SearchPanes with null values