|
|
@@ -1,5 +1,33 @@
|
|
|
## ChangeLog
|
|
|
|
|
|
+### 1.10.0
|
|
|
+
|
|
|
+- [bug] Fixed #1619: sub-table checkbox selects all the table.
|
|
|
+- [bug] Fixed icons for ability customizing.
|
|
|
+- [bug] Fixed #1677: paginationSwitch for server-side.
|
|
|
+- [bug] Fixed #1613: padding in footer.
|
|
|
+- [bug] Fixed #1742: showRow & hideRow param checks.
|
|
|
+- [bug] Fixed getItemField bug.
|
|
|
+- [bug] Fixed #617: server side pagination uses `this.options.searchText`.
|
|
|
+- [bug] Fixed class name does not apply to checkbox field bug.
|
|
|
+- [bug] Fixed clear function and searchFormatter option of filter-control extension.
|
|
|
+- [bug] Fixed year computation on cookie extension.
|
|
|
+- [bug] Fixed ReorderRows init when reorderable is false.
|
|
|
+- [bug] Fix #1660: removed powerpoint type of export extension.
|
|
|
+- [enh] Added `title` attribute to pagination controls defining the page number.
|
|
|
+- [enh] Added `escape` option.
|
|
|
+- [enh] Added `searchOnEnterKey` option.
|
|
|
+- [enh] Added `updateFormatText` method.
|
|
|
+- [enh] Added a third parameter to `detailFormatter` method passing the jQuery element.
|
|
|
+- [enh] Added new param for `updateCell` method to avoid table reinitialization.
|
|
|
+- [enh] Added extension.json and composer.json files.
|
|
|
+- [enh] Added alternative group-by extension.
|
|
|
+- [enh] Added sticky-header extension.
|
|
|
+- [enh] Added filterLocal option to filter-control extension.
|
|
|
+- [enh] Enabled data attributes for editable column.
|
|
|
+- [enh] Added IconSize option to export extension.
|
|
|
+- [enh] Added tooltip for filter-control toolbar button.
|
|
|
+
|
|
|
### 1.9.1
|
|
|
|
|
|
- [bug] Removed no records events.
|