Skip to content

Commit 4157cd3

Browse files
committed
Update version to 1.2.2.
1 parent 18dae28 commit 4157cd3

File tree

8 files changed

+17
-13
lines changed

8 files changed

+17
-13
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
## ChangeLog
22

3+
### 1.2.2
4+
5+
* Fix #68: Add `showColumn`/`hideColumn` methods.
6+
* Fix #69: Add `bootstrap-table-es_AR.js` locale.
7+
* Fix #88: Add `bootstrap-table-fr_BE.js` locale.
8+
* Fix #85: Select row and add row class.
9+
* Add `halign` column option.
10+
311
### 1.2.1
412

5-
* Fix [#56](https://github.com/wenzhixin/bootstrap-table/issues/56): Pagination issue in bootstrap 2.3.
6-
* Fix [#76](https://github.com/wenzhixin/bootstrap-table/issues/76): After refreshing table data, search no longer works.
7-
* Fix [#77](https://github.com/wenzhixin/bootstrap-table/issues/77): After searching and then clearing the search field, table is no longer sortable.
13+
* Fix #56: Pagination issue in bootstrap 2.3.
14+
* Fix #76: After refreshing table data, search no longer works.
15+
* Fix #77: After searching and then clearing the search field, table is no longer sortable.
816
* Add `sortable` option, `false` to disable sortable of all columns.
917
* Support localization for docs.
1018

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@ The table displays data in a tabular format and offers rich support to radio, ch
1212

1313
## Bugs & Enhancements (next version)
1414

15-
- [x] Fix #68: Add `showColumn`/`hideColumn` methods.
16-
- [x] Fix #69: Add `bootstrap-table-es_AR.js` locale.
17-
- [x] Fix #85: Select row and add row class.
18-
- [x] Add `halign` column option.
1915
- [ ] Fix #82: Add `removeRow` and `getData` methods.
2016

2117
## Features

bootstrap-table.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-table",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"title": "Bootstrap Table",
55
"description": "Bootstrap table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on.",
66
"author": {

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-table",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"homepage": "https://github.com/wenzhixin/bootstrap-table",
55
"authors": [
66
"zhixin <wenzhixin2010@gmail.com>"

docs/documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ <h1 id="localizations" data-zh="国际化">
148148
<div class="container">
149149
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
150150
<ul class="footer-links">
151-
<li>Currently: v1.2.1</li>
151+
<li>Currently: v1.2.2</li>
152152
<li class="muted">·</li>
153153
<li><a href="http://wenzhixin.net.cn">My website</a></li>
154154
<li class="muted">·</li>

docs/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1036,7 +1036,7 @@ <h1 id="via-javascript-table" data-zh="通过JavaScript启用">Via JavaScript</h
10361036
<div class="container">
10371037
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
10381038
<ul class="footer-links">
1039-
<li>Currently: v1.2.1</li>
1039+
<li>Currently: v1.2.2</li>
10401040
<li class="muted">·</li>
10411041
<li><a href="http://wenzhixin.net.cn">My website</a></li>
10421042
<li class="muted">·</li>

docs/getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ <h2 id="options" data-zh="属性">Options</h2>
150150
<div class="container">
151151
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
152152
<ul class="footer-links">
153-
<li>Currently: v1.2.1</li>
153+
<li>Currently: v1.2.2</li>
154154
<li class="muted">·</li>
155155
<li><a href="http://wenzhixin.net.cn">My website</a></li>
156156
<li class="muted">·</li>

src/bootstrap-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author zhixin wen <wenzhixin2010@gmail.com>
3-
* version: 1.2.1
3+
* version: 1.2.2
44
* https://github.com/wenzhixin/bootstrap-table/
55
*/
66

0 commit comments

Comments
 (0)