|
|
@@ -1,6 +1,23 @@
|
|
|
ChangeLog
|
|
|
---------
|
|
|
|
|
|
+### 1.23.0
|
|
|
+
|
|
|
+#### Core
|
|
|
+
|
|
|
+- **New:** Add support for vue3 instead of vue2.
|
|
|
+- **Update:** Fixed `getData` with `formatted` data bug when a column is missing.
|
|
|
+- **Update:** Fixed `toggleColumn` exception when the field does not exist.
|
|
|
+- **Update:** Fixed vue component init twice when options and columns both changed.
|
|
|
+
|
|
|
+#### Extensions
|
|
|
+
|
|
|
+- **New(addrbar):** Added `addrCustomParams` option for custom parameters.
|
|
|
+- **New(filter-control):** Added `filterControlSearchClear` option to stop clearing the filters when using `showSearchButton` option.
|
|
|
+- **Update(filter-control):** Fixed error with clear filters button when not enabled cookie extension.
|
|
|
+- **Update(filter-control):** Fixed bug with enabled cookie extension using `localStorage`.
|
|
|
+- **Update(multiple-sort):** Fixed not trigger event bug when using server-side pagination.
|
|
|
+
|
|
|
### 1.22.6
|
|
|
|
|
|
#### Extensions
|