ソースを参照

Update version to 1.0.2

zhixin 11 年 前
コミット
c985161d80
5 ファイル変更14 行追加4 行削除
  1. 9 0
      README.md
  2. 1 1
      bootstrap-table.jquery.json
  3. 1 1
      docs/documentation.html
  4. 2 1
      docs/examples.html
  5. 1 1
      docs/getting-started.html

+ 9 - 0
README.md

@@ -6,6 +6,15 @@ The table displays data in a tabular format and offers rich support to radio, ch
 
 ## Changelog
 
+### 1.0.2
+
+* Add i18n support.
+* Add ```selectItemName``` option.
+* Update the ```pageList``` default.
+* Add ```search``` option.
+* Add ```destroy``` method.
+* Add page list support.
+
 ### 1.0.1
 
 * Add ```pagination``` support.

+ 1 - 1
bootstrap-table.jquery.json

@@ -1,6 +1,6 @@
 {
     "name": "bootstrap-table",
-    "version": "1.0.1",
+    "version": "1.0.2",
     "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
docs/documentation.html

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

+ 2 - 1
docs/examples.html

@@ -18,6 +18,7 @@
     <script src="../assets/bootstrap/js/bootstrap.min.js"></script>
     <script src="../docs/examples.js"></script>
     <script src="../src/bootstrap-table.js"></script>
+    <!--<script src="../src/locale/bootstrap-table-zh-CN.js"></script>-->
     <script src="docs.js"></script>
     <script src="//wenzhixin.net.cn/js/analytics.js"></script>
 </head>
@@ -326,7 +327,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.1</li>
+            <li>Currently: v1.0.2</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

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