浏览代码

Update to 1.13.4

zhixin 6 年之前
父节点
当前提交
ecb1dc7ff5
共有 7 个文件被更改,包括 20 次插入5 次删除
  1. 1 0
      CHANGELOG.md
  2. 1 1
      _config.yml
  3. 1 1
      bootstrap-table.jquery.json
  4. 1 1
      package.json
  5. 14 0
      site/news.md
  6. 1 1
      src/bootstrap-table.js
  7. 1 1
      src/bootstrap-table.scss

+ 1 - 0
CHANGELOG.md

@@ -8,6 +8,7 @@ ChangeLog
 - **New(auto-refresh extension):** Icons update to font-awesome 5.
 - **New(examples):** Added examples Algolia search.
 - **Update(js):** Fixed `theadClasses` is not set when a `thead` exists.
+- **Update(js):** Fixed table resize after mergeCell the first row.
 - **Update(cookie extension):** Fixed cookie extension broken bug.
 - **Update(cookie extension):** Fixed cookie extension unicode encode bug.
 - **Update(package):** Added `sass` devDependencies.

+ 1 - 1
_config.yml

@@ -27,7 +27,7 @@ algolia:
   index_name:     bootstrap-table
 
 # Custom variables
-current_version:  1.13.3
+current_version:  1.13.4
 title:            "Bootstrap Table"
 description:      "An extended Bootstrap Table with radio, checkbox, sort, pagination, and other added features."
 authors:          "Zhixin Wen, and Bootstrap Table contributors"

+ 1 - 1
bootstrap-table.jquery.json

@@ -1,6 +1,6 @@
 {
   "name": "bootstrap-table",
-  "version": "1.13.3",
+  "version": "1.13.4",
   "title": "Bootstrap Table",
   "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
   "author": {

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "bootstrap-table",
   "description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).",
-  "version": "1.13.3",
+  "version": "1.13.4",
   "main": "./dist/bootstrap-table.js",
   "directories": {
     "doc": "docs"

+ 14 - 0
site/news.md

@@ -4,6 +4,20 @@ title: News
 description: News and announcements for all things Bootstrap Table, including new releases.
 ---
 
+## Bootstrap Table 1.13.4
+
+<span class="post-date">05 Feb 2019</span>
+
+- **New(sticky-header extension):** Rewrote sticky-header extension to ES6.
+- **New(sticky-header extension):** Added to support bootstrap v4 and `theadClasses` option.
+- **New(auto-refresh extension):** Icons update to font-awesome 5.
+- **New(examples):** Added examples Algolia search.
+- **Update(js):** Fixed `theadClasses` is not set when a `thead` exists.
+- **Update(js):** Fixed table resize after mergeCell the first row.
+- **Update(cookie extension):** Fixed cookie extension broken bug.
+- **Update(cookie extension):** Fixed cookie extension unicode encode bug.
+- **Update(package):** Added `sass` devDependencies.
+
 ## Bootstrap Table 1.13.3
 
 <span class="post-date">28 Jan 2019</span>

+ 1 - 1
src/bootstrap-table.js

@@ -1,6 +1,6 @@
 /**
  * @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.13.3
+ * version: 1.13.4
  * https://github.com/wenzhixin/bootstrap-table/
  */
 

+ 1 - 1
src/bootstrap-table.scss

@@ -1,6 +1,6 @@
 /**
  * @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.13.3
+ * version: 1.13.4
  * https://github.com/wenzhixin/bootstrap-table/
  */