Skip to content

Commit 1f8e3bb

Browse files
committed
Merge branch 'develop'
2 parents 9fe07b4 + 74e7b92 commit 1f8e3bb

File tree

286 files changed

+13840
-14292
lines changed

Some content is hidden

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

286 files changed

+13840
-14292
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.2
10+
placeholder: 1.21.0
1111
validations:
1212
required: true
1313
- type: textarea

CHANGELOG.md

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

4+
### 1.21.0
5+
6+
#### Core
7+
8+
- **New:** Added `sortEmptyLast` option to allow sorting empty data.
9+
- **Update:** Fixed bug on nested search with null child.
10+
- **Update:** Fixed detail view with filter click error.
11+
- **Update:** Fixed header does not center correctly for the sortable column.
12+
- **Update:** Fixed `regexpCompare` bug when filtering columns.
13+
- **Update:** Fixed `showToogle` title display error.
14+
- **Update:** Fixed `remove` and `removeByUnqiueId` using object param bug.
15+
- **Update:** Fixed `searchHighlight` bug while using `searchAccentNeutralise`.
16+
- **Update:** Fixed missing sort for `customSearch` option.
17+
- **Update:** Removed duplicated escaping of the column value.
18+
- **Update:** Updated `uk-UA` locale.
19+
20+
#### Extensions
21+
22+
- **New(cookie):** : Added `hiddenColumns` cookie to prevent issues with new added columns.
23+
- **New(editable):** Added `field` param to `noEditFormatter` option.
24+
- **New(export):** Added `onExportStarted` event.
25+
- **New(filter-control):** Added accent normalization check.
26+
- **New(filter-control):** Added `filterControlMultipleSearch` and `filterControlMultipleSearchDelimiter` options.
27+
- **Update(custom-by):** Fixed the custom view attributes.
28+
- **Update(group-by):** Fixed not handle complex objects bug.
29+
- **Update(filter-control):** Fixed select values not clear bug after search.
30+
- **Update(filter-control):** Fixed the select sorting error.
31+
- **Update(filter-control):** Fixed wrong selector for caching values with multiple tables.
32+
- **Update(filter-control):** Fixed the `filterDefault` option bug as filter if multiple filters exists.
33+
- **Update(filter-control):** Fixed filter control special char.
34+
- **Update(filter-control):** Updated default value to false of `filterStrictSearch`.
35+
- **Update(filter-control):** Supported not visible columns when using `filterControlContainer` option.
36+
- **Update(multiple-sort):** Fixed `showMultiSortButton` option bug.
37+
- **Update(print):** Fixed not handle complex objects bug.
38+
- **Update(print):** Removed switched-off columns from printed table.
39+
440
### 1.20.2
541

642
#### Core

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,18 @@ And then open: http://localhost:8081/bootstrap-table-examples
114114

115115
## Local build
116116

117+
Be sure to use a current version of yarn/npm.
117118
To build bootstrap-table locally please run:
118119

120+
### Yarn
121+
```
122+
yarn install
123+
yarn build
124+
```
125+
126+
### Npm
119127
```
128+
npm install
120129
npm run build
121130
```
122131

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