浏览代码

Update version to 1.2.2.

zhixin 11 年之前
父节点
当前提交
4157cd3c13
共有 8 个文件被更改,包括 17 次插入13 次删除
  1. 11 3
      CHANGELOG.md
  2. 0 4
      README.md
  3. 1 1
      bootstrap-table.jquery.json
  4. 1 1
      bower.json
  5. 1 1
      docs/documentation.html
  6. 1 1
      docs/examples.html
  7. 1 1
      docs/getting-started.html
  8. 1 1
      src/bootstrap-table.js

+ 11 - 3
CHANGELOG.md

@@ -1,10 +1,18 @@
 ## ChangeLog
 
+### 1.2.2
+
+* Fix #68: Add `showColumn`/`hideColumn` methods.
+* Fix #69: Add `bootstrap-table-es_AR.js` locale.
+* Fix #88: Add `bootstrap-table-fr_BE.js` locale.
+* Fix #85: Select row and add row class.
+* Add `halign` column option.
+
 ### 1.2.1
 
-* Fix [#56](https://github.com/wenzhixin/bootstrap-table/issues/56): Pagination issue in bootstrap 2.3.
-* Fix [#76](https://github.com/wenzhixin/bootstrap-table/issues/76): After refreshing table data, search no longer works.
-* Fix [#77](https://github.com/wenzhixin/bootstrap-table/issues/77): After searching and then clearing the search field, table is no longer sortable.
+* Fix #56: Pagination issue in bootstrap 2.3.
+* Fix #76: After refreshing table data, search no longer works.
+* Fix #77: After searching and then clearing the search field, table is no longer sortable.
 * Add `sortable` option, `false` to disable sortable of all columns.
 * Support localization for docs.
 

+ 0 - 4
README.md

@@ -12,10 +12,6 @@ The table displays data in a tabular format and offers rich support to radio, ch
 
 ## Bugs & Enhancements (next version)
 
-- [x] Fix #68: Add `showColumn`/`hideColumn` methods.
-- [x] Fix #69: Add `bootstrap-table-es_AR.js` locale.
-- [x] Fix #85: Select row and add row class.
-- [x] Add `halign` column option.
 - [ ] Fix #82: Add `removeRow` and `getData` methods.
 
 ## Features

+ 1 - 1
bootstrap-table.jquery.json

@@ -1,6 +1,6 @@
 {
     "name": "bootstrap-table",
-    "version": "1.2.1",
+    "version": "1.2.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
bower.json

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

+ 1 - 1
docs/documentation.html

@@ -148,7 +148,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.2.1</li>
+            <li>Currently: v1.2.2</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

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

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

+ 1 - 1
src/bootstrap-table.js

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