@@ -88,18 +88,21 @@ <h1>Bootstrap Table</h1>
88
88
< div class ="row ">
89
89
< div class ="col-md-6 ">
90
90
< h2 data-zh ="最新版本 "> Latest release</ h2 >
91
- < h4 > 1.2.4 (2014-10-08 )</ h4 >
91
+ < h4 > 1.3.0 (2014-10-16 )</ h4 >
92
92
< ul class ="task-list ">
93
- < li > [enh] Fix #23: Add css and classes parameters to column cell.</ li >
94
- < li > [enh] Fix #64: Add support for change remote url.</ li >
95
- < li > [enh] Fix #112: update the < code > refresh</ code > method.</ li >
96
- < li > [bug] Fix #113: Using radio type and cardView error.</ li >
97
- < li > [enh] Fix #117: Add < code > updateRow</ code > method.</ li >
98
- < li > [enh] Fix #96, #103: apply < code > class</ code > option to td elements.</ li >
99
- < li > [enh] Fix #97: add < code > sortable</ code > class to header cells instead of < code > cursor: pointer</ code > .</ li >
100
- < li > [enh] Fix #124: change < code > queryParams</ code > and < code > queryParamsType</ code > default option.</ li >
101
- < li > [enh] Remove the < code > eval</ code > method.</ li >
102
- < li > [enh] Add < code > bootstrap-table-it-IT.js</ code > locale.</ li >
93
+ < li > [enh] Take < code > showHeader</ code > option effect to the card view.</ li >
94
+ < li > [enh] Rename and update locale files.</ li >
95
+ < li > [bug] Fix #102: Wrong < code > options.columns</ code > initialization.</ li >
96
+ < li > [enh] Fix #121: Add extensions for bootstrap table.</ li >
97
+ < li > [bug] Fix #138: IE8 search data and remove method error.</ li >
98
+ < li > [bug] Fix bug: sorter and check all do not work in some case.</ li >
99
+ < li > [enh] Add < code > bootstrap-table-nl-NL.js</ code > and < code > bootstrap-table-el-GR.js</ code > .</ li >
100
+ < li > [enh] Support search without data-field set, trim search input.</ li >
101
+ < li > [enh] Fix #81: Allow the < code > class</ code > to be applied to the radio or checkbox row.</ li >
102
+ < li > [bug] Fix #135, #142: Search use formatted data.</ li >
103
+ < li > [enh] Verify search text before send queryParams.</ li >
104
+ < li > [bug] Fix #148: column events support namespace.</ li >
105
+ < li > [enh] Support to disable radio or checkbox column by formatter.</ li >
103
106
</ ul >
104
107
</ div >
105
108
< div class ="col-md-6 ">
0 commit comments