Skip to content

Commit a087388

Browse files
committed
Merge branch 'develop'
2 parents fc4e37a + 242af6c commit a087388

File tree

122 files changed

+1718
-1735
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

+1718
-1735
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.5
10+
placeholder: 1.22.6
1111
validations:
1212
required: true
1313
- type: textarea

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ _gh_pages
44
cypress
55
site
66
tools
7+
tests
78
_config.yml
89
.browserslistrc
910
.eslintrc.js

CHANGELOG.md

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

4+
### 1.22.6
5+
6+
#### Extensions
7+
8+
- **Update(cookie):** Fixed cookie does not work bug with pagination ALL list.
9+
- **Update(editable):** Fixed the `formatter` function does not include the `field` parameter bug.
10+
- **Update(toolbar):** Fixed toolbar display bug when using an HTML title.
11+
- **Update(toolbar):** Fixed toolbar does not update bug when column visible updated.
12+
- **Update(toolbar):** Fixed toolbar does not update bug when the locale is changed.
13+
414
### 1.22.5
515

616
#### Core

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