浏览代码

Update to 1.13.3

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

+ 1 - 1
_config.yml

@@ -27,7 +27,7 @@ algolia:
   index_name:     bootstrap-table
 
 # Custom variables
-current_version:  1.13.2
+current_version:  1.13.3
 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.2",
+  "version": "1.13.3",
   "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.2",
+  "version": "1.13.3",
   "main": "./dist/bootstrap-table.js",
   "directories": {
     "doc": "docs"

+ 17 - 0
site/news.md

@@ -4,6 +4,23 @@ title: News
 description: News and announcements for all things Bootstrap Table, including new releases.
 ---
 
+## Bootstrap Table 1.13.3
+
+<span class="post-date">28 Jan 2019</span>
+
+- **New(js):** Supported full table classes of bootstrap v4.
+- **New(css):** Rewrited bootstrap-table.css to scss.
+- **New(accent-neutralise extension):** Rewrited accent-neutralise extension to ES6.
+- **New(addrbar extension):** Rewrited addrbar extension to ES6 and supported attribute option.
+- **New(group-by-v2 extension):** New `groupByFormatter` option.
+- **New(pipeline extension):** New pipeline extension `bootstrap-table-pipeline`.
+- **Remove(js):** Removed `striped` option and use classes instead.
+- **Update(js):** Fixed `locale` option bug.
+- **Update(js):** Fixed `sortClass` option bug.
+- **Update(js):** Fixed `sortStable` option cannot work bug.
+- **Update(js):** Improved built-in sort function and `customSort` logic.
+- **Update(cookie extension):** Improved cookie extension code.
+
 ## Bootstrap Table 1.13.2
 
 <span class="post-date">18 Jan 2019</span>

+ 1 - 1
src/bootstrap-table.js

@@ -1,6 +1,6 @@
 /**
  * @author zhixin wen <wenzhixin2010@gmail.com>
- * version: 1.13.2
+ * version: 1.13.3
  * 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.2
+ * version: 1.13.3
  * https://github.com/wenzhixin/bootstrap-table/
  */