ソースを参照

Update version to v1.0.3

zhixin 11 年 前
コミット
35c2676f00

+ 10 - 1
README.md

@@ -12,7 +12,7 @@ The table displays data in a tabular format and offers rich support to radio, ch
 * Fully configurable
 * Via data attributes
 * Show/Hide columns
-* Show/Hide header
+* Show/Hide headers
 * Get data in JSON format using AJAX
 * Simple column sorting with a click
 * Format column
@@ -22,6 +22,15 @@ The table displays data in a tabular format and offers rich support to radio, ch
 
 ## Changelog
 
+### 1.0.3
+
+* Update fixed headers.
+* Add zh-TW locale file.
+* Add ```showColumns``` option and ```visible``` column option.
+* Update ```hideHeader``` option to ```showHeader```.
+* Add ```formatNoMatches``` locale function.
+* Add table events.
+
 ### 1.0.2
 
 * Add i18n support.

+ 1 - 1
bootstrap-table.jquery.json

@@ -1,6 +1,6 @@
 {
     "name": "bootstrap-table",
-    "version": "1.0.2",
+    "version": "1.0.3",
     "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

@@ -95,7 +95,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.2</li>
+            <li>Currently: v1.0.3</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

@@ -542,7 +542,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.2</li>
+            <li>Currently: v1.0.3</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

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

+ 1 - 1
docs/index.html

@@ -55,7 +55,7 @@
             <li>Fully configurable</li>
             <li>Via data attributes</li>
             <li>Show/Hide columns</li>
-            <li>Show/Hide header</li>
+            <li>Show/Hide headers</li>
             <li>Get data in JSON format using AJAX</li>
             <li>Simple column sorting with a click</li>
             <li>Format column</li>

+ 1 - 1
src/bootstrap-table.js

@@ -1,6 +1,6 @@
 /**
  * @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.0.2
+ * version: 1.0.3
  */
 
 !function ($) {