Skip to content

Commit 6ef3b4b

Browse files
committed
Update version to 1.5.0
1 parent 9e4202f commit 6ef3b4b

File tree

7 files changed

+34
-37
lines changed

7 files changed

+34
-37
lines changed

CHANGELOG.md

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

3+
### 1.5.0
4+
5+
- [bug] Fix #144: `onCheck` and `onUncheck` events are reversed when using `clickToSelect` option. (jQuery 1.7.2 bug).
6+
- [bug] Fix IE browser display header bug when use `mergeCells` method.
7+
- [bug] Fix #269: array as row bug.
8+
- [bug] Fix #314: `rowStyle` bug.
9+
- [enh] Add de-DE, hu-HU, sk-SK locales.
10+
- [enh] Fix #261: add namespace to `.table` style.
11+
- [bug] Fix #160, #323: operate events don't work in card view.
12+
- [enh] Add `filterBy`, `scrollTo`, `prevPage` and `nextPage`, `check` and `uncheck` methods.
13+
- [enh] Add `onPreBody` and `onPostBody` events.
14+
- [enh] Add `searchable` column option.
15+
- [enh] Fix #59: support load multiple locale files.
16+
- [enh] Modify the scope of the column events.
17+
- [enh] Improve editable extension.
18+
319
### 1.4.0
420

521
- [enh] Fix #119, #123: Save all `id` and `class` of `tr` and `td` for html table.

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,6 @@ To get started, check out http://bootstrap-table.wenzhixin.net.cn!
1616

1717
## Bugs & Enhancements (next version)
1818

19-
- [x] Fix #144: `onCheck` and `onUncheck` events are reversed when using `clickToSelect` option. (jQuery 1.7.2 bug).
20-
- [x] Fix IE browser display header bug when use `mergeCells` method.
21-
- [x] Fix #269: array as row bug.
22-
- [x] Fix #314: `rowStyle` bug.
23-
- [x] Add de-DE, hu-HU, sk-SK locales.
24-
- [x] Fix #261: add namespace to `.table` style.
25-
- [x] Fix #160, #323: operate events don't work in card view.
26-
- [x] Add `filterBy`, `scrollTo`, `prevPage` and `nextPage`, `check` and `uncheck` methods.
27-
- [x] Add `onPreBody` and `onPostBody` events.
28-
- [x] Add `searchable` column option.
29-
- [x] Fix #59: support load multiple locale files.
30-
- [x] Modify the scope of the column events.
31-
- [x] Improve editable extension.
32-
3319
## Features
3420

3521
* Created for Bootstrap 3 (Bootstrap 2 supported)

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.4.0",
3+
"version": "1.5.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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bootstrap-table",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"homepage": "https://github.com/wenzhixin/bootstrap-table",
55
"authors": [
66
"zhixin <wenzhixin2010@gmail.com>"

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ highlighter: rouge
1111
permalink: pretty
1212

1313
# Custom vars
14-
current_version: 1.4.0
14+
current_version: 1.5.0
1515
repo: https://github.com/wenzhixin/bootstrap-table
1616
website: http://wenzhixin.net.cn
1717
repos: http://repos.wenzhixin.net.cn

docs/_includes/latest-release.md

Lines changed: 14 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11
### Latest release
22

3-
#### v{{ site.current_version }} (2014-11-21)
3+
#### v{{ site.current_version }} (2014-12-12)
44

5-
- [enh] Fix #119, #123: Save all `id` and `class` of `tr` and `td` for html table.
6-
- [enh] Fix #149: Hide empty data on Card view.
7-
- [enh] Fix #131: Add `onPageChange` event.
8-
- [enh] Add `onSearch` event.
9-
- [enh] Apply `width` column option to row style.
10-
- [enh] Add bootstrap-table-filter extension.
11-
- [enh] Add cs-CZ, es-CR, es-NI, pl-PL, ur-PK, ko-KR, th-TH locales.
12-
- [bug] Fix `minimumCountColumns` option init error.
13-
- [bug] Fix #161: `undefined` or `null` string sort bug.
14-
- [bug] Fix #171: IE disabled button can be clicked bug.
15-
- [bug] Fix #185: Reset the page to the first page when changing the url with `refresh` method.
16-
- [bug] Fix #202: updateRow method keep the scroll position.
17-
- [enh] Add `smartDisplay` option.
18-
- [enh] Add `searchAlign` and `toolbarAlign` options.
19-
- [enh] Fix #193: Add `dataType` option.
20-
- [enh] Add flatJSON and editable extensions.
21-
- [enh] Add `rowAttributes` option.
22-
- [enh] Update documentation.
5+
- [bug] Fix #144: `onCheck` and `onUncheck` events are reversed when using `clickToSelect` option. (jQuery 1.7.2 bug).
6+
- [bug] Fix IE browser display header bug when use `mergeCells` method.
7+
- [bug] Fix #269: array as row bug.
8+
- [bug] Fix #314: `rowStyle` bug.
9+
- [enh] Add de-DE, hu-HU, sk-SK locales.
10+
- [enh] Fix #261: add namespace to `.table` style.
11+
- [bug] Fix #160, #323: operate events don't work in card view.
12+
- [enh] Add `filterBy`, `scrollTo`, `prevPage` and `nextPage`, `check` and `uncheck` methods.
13+
- [enh] Add `onPreBody` and `onPostBody` events.
14+
- [enh] Add `searchable` column option.
15+
- [enh] Fix #59: support load multiple locale files.
16+
- [enh] Modify the scope of the column events.
17+
- [enh] Improve editable extension.

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.4.0
3+
* version: 1.5.0
44
* https://github.com/wenzhixin/bootstrap-table/
55
*/
66

0 commit comments

Comments
 (0)