Skip to content

Commit be02639

Browse files
authored
Merge pull request #5565 from wenzhixin/develop
v1.18.2
2 parents 8139153 + 8760963 commit be02639

File tree

210 files changed

+9121
-11736
lines changed

Some content is hidden

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

210 files changed

+9121
-11736
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.2
5+
6+
#### Core
7+
8+
- **Update:** Fixed bootstrap5 cannot work bug.
9+
- **Update:** Fixed checkbox display bug when using `formatter`.
10+
- **Update:** Fixed search highlight bug.
11+
- **Update:** Updated `ru-RU` and `de-DE` locales.
12+
13+
#### Extensions
14+
15+
- **New(filter-control):** Added support for flat JSON.
16+
- **Update(cookie):** Fixed not deleted cookie bug when the sort was reset.
17+
- **Update(export):** Not export the detail view icon column.
18+
- **Update(filter-control):** Fixed not working when using `filterControlContainer`.
19+
- **Update(multiple-sort):** Fixed multiple-sort cannot work bug.
20+
- **Update(resizable):** Fixed resizable cannot work in modal.
21+
422
### 1.18.1
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.1
30+
current_version: 1.18.2
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.1",
3+
"version": "1.18.2",
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)