Skip to content

Commit 9fe07b4

Browse files
authored
Merge pull request #6179 from wenzhixin/develop
1.20.2
2 parents 2acd331 + f6ad307 commit 9fe07b4

File tree

204 files changed

+47958
-29991
lines changed

Some content is hidden

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

204 files changed

+47958
-29991
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.20.1
10+
placeholder: 1.20.2
1111
validations:
1212
required: true
1313
- type: textarea

CHANGELOG.md

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

4+
### 1.20.2
5+
6+
#### Core
7+
8+
- **Update:** Fixed small memory leak.
9+
- **Update:** Fixed the detail view bug with the `td` instead of `icon`.
10+
11+
#### Extensions
12+
13+
- **Update(export):** Fixed XSS vulnerability bug by onCellHtmlData.
14+
- **Update(export):** Fixed export footer bug without setting height.
15+
- **Update(filter-control):** Fixed the comparison of dates when using the `datepicker`.
16+
417
### 1.20.1
518

6-
### Core
19+
#### Core
720

821
- **Update:** Fixed toggle column bug with complex headers.
922
- **Update:** Fixed icons option cannot work bug when it's a string.
1023
- **Update:** Updated TypeScript definitions.
1124

12-
##### Extensions
25+
#### Extensions
1326

1427
- **Update(cookie):** Fixed cookie extension error with multiple-sort.
1528
- **Update(export):** Fixed the `exportOptions` option cannot support the data attribute.
@@ -36,7 +49,7 @@ ChangeLog
3649
- **Update:** Fixed `onVirtualScroll` not define default method.
3750
- **Update:** Updated cs-CZ, ko-KR, nl-NL, nl-BE, bg-BG, fr-LU locales.
3851

39-
##### Extensions
52+
#### Extensions
4053

4154
- **New(filter-control):** New version of filter-control with new features.
4255
- **New(reorder-rows):**: Added `onAllowDrop` and `onDragStop` options.

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