Skip to content

Commit 6a1752f

Browse files
authored
Merge pull request #5929 from wenzhixin/feature/changelog
Update changelog
2 parents d8c0d38 + 96d8bb3 commit 6a1752f

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,52 @@
11
ChangeLog
22
---------
33

4+
### 1.19.0
5+
6+
#### Core
7+
8+
- **New:** Added `onlyCurrentPage` param for `checkBy/uncheckBy` methods.
9+
- **New:** Used `bootstrap icons` as default icons for bootstrap v5.
10+
- **New:** Added `regexSearch` option which allows to filter the table using regex.
11+
- **New:** Added support for allow importing stylesheets.
12+
- **New:** Added `toggle-pagination` event.
13+
- **New:** Added `virtual-scroll` event.
14+
- **Update:** Fixed `vue` component cannot work.
15+
- **Update:** Fixed infinite loop error with wrong server-side pagination metadata.
16+
- **Update:** Improved the behavior of `ajax` abort.
17+
- **Update:** Fixed click bug when paginationLoop is false.
18+
- **Update:** Fixed the highlighting bug when using radio/checkboxes.
19+
- **Update:** Fixed width bug caused by loading css.
20+
- **Update:** Removed the `input-group-append` class for bootstrap v5.
21+
- **Update:** Fixed duplicate definition `id` bug.
22+
- **Update:** Fixed the comparison of search inputs.
23+
- **Update:** Fixed broken page-list selector.
24+
- **Update:** Fixed overwrite custom locale function bug.
25+
- **Update:** Fixed bug with server side pagination and the page size `all`.
26+
- **Update:** Fixed all checkbox not auto check after pagination changed.
27+
- **Update:** Updated the `es-MX` locate.
28+
29+
#### Extensions
30+
31+
- **New(cookie):** Added `Multiple Sort order` stored in cookie extension.
32+
- **New(cookie):** Added `Card view state` stored in cookie extension.
33+
- **New(copy):** Added `ignoreCopy` column option to prevent copying the column data.
34+
- **New(copy):** Added `rawCopy` column option to copy the raw value instead of the formatted value.
35+
- **Update(cookie):** Fixed `switchable` column bug with the cookie extension.
36+
- **Update(export):** Fixed the export dropdown cannot be closed bug.
37+
- **Update(filter-control):** Updated `filterMultipleSelectOptions` to `filterControlMultipleSelectOptions` option.
38+
- **Update(filter-control):** Fixed bug with cookie deletion of none filter cookies.
39+
- **Update(filter-control):** Fixed bug when using the `load` method.
40+
- **Update(group-by):** Fixed overwriting the column classes bug on group collapsed rows.
41+
- **Update(multiple-sort):** Fixed hide/show column error with no sortPriority defined.
42+
- **Update(page-jump-to):** Fixed jump-to display bug in bootstrap v3.
43+
- **Update(print):** Fixed print formatter bug.
44+
- **Update(reorder-rows):** Fixed `reorder-rows` not work property.
45+
- **Update(reorder-rows):** Fixed the drag selector to prevent a checkbox bug on mobile.
46+
- **Update(resizable):** Fixed the reinitialization after the table changed.
47+
- **Update(sticky-header):** Fixed sticky-header not work property with group header.
48+
- **Update(treegrid):** Fixed bug of treegrid from html.
49+
450
### 1.18.3
551

652
#### Core

0 commit comments

Comments
 (0)