@@ -23,6 +23,15 @@ The table displays data in a tabular format and offers rich support to radio, ch
## Changelog
+### 1.0.4
+
+* Add ```showLoading``` and ```hideLoading``` methods.
+* Add ```onLoadSuccess``` and ```onLoadError``` events.
+* Add ```clickToSelect``` option.
+* Add ```cardView``` option.
+* Add loading with ```formatLoadingMessage``` function.
+* Add ```idField``` option.
### 1.0.3
* Update fixed headers.
@@ -1,6 +1,6 @@
{
"name": "bootstrap-table",
- "version": "1.0.3",
+ "version": "1.0.4",
"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>"
@@ -115,7 +115,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.0.3</li>
+ <li>Currently: v1.0.4</li>
<li class="muted">·</li>
<li><a href="http://wenzhixin.net.cn">My website</a></li>
@@ -579,7 +579,7 @@
@@ -133,7 +133,7 @@
@@ -1,6 +1,7 @@
/**
* @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.0.3
+ * version: 1.0.4
+ * https://github.com/wenzhixin/bootstrap-table/
*/
!function ($) {