ソースを参照

Update version to 1.0.6

zhixin 11 年 前
コミット
e7ca71d997

+ 11 - 0
CHANGELOG.md

@@ -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.

+ 2 - 2
CONTRIBUTORS.md

@@ -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 - 1
bootstrap-table.jquery.json

@@ -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": {

+ 1 - 1
bower.json

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

+ 1 - 1
docs/documentation.html

@@ -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>
             <li class="muted">·</li>

+ 1 - 1
docs/examples.html

@@ -708,7 +708,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>
             <li class="muted">·</li>

+ 1 - 1
docs/getting-started.html

@@ -133,7 +133,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>
             <li class="muted">·</li>

+ 1 - 1
src/bootstrap-table.js

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