@@ -1,5 +1,16 @@
## Changelog
+### 1.0.6
+
+* Add jQuery events.
+* Add ```onDblClickRow``` event and ```onAll``` event.
+* Add ```singleSelect``` option.
+* Search improvent: add a timeout and trigger the search event when the text has changed to improve the search.
+* Scroll to top after data loaded.
+* Add ```toolbar``` option.
+* Add ```rowStyle``` option.
+* Add ```bootstrapVersion``` option.
### 1.0.5
* Update the pagination list position.
@@ -16,9 +16,9 @@ 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>143</td>
+<td>150</td>
<tr>
</table>
-Update date: 2014-07-16, created with https://github.com/wenzhixin/github-contributors
+Update date: 2014-07-17, created with https://github.com/wenzhixin/github-contributors
@@ -1,6 +1,6 @@
{
"name": "bootstrap-table",
- "version": "1.0.5",
+ "version": "1.0.6",
"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": {
"homepage": "https://github.com/wenzhixin/bootstrap-table",
"authors": [
"zhixin <wenzhixin2010@gmail.com>"
@@ -201,7 +201,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.0.5</li>
+ <li>Currently: v1.0.6</li>
<li class="muted">·</li>
<li><a href="http://wenzhixin.net.cn">My website</a></li>
@@ -708,7 +708,7 @@
@@ -133,7 +133,7 @@
/**
* @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.0.5
+ * version: 1.0.6
* https://github.com/wenzhixin/bootstrap-table/
*/