Monday 22nd March, 2021
Editor 2.0.1 release notes
This release resolves a couple of minor issues that have come to light since the Editor 2 launch, and also introduces TypeScript typings in the package, if you are a TypeScript user (Editor 2 is written in TS!).
Please 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
Core
New
- Typescript types included in the build
Fixes
- Add
form-check-input
class toradio
andcheckbox
input elements for Bootstrap 5. createInline
button now has aposition
option which can be used to set if the new row should appear at the end of the table or the start (default).- Possible error on Ajax submit with certain versions of jQuery
PHP
Updates
- When using compound keys, you can now set the value with
Field->setValue()
to allow for server-side computed values, as well as submitting it from the client-side.