Skip to content

Commit cc97d0e

Browse files
committed
Update version to 1.2.3
1 parent 46a38b7 commit cc97d0e

18 files changed

+63
-31
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
## ChangeLog
22

3+
### 1.2.3
4+
5+
* [bug] Fix the selected row class reset after toggle column bug.
6+
* [bug] Fix #86: invisible column are still searchable.
7+
* [bug] Fix search result error when toggle column display.
8+
* [enh] Add `clickToSelect` to columns.
9+
* [bug] Fix click-row event bug.
10+
* [enh] When field is undefined, use index instead.
11+
* [enh] Add `cache` option for AJAX calls.
12+
* [enh] Improve zh-TW translation.
13+
* [enh] #82: Add `getData` method.
14+
* [enh] #82: Add `remove` method.
15+
316
### 1.2.2
417

518
* Fix #68: Add `showColumn`/`hideColumn` methods.

CONTRIBUTORS.md

Lines changed: 33 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,14 @@ bootstrap-table is due to the excellent work of the following contributors:
1616
<td><a href="https://github.com/wenzhixin">wenzhixin</a></td>
1717
<td>Guangzhou, China</td>
1818
<td><a href="http://wenzhixin.net.cn">http://wenzhixin.net.cn</a></td>
19-
<td>328</td>
19+
<td>349</td>
20+
<tr>
21+
<tr>
22+
<td><img src="https://avatars.githubusercontent.com/u/8710090?v=2" width="32" height="32"> Joseph Reiter</td>
23+
<td><a href="https://github.com/thx2001r">thx2001r</a></td>
24+
<td>United States</td>
25+
<td></td>
26+
<td>3</td>
2027
<tr>
2128
<tr>
2229
<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:
3340
<td>3</td>
3441
<tr>
3542
<tr>
36-
<td><img src="https://avatars.githubusercontent.com/u/775601?v=2" width="32" height="32"> <a href="mailto:muzical84@hotmail.com">Janet</a></td>
37-
<td><a href="https://github.com/Muzical84">Muzical84</a></td>
38-
<td>Midwest</td>
39-
<td><a href="http://twitter.com/JesusFreak84">http://twitter.com/JesusFreak84</a></td>
43+
<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>
44+
<td><a href="https://github.com/wodka">wodka</a></td>
45+
<td>Vienna</td>
46+
<td></td>
4047
<td>2</td>
4148
<tr>
4249
<tr>
@@ -47,15 +54,22 @@ bootstrap-table is due to the excellent work of the following contributors:
4754
<td>2</td>
4855
<tr>
4956
<tr>
50-
<td><img src="https://avatars.githubusercontent.com/u/385731?v=2" width="32" height="32"> wodka</td>
51-
<td><a href="https://github.com/wodka">wodka</a></td>
52-
<td>Vienna</td>
53-
<td></td>
57+
<td><img src="https://avatars.githubusercontent.com/u/775601?v=2" width="32" height="32"> <a href="mailto:muzical84@hotmail.com">Janet</a></td>
58+
<td><a href="https://github.com/Muzical84">Muzical84</a></td>
59+
<td>Midwest</td>
60+
<td><a href="http://twitter.com/JesusFreak84">http://twitter.com/JesusFreak84</a></td>
5461
<td>2</td>
5562
<tr>
5663
<tr>
57-
<td><img src="https://avatars.githubusercontent.com/u/1701102?v=2" width="32" height="32"> egcerqueira</td>
58-
<td><a href="https://github.com/egcerqueira">egcerqueira</a></td>
64+
<td><img src="https://avatars.githubusercontent.com/u/3691490?v=2" width="32" height="32"> Peter Dave Hello</td>
65+
<td><a href="https://github.com/PeterDaveHello">PeterDaveHello</a></td>
66+
<td>Taiwan ROC</td>
67+
<td><a href="https://www.peterdavehello.org/">https://www.peterdavehello.org/</a></td>
68+
<td>1</td>
69+
<tr>
70+
<tr>
71+
<td><img src="https://avatars.githubusercontent.com/u/3030334?v=2" width="32" height="32"> himyouten</td>
72+
<td><a href="https://github.com/himyouten">himyouten</a></td>
5973
<td></td>
6074
<td></td>
6175
<td>1</td>
@@ -67,7 +81,14 @@ bootstrap-table is due to the excellent work of the following contributors:
6781
<td><a href="http://dadizajn.net">http://dadizajn.net</a></td>
6882
<td>1</td>
6983
<tr>
84+
<tr>
85+
<td><img src="https://avatars.githubusercontent.com/u/1701102?v=2" width="32" height="32"> egcerqueira</td>
86+
<td><a href="https://github.com/egcerqueira">egcerqueira</a></td>
87+
<td></td>
88+
<td></td>
89+
<td>1</td>
90+
<tr>
7091

7192
</table>
7293

73-
Update date: 2014-09-03, created with https://github.com/wenzhixin/github-contributors
94+
Update date: 2014-09-12, created with https://github.com/wenzhixin/github-contributors

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ The table displays data in a tabular format and offers rich support to radio, ch
1212

1313
## Bugs & Enhancements (next version)
1414

15-
- [x] Fix #86: invisible column are still searchable.
16-
- [ ] Fix #82: Add `removeRow` and `getData` methods.
1715
- [ ] Fix #23: Add css and classes parameters to column cell.
1816
- [ ] Fix #64: Add support for change remote url.
1917

bootstrap-table.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-table",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"title": "Bootstrap Table",
55
"description": "Bootstrap table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on.",
66
"author": {

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-table",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"homepage": "https://github.com/wenzhixin/bootstrap-table",
55
"authors": [
66
"zhixin <wenzhixin2010@gmail.com>"

dist/bootstrap-table.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-table.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bootstrap-table - v1.2.2 - 2014-09-03
2+
* bootstrap-table - v1.2.3 - 2014-09-12
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bootstrap-table - v1.2.2 - 2014-09-03
2+
* bootstrap-table - v1.2.3 - 2014-09-12
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bootstrap-table - v1.2.2 - 2014-09-03
2+
* bootstrap-table - v1.2.3 - 2014-09-12
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bootstrap-table - v1.2.2 - 2014-09-03
2+
* bootstrap-table - v1.2.3 - 2014-09-12
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bootstrap-table - v1.2.2 - 2014-09-03
2+
* bootstrap-table - v1.2.3 - 2014-09-12
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bootstrap-table - v1.2.2 - 2014-09-03
2+
* bootstrap-table - v1.2.3 - 2014-09-12
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
2-
* bootstrap-table - v1.2.2 - 2014-09-03
2+
* bootstrap-table - v1.2.3 - 2014-09-12
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License
66
*/
7-
!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);
7+
!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);

docs/documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h1 id="localizations" data-zh="国际化">
148148
<div class="container">
149149
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
150150
<ul class="footer-links">
151-
<li>Currently: v1.2.2</li>
151+
<li>Currently: v1.2.3</li>
152152
<li class="muted">·</li>
153153
<li><a href="http://wenzhixin.net.cn">My website</a></li>
154154
<li class="muted">·</li>

docs/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ <h1 id="via-javascript-table" data-zh="通过JavaScript启用">Via JavaScript</h
10601060
<div class="container">
10611061
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
10621062
<ul class="footer-links">
1063-
<li>Currently: v1.2.2</li>
1063+
<li>Currently: v1.2.3</li>
10641064
<li class="muted">·</li>
10651065
<li><a href="http://wenzhixin.net.cn">My website</a></li>
10661066
<li class="muted">·</li>

docs/getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h2 id="options" data-zh="属性">Options</h2>
150150
<div class="container">
151151
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
152152
<ul class="footer-links">
153-
<li>Currently: v1.2.2</li>
153+
<li>Currently: v1.2.3</li>
154154
<li class="muted">·</li>
155155
<li><a href="http://wenzhixin.net.cn">My website</a></li>
156156
<li class="muted">·</li>

src/bootstrap-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author zhixin wen <wenzhixin2010@gmail.com>
3-
* version: 1.2.2
3+
* version: 1.2.3
44
* https://github.com/wenzhixin/bootstrap-table/
55
*/
66

0 commit comments

Comments
 (0)