|
1 | 1 | ChangeLog
|
2 | 2 | ---------
|
3 | 3 |
|
4 |
| -### 1.10.2 |
| 4 | +### 1.11.0 |
5 | 5 |
|
6 | 6 | - fix(js): fix cardVisible doesn't work bug
|
7 |
| -- feat(js): add support for transfer from rowspan / colspan table |
8 | 7 | - fix(js): int field break toggleColumn
|
| 8 | +- fix(js): table elements inside bootstrap table bug |
| 9 | +- fix(js): move formatter after cellStyle |
| 10 | +- fix(js): the footer is hidden in card view |
| 11 | +- fix(js): fix sorting rows not working bug |
| 12 | +- fix(js): return field from visible cells |
| 13 | +- fix(js): onSearch event is not fire when we press the arrows keys |
| 14 | +- fix(js): fix fromHtml error |
| 15 | +- fix(js): fix event cannot work when some columns are hideen |
| 16 | +- fix(js): remove page size and number when pagination is false |
| 17 | +- fix(js): remove getFieldIndexFromColumnIndex because it cause events bug |
| 18 | +- fix(js): fix getSelections method bug |
| 19 | +- fix(js): update records to rows |
9 | 20 | - fix(locale): update it-IT locale
|
10 | 21 | - fix(locale): add formatAllRows in template locale
|
11 |
| -- fix(js): table elements inside bootstrap table bug |
12 |
| -- docs(filter-control extension): add documentation for filterData |
| 22 | +- fix(filter-control extension): add check for null values on existsOptionInSelectControl |
| 23 | +- fix(filter-control extension): fix show-clear button bug |
| 24 | +- feat(js): add support for transfer from rowspan / colspan table |
13 | 25 | - feat(js): add data variable to post-body event
|
14 | 26 | - feat(js): add `buttonsClass` option
|
15 |
| -- fix(js): move formatter after cellStyle |
16 | 27 | - feat(js): add `getVisibleColumns` method
|
17 | 28 | - feat(js): add resize event to fit the header
|
18 |
| -- fix(js): the footer is hidden in card view |
19 |
| -- fix(filter-control extension): add check for null values on existsOptionInSelectControl |
20 |
| -- fix(js): fix sorting rows not working bug |
21 |
| -- refactor(filter-control extension): refactor the filterDataType method |
22 |
| -- feat(angular extension): add constant in order to get it from angular scope |
23 |
| -- fix(js): return field from visible cells |
24 | 29 | - feat(js): add `onRefresh` event
|
25 |
| -- fix(js): onSearch event is not fire when we press the arrows keys |
26 | 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 |
27 | 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 | +- refactor(filter-control extension): refactor the filterDataType method |
| 42 | +- refactor(filter-control extension): adding all unique values to select control and performance improvements |
| 43 | +- refactor(extension): refactor filter cookies extension to avoid dbcalls |
| 44 | +- docs(filter-control extension): add documentation for filterData |
28 | 45 |
|
29 | 46 |
|
30 | 47 | ### 1.10.1
|
|
0 commit comments