Skip to content

Commit 28b7bb4

Browse files
committed
Update to 1.18.2
1 parent 1d6fe8e commit 28b7bb4

File tree

7 files changed

+26
-6
lines changed

7 files changed

+26
-6
lines changed

_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": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "bootstrap-table",
33
"description": "An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)",
4-
"version": "1.18.1",
4+
"version": "1.18.2",
55
"main": "./dist/bootstrap-table.min.js",
66
"directories": {
77
"doc": "site"

site/news.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ title: News
44
description: News and announcements for all things Bootstrap Table, including new releases.
55
---
66

7+
## Bootstrap Table 1.18.2
8+
9+
<span class="post-date">23 Jan 2021</span>
10+
11+
#### Core
12+
13+
- **Update:** Fixed bootstrap5 cannot work bug.
14+
- **Update:** Fixed checkbox display bug when using `formatter`.
15+
- **Update:** Fixed search highlight bug.
16+
- **Update:** Updated `ru-RU` and `de-DE` locales.
17+
18+
#### Extensions
19+
20+
- **New(filter-control):** Added support for flat JSON.
21+
- **Update(cookie):** Fixed not deleted cookie bug when the sort was reset.
22+
- **Update(export):** Not export the detail view icon column.
23+
- **Update(filter-control):** Fixed not working when using `filterControlContainer`.
24+
- **Update(multiple-sort):** Fixed multiple-sort cannot work bug.
25+
- **Update(resizable):** Fixed resizable cannot work in modal.
26+
727
## Bootstrap Table 1.18.1
828

929
<span class="post-date">6 Dec 2020</span>

src/bootstrap-table.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author zhixin wen <[email protected]>
3-
* version: 1.18.1
3+
* version: 1.18.2
44
* https://github.com/wenzhixin/bootstrap-table/
55
*/
66

src/bootstrap-table.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author zhixin wen <[email protected]>
3-
* version: 1.18.1
3+
* version: 1.18.2
44
* https://github.com/wenzhixin/bootstrap-table/
55
*/
66

src/constants/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* eslint-disable no-unused-vars */
2-
const VERSION = '1.18.1'
2+
const VERSION = '1.18.2'
33

44
let bootstrapVersion = 4
55

0 commit comments

Comments
 (0)