Skip to content

Commit 01c2acc

Browse files
committed
Update version to 1.8.0
1 parent 1ad21cc commit 01c2acc

File tree

178 files changed

+10049
-3442
lines changed

Some content is hidden

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

178 files changed

+10049
-3442
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,26 @@
22

33
### 1.8.0
44

5-
- [bug] Fix #672: Column Fixed Width in Percentage bug.
65
- [enh] Added state saving for visible columns and the ability to use extension with multiple simultaneous tables.
76
- [enh] Added `ajax` option to replace jquery ajax method.
87
- [enh] Added `resetWidth` method to reset header and footer width.
98
- [enh] Added key-events, mobile, filter-control, reorder-columns, reorder-rows, resizable, natural-sorting, toolbar extensions, and update the extensions name.
10-
- [enh] Added `onToggle` events.
11-
- [enh] Added `getScrollPosition` method.
9+
- [enh] Added `onToggle`, `onCheckSome` and `onUncheckSome` events.
10+
- [enh] Added `getScrollPosition`, `removeAll`, `removeByUniqueId` methods.
1211
- [bug] Fix double header bug after table show from hidden.
1312
- [bug] Fix #279: scrollWidth bug.
1413
- [enh] `getData` method support to get the current page data.
14+
- [enh] Added 'getAllSelections' method to get checked rows across all pages.
1515
- [enh] Added `ro-RO` locale.
1616
- [enh] Added `table-no-bordered` class to remove table-bordered style.
17+
- [enh] Added `bootstrap-table-all.js` and `bootstrap-table-locale-all.js` files to dist.
18+
- [enh] Added detail view feature.
19+
- [enh] Added `updateCell` method.
20+
- [enh] Added `onClickCell` and `onDblClickCell` events.
21+
- [bug] Fix #672: Column Fixed Width in Percentage bug.
1722
- [bug] Fix row state field value bug when there are disabled rows.
23+
- [bug] Fix #762: save tr's data-* attributes.
24+
- [bug] Fix #823, #850: break rowspan bug, data-attribute bug.
1825

1926
### 1.7.0
2027

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ restrictions:
2828
* Table Editable: [x-editable](https://github.com/vitalets/x-editable)
2929
* Table Export: [tableExport.jquery.plugin](https://github.com/hhurz/tableExport.jquery.plugin)
3030
* Table Filter: [bootstrap-table-filter](https://github.com/lukaskral/bootstrap-table-filter)
31-
* Table flatJSON: [bootstrap-table-flatJSON](https://github.com/djhvscf/bootstrap-table-flatJSON)
31+
* Table flat-json: [bootstrap-table-flat-json](https://github.com/djhvscf/bootstrap-table-flatJSON)
3232
* Table Reorder: [jquery-ui](https://code.jquery.com/ui/) and [dragTable](https://github.com/akottr/dragtable/)
3333
* Table Resizable: [colResizable](https://github.com/alvaro-prieto/colResizable)
3434

_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.7.0
26+
current_version: 1.8.0
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.7.0",
3+
"version": "1.8.0",
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: 2 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,14 @@
11
{
22
"name": "bootstrap-table",
3-
"version": "1.7.0",
3+
"version": "1.8.0",
44
"homepage": "https://github.com/wenzhixin/bootstrap-table",
55
"authors": [
66
"zhixin <wenzhixin2010@gmail.com>"
77
],
88
"description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
99
"main": [
1010
"src/bootstrap-table.js",
11-
"src/bootstrap-table.css",
12-
"src/extensions/filter/bootstrap-table-filter.js",
13-
"src/extensions/editable/bootstrap-table-editable.js",
14-
"src/extensions/export/bootstrap-table-export.js",
15-
"src/extensions/flatJSON/bootstrap-table-flatJSON.js",
16-
"src/locale/bootstrap-table-zh-CN.js",
17-
"src/locale/bootstrap-table-da-DK.js",
18-
"src/locale/bootstrap-table-el-GR.js",
19-
"src/locale/bootstrap-table-hu-HU.js",
20-
"src/locale/bootstrap-table-en-US.js",
21-
"src/locale/bootstrap-table-pt-PT.js",
22-
"src/locale/bootstrap-table-zh-TW.js",
23-
"src/locale/bootstrap-table-pl-PL.js",
24-
"src/locale/bootstrap-table-ja-JP.js",
25-
"src/locale/bootstrap-table-sv-SE.js",
26-
"src/locale/bootstrap-table-ko-KR.js",
27-
"src/locale/bootstrap-table-nl-NL.js",
28-
"src/locale/bootstrap-table-es-CR.js",
29-
"src/locale/bootstrap-table-sk-SK.js",
30-
"src/locale/bootstrap-table-ru-RU.js",
31-
"src/locale/bootstrap-table-es-AR.js",
32-
"src/locale/bootstrap-table-ur-PK.js",
33-
"src/locale/bootstrap-table-it-IT.js",
34-
"src/locale/bootstrap-table-pt-BR.js",
35-
"src/locale/bootstrap-table-es-NI.js",
36-
"src/locale/bootstrap-table-tr-TR.js",
37-
"src/locale/bootstrap-table-uk-UA.js",
38-
"src/locale/bootstrap-table-ms-MY.js",
39-
"src/locale/bootstrap-table-fr-FR.js",
40-
"src/locale/bootstrap-table-vi-VN.js",
41-
"src/locale/bootstrap-table-th-TH.js",
42-
"src/locale/bootstrap-table-cs-CZ.js",
43-
"src/locale/bootstrap-table-de-DE.js",
44-
"src/locale/bootstrap-table-fr-BE.js"
11+
"src/bootstrap-table.css"
4512
],
4613
"keywords": [
4714
"bootstrap",

0 commit comments

Comments
 (0)