Skip to content

Commit e7ca71d

Browse files
committed
Update version to 1.0.6
1 parent e02d5ed commit e7ca71d

File tree

8 files changed

+19
-8
lines changed

8 files changed

+19
-8
lines changed

CHANGELOG.md

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

3+
### 1.0.6
4+
5+
* Add jQuery events.
6+
* Add ```onDblClickRow``` event and ```onAll``` event.
7+
* Add ```singleSelect``` option.
8+
* Search improvent: add a timeout and trigger the search event when the text has changed to improve the search.
9+
* Scroll to top after data loaded.
10+
* Add ```toolbar``` option.
11+
* Add ```rowStyle``` option.
12+
* Add ```bootstrapVersion``` option.
13+
314
### 1.0.5
415

516
* Update the pagination list position.

CONTRIBUTORS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ 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>143</td>
19+
<td>150</td>
2020
<tr>
2121

2222
</table>
2323

24-
Update date: 2014-07-16, created with https://github.com/wenzhixin/github-contributors
24+
Update date: 2014-07-17, created with https://github.com/wenzhixin/github-contributors

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.0.5",
3+
"version": "1.0.6",
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.0.5",
3+
"version": "1.0.6",
44
"homepage": "https://github.com/wenzhixin/bootstrap-table",
55
"authors": [
66
"zhixin <wenzhixin2010@gmail.com>"

docs/documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ <h1 id="the-defaults">The Defaults:</h1>
201201
<div class="container">
202202
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
203203
<ul class="footer-links">
204-
<li>Currently: v1.0.5</li>
204+
<li>Currently: v1.0.6</li>
205205
<li class="muted">·</li>
206206
<li><a href="http://wenzhixin.net.cn">My website</a></li>
207207
<li class="muted">·</li>

docs/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ <h1 id="via-javascript-table">Via JavaScript</h1>
708708
<div class="container">
709709
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
710710
<ul class="footer-links">
711-
<li>Currently: v1.0.5</li>
711+
<li>Currently: v1.0.6</li>
712712
<li class="muted">·</li>
713713
<li><a href="http://wenzhixin.net.cn">My website</a></li>
714714
<li class="muted">·</li>

docs/getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h2 id="options">Options</h2>
133133
<div class="container">
134134
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
135135
<ul class="footer-links">
136-
<li>Currently: v1.0.5</li>
136+
<li>Currently: v1.0.6</li>
137137
<li class="muted">·</li>
138138
<li><a href="http://wenzhixin.net.cn">My website</a></li>
139139
<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.0.5
3+
* version: 1.0.6
44
* https://github.com/wenzhixin/bootstrap-table/
55
*/
66

0 commit comments

Comments
 (0)