Skip to content

Commit d73547c

Browse files
authored
Merge pull request #5949 from wenzhixin/develop
v1.19.1
2 parents ed696e6 + b42124f commit d73547c

File tree

122 files changed

+265
-209
lines changed

Some content is hidden

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

122 files changed

+265
-209
lines changed

.github/ISSUE_TEMPLATE/4_Documentation.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
1-
name: ⛔ Documentation & Examples
2-
description: Issues with the Documentation and/or the Examples
1+
name: ⛔ Documentation
2+
description: Issues with the Documentation
33
labels: docs
44

55
body:
6-
- type: markdown
7-
attributes:
8-
value: |
9-
We have our own dedicated repository for the examples. Please open your
10-
documentation-related issue at https://github.com/wenzhixin/bootstrap-table-examples
116
- type: textarea
127
id: description
138
attributes:

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 📖 Example Issue
4+
url: https://github.com/wenzhixin/bootstrap-table-examples
5+
about: Please refer to our examples repository for example issues

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
_gh_pages
22
.github
33
.sass-cache
4+
cypress
45
site
56
tools
67
_config.yml

CHANGELOG.md

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

4+
### 1.19.1
5+
6+
#### Core
7+
8+
- **Update:** Fixed the CVE security problem.
9+
- **Update:** Fixed cannot search for special characters when using `searchHighlight`.
10+
11+
#### Extensions
12+
13+
- **Update(auto-refresh):** Updated the `showAutoRefresh` option as default.
14+
- **Update(export):** Fixed export with only one export type bug.
15+
- **Update(filter-control):** Fixed filter-control cannot work bug.
16+
- **Update(filter-control):** Prevent duplicated elements for filter-control.
17+
418
### 1.19.0
519

620
#### Core

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ To get started, check out:
4949

5050
Use [Releases page](https://github.com/wenzhixin/bootstrap-table/releases) or [the source](https://github.com/wenzhixin/bootstrap-table/archive/master.zip).
5151

52-
### Bower
52+
### Yarn
5353

5454
```
55-
bower install bootstrap-table
55+
yarn add bootstrap-table
5656
```
5757

5858
### Npm

_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.19.0
30+
current_version: 1.19.1
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.19.0",
3+
"version": "1.19.1",
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": {

dist/bootstrap-table-locale-all.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-table-vue.esm.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-table-vue.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)