浏览代码

Updated changelog

zhixin 1 年之前
父节点
当前提交
53d8532e07
共有 1 个文件被更改,包括 22 次插入3 次删除
  1. 22 3
      CHANGELOG.md

+ 22 - 3
CHANGELOG.md

@@ -1,6 +1,25 @@
 ChangeLog
 ---------
 
+### 1.22.4
+
+#### Core
+
+- **New:** Added `paginationLoadMore` option.
+- **Update:** Fixed change visibility of multiple headers with the same index.
+- **Update:** Fixed footer height bug when setting `table-sm`.
+- **Update:** Fixed the `locale` not changed bug using the `refreshOptions` method.
+- **Update:** Fixed custom iconPrefix and icons bugs.
+- **Update:** Updated `vi-VN`, `zh-CN` and `zh-TW` locales.
+
+#### Extensions
+
+- **New(copy-rows):** Added `copyRowsHandler` option to handle the copy rows data.
+- **New(print):** Added `printStyles` option.
+- **Update(export):** Updated the trigger timing for export-started.
+- **Update(multiple-sort):** Fixed the missing parameters error of the `sorter` function.
+- **Update(pipeline):** Fixed loading message not display bug.
+
 ### 1.22.3
 
 #### Core
@@ -13,7 +32,7 @@ ChangeLog
 #### Extensions
 
 - **New(addrbar):** Fixed addrbar bug when using `sortReset` option.
-- **Update(jump-to):** Fixed page jump to bug when using both pagination display.
+- **Update(jump-to):** Fixed page jump-to bug when using both pagination displays.
 - **Update(print):** Fixed print bug when field is not set.
 
 ### 1.22.2
@@ -33,7 +52,7 @@ ChangeLog
 - **Update(editable):** Fixed `export-saved` event error when `exportDataType` is `all`.
 - **Update(filter-control):** Fixed `searchAccentNeutralise` option not work.
 - **Update(filter-control):** Fixed `filterOrderBy` not work bug for select.
-- **Update(group-by):** Fixed group by bug when using `singleSelect` option.
+- **Update(group-by):** Fixed group-by bug when using `singleSelect` option.
 - **Update(reorder-rows):** Fixed reorder bug when using pagination.
 
 #### Documentation
@@ -54,7 +73,7 @@ ChangeLog
 
 - **New:** Added `sortBy` method.
 - **New:** Added `switchableLabel` column option.
-- **New:** Added support for `class` attribute in toolbar buttons.
+- **New:** Added support for `class` attributes in toolbar buttons.
 - **Update:** Removed title from columns button.
 
 #### Extensions