Skip to content

Commit f411c3b

Browse files
committed
Update to version 1.0.4
1 parent d27203f commit f411c3b

File tree

7 files changed

+16
-6
lines changed

7 files changed

+16
-6
lines changed

README.md

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

2424
## Changelog
2525

26+
### 1.0.4
27+
28+
* Add ```showLoading``` and ```hideLoading``` methods.
29+
* Add ```onLoadSuccess``` and ```onLoadError``` events.
30+
* Add ```clickToSelect``` option.
31+
* Add ```cardView``` option.
32+
* Add loading with ```formatLoadingMessage``` function.
33+
* Add ```idField``` option.
34+
2635
### 1.0.3
2736

2837
* Update fixed headers.

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.3",
3+
"version": "1.0.4",
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.0.3",
3+
"version": "1.0.4",
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
@@ -115,7 +115,7 @@ <h1 id="localizations">Localizations:</h1>
115115
<div class="container">
116116
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
117117
<ul class="footer-links">
118-
<li>Currently: v1.0.3</li>
118+
<li>Currently: v1.0.4</li>
119119
<li class="muted">·</li>
120120
<li><a href="http://wenzhixin.net.cn">My website</a></li>
121121
<li class="muted">·</li>

docs/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ <h1 id="via-javascript-table">Via JavaScript</h1>
579579
<div class="container">
580580
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
581581
<ul class="footer-links">
582-
<li>Currently: v1.0.3</li>
582+
<li>Currently: v1.0.4</li>
583583
<li class="muted">·</li>
584584
<li><a href="http://wenzhixin.net.cn">My website</a></li>
585585
<li class="muted">·</li>

docs/getting-started.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h2 id="options">Options</h2>
133133
<div class="container">
134134
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
135135
<ul class="footer-links">
136-
<li>Currently: v1.0.3</li>
136+
<li>Currently: v1.0.4</li>
137137
<li class="muted">·</li>
138138
<li><a href="http://wenzhixin.net.cn">My website</a></li>
139139
<li class="muted">·</li>

src/bootstrap-table.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/**
22
* @author zhixin wen <wenzhixin2010@gmail.com>
3-
* version: 1.0.3
3+
* version: 1.0.4
4+
* https://github.com/wenzhixin/bootstrap-table/
45
*/
56

67
!function ($) {

0 commit comments

Comments
 (0)