Skip to content

Commit 4381a9b

Browse files
committed
Update to 1.11.1
1 parent c888354 commit 4381a9b

File tree

7 files changed

+40
-48
lines changed

7 files changed

+40
-48
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,10 @@ ChangeLog
1515
- feat(js): add `sortClass` option
1616
- feat(js): add `totalField` Option
1717
- feat(js): add 'pageNumber' and 'pageSize' to 'refresh' method
18+
- feat(js): add `escape` column option
1819
- fix(js): fix #2461, adding the initPagination call to updateByUniqueId and updateRow methods
1920
- fix(js): fix #2879, IE8 bug
21+
- fix(js): fix #2719, remove `tabindex`
2022
- fix(css): fix #2208, dropdown-menu style bug
2123
- fix(filter-control extension): fix #2418, `height` cause datepicker not display the selected date
2224
- fix(export extension): fix #2220, selected rows does not work when data-pagination-side is server

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(The MIT License)
22

3-
Copyright (c) 2012-2016 Zhixin Wen <wenzhixin2010@gmail.com>
3+
Copyright (c) 2012-2017 Zhixin Wen <wenzhixin2010@gmail.com>
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

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

docs/_includes/latest-release.md

Lines changed: 33 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,35 @@
1-
### Latest release (2016-07-02)
1+
### Latest release (2017-02-22)
22

3-
#### v1.11.0
3+
#### v1.11.1
44

5-
- fix(js): fix cardVisible doesn't work bug
6-
- fix(js): int field break toggleColumn
7-
- fix(js): table elements inside bootstrap table bug
8-
- fix(js): move formatter after cellStyle
9-
- fix(js): the footer is hidden in card view
10-
- fix(js): fix sorting rows not working bug
11-
- fix(js): return field from visible cells
12-
- fix(js): onSearch event is not fire when we press the arrows keys
13-
- fix(js): fix fromHtml error
14-
- fix(js): fix event cannot work when some columns are hideen
15-
- fix(js): remove page size and number when pagination is false
16-
- fix(js): remove getFieldIndexFromColumnIndex because it cause events bug
17-
- fix(js): fix getSelections method bug
18-
- fix(js): update records to rows
19-
- fix(locale): update it-IT locale
20-
- fix(locale): add formatAllRows in template locale
21-
- fix(filter-control extension): add check for null values on existsOptionInSelectControl
22-
- fix(filter-control extension): fix show-clear button bug
23-
- fix(editable extesion): fix editable formatter error when refreshOptions
24-
- feat(js): add support for transfer from rowspan / colspan table
25-
- feat(js): add data variable to post-body event
26-
- feat(js): add `buttonsClass` option
27-
- feat(js): add `getVisibleColumns` method
28-
- feat(js): add resize event to fit the header
29-
- feat(js): add `onRefresh` event
30-
- feat(js): add field parameter in the click and dblClick row events
31-
- feat(js): add div.card-views surrounds all the card view divs
32-
- feat(js): add `field` parameter to cellStyle
33-
- feat(js): add `sortStable` option
34-
- feat(js): add `footerStyle` option
35-
- feat(extension): add select2 filter and i18n enhance extensions
36-
- feat(extension): add multi-column-toggle extension
37-
- feat(filter-control extension): add select list data to be passed in as JSON string and filter control starts with search
38-
- feat(angular extension): add constant in order to get it from angular scope
39-
- feat(export extension): add `formatExport` locale
40-
- feat(multiple-sort extension): add `formatSortOrders` option
41-
- feat(multiple-sort extension): support pagination server
42-
- refactor(filter-control extension): refactor the filterDataType method
43-
- refactor(filter-control extension): adding all unique values to select control and performance improvements
44-
- refactor(extension): refactor filter cookies extension to avoid dbcalls
45-
- docs(filter-control extension): add documentation for filterData
5+
- fix(js): fix #2439, `filterBy` cannot filter array keys
6+
- fix(js): fix #2424, from html with checkbox bug
7+
- fix(js): fix #2385, checkbox render bug with formatter
8+
- fix(js): fix #750, showRow and hideRow bug
9+
- fix(js): fix #2387, page list bug
10+
- fix(js): decrement totalRows on remove if using server side pagination
11+
- fix(js): bug in the calculation of toolbar and pagination heights
12+
- feat(js): fix #2414, add `paginationLoop` option
13+
- feat(js): update method `getRowsHidden` to `getHiddenRows`
14+
- feat(js): add `sortClass` option
15+
- feat(js): add `totalField` Option
16+
- feat(js): add 'pageNumber' and 'pageSize' to 'refresh' method
17+
- feat(js): add `escape` column option
18+
- fix(js): fix #2461, adding the initPagination call to updateByUniqueId and updateRow methods
19+
- fix(js): fix #2879, IE8 bug
20+
- fix(js): fix #2719, remove `tabindex`
21+
- fix(css): fix #2208, dropdown-menu style bug
22+
- fix(filter-control extension): fix #2418, `height` cause datepicker not display the selected date
23+
- fix(export extension): fix #2220, selected rows does not work when data-pagination-side is server
24+
- fix(reorder-row extension): fix #1343, reorder rows bug with pagination
25+
- fix(cookie extension): correction regex to match 'mi'
26+
- feat(locale): fix #2759, add es-CL and uz-UZ locales
27+
- feat(cookie extension): fix #2386, add `getCookies` method
28+
- feat(cookie extension): fix #2371, add `cookieStorage` option
29+
- feat(multiple-selection-row extension): add multiple-selection-row extension
30+
- feat(filter-control extension): fix #1540, disable unnecessary/unused values from select options
31+
- feat(filter-control extension): fix #2448, create a css file which contains the style for this extension
32+
- feat(filter-control extension): fix #2189, set placeholder of the filter-control input
33+
- feat(print extension): add print extension
34+
- feat(auto-refresh extension): add auto refresh extension
35+
- feat(tree-column extension): add tree column extension

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.11.0",
4+
"version": "1.11.1",
55
"main": "./dist/bootstrap-table.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.11.0
3+
* version: 1.11.1
44
* https://github.com/wenzhixin/bootstrap-table/
55
*/
66

0 commit comments

Comments
 (0)