Skip to content

Commit 556a0a2

Browse files
committed
Merge branch 'develop'
2 parents 16dd9df + f709e9a commit 556a0a2

File tree

140 files changed

+5139
-4179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

140 files changed

+5139
-4179
lines changed

.github/ISSUE_TEMPLATE/1_Bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
id: affected-versions
88
attributes:
99
label: Bootstraptable version(s) affected
10-
placeholder: 1.22.3
10+
placeholder: 1.22.4
1111
validations:
1212
required: true
1313
- type: textarea

CHANGELOG.md

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

4+
### 1.22.4
5+
6+
#### Core
7+
8+
- **New:** Added `paginationLoadMore` option.
9+
- **Update:** Fixed change visibility of multiple headers with the same index.
10+
- **Update:** Fixed footer height bug when setting `table-sm`.
11+
- **Update:** Fixed the `locale` not changed bug using the `refreshOptions` method.
12+
- **Update:** Fixed custom iconPrefix and icons bugs.
13+
- **Update:** Updated `vi-VN`, `zh-CN` and `zh-TW` locales.
14+
15+
#### Extensions
16+
17+
- **New(copy-rows):** Added `copyRowsHandler` option to handle the copy rows data.
18+
- **New(print):** Added `printStyles` option.
19+
- **Update(export):** Updated the trigger timing for export-started.
20+
- **Update(multiple-sort):** Fixed the missing parameters error of the `sorter` function.
21+
- **Update(pipeline):** Fixed loading message not display bug.
22+
423
### 1.22.3
524

625
#### Core
@@ -13,7 +32,7 @@ ChangeLog
1332
#### Extensions
1433

1534
- **New(addrbar):** Fixed addrbar bug when using `sortReset` option.
16-
- **Update(jump-to):** Fixed page jump to bug when using both pagination display.
35+
- **Update(jump-to):** Fixed page jump-to bug when using both pagination displays.
1736
- **Update(print):** Fixed print bug when field is not set.
1837

1938
### 1.22.2
@@ -33,7 +52,7 @@ ChangeLog
3352
- **Update(editable):** Fixed `export-saved` event error when `exportDataType` is `all`.
3453
- **Update(filter-control):** Fixed `searchAccentNeutralise` option not work.
3554
- **Update(filter-control):** Fixed `filterOrderBy` not work bug for select.
36-
- **Update(group-by):** Fixed group by bug when using `singleSelect` option.
55+
- **Update(group-by):** Fixed group-by bug when using `singleSelect` option.
3756
- **Update(reorder-rows):** Fixed reorder bug when using pagination.
3857

3958
#### Documentation
@@ -54,7 +73,7 @@ ChangeLog
5473

5574
- **New:** Added `sortBy` method.
5675
- **New:** Added `switchableLabel` column option.
57-
- **New:** Added support for `class` attribute in toolbar buttons.
76+
- **New:** Added support for `class` attributes in toolbar buttons.
5877
- **Update:** Removed title from columns button.
5978

6079
#### Extensions

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ algolia:
2727
index_name: bootstrap-table
2828

2929
# Custom variables
30-
current_version: 1.22.3
30+
current_version: 1.22.4
3131
title: "Bootstrap Table"
3232
description: "An extended table to the integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)"
3333
authors: "Zhixin Wen, and Bootstrap Table contributors"

bootstrap-table.jquery.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-table",
3-
"version": "1.22.3",
3+
"version": "1.22.4",
44
"title": "Bootstrap Table",
55
"description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
66
"author": {

0 commit comments

Comments
 (0)