Skip to content

Commit bea37f4

Browse files
committed
Update to version 1.0.5
1 parent 41dfdc7 commit bea37f4

File tree

7 files changed

+17
-6
lines changed

7 files changed

+17
-6
lines changed

README.md

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

2828
## Changelog
2929

30+
### 1.0.5
31+
32+
* Update the pagination list position.
33+
* Update ```queryParams``` option.
34+
* Add ```contentType``` and ```onBeforeLoad``` options.
35+
* Add server side pagination(```pageSize, pageNumber, searchText, sortName, sortOrder```).
36+
* Add ```COLUMN_DEFAULTS```.
37+
* Add ```refresh``` method.
38+
* Add ```index``` argument in ```formatter``` function.
39+
* Update card view display.
40+
3041
### 1.0.4
3142

3243
* Add ```showLoading``` and ```hideLoading``` methods.

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.4",
3+
"version": "1.0.5",
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.4",
3+
"version": "1.0.5",
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
@@ -192,7 +192,7 @@ <h1 id="the-defaults">The Defaults:</h1>
192192
<div class="container">
193193
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
194194
<ul class="footer-links">
195-
<li>Currently: v1.0.4</li>
195+
<li>Currently: v1.0.5</li>
196196
<li class="muted">·</li>
197197
<li><a href="http://wenzhixin.net.cn">My website</a></li>
198198
<li class="muted">·</li>

docs/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ <h1 id="via-javascript-table">Via JavaScript</h1>
630630
<div class="container">
631631
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
632632
<ul class="footer-links">
633-
<li>Currently: v1.0.4</li>
633+
<li>Currently: v1.0.5</li>
634634
<li class="muted">·</li>
635635
<li><a href="http://wenzhixin.net.cn">My website</a></li>
636636
<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.4</li>
136+
<li>Currently: v1.0.5</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: 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.4
3+
* version: 1.0.5
44
* https://github.com/wenzhixin/bootstrap-table/
55
*/
66

0 commit comments

Comments
 (0)