Friday 14th November, 2025
Editor 2.5.1 release notes
A patch release to address a few issues that have come to light since the 2.5.0 release.
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
Fixes
- Bulma styling with nested editing would show stacked forms
- Dropdown (
tagsandautocomplete) didn't scroll for long lists. - Dropdown for
tagscould be too low when viewed on a mobile - jQuery UI focus capture in Firefox would cause the DateTime picker's month and year
selectlists not to show. - When creating with non-table data, an error could be thrown for no data being present
Updates
- SCSS updates for Dart SASS changes. No functional change - compile time only
Docs
- Add mention of
tagsandautocompleteinfield().update() - Add note about value/label being the same
- Fix error
- Mention tags and autocomplete
- Note that
autocompleteandtagsare supported forfield().update()
.NET
Fixes
- Improve performance for cases when server-side processing is used and no records are available.
PHP
Fixes
- Using
ifEmpty(null)could result in a warning in PHP 8.1+