Skip to content

Commit 645ded5

Browse files
authored
Merge pull request #5662 from wenzhixin/develop
v1.18.3
2 parents 2ed1fed + 86e547d commit 645ded5

File tree

212 files changed

+58406
-58571
lines changed

Some content is hidden

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

212 files changed

+58406
-58571
lines changed

CHANGELOG.md

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

4+
### 1.18.3
5+
6+
#### Core
7+
8+
- **Update:** Fixed negative number bug when searching with comparison.
9+
- **Update:** Fixed non-conform HTML-Standard problems.
10+
- **Update:** Fixed `td` width bug using card view.
11+
- **Update:** Fixed exact match problem when searching term with accent.
12+
- **Update:** Update `pt-PT` and `fa-IR` locales.
13+
14+
#### Extensions
15+
16+
- **New(page-jump-to):** Added `showJumpToByPages` option.
17+
- **Update(auth-refresh):** Fixed auto refresh not clear interval bug.
18+
- **Update(multiple-sort):** Fixed multiple-sort cannot support iconSize bug.
19+
- **Update(sticky-header):** Fixed `stickyHeaderOffsetY` option cannot work.
20+
- **Update(sticky-header):** Updated the stickyHeader `offset` options to number.
21+
422
### 1.18.2
523

624
#### 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.18.2
30+
current_version: 1.18.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.18.2",
3+
"version": "1.18.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)