Monday 13th March, 2023

Editor 2.1.2 release notes

This is a small patch release that update the CommonJS loader to allow a down compile of import 'datatables.net-editor'; without needing to worry about executing the returned function. This allows the CommonJS syntax to match ESM. This is inline with the rest of the DataTables software which has also seen matching updates recently.

If you are just upgrading to the 2.1 series now, be sure to review the 2.1.0 release notes which are a little more extensive!

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

  • Update: Allow CommonJS loader to operate without needing a factory function to be executed, while retaining backwards compatibility
  • Fix: Upload percentage was not being computed correctly

PHP

  • Fix: Compatibility with PHP 5.x in strict mode