@@ -1,5 +1,12 @@
## Changelog
+### 1.1.2
+
+* Add switchable column option.
+* Add ```data-toggle``` attribute.
+* Add support for number search.
+* Use html function instead of text in header th.
### 1.1.1
* Remove ```bootstrapVerion``` option.
@@ -1,6 +1,6 @@
{
"name": "bootstrap-table",
- "version": "1.1.1",
+ "version": "1.1.2",
"title": "Bootstrap Table",
"description": "Bootstrap table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on.",
"author": {
"homepage": "https://github.com/wenzhixin/bootstrap-table",
"authors": [
"zhixin <wenzhixin2010@gmail.com>"
@@ -218,7 +218,7 @@
<div class="container">
<p>Copyright © 2012-2014, Bootstrap Table is licensed under the The MIT License. Coded by wenzhixin. </p>
<ul class="footer-links">
- <li>Currently: v1.1.1</li>
+ <li>Currently: v1.1.2</li>
<li class="muted">·</li>
<li><a href="http://wenzhixin.net.cn">My website</a></li>
@@ -749,7 +749,7 @@
@@ -133,7 +133,7 @@
/**
* @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.1.1
+ * version: 1.1.2
* https://github.com/wenzhixin/bootstrap-table/
*/