Skip to content

Commit 124ca54

Browse files
committed
Update CHANGELOG and update to 1.10.0
1 parent 17d72a1 commit 124ca54

File tree

6 files changed

+33
-5
lines changed

6 files changed

+33
-5
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,33 @@
11
## ChangeLog
22

3+
### 1.10.0
4+
5+
- [bug] Fixed #1619: sub-table checkbox selects all the table.
6+
- [bug] Fixed icons for ability customizing.
7+
- [bug] Fixed #1677: paginationSwitch for server-side.
8+
- [bug] Fixed #1613: padding in footer.
9+
- [bug] Fixed #1742: showRow & hideRow param checks.
10+
- [bug] Fixed getItemField bug.
11+
- [bug] Fixed #617: server side pagination uses `this.options.searchText`.
12+
- [bug] Fixed class name does not apply to checkbox field bug.
13+
- [bug] Fixed clear function and searchFormatter option of filter-control extension.
14+
- [bug] Fixed year computation on cookie extension.
15+
- [bug] Fixed ReorderRows init when reorderable is false.
16+
- [bug] Fix #1660: removed powerpoint type of export extension.
17+
- [enh] Added `title` attribute to pagination controls defining the page number.
18+
- [enh] Added `escape` option.
19+
- [enh] Added `searchOnEnterKey` option.
20+
- [enh] Added `updateFormatText` method.
21+
- [enh] Added a third parameter to `detailFormatter` method passing the jQuery element.
22+
- [enh] Added new param for `updateCell` method to avoid table reinitialization.
23+
- [enh] Added extension.json and composer.json files.
24+
- [enh] Added alternative group-by extension.
25+
- [enh] Added sticky-header extension.
26+
- [enh] Added filterLocal option to filter-control extension.
27+
- [enh] Enabled data attributes for editable column.
28+
- [enh] Added IconSize option to export extension.
29+
- [enh] Added tooltip for filter-control toolbar button.
30+
331
### 1.9.1
432

533
- [bug] Removed no records events.

_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.9.1
26+
current_version: 1.10.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.9.1",
3+
"version": "1.10.0",
44
"title": "Bootstrap Table",
55
"description": "An extended Bootstrap table with radio, checkbox, sort, pagination, and other added features.",
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 Bootstrap table with radio, checkbox, sort, pagination, and other added features. (supports twitter bootstrap v2 and v3).",
4-
"version": "1.9.1",
4+
"version": "1.10.0",
55
"main": "Gruntfile.js",
66
"directories": {
77
"doc": "docs"

src/bootstrap-table.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* @author zhixin wen <wenzhixin2010@gmail.com>
3-
* version: 1.9.1
3+
* version: 1.10.0
44
* https://github.com/wenzhixin/bootstrap-table/
55
*/
66

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 <wenzhixin2010@gmail.com>
3-
* version: 1.9.1
3+
* version: 1.10.0
44
* https://github.com/wenzhixin/bootstrap-table/
55
*/
66

0 commit comments

Comments
 (0)