浏览代码

Update version to 1.2.3

zhixin 11 年之前
父节点
当前提交
cc97d0ee9f

+ 13 - 0
CHANGELOG.md

@@ -1,5 +1,18 @@
 ## ChangeLog
 
+### 1.2.3
+
+* [bug] Fix the selected row class reset after toggle column bug.
+* [bug] Fix #86: invisible column are still searchable.
+* [bug] Fix search result error when toggle column display.
+* [enh] Add `clickToSelect` to columns.
+* [bug] Fix click-row event bug.
+* [enh] When field is undefined, use index instead.
+* [enh] Add `cache` option for AJAX calls.
+* [enh] Improve zh-TW translation.
+* [enh] #82: Add `getData` method.
+* [enh] #82: Add `remove` method.
+
 ### 1.2.2
 
 * Fix #68: Add `showColumn`/`hideColumn` methods.

+ 33 - 12
CONTRIBUTORS.md

@@ -16,7 +16,14 @@ bootstrap-table is due to the excellent work of the following contributors:
 <td><a href="https://github.com/wenzhixin">wenzhixin</a></td>
 <td>Guangzhou, China</td>
 <td><a href="http://wenzhixin.net.cn">http://wenzhixin.net.cn</a></td>
-<td>328</td>
+<td>349</td>
+<tr>
+<tr>
+<td><img src="https://avatars.githubusercontent.com/u/8710090?v=2" width="32" height="32"> Joseph Reiter</td>
+<td><a href="https://github.com/thx2001r">thx2001r</a></td>
+<td>United States</td>
+<td></td>
+<td>3</td>
 <tr>
 <tr>
 <td><img src="https://avatars.githubusercontent.com/u/6866443?v=2" width="32" height="32"> janborup</td>
@@ -33,10 +40,10 @@ bootstrap-table is due to the excellent work of the following contributors:
 <td>3</td>
 <tr>
 <tr>
-<td><img src="https://avatars.githubusercontent.com/u/775601?v=2" width="32" height="32"> <a href="mailto:muzical84@hotmail.com">Janet</a></td>
-<td><a href="https://github.com/Muzical84">Muzical84</a></td>
-<td>Midwest</td>
-<td><a href="http://twitter.com/JesusFreak84">http://twitter.com/JesusFreak84</a></td>
+<td><img src="https://avatars.githubusercontent.com/u/385731?v=2" width="32" height="32"> <a href="mailto:michael.schramm@gmail.com">Michael Schramm</a></td>
+<td><a href="https://github.com/wodka">wodka</a></td>
+<td>Vienna</td>
+<td></td>
 <td>2</td>
 <tr>
 <tr>
@@ -47,15 +54,22 @@ bootstrap-table is due to the excellent work of the following contributors:
 <td>2</td>
 <tr>
 <tr>
-<td><img src="https://avatars.githubusercontent.com/u/385731?v=2" width="32" height="32"> wodka</td>
-<td><a href="https://github.com/wodka">wodka</a></td>
-<td>Vienna</td>
-<td></td>
+<td><img src="https://avatars.githubusercontent.com/u/775601?v=2" width="32" height="32"> <a href="mailto:muzical84@hotmail.com">Janet</a></td>
+<td><a href="https://github.com/Muzical84">Muzical84</a></td>
+<td>Midwest</td>
+<td><a href="http://twitter.com/JesusFreak84">http://twitter.com/JesusFreak84</a></td>
 <td>2</td>
 <tr>
 <tr>
-<td><img src="https://avatars.githubusercontent.com/u/1701102?v=2" width="32" height="32"> egcerqueira</td>
-<td><a href="https://github.com/egcerqueira">egcerqueira</a></td>
+<td><img src="https://avatars.githubusercontent.com/u/3691490?v=2" width="32" height="32"> Peter Dave Hello</td>
+<td><a href="https://github.com/PeterDaveHello">PeterDaveHello</a></td>
+<td>Taiwan ROC</td>
+<td><a href="https://www.peterdavehello.org/">https://www.peterdavehello.org/</a></td>
+<td>1</td>
+<tr>
+<tr>
+<td><img src="https://avatars.githubusercontent.com/u/3030334?v=2" width="32" height="32"> himyouten</td>
+<td><a href="https://github.com/himyouten">himyouten</a></td>
 <td></td>
 <td></td>
 <td>1</td>
@@ -67,7 +81,14 @@ bootstrap-table is due to the excellent work of the following contributors:
 <td><a href="http://dadizajn.net">http://dadizajn.net</a></td>
 <td>1</td>
 <tr>
+<tr>
+<td><img src="https://avatars.githubusercontent.com/u/1701102?v=2" width="32" height="32"> egcerqueira</td>
+<td><a href="https://github.com/egcerqueira">egcerqueira</a></td>
+<td></td>
+<td></td>
+<td>1</td>
+<tr>
 
 </table>
 
-Update date: 2014-09-03, created with https://github.com/wenzhixin/github-contributors
+Update date: 2014-09-12, created with https://github.com/wenzhixin/github-contributors

+ 0 - 2
README.md

@@ -12,8 +12,6 @@ The table displays data in a tabular format and offers rich support to radio, ch
 
 ## Bugs & Enhancements (next version)
 
-- [x] Fix #86: invisible column are still searchable.
-- [ ] Fix #82: Add `removeRow` and `getData` methods.
 - [ ] Fix #23: Add css and classes parameters to column cell.
 - [ ] Fix #64: Add support for change remote url.
 

+ 1 - 1
bootstrap-table.jquery.json

@@ -1,6 +1,6 @@
 {
     "name": "bootstrap-table",
-    "version": "1.2.2",
+    "version": "1.2.3",
     "title": "Bootstrap Table",
     "description": "Bootstrap table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on.",
     "author": {

+ 1 - 1
bower.json

@@ -1,6 +1,6 @@
 {
   "name": "bootstrap-table",
-  "version": "1.2.2",
+  "version": "1.2.3",
   "homepage": "https://github.com/wenzhixin/bootstrap-table",
   "authors": [
     "zhixin <wenzhixin2010@gmail.com>"

+ 1 - 1
dist/bootstrap-table.min.css

@@ -1,5 +1,5 @@
 /*
-* bootstrap-table - v1.2.2 - 2014-09-03
+* bootstrap-table - v1.2.3 - 2014-09-12
 * https://github.com/wenzhixin/bootstrap-table
 * Copyright (c) 2014 zhixin wen
 * Licensed MIT License

文件差异内容过多而无法显示
+ 2 - 2
dist/bootstrap-table.min.js


+ 1 - 1
dist/locale/bootstrap-table-da-DK.min.js

@@ -1,5 +1,5 @@
 /*
-* bootstrap-table - v1.2.2 - 2014-09-03
+* bootstrap-table - v1.2.3 - 2014-09-12
 * https://github.com/wenzhixin/bootstrap-table
 * Copyright (c) 2014 zhixin wen
 * Licensed MIT License

+ 1 - 1
dist/locale/bootstrap-table-en.min.js

@@ -1,5 +1,5 @@
 /*
-* bootstrap-table - v1.2.2 - 2014-09-03
+* bootstrap-table - v1.2.3 - 2014-09-12
 * https://github.com/wenzhixin/bootstrap-table
 * Copyright (c) 2014 zhixin wen
 * Licensed MIT License

+ 1 - 1
dist/locale/bootstrap-table-es_AR.min.js

@@ -1,5 +1,5 @@
 /*
-* bootstrap-table - v1.2.2 - 2014-09-03
+* bootstrap-table - v1.2.3 - 2014-09-12
 * https://github.com/wenzhixin/bootstrap-table
 * Copyright (c) 2014 zhixin wen
 * Licensed MIT License

+ 1 - 1
dist/locale/bootstrap-table-fr_BE.min.js

@@ -1,5 +1,5 @@
 /*
-* bootstrap-table - v1.2.2 - 2014-09-03
+* bootstrap-table - v1.2.3 - 2014-09-12
 * https://github.com/wenzhixin/bootstrap-table
 * Copyright (c) 2014 zhixin wen
 * Licensed MIT License

+ 1 - 1
dist/locale/bootstrap-table-pt-BR.min.js

@@ -1,5 +1,5 @@
 /*
-* bootstrap-table - v1.2.2 - 2014-09-03
+* bootstrap-table - v1.2.3 - 2014-09-12
 * https://github.com/wenzhixin/bootstrap-table
 * Copyright (c) 2014 zhixin wen
 * Licensed MIT License

+ 1 - 1
dist/locale/bootstrap-table-zh-CN.min.js

@@ -1,5 +1,5 @@
 /*
-* bootstrap-table - v1.2.2 - 2014-09-03
+* bootstrap-table - v1.2.3 - 2014-09-12
 * https://github.com/wenzhixin/bootstrap-table
 * Copyright (c) 2014 zhixin wen
 * Licensed MIT License

+ 2 - 2
dist/locale/bootstrap-table-zh-TW.min.js

@@ -1,7 +1,7 @@
 /*
-* bootstrap-table - v1.2.2 - 2014-09-03
+* bootstrap-table - v1.2.3 - 2014-09-12
 * https://github.com/wenzhixin/bootstrap-table
 * Copyright (c) 2014 zhixin wen
 * Licensed MIT License
 */
-!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"正在努力地加載數據中,請稍候……"},formatRecordsPerPage:function(a){return"每頁顯示 "+a+" 條記錄"},formatShowingRows:function(a,b,c){return"顯示第 "+a+" 到第 "+b+" 條記錄,總共 "+c+" 條記錄"},formatSearch:function(){return"搜索"},formatNoMatches:function(){return"沒有找到匹配的記錄"}})}(jQuery);
+!function(a){"use strict";a.extend(a.fn.bootstrapTable.defaults,{formatLoadingMessage:function(){return"正在努力地載入資料,請稍候……"},formatRecordsPerPage:function(a){return"每頁顯示 "+a+" 項記錄"},formatShowingRows:function(a,b,c){return"顯示第 "+a+" 到第 "+b+" 項記錄,總共 "+c+" 項記錄"},formatSearch:function(){return"搜尋"},formatNoMatches:function(){return"沒有找符合的結果"}})}(jQuery);

+ 1 - 1
docs/documentation.html

@@ -148,7 +148,7 @@
     <div class="container">
         <p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
         <ul class="footer-links">
-            <li>Currently: v1.2.2</li>
+            <li>Currently: v1.2.3</li>
             <li class="muted">·</li>
             <li><a href="http://wenzhixin.net.cn">My website</a></li>
             <li class="muted">·</li>

+ 1 - 1
docs/examples.html

@@ -1060,7 +1060,7 @@
     <div class="container">
         <p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
         <ul class="footer-links">
-            <li>Currently: v1.2.2</li>
+            <li>Currently: v1.2.3</li>
             <li class="muted">·</li>
             <li><a href="http://wenzhixin.net.cn">My website</a></li>
             <li class="muted">·</li>

+ 1 - 1
docs/getting-started.html

@@ -150,7 +150,7 @@
     <div class="container">
         <p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
         <ul class="footer-links">
-            <li>Currently: v1.2.2</li>
+            <li>Currently: v1.2.3</li>
             <li class="muted">·</li>
             <li><a href="http://wenzhixin.net.cn">My website</a></li>
             <li class="muted">·</li>

+ 1 - 1
src/bootstrap-table.js

@@ -1,6 +1,6 @@
 /**
  * @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.2.2
+ * version: 1.2.3
  * https://github.com/wenzhixin/bootstrap-table/
  */