Browse Source

Update to version 1.0.4

zhixin 11 years ago
parent
commit
f411c3b837
7 changed files with 16 additions and 6 deletions
  1. 9 0
      README.md
  2. 1 1
      bootstrap-table.jquery.json
  3. 1 1
      bower.json
  4. 1 1
      docs/documentation.html
  5. 1 1
      docs/examples.html
  6. 1 1
      docs/getting-started.html
  7. 2 1
      src/bootstrap-table.js

+ 9 - 0
README.md

@@ -23,6 +23,15 @@ The table displays data in a tabular format and offers rich support to radio, ch
 
 ## Changelog
 
+### 1.0.4
+
+* Add ```showLoading``` and ```hideLoading``` methods.
+* Add ```onLoadSuccess``` and ```onLoadError``` events.
+* Add ```clickToSelect``` option.
+* Add ```cardView``` option.
+* Add loading with ```formatLoadingMessage``` function.
+* Add ```idField``` option.
+
 ### 1.0.3
 
 * Update fixed headers.

+ 1 - 1
bootstrap-table.jquery.json

@@ -1,6 +1,6 @@
 {
     "name": "bootstrap-table",
-    "version": "1.0.3",
+    "version": "1.0.4",
     "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.3",
+  "version": "1.0.4",
   "homepage": "https://github.com/wenzhixin/bootstrap-table",
   "authors": [
     "zhixin <wenzhixin2010@gmail.com>"

+ 1 - 1
docs/documentation.html

@@ -115,7 +115,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.3</li>
+            <li>Currently: v1.0.4</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

@@ -579,7 +579,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.3</li>
+            <li>Currently: v1.0.4</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.3</li>
+            <li>Currently: v1.0.4</li>
             <li class="muted">·</li>
             <li><a href="http://wenzhixin.net.cn">My website</a></li>
             <li class="muted">·</li>

+ 2 - 1
src/bootstrap-table.js

@@ -1,6 +1,7 @@
 /**
  * @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.0.3
+ * version: 1.0.4
+ * https://github.com/wenzhixin/bootstrap-table/
  */
 
 !function ($) {