浏览代码

Update CHANGELOG

zhixin 3 年之前
父节点
当前提交
170dc6fcbc
共有 2 个文件被更改,包括 74 次插入0 次删除
  1. 36 0
      CHANGELOG.md
  2. 38 0
      site/news.md

+ 36 - 0
CHANGELOG.md

@@ -1,6 +1,42 @@
 ChangeLog
 ChangeLog
 ---------
 ---------
 
 
+### 1.21.0
+
+#### Core
+
+- **New:** Added sortEmptyLast option to allow sorting empty data.
+- **Update:** Fixed bug on nested search with null child.
+- **Update:** Fixed detail view with filter click error.
+- **Update:** Fixed header not center correctly for sortable column.
+- **Update:** Fixed regexpCompare bug when filter columns.
+- **Update:** Fixed showToogle title display error.
+- **Update:** Fixed remove and removeByUnqiueId using object path bug.
+- **Update:** Fixed searchHighlight bug while using searchAccentNeutralise.
+- **Update:** Fixed missing sort for customSearch.
+- **Update:** Removed duplicated escaping of the column value.
+- **Update:** Updated uk-UA locale.
+
+#### Extensions
+
+- **New(cookie):** : Added hiddenColumns cookie to prevent issues with new added columns.
+- **New(editable):** Added field param to noEditFormatter option.
+- **New(export):** Added `onExportStarted` event.
+- **New(filter-control):** Added accent normalization check.
+- **New(filter-control):** Added filterControlMultipleSearch and filterControlMultipleSearchDelimiter options.
+- **Update(custom-by):** Fixed the custom view attributes.
+- **Update(group-by):** Fixed not handle complex objects bug.
+- **Update(filter-control):** Fixed select values not clear bug after search.
+- **Update(filter-control):** Fixed the select sorting error.
+- **Update(filter-control):** Fixed wrong selector for caching values with multiple tables.
+- **Update(filter-control):** Fixed the filterDefault option bug as filter if multiple filters exists.
+- **Update(filter-control):** Fixed filter control special char.
+- **Update(filter-control):** Updated default value to false of filterStrictSearch.
+- **Update(filter-control):** Supported not visible columns when option using filterControlContainer.
+- **Update(multiple-sort):** Fixed showMultiSortButton option bug.
+- **Update(print):** Fixed not handle complex objects bug.
+- **Update(print):** Removed switched off columns from printed table.
+
 ### 1.20.2
 ### 1.20.2
 
 
 #### Core
 #### Core

+ 38 - 0
site/news.md

@@ -4,6 +4,44 @@ title: News
 description: News and announcements for all things Bootstrap Table, including new releases.
 description: News and announcements for all things Bootstrap Table, including new releases.
 ---
 ---
 
 
+## Bootstrap Table 1.21.0
+
+<span class="post-date">19 Aug 2022</span>
+
+#### Core
+
+- **New:** Added sortEmptyLast option to allow sorting empty data.
+- **Update:** Fixed bug on nested search with null child.
+- **Update:** Fixed detail view with filter click error.
+- **Update:** Fixed header not center correctly for sortable column.
+- **Update:** Fixed regexpCompare bug when filter columns.
+- **Update:** Fixed showToogle title display error.
+- **Update:** Fixed remove and removeByUnqiueId using object path bug.
+- **Update:** Fixed searchHighlight bug while using searchAccentNeutralise.
+- **Update:** Fixed missing sort for customSearch.
+- **Update:** Removed duplicated escaping of the column value.
+- **Update:** Updated uk-UA locale.
+
+#### Extensions
+
+- **New(cookie):** : Added hiddenColumns cookie to prevent issues with new added columns.
+- **New(editable):** Added field param to noEditFormatter option.
+- **New(export):** Added `onExportStarted` event.
+- **New(filter-control):** Added accent normalization check.
+- **New(filter-control):** Added filterControlMultipleSearch and filterControlMultipleSearchDelimiter options.
+- **Update(custom-by):** Fixed the custom view attributes.
+- **Update(group-by):** Fixed not handle complex objects bug.
+- **Update(filter-control):** Fixed select values not clear bug after search.
+- **Update(filter-control):** Fixed the select sorting error.
+- **Update(filter-control):** Fixed wrong selector for caching values with multiple tables.
+- **Update(filter-control):** Fixed the filterDefault option bug as filter if multiple filters exists.
+- **Update(filter-control):** Fixed filter control special char.
+- **Update(filter-control):** Updated default value to false of filterStrictSearch.
+- **Update(filter-control):** Supported not visible columns when option using filterControlContainer.
+- **Update(multiple-sort):** Fixed showMultiSortButton option bug.
+- **Update(print):** Fixed not handle complex objects bug.
+- **Update(print):** Removed switched off columns from printed table.
+
 ## Bootstrap Table 1.20.2
 ## Bootstrap Table 1.20.2
 
 
 <span class="post-date">25 May 2022</span>
 <span class="post-date">25 May 2022</span>