From 43a853253bb80ff195ff12b6834165daea440c70 Mon Sep 17 00:00:00 2001 From: zhixin Date: Fri, 20 Sep 2024 10:49:10 +0800 Subject: [PATCH] Updated changelog for 1.23.3 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a05f908ab..f59ffd299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ ChangeLog ### Core - **New:** Added support for column options `formatter` and `footerFormatter` methods returning type `jQuery`, `HTMLElement`. +- **New:** Added `sortReset` method to reset the current sort state. +- **New:** Added a presentation role if no matching rows are found. +- **Update:** Fixed `refresh` method doesn't reuse parameters provided as query bug. +- **Update:** Fixed compatibility issues when `colspan` is set as a string. + +### Extensions + +- **Update(fixed-columns):** Fixed undefined error in some cases. +- **Update(reorder-columns):** Fixed incorrect column values order with detail view. ### 1.23.2