|
1 | 1 | ### Latest release |
2 | 2 |
|
3 | | -#### v{{ site.current_version }} (2014-11-21) |
| 3 | +#### v{{ site.current_version }} (2014-12-12) |
4 | 4 |
|
5 | | -- [enh] Fix #119, #123: Save all `id` and `class` of `tr` and `td` for html table. |
6 | | -- [enh] Fix #149: Hide empty data on Card view. |
7 | | -- [enh] Fix #131: Add `onPageChange` event. |
8 | | -- [enh] Add `onSearch` event. |
9 | | -- [enh] Apply `width` column option to row style. |
10 | | -- [enh] Add bootstrap-table-filter extension. |
11 | | -- [enh] Add cs-CZ, es-CR, es-NI, pl-PL, ur-PK, ko-KR, th-TH locales. |
12 | | -- [bug] Fix `minimumCountColumns` option init error. |
13 | | -- [bug] Fix #161: `undefined` or `null` string sort bug. |
14 | | -- [bug] Fix #171: IE disabled button can be clicked bug. |
15 | | -- [bug] Fix #185: Reset the page to the first page when changing the url with `refresh` method. |
16 | | -- [bug] Fix #202: updateRow method keep the scroll position. |
17 | | -- [enh] Add `smartDisplay` option. |
18 | | -- [enh] Add `searchAlign` and `toolbarAlign` options. |
19 | | -- [enh] Fix #193: Add `dataType` option. |
20 | | -- [enh] Add flatJSON and editable extensions. |
21 | | -- [enh] Add `rowAttributes` option. |
22 | | -- [enh] Update documentation. |
| 5 | +- [bug] Fix #144: `onCheck` and `onUncheck` events are reversed when using `clickToSelect` option. (jQuery 1.7.2 bug). |
| 6 | +- [bug] Fix IE browser display header bug when use `mergeCells` method. |
| 7 | +- [bug] Fix #269: array as row bug. |
| 8 | +- [bug] Fix #314: `rowStyle` bug. |
| 9 | +- [enh] Add de-DE, hu-HU, sk-SK locales. |
| 10 | +- [enh] Fix #261: add namespace to `.table` style. |
| 11 | +- [bug] Fix #160, #323: operate events don't work in card view. |
| 12 | +- [enh] Add `filterBy`, `scrollTo`, `prevPage` and `nextPage`, `check` and `uncheck` methods. |
| 13 | +- [enh] Add `onPreBody` and `onPostBody` events. |
| 14 | +- [enh] Add `searchable` column option. |
| 15 | +- [enh] Fix #59: support load multiple locale files. |
| 16 | +- [enh] Modify the scope of the column events. |
| 17 | +- [enh] Improve editable extension. |
0 commit comments