Skip to content

Commit 16dd9df

Browse files
committed
Merge branch 'develop'
2 parents b8bbf8e + 77afe56 commit 16dd9df

File tree

228 files changed

+23196
-24626
lines changed

Some content is hidden

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

228 files changed

+23196
-24626
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.2
10+
placeholder: 1.22.3
1111
validations:
1212
required: true
1313
- type: textarea

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ src/**/*.css.map
1616
docs_
1717

1818
# check the locale file on README
19-
check.js
19+
release.*
2020

2121
# Common IDE files
2222
nbproject

CHANGELOG.md

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

4+
### 1.22.3
5+
6+
#### Core
7+
8+
- **New:** Added `fixedScroll` option.
9+
- **New:** Added support for setting icons automatically by `iconsPrefix`.
10+
- **Update:** Fixed search bug when the field has `.` character.
11+
- **Update:** Updated `tr-TR`, `es-ES`, `pt-BR` and `pt-PT` locales.
12+
13+
#### Extensions
14+
15+
- **New(addrbar):** Fixed addrbar bug when using `sortReset` option.
16+
- **Update(jump-to):** Fixed page jump to bug when using both pagination display.
17+
- **Update(print):** Fixed print bug when field is not set.
18+
419
### 1.22.2
520

621
#### 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.2
30+
current_version: 1.22.3
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.2",
3+
"version": "1.22.3",
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)