|
1 | | -### Latest release (2016-07-02) |
| 1 | +### Latest release (2017-02-22) |
2 | 2 |
|
3 | | -#### v1.11.0 |
| 3 | +#### v1.11.1 |
4 | 4 |
|
5 | | -- fix(js): fix cardVisible doesn't work bug |
6 | | -- fix(js): int field break toggleColumn |
7 | | -- fix(js): table elements inside bootstrap table bug |
8 | | -- fix(js): move formatter after cellStyle |
9 | | -- fix(js): the footer is hidden in card view |
10 | | -- fix(js): fix sorting rows not working bug |
11 | | -- fix(js): return field from visible cells |
12 | | -- fix(js): onSearch event is not fire when we press the arrows keys |
13 | | -- fix(js): fix fromHtml error |
14 | | -- fix(js): fix event cannot work when some columns are hideen |
15 | | -- fix(js): remove page size and number when pagination is false |
16 | | -- fix(js): remove getFieldIndexFromColumnIndex because it cause events bug |
17 | | -- fix(js): fix getSelections method bug |
18 | | -- fix(js): update records to rows |
19 | | -- fix(locale): update it-IT locale |
20 | | -- fix(locale): add formatAllRows in template locale |
21 | | -- fix(filter-control extension): add check for null values on existsOptionInSelectControl |
22 | | -- fix(filter-control extension): fix show-clear button bug |
23 | | -- fix(editable extesion): fix editable formatter error when refreshOptions |
24 | | -- feat(js): add support for transfer from rowspan / colspan table |
25 | | -- feat(js): add data variable to post-body event |
26 | | -- feat(js): add `buttonsClass` option |
27 | | -- feat(js): add `getVisibleColumns` method |
28 | | -- feat(js): add resize event to fit the header |
29 | | -- feat(js): add `onRefresh` event |
30 | | -- feat(js): add field parameter in the click and dblClick row events |
31 | | -- feat(js): add div.card-views surrounds all the card view divs |
32 | | -- feat(js): add `field` parameter to cellStyle |
33 | | -- feat(js): add `sortStable` option |
34 | | -- feat(js): add `footerStyle` option |
35 | | -- feat(extension): add select2 filter and i18n enhance extensions |
36 | | -- feat(extension): add multi-column-toggle extension |
37 | | -- feat(filter-control extension): add select list data to be passed in as JSON string and filter control starts with search |
38 | | -- feat(angular extension): add constant in order to get it from angular scope |
39 | | -- feat(export extension): add `formatExport` locale |
40 | | -- feat(multiple-sort extension): add `formatSortOrders` option |
41 | | -- feat(multiple-sort extension): support pagination server |
42 | | -- refactor(filter-control extension): refactor the filterDataType method |
43 | | -- refactor(filter-control extension): adding all unique values to select control and performance improvements |
44 | | -- refactor(extension): refactor filter cookies extension to avoid dbcalls |
45 | | -- docs(filter-control extension): add documentation for filterData |
| 5 | +- fix(js): fix #2439, `filterBy` cannot filter array keys |
| 6 | +- fix(js): fix #2424, from html with checkbox bug |
| 7 | +- fix(js): fix #2385, checkbox render bug with formatter |
| 8 | +- fix(js): fix #750, showRow and hideRow bug |
| 9 | +- fix(js): fix #2387, page list bug |
| 10 | +- fix(js): decrement totalRows on remove if using server side pagination |
| 11 | +- fix(js): bug in the calculation of toolbar and pagination heights |
| 12 | +- feat(js): fix #2414, add `paginationLoop` option |
| 13 | +- feat(js): update method `getRowsHidden` to `getHiddenRows` |
| 14 | +- feat(js): add `sortClass` option |
| 15 | +- feat(js): add `totalField` Option |
| 16 | +- feat(js): add 'pageNumber' and 'pageSize' to 'refresh' method |
| 17 | +- feat(js): add `escape` column option |
| 18 | +- fix(js): fix #2461, adding the initPagination call to updateByUniqueId and updateRow methods |
| 19 | +- fix(js): fix #2879, IE8 bug |
| 20 | +- fix(js): fix #2719, remove `tabindex` |
| 21 | +- fix(css): fix #2208, dropdown-menu style bug |
| 22 | +- fix(filter-control extension): fix #2418, `height` cause datepicker not display the selected date |
| 23 | +- fix(export extension): fix #2220, selected rows does not work when data-pagination-side is server |
| 24 | +- fix(reorder-row extension): fix #1343, reorder rows bug with pagination |
| 25 | +- fix(cookie extension): correction regex to match 'mi' |
| 26 | +- feat(locale): fix #2759, add es-CL and uz-UZ locales |
| 27 | +- feat(cookie extension): fix #2386, add `getCookies` method |
| 28 | +- feat(cookie extension): fix #2371, add `cookieStorage` option |
| 29 | +- feat(multiple-selection-row extension): add multiple-selection-row extension |
| 30 | +- feat(filter-control extension): fix #1540, disable unnecessary/unused values from select options |
| 31 | +- feat(filter-control extension): fix #2448, create a css file which contains the style for this extension |
| 32 | +- feat(filter-control extension): fix #2189, set placeholder of the filter-control input |
| 33 | +- feat(print extension): add print extension |
| 34 | +- feat(auto-refresh extension): add auto refresh extension |
| 35 | +- feat(tree-column extension): add tree column extension |
0 commit comments