Skip to content

Commit 9849805

Browse files
committed
Update version to v1.8.1
1 parent 709ea28 commit 9849805

File tree

129 files changed

+2059
-449
lines changed

Some content is hidden

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

129 files changed

+2059
-449
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
## ChangeLog
22

3+
### 1.8.1
4+
35
- [enh] Accessing field name in formatter.
46
- [enh] Improve function option to support string format for example formatter.
57
- [enh] Added multiple sort extension.
68
- [enh] Improve filter control extension.
7-
- [bug] Fix #912 Bug when switching to card view.
9+
- [enh] Added jsdelivr CDN.
10+
- [bug] Fix #912: Bug when switching to card view.
811
- [bug] Fix #914: extra empty toolbar div bug.
12+
- [bug] Fix bootstrap-table-pt-PT.js typo.
913

1014
### 1.8.0
1115

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ languages: ["en", "zh-cn", "es"]
2323
languages_string: ["English", "简体中文", "Español"]
2424

2525
# Custom vars
26-
current_version: 1.8.0
26+
current_version: 1.8.1
2727
repo: https://github.com/wenzhixin/bootstrap-table
2828
website: http://wenzhixin.net.cn
2929
repos: http://repos.wenzhixin.net.cn

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.8.0",
3+
"version": "1.8.1",
44
"title": "Bootstrap Table",
55
"description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
66
"author": {

bower.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.8.0",
3+
"version": "1.8.1",
44
"homepage": "https://github.com/wenzhixin/bootstrap-table",
55
"authors": [
66
"zhixin <wenzhixin2010@gmail.com>"

0 commit comments

Comments
 (0)