@@ -1,6 +1,13 @@
ChangeLog
---------
+### 1.12.1
+
+- fix(js): fix #3656, toggle icon typo
+- fix(js): fix #3657, opencollective postinstall error
+- fix(group-by-v2 extension): fix #3598, detailView display bug
+- feat(tree-grid extension): fix #3607, add `rowStyle` support
### 1.12.0
- fix(js): fix zoom header width bug
@@ -23,7 +23,7 @@ languages: ["en", "zh-cn", "es"]
languages_string: ["English", "简体中文", "Español"]
# Custom vars
-current_version: 1.12.0
+current_version: 1.12.1
repo: https://github.com/wenzhixin/bootstrap-table
website: http://wenzhixin.net.cn
repos: http://repos.wenzhixin.net.cn
@@ -1,6 +1,6 @@
{
"name": "bootstrap-table",
- "version": "1.12.0",
+ "version": "1.12.1",
"title": "Bootstrap Table",
"description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
"author": {
@@ -1,5 +1,5 @@
/*
-* bootstrap-table - v1.12.0 - 2018-03-11
+* bootstrap-table - v1.12.1 - 2018-03-12
* https://github.com/wenzhixin/bootstrap-table
* Copyright (c) 2018 zhixin wen
* Licensed MIT License
/**
* @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.12.0
+ * version: 1.12.1
* https://github.com/wenzhixin/bootstrap-table/
*/
@@ -1,4 +1,11 @@
-### Latest release (2018-03-11)
+### Latest release (2018-03-12)