Skip to content

Commit c985161

Browse files
committed
Update version to 1.0.2
1 parent 72bc935 commit c985161

File tree

5 files changed

+14
-4
lines changed

5 files changed

+14
-4
lines changed

README.md

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

77
## Changelog
88

9+
### 1.0.2
10+
11+
* Add i18n support.
12+
* Add ```selectItemName``` option.
13+
* Update the ```pageList``` default.
14+
* Add ```search``` option.
15+
* Add ```destroy``` method.
16+
* Add page list support.
17+
918
### 1.0.1
1019

1120
* Add ```pagination``` support.

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.0.1",
3+
"version": "1.0.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": {

docs/documentation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h1 id="methods">Methods:</h1>
9191
<div class="container">
9292
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
9393
<ul class="footer-links">
94-
<li>Currently: v1.0.1</li>
94+
<li>Currently: v1.0.2</li>
9595
<li class="muted">·</li>
9696
<li><a href="http://wenzhixin.net.cn">My website</a></li>
9797
<li class="muted">·</li>

docs/examples.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<script src="../assets/bootstrap/js/bootstrap.min.js"></script>
1919
<script src="../docs/examples.js"></script>
2020
<script src="../src/bootstrap-table.js"></script>
21+
<!--<script src="../src/locale/bootstrap-table-zh-CN.js"></script>-->
2122
<script src="docs.js"></script>
2223
<script src="//wenzhixin.net.cn/js/analytics.js"></script>
2324
</head>
@@ -326,7 +327,7 @@ <h1 id="load-data-table">Load Data Table</h1>
326327
<div class="container">
327328
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
328329
<ul class="footer-links">
329-
<li>Currently: v1.0.1</li>
330+
<li>Currently: v1.0.2</li>
330331
<li class="muted">·</li>
331332
<li><a href="http://wenzhixin.net.cn">My website</a></li>
332333
<li class="muted">·</li>

docs/getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h2 id="options">Options</h2>
116116
<div class="container">
117117
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
118118
<ul class="footer-links">
119-
<li>Currently: v1.0.1</li>
119+
<li>Currently: v1.0.2</li>
120120
<li class="muted">·</li>
121121
<li><a href="http://wenzhixin.net.cn">My website</a></li>
122122
<li class="muted">·</li>

0 commit comments

Comments
 (0)