Skip to content

Commit bbbf2ee

Browse files
committed
Update version to 1.2.4.
1 parent 4ab9091 commit bbbf2ee

22 files changed

+60
-28
lines changed

CHANGELOG.md

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

3+
### 1.2.4
4+
5+
* [enh] Fix #23: Add css and classes parameters to column cell.
6+
* [enh] Fix #64: Add support for change remote url.
7+
* [enh] Fix #112: update the `refresh` method.
8+
* [bug] Fix #113: Using radio type and cardView error.
9+
* [enh] Fix #117: Add `updateRow` method.
10+
* [enh] Fix #96, #103: apply `class` option to td elements.
11+
* [enh] Fix #97: add `sortable` class to header cells instead of `cursor: pointer`.
12+
* [enh] Fix #124: change `queryParams` and `queryParamsType` default option.
13+
* [enh] Remove the `eval` method.
14+
* [enh] Add `bootstrap-table-it-IT.js` locale.
15+
316
### 1.2.3
417

518
* [bug] Fix the selected row class reset after toggle column bug.

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,7 @@ The table displays data in a tabular format and offers rich support to radio, ch
1515

1616
## Bugs & Enhancements (next version)
1717

18-
- [x] Fix #23: Add css and classes parameters to column cell.
19-
- [x] Fix #64: Add support for change remote url.
20-
- [x] Fix #112: update the `refresh` method.
21-
- [x] Fix #113: Using radio type and cardView error.
22-
- [x] Fix #117: Add `updateRow` method.
23-
- [x] Fix #96, #103: apply `class` option to td elements.
24-
- [x] Fix #97: add `sortable` class to header cells instead of `cursor: pointer`.
25-
- [x] Fix #124: change 'queryParams' and 'queryParamsType' default option.
26-
- [x] Remove the `eval` method.
18+
2719

2820
## Features
2921

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.2.3",
3+
"version": "1.2.4",
44
"title": "Bootstrap Table",
55
"description": "Bootstrap table displays data in a tabular format and offers rich support to radio, checkbox, sort, pagination and so on.",
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.2.3",
3+
"version": "1.2.4",
44
"homepage": "https://github.com/wenzhixin/bootstrap-table",
55
"authors": [
66
"zhixin <wenzhixin2010@gmail.com>"

dist/bootstrap-table.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap-table.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/locale/bootstrap-table-da-DK.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bootstrap-table - v1.2.3 - 2014-09-12
2+
* bootstrap-table - v1.2.4 - 2014-10-08
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License

dist/locale/bootstrap-table-en.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bootstrap-table - v1.2.3 - 2014-09-12
2+
* bootstrap-table - v1.2.4 - 2014-10-08
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License

dist/locale/bootstrap-table-es_AR.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bootstrap-table - v1.2.3 - 2014-09-12
2+
* bootstrap-table - v1.2.4 - 2014-10-08
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License

dist/locale/bootstrap-table-fr_BE.min.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* bootstrap-table - v1.2.3 - 2014-09-12
2+
* bootstrap-table - v1.2.4 - 2014-10-08
33
* https://github.com/wenzhixin/bootstrap-table
44
* Copyright (c) 2014 zhixin wen
55
* Licensed MIT License

0 commit comments

Comments
 (0)