浏览代码

Release 1.18.1

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

+ 1 - 1
_config.yml

@@ -27,7 +27,7 @@ algolia:
   index_name:     bootstrap-table
 
 # Custom variables
-current_version:  1.18.0
+current_version:  1.18.1
 title:            "Bootstrap Table"
 description:      "An extended table to the integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)"
 authors:          "Zhixin Wen, and Bootstrap Table contributors"

+ 1 - 1
bootstrap-table.jquery.json

@@ -1,6 +1,6 @@
 {
   "name": "bootstrap-table",
-  "version": "1.18.0",
+  "version": "1.18.1",
   "title": "Bootstrap Table",
   "description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
   "author": {

+ 1 - 1
package.json

@@ -1,7 +1,7 @@
 {
   "name": "bootstrap-table",
   "description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
-  "version": "1.18.0",
+  "version": "1.18.1",
   "main": "./dist/bootstrap-table.min.js",
   "directories": {
     "doc": "site"

+ 34 - 0
site/news.md

@@ -4,6 +4,40 @@ title: News
 description: News and announcements for all things Bootstrap Table, including new releases.
 ---
 
+## Bootstrap Table 1.18.1
+
+<span class="post-date">6 Dec 2020</span>
+
+#### Core
+
+- **New(locale):** Added short locales based on [ISO Language](http://www.lingoes.net/en/translator/langcode.htm).
+- **Update:** Updated `sk-SK`, `fr-FR`, `de-DE`, and `es-*` locales.
+- **Update:** Fixed `toggleCheck`, `getSelections` and `remove` bug.
+- **Update:** Fixed `buttons` option bug using in data attribute.
+- **Update:** Fixed custom `icons` option bug.
+- **Update:** Fixed `cellStyle` column option not work in card view.
+- **Update:** Fixed getSelection bug when using search.
+- **Update:** Fixed `pageList` option with `all` display bug using `smartDisplay`.
+- **Update:** Fixed search highlight cannot work bug when data field is number.
+- **Update:** Fixed `updateColumnTitle` is undo bug after pagination.
+- **Update:** Fixed `multipleSelectRow` option bug.
+- **Update:** Fixed `icon-size` option bug with pagination.
+
+#### Extensions
+
+- **New(page-jump-to):** Added `min`, `max` and enter support for jump input.
+- **Update(export):** Fixed export cannot work with `materialize` and `foundation` themes.
+- **Update(filter-control):** Updated `filterDatepickerOptions` to support datepicker option.
+- **Update(filter-control):** Fixed select bug when using `&` in the value.
+- **Update(fixed-columns):** Fixed `toggleView` display bug.
+- **Update(group-by):** Fixed not collapse detail view expanded row bug.
+- **Update(group-by):** Fixed display error using `formatter` column option.
+- **Update(group-by):** Fixed `groupByFormatter` option  bug using in data attribute.
+- **Update(multiple-sort):** Fixed cannot work bug using in server `sidePagination`.
+- **Update(page-jump-to):** Fixed page jump input and button bug with `icon-size` option.
+- **Update(print):** Fixed print with `rowspan` or `colspan`.
+- **Update(reorder-columns):** Fixed reorder column when a column is removed or added.
+
 ## Bootstrap Table 1.18.0
 
 <span class="post-date">20 Sep 2020</span>

+ 1 - 1
src/bootstrap-table.js

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

+ 1 - 1
src/bootstrap-table.scss

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

+ 1 - 1
src/constants/index.js

@@ -1,5 +1,5 @@
 /* eslint-disable no-unused-vars */
-const VERSION = '1.18.0'
+const VERSION = '1.18.1'
 
 let bootstrapVersion = 4