ソースを参照

Update to 1.1.0

zhixin 11 年 前
コミット
33ebb1920f
6 ファイル変更7 行追加7 行削除
  1. 2 2
      CHANGELOG.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

+ 2 - 2
CHANGELOG.md

@@ -1,10 +1,10 @@
 ## Changelog
 
-### 1.0.7
+### 1.1.0
 
 * Fix old firefox browser display error.
 * Add minimunCountColumns option.
-
+* Update the table body header implementation and resetView method.
 
 ### 1.0.6
 

+ 1 - 1
bootstrap-table.jquery.json

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

+ 1 - 1
docs/documentation.html

@@ -202,7 +202,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.6</li>
+            <li>Currently: v1.1.0</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

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