Skip to content

Commit b77ee0b

Browse files
committed
Update version to 1.1.5.
1 parent 267e87f commit b77ee0b

14 files changed

+37
-23
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Changelog
22

3+
### 1.1.5
4+
5+
* Fix the bottom border bug on Chrome.
6+
* Add horizontal scroll for support.
7+
* Fix scroll header width error.
8+
* Add ```showRefresh``` and ```showToggle``` options.
9+
310
### 1.1.4
411

512
* Fix ```destroy``` method bug.

CONTRIBUTORS.md

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ bootstrap-table is due to the excellent work of the following contributors:
1616
<td><a href="https://github.com/wenzhixin">wenzhixin</a></td>
1717
<td>Guangzhou, China</td>
1818
<td><a href="http://wenzhixin.net.cn">http://wenzhixin.net.cn</a></td>
19-
<td>215</td>
19+
<td>230</td>
2020
<tr>
2121
<tr>
2222
<td><img src="https://avatars.githubusercontent.com/u/6866443?v=2" width="32" height="32"> janborup</td>
@@ -33,27 +33,34 @@ bootstrap-table is due to the excellent work of the following contributors:
3333
<td>1</td>
3434
<tr>
3535
<tr>
36+
<td><img src="https://avatars.githubusercontent.com/u/59292?v=2" width="32" height="32"> <a href="mailto:niknyby@riseup.net">Nik Nyby</a></td>
37+
<td><a href="https://github.com/nikolas">nikolas</a></td>
38+
<td>NYC</td>
39+
<td><a href="http://nikolas.us.to/~nik/">http://nikolas.us.to/~nik/</a></td>
40+
<td>1</td>
41+
<tr>
42+
<tr>
3643
<td><img src="https://avatars.githubusercontent.com/u/385731?v=2" width="32" height="32"> wodka</td>
3744
<td><a href="https://github.com/wodka">wodka</a></td>
3845
<td>Vienna</td>
3946
<td></td>
4047
<td>1</td>
4148
<tr>
4249
<tr>
43-
<td><img src="https://avatars.githubusercontent.com/u/775601?v=2" width="32" height="32"> <a href="mailto:muzical84@hotmail.com">Janet</a></td>
44-
<td><a href="https://github.com/Muzical84">Muzical84</a></td>
45-
<td>Midwest</td>
46-
<td><a href="http://twitter.com/JesusFreak84">http://twitter.com/JesusFreak84</a></td>
47-
<td>1</td>
48-
<tr>
49-
<tr>
5050
<td><img src="https://avatars.githubusercontent.com/u/1369261?v=2" width="32" height="32"> Tomislav Simić</td>
5151
<td><a href="https://github.com/petougao">petougao</a></td>
5252
<td>Serbia, Europe</td>
5353
<td><a href="http://dadizajn.net">http://dadizajn.net</a></td>
5454
<td>1</td>
5555
<tr>
56+
<tr>
57+
<td><img src="https://avatars.githubusercontent.com/u/775601?v=2" width="32" height="32"> <a href="mailto:muzical84@hotmail.com">Janet</a></td>
58+
<td><a href="https://github.com/Muzical84">Muzical84</a></td>
59+
<td>Midwest</td>
60+
<td><a href="http://twitter.com/JesusFreak84">http://twitter.com/JesusFreak84</a></td>
61+
<td>1</td>
62+
<tr>
5663

5764
</table>
5865

59-
Update date: 2014-08-14, created with https://github.com/wenzhixin/github-contributors
66+
Update date: 2014-08-18, created with https://github.com/wenzhixin/github-contributors

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

dist/bootstrap-table.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-table.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/locale/bootstrap-table-da-DK.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bootstrap-table - v1.1.4 - 2014-08-15
2+
* bootstrap-table - v1.1.5 - 2014-08-18
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License

dist/locale/bootstrap-table-en.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bootstrap-table - v1.1.4 - 2014-08-15
2+
* bootstrap-table - v1.1.5 - 2014-08-18
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License

dist/locale/bootstrap-table-pt-BR.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bootstrap-table - v1.1.4 - 2014-08-15
2+
* bootstrap-table - v1.1.5 - 2014-08-18
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License

dist/locale/bootstrap-table-zh-CN.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bootstrap-table - v1.1.4 - 2014-08-15
2+
* bootstrap-table - v1.1.5 - 2014-08-18
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License

dist/locale/bootstrap-table-zh-TW.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bootstrap-table - v1.1.4 - 2014-08-15
2+
* bootstrap-table - v1.1.5 - 2014-08-18
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License

0 commit comments

Comments
 (0)