ソースを参照

Update to version 1.0.5

zhixin 11 年 前
コミット
bea37f4c82

+ 11 - 0
README.md

@@ -27,6 +27,17 @@ The table displays data in a tabular format and offers rich support to radio, ch
 
 
 ## Changelog
 ## Changelog
 
 
+### 1.0.5
+
+* Update the pagination list position.
+* Update ```queryParams``` option.
+* Add ```contentType``` and ```onBeforeLoad``` options.
+* Add server side pagination(```pageSize, pageNumber, searchText, sortName, sortOrder```).
+* Add ```COLUMN_DEFAULTS```.
+* Add ```refresh``` method.
+* Add ```index``` argument in ```formatter``` function.
+* Update card view display.
+
 ### 1.0.4
 ### 1.0.4
 
 
 * Add ```showLoading``` and ```hideLoading``` methods.
 * Add ```showLoading``` and ```hideLoading``` methods.

+ 1 - 1
bootstrap-table.jquery.json

@@ -1,6 +1,6 @@
 {
 {
     "name": "bootstrap-table",
     "name": "bootstrap-table",
-    "version": "1.0.4",
+    "version": "1.0.5",
     "title": "Bootstrap Table",
     "title": "Bootstrap Table",
     "description": "Bootstrap table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on.",
     "description": "Bootstrap table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on.",
     "author": {
     "author": {

+ 1 - 1
bower.json

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

+ 1 - 1
docs/documentation.html

@@ -192,7 +192,7 @@
     <div class="container">
     <div class="container">
         <p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
         <p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
         <ul class="footer-links">
         <ul class="footer-links">
-            <li>Currently: v1.0.4</li>
+            <li>Currently: v1.0.5</li>
             <li class="muted">·</li>
             <li class="muted">·</li>
             <li><a href="http://wenzhixin.net.cn">My website</a></li>
             <li><a href="http://wenzhixin.net.cn">My website</a></li>
             <li class="muted">·</li>
             <li class="muted">·</li>

+ 1 - 1
docs/examples.html

@@ -630,7 +630,7 @@
     <div class="container">
     <div class="container">
         <p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
         <p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
         <ul class="footer-links">
         <ul class="footer-links">
-            <li>Currently: v1.0.4</li>
+            <li>Currently: v1.0.5</li>
             <li class="muted">·</li>
             <li class="muted">·</li>
             <li><a href="http://wenzhixin.net.cn">My website</a></li>
             <li><a href="http://wenzhixin.net.cn">My website</a></li>
             <li class="muted">·</li>
             <li class="muted">·</li>

+ 1 - 1
docs/getting-started.html

@@ -133,7 +133,7 @@
     <div class="container">
     <div class="container">
         <p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
         <p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
         <ul class="footer-links">
         <ul class="footer-links">
-            <li>Currently: v1.0.4</li>
+            <li>Currently: v1.0.5</li>
             <li class="muted">·</li>
             <li class="muted">·</li>
             <li><a href="http://wenzhixin.net.cn">My website</a></li>
             <li><a href="http://wenzhixin.net.cn">My website</a></li>
             <li class="muted">·</li>
             <li class="muted">·</li>

+ 1 - 1
src/bootstrap-table.js

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