Skip to content

Commit 33ebb19

Browse files
committed
Update to 1.1.0
1 parent 6b88772 commit 33ebb19

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
## Changelog
22

3-
### 1.0.7
3+
### 1.1.0
44

55
* Fix old firefox browser display error.
66
* Add minimunCountColumns option.
7-
7+
* Update the table body header implementation and resetView method.
88

99
### 1.0.6
1010

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.6",
3+
"version": "1.1.0",
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.6",
3+
"version": "1.1.0",
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
@@ -202,7 +202,7 @@ <h1 id="the-defaults">The Defaults:</h1>
202202
<div class="container">
203203
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
204204
<ul class="footer-links">
205-
<li>Currently: v1.0.6</li>
205+
<li>Currently: v1.1.0</li>
206206
<li class="muted">·</li>
207207
<li><a href="http://wenzhixin.net.cn">My website</a></li>
208208
<li class="muted">·</li>

docs/examples.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ <h1 id="via-javascript-table">Via JavaScript</h1>
737737
<div class="container">
738738
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
739739
<ul class="footer-links">
740-
<li>Currently: v1.0.6</li>
740+
<li>Currently: v1.1.0</li>
741741
<li class="muted">·</li>
742742
<li><a href="http://wenzhixin.net.cn">My website</a></li>
743743
<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.6</li>
136+
<li>Currently: v1.1.0</li>
137137
<li class="muted">·</li>
138138
<li><a href="http://wenzhixin.net.cn">My website</a></li>
139139
<li class="muted">·</li>

0 commit comments

Comments
 (0)