|
1 | 1 | ChangeLog |
2 | 2 | --------- |
3 | 3 |
|
| 4 | +### 1.22.2 |
| 5 | + |
| 6 | +#### Core |
| 7 | + |
| 8 | +- **New:** Added `footerStyle` column option. |
| 9 | +- **Update:** Fixed empty style in header and footer bug. |
| 10 | +- **Update:** Fixed the trigger order of `sort` event. |
| 11 | +- **Update:** Updated `ar-SA` locale. |
| 12 | + |
| 13 | +#### Extensions |
| 14 | + |
| 15 | +- **New(cookie):** Added cookie support for custom view extension. |
| 16 | +- **Update(cookie):** Fixed cookie bug when using `cardView` option. |
| 17 | +- **Update(cookie):** Fixed cookie bug with column switchable. |
| 18 | +- **Update(editable):** Fixed `export-saved` event error when `exportDataType` is `all`. |
| 19 | +- **Update(filter-control):** Fixed `searchAccentNeutralise` option not work. |
| 20 | +- **Update(filter-control):** Fixed `filterOrderBy` not work bug for select. |
| 21 | +- **Update(group-by):** Fixed group by bug when using `singleSelect` option. |
| 22 | +- **Update(reorder-rows):** Fixed reorder bug when using pagination. |
| 23 | + |
| 24 | +#### Documentation |
| 25 | + |
| 26 | +- **Update:** Improved the parameter of `updateCellByUniqueId` method. |
| 27 | +- **Update:** Improved the print docs. |
| 28 | + |
4 | 29 | ### 1.22.1 |
5 | 30 |
|
6 | 31 | #### Core |
@@ -41,7 +66,7 @@ ChangeLog |
41 | 66 | #### Core |
42 | 67 |
|
43 | 68 | - **New:** Added `escapeTitle` table option. |
44 | | -- **New:** Added Aria Label to the search input for screenreaders. |
| 69 | +- **New:** Added Aria Label to the search input for screen readers. |
45 | 70 | - **New:** Persist data attributes for the header(`th`). |
46 | 71 | - **Update:** Fixed wrong condition for searching with server-side pagination. |
47 | 72 | - **Update:** Fixed overwriting the `filterOptions` after rebuild. |
@@ -99,8 +124,8 @@ ChangeLog |
99 | 124 | - **Update:** Fixed detail view with filter click error. |
100 | 125 | - **Update:** Fixed header does not center correctly for the sortable column. |
101 | 126 | - **Update:** Fixed `regexpCompare` bug when filtering columns. |
102 | | -- **Update:** Fixed `showToogle` title display error. |
103 | | -- **Update:** Fixed `remove` and `removeByUnqiueId` using object param bug. |
| 127 | +- **Update:** Fixed `showToggle` title display error. |
| 128 | +- **Update:** Fixed `remove` and `removeByUniqueId` using object param bug. |
104 | 129 | - **Update:** Fixed `searchHighlight` bug while using `searchAccentNeutralise`. |
105 | 130 | - **Update:** Fixed missing sort for `customSearch` option. |
106 | 131 | - **Update:** Removed duplicated escaping of the column value. |
@@ -951,7 +976,7 @@ ChangeLog |
951 | 976 | - [bug] Fix #936 Sort carets should not be inline-styled by JS. |
952 | 977 | - [bug] Fix table header width bug when setting table to no bordered. |
953 | 978 | - [bug] Fix #938, fix #940: Multiple Sort and Hide/Show column. |
954 | | -- [bug] Fix #970: `click`and `dblclick` bug on no-rows table. |
| 979 | +- [bug] Fix #970: `click` and `dblclick` bug on no-rows table. |
955 | 980 | - [bug] Fix #967: unselected column while column sorted display error. |
956 | 981 | - [enh] Support title feature in cells. |
957 | 982 | - [enh] Improved cookie, mobile extension. |
|
0 commit comments