ソースを参照

Update latest release md

zhixin 11 年 前
コミット
491808fed5
1 ファイル変更20 行追加13 行削除
  1. 20 13
      docs/_includes/latest-release.md

+ 20 - 13
docs/_includes/latest-release.md

@@ -2,16 +2,23 @@
 
 
 #### v{{ site.current_version }} (2014-12-12)
 #### v{{ site.current_version }} (2014-12-12)
 
 
-- [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.
+- [bug] Fix queryParams bug when use `sidePagination='server'`.
+- [enh] Add uk-UA, sv-SE, pt-PT, ms-MY, ja-JP locales.
+- [enh] Add `searchTimeOut` option.
+- [bug] Fix #220: state column hideColumn bug.
+- [bug] Fix #221: cellStyle bug.
+- [enh] Add `iconsPrefix` and `icons` options to support custom icons.
+- [enh] Add i18n support for docs.
+- [enh] Allow `query` params to be specified during refresh.
+- [bug] Fix bug of ellipsis string.
+- [bug] Fix pageList smartDisplay.
+- [bug] Fix #188: Export Button is not shown only use `showExport=true`.
+- [bug] Fix page-change event params bug.
+- [enh] Add limit and offset params only if pagination is activated.
+- [enh] Add `ajaxOptions` option to custom $.ajax options.
+- [enh] Add a toggle pagination toolbar button.
+- [enh] Add `iconSize` option.
+- [enh] Add `buttonsAlign` option and update `toolbarAlign` option.
+- [enh] Add `prepend`, `insertRow` and `toggleView` methods.
+- [enh] Add `editable-save.bs.table` event to editatble extension.
+- [enh] #431: load method support pagination.