|
|
@@ -1,17 +1,22 @@
|
|
|
### Latest release
|
|
|
|
|
|
-#### 1.3.0 (2014-10-16)
|
|
|
+#### v{{ site.current_version }} (2014-11-21)
|
|
|
|
|
|
-- [enh] Take `showHeader` option effect to the card view.
|
|
|
-- [enh] Rename and update locale files.
|
|
|
-- [bug] Fix #102: Wrong `options.columns` initialization.
|
|
|
-- [enh] Fix #121: Add extensions for bootstrap table.
|
|
|
-- [bug] Fix #138: IE8 search data and remove method error.
|
|
|
-- [bug] Fix bug: sorter and check all do not work in some case.
|
|
|
-- [enh] Add `bootstrap-table-nl-NL.js` and `bootstrap-table-el-GR.js`.
|
|
|
-- [enh] Support search without data-field set, trim search input.
|
|
|
-- [enh] Fix #81: Allow the `class` to be applied to the radio or checkbox row.
|
|
|
-- [bug] Fix #135, #142: Search use formatted data.
|
|
|
-- [enh] Verify search text before send queryParams.
|
|
|
-- [bug] Fix #148: column events support namespace.
|
|
|
-- [enh] Support to disable radio or checkbox column by formatter.
|
|
|
+- [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.
|