Release 3.9.8
Fix z-index issue for Tooltip class.
Added window.getZIndex() helper function.
Updated TinyMCE to version 4.7.1
Enhanced AutoForm::add() to accept field types in addition to instantiated FieldRenderers.
Extended Fakoli::JSONReturn to support arbitrary data, not just DataItems.
Added rowIdFormat field to DataListView and GroupedDataListView. You can use this to override the format of the id field that is populated on the <tr> tag when using the rowId feature.
Added ability to specify text/value pairs in the options field for Settings. The options are newline separated (as before). Text value pairs are specified in the form {value}=>{text}.
Added support for custom delimiters per the MySQL DELIMITER command. This allows for stored procedure and function definitions to be included in schema SQL files, following the standard MySQL conventions.
Added $position parameter to AutoForm::groupDescription(). This allows the description area to be rendered at either the 'start' or the 'end' of a group of fields.
Compatibility fix to Custom CSS Editor javascript for Internet Explorer 11 (and probably 10).
Release 3.9.7
Added a simple tag editing control to the HTML editor. This allows users to edit the id, class and style tags of any element. It also allows editing the href and target for A tags, and the SRC and ALT on image tags.