Releases: wenzhixin/bootstrap-table
Releases · wenzhixin/bootstrap-table
v1.15.4
- New: Added
query
toqueryParams
option. - New: Added
filter
parameter ofcustomSearch
option. - Update: Fixed search bug in hidden columns.
- Update: Fixed table zoom width calculating bug.
- Update: Fixed events of column formatted by nested table.
- Update: Fixed checkbox style display bug.
- Update: Fixed stack overflow error of
checkBy
method. - Update: Fixed
showSearchButton
andshowSearchClearButton
style bug. - Update: Fixed filter-control select
null
value handle error. - Update: Fixed
showSearchClearButton
bug in filter-control extension. - Update: Fixed
print
button appears twice bug.
v1.15.3
- New: Added nl-BE, fr-CH and fr-LU locale.
- Update: Updated nl-NL, pt-BR, fr-BE, fr-FR, nl-BE and nl-NL locale.
- Update: Fixed treegrid duplicate rows bug.
- Update: Fixed
updateCellByUniqueId
method bug on a filtered table. - Update: Fixed colspan group header display bug.
- Update: Fixed table footer display bug in some case.
- Update: Fixed
getOptions
bug. - Update: Fixed
detailView
bug when hiding columns. - Update: Fixed IE minify bug.
- Update: Fixed full screen scrolling bug.
v1.15.2
Core
- New: Added
virtualScroll
andvirtualScrollItemHeight
options to support large data. - New: Added vue component support.
- New: Added support comparisons search(<, >, <=, =<, >=, =>).
- New: Added
detailViewByClick
table option anddetailFormatter
column option. - New: Added
showExtendedPagination
andtotalNotFilteredField
table options. - New: Added
widthUnit
option to allow any unit. - New: Added
multipleSelectRow
option to support ctrl and shift select. - New: Added
onPostFooter
(post-footer.bs.table
) event. - New: Added
detailViewIcon
andtoggleDetailView
method to hide the show/hide icons. - New: Added
showSearchButton
andshowSearchClearButton
options to improve the search. - New: Added
showButtonIcons
andshowButtonText
options to improve the icons display. - New: Added
visibleSearch
option search only on displayed/visible columns. - New: Added
showColumnsToggleAll
option to toggle all columns. - New: Added
cellStyle
to support checkbox field. - New: Added checkbox and radio auto checked from html support.
- New: Added screen reader support for pagination.
- New: Added travis lint src and check docs scripts.
- New: Added webpack support and user rollup to build the src.
- New: Added a version number property.
- New: Improved
filterBy
method withor
condition and custom filter algorithm. - New: Improved
showColumn
andhideColumn
methods with array of fields. - New: Improved
scrollTo
method to allowrows
units. - Update: Rewrote all code to ES6.
- Update: Improved
pageList
options to support localization. - Update: Improved the
totalRows
option. - Update: Improved table footer.
- Update: Improved
getSelections
andgetAllSelections
methods. - Update: Improved css frameworks themes.
- Update: Updated parameters of the
getData
method. - Update: Updated parameters of the (un)checkAll events to
rowsAfter, rowsBefore
. - Update: Updated parameters of the
updateRow
method to supportreplace
. - Update: Updated page number to 1 while making a server side sort.
- Update: Renamed table
maintainSelected
option tomaintainMetaData
. - Update: Renamed method
refreshColumnTitle
toupdateColumnTitle
. - Update: Fixed card view value to be aligned incorrectly bug.
- Update: Fixed
smartDisplay
option pagination bug. - Update: Fixed data-* attribute is an object bug.
- Update: Fixed page separators click bug.
- Update: Fixed scrolling bug in IE11.
- Update: Fixed initHeader error caused by toggleColumn.
- Update: Fixed search input trigger multiple times bug.
- Update: Fix Pagination/totalRows not updated on
hideRow
. - Update: Fixed columns title error.
Extensions
- New(editable): Added
onExportSaved
event. - New(export): Added
forceExport
column option force export columns with hidden. - New(export): Added function support of
fileName
option. - New(filter-control): Added
filterDataCollector
to control the filter select options. - New(filter-control): Added
filterOrderBy
and filterDefault column options. - New(multiple-sort): Added bootstrap v4 theme support.
- New(print): Added RTL dir support.
- Remove: Removed group-by, multi-column-toggle, multiple-search, multiple-selection-row, select2-filter and tree-column extensions.
- Update(cookie): Fixed cookie search cannot work bug.
- Update(editable): Updated parameters of
onEditableSave
tofield, row, rowIndex, oldValue, $el
. - Update(editable): Fixed editable rerender bug after saving data.
- Update(export): Updated to only export table header.
- Update(export): Fixed bug with the footer extensions while sorting.
- Update(filter-control): Added ability to handle boolean.
- Update(filter-control): Fixed DatePicker of filter-control does not work bug.
- Update(filter-control): Fixed clear filterControl with Cookie bug.
- Update(filter-control): Fixed loading screen with filter control.
- Update(filter-control): Fixed overwriting the searchText bug.
- Update(filter-control): Fixed filtering does not work json sub-object.
- Update(filter-control): Fixed select filter with formatter.
- Update(multiple-sort): Fixed multiple-sort does not work with data-query-params bug.
- Update(page-jump-to): Fixed
click
bug when paginationVAlign is 'both'. - Update(reorder-columns): Fixed reorder columns cannot work bug.
- Update(reorder-columns): Fix search and columns bug after reorder columns.
- Update(treegrid): Fixed treegrid cannot work bug.