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