Skip to content

Commit 42b4345

Browse files
committed
Merge branch 'develop'
2 parents 0d94c46 + 9b83c0b commit 42b4345

File tree

232 files changed

+10221
-8942
lines changed

Some content is hidden

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

232 files changed

+10221
-8942
lines changed

.cspell-words.txt

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
addrbar
2+
akottr
3+
bootcss
4+
borderless
5+
bowser
6+
browserslistrc
7+
bulma
8+
clearfix
9+
colspan
10+
csses
11+
datepicker
12+
dblclick
13+
djhvscf
14+
dragaccept
15+
dragtable
16+
dropup
17+
edubirdie
18+
emptytext
19+
endfor
20+
falign
21+
fullscreen
22+
glyphicon
23+
gmdfsp
24+
halign
25+
hoverable
26+
icomoon
27+
jsdelivr
28+
keyup
29+
labelledby
30+
lsaquo
31+
mouseleave
32+
multipleselect
33+
neutralise
34+
noedit
35+
opencollective
36+
reinit
37+
reinitialization
38+
reorderable
39+
rowspan
40+
rsaquo
41+
scrollbars
42+
searchable
43+
searchables
44+
sprintf
45+
stylelint
46+
tablednd
47+
tableexport
48+
treegrid
49+
uniqueid
50+
unported
51+
unstackable
52+
utecht
53+
valign
54+
vuejs
55+
wenzhixin
56+
xmlhttp
57+
zhixin

.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.1
10+
placeholder: 1.22.2
1111
validations:
1212
required: true
1313
- type: textarea

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
- uses: actions/setup-node@v3
1313
with:
14-
node-version: 16
14+
node-version: 18
1515
cache: 'yarn'
1616

1717
- uses: actions/checkout@v3

CHANGELOG.md

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

4+
### 1.22.2
5+
6+
#### Core
7+
8+
- **New:** Added `footerStyle` column option.
9+
- **Update:** Fixed empty style in header and footer bug.
10+
- **Update:** Fixed the trigger order of `sort` event.
11+
- **Update:** Updated `ar-SA` locale.
12+
13+
#### Extensions
14+
15+
- **New(cookie):** Added cookie support for custom view extension.
16+
- **Update(cookie):** Fixed cookie bug when using `cardView` option.
17+
- **Update(cookie):** Fixed cookie bug with column switchable.
18+
- **Update(editable):** Fixed `export-saved` event error when `exportDataType` is `all`.
19+
- **Update(filter-control):** Fixed `searchAccentNeutralise` option not work.
20+
- **Update(filter-control):** Fixed `filterOrderBy` not work bug for select.
21+
- **Update(group-by):** Fixed group by bug when using `singleSelect` option.
22+
- **Update(reorder-rows):** Fixed reorder bug when using pagination.
23+
24+
#### Documentation
25+
26+
- **Update:** Improved the parameter of `updateCellByUniqueId` method.
27+
- **Update:** Improved the print docs.
28+
429
### 1.22.1
530

631
#### Core
@@ -41,7 +66,7 @@ ChangeLog
4166
#### Core
4267

4368
- **New:** Added `escapeTitle` table option.
44-
- **New:** Added Aria Label to the search input for screenreaders.
69+
- **New:** Added Aria Label to the search input for screen readers.
4570
- **New:** Persist data attributes for the header(`th`).
4671
- **Update:** Fixed wrong condition for searching with server-side pagination.
4772
- **Update:** Fixed overwriting the `filterOptions` after rebuild.
@@ -99,8 +124,8 @@ ChangeLog
99124
- **Update:** Fixed detail view with filter click error.
100125
- **Update:** Fixed header does not center correctly for the sortable column.
101126
- **Update:** Fixed `regexpCompare` bug when filtering columns.
102-
- **Update:** Fixed `showToogle` title display error.
103-
- **Update:** Fixed `remove` and `removeByUnqiueId` using object param bug.
127+
- **Update:** Fixed `showToggle` title display error.
128+
- **Update:** Fixed `remove` and `removeByUniqueId` using object param bug.
104129
- **Update:** Fixed `searchHighlight` bug while using `searchAccentNeutralise`.
105130
- **Update:** Fixed missing sort for `customSearch` option.
106131
- **Update:** Removed duplicated escaping of the column value.
@@ -951,7 +976,7 @@ ChangeLog
951976
- [bug] Fix #936 Sort carets should not be inline-styled by JS.
952977
- [bug] Fix table header width bug when setting table to no bordered.
953978
- [bug] Fix #938, fix #940: Multiple Sort and Hide/Show column.
954-
- [bug] Fix #970: `click`and `dblclick` bug on no-rows table.
979+
- [bug] Fix #970: `click` and `dblclick` bug on no-rows table.
955980
- [bug] Fix #967: unselected column while column sorted display error.
956981
- [enh] Support title feature in cells.
957982
- [enh] Improved cookie, mobile extension.

_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.1
30+
current_version: 1.22.2
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.1",
3+
"version": "1.22.2",
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)