Skip to content

Commit 35c2676

Browse files
committed
Update version to v1.0.3
1 parent 12790d9 commit 35c2676

File tree

7 files changed

+16
-7
lines changed

7 files changed

+16
-7
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The table displays data in a tabular format and offers rich support to radio, ch
1212
* Fully configurable
1313
* Via data attributes
1414
* Show/Hide columns
15-
* Show/Hide header
15+
* Show/Hide headers
1616
* Get data in JSON format using AJAX
1717
* Simple column sorting with a click
1818
* Format column
@@ -22,6 +22,15 @@ The table displays data in a tabular format and offers rich support to radio, ch
2222

2323
## Changelog
2424

25+
### 1.0.3
26+
27+
* Update fixed headers.
28+
* Add zh-TW locale file.
29+
* Add ```showColumns``` option and ```visible``` column option.
30+
* Update ```hideHeader``` option to ```showHeader```.
31+
* Add ```formatNoMatches``` locale function.
32+
* Add table events.
33+
2534
### 1.0.2
2635

2736
* Add i18n 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.2",
3+
"version": "1.0.3",
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
@@ -95,7 +95,7 @@ <h1 id="methods">Methods:</h1>
9595
<div class="container">
9696
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
9797
<ul class="footer-links">
98-
<li>Currently: v1.0.2</li>
98+
<li>Currently: v1.0.3</li>
9999
<li class="muted">·</li>
100100
<li><a href="http://wenzhixin.net.cn">My website</a></li>
101101
<li class="muted">·</li>

docs/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ <h1 id="via-javascript-table">Via JavaScript</h1>
542542
<div class="container">
543543
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
544544
<ul class="footer-links">
545-
<li>Currently: v1.0.2</li>
545+
<li>Currently: v1.0.3</li>
546546
<li class="muted">·</li>
547547
<li><a href="http://wenzhixin.net.cn">My website</a></li>
548548
<li class="muted">·</li>

docs/getting-started.html

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

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h2>Features</h2>
5555
<li>Fully configurable</li>
5656
<li>Via data attributes</li>
5757
<li>Show/Hide columns</li>
58-
<li>Show/Hide header</li>
58+
<li>Show/Hide headers</li>
5959
<li>Get data in JSON format using AJAX</li>
6060
<li>Simple column sorting with a click</li>
6161
<li>Format column</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.0.2
3+
* version: 1.0.3
44
*/
55

66
!function ($) {

0 commit comments

Comments
 (0)