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:[email protected]">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 <[email protected]>"

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

0 commit comments

Comments
 (0)