Releases: wenzhixin/bootstrap-table
Releases · wenzhixin/bootstrap-table
v1.20.2
Core
- Update: Fixed small memory leak.
- Update: Fixed the detail view bug with the
tdinstead oficon.
Extensions
- Update(export): Fixed XSS vulnerability bug by onCellHtmlData.
- Update(export): Fixed export footer bug without setting height.
- Update(filter-control): Fixed the comparison of dates when using the
datepicker.
v1.20.1
v1.20.0
Core
- New: Used
bootstrap5as the default theme. - New: Added column-switch-all event of toggle all columns.
- New: Added hi-IN and lb-LU locales.
- Update: Fixed the toolbar cannot refresh search bug.
- Update: Fixed the card view align style bug.
- Update: Fixed custom search filter bug if the value is Object.
- Update: Fixed table border displays bug when setting height.
- Update: Fixed error when the column events are undefined.
- Update: Fixed escape column option doesn't override table option bug.
- Update: Fixed toggle all columns error when column switchable is false.
- Update: Fixed check if the column is visible on card view.
- Update: Fixed hide loading bug when canceling the request.
- Update: Fixed default value of
clickToSelectcolumn option. - Update: Fixed
onVirtualScrollnot define default method. - Update: Updated cs-CZ, ko-KR, nl-NL, nl-BE, bg-BG, fr-LU locales.
Extensions
- New(filter-control): New version of filter-control with new features.
- New(reorder-rows):: Added
onAllowDropandonDragStopoptions. - Update(cookie): Fixed
sortNameandsortOrderbug with cookie. - Update(cookie): Fixed the toggle column bug with the cookie.
- Update(export): Fixed selector error if only one export type is defined.
- Update(filter-control): Fixed new input class
form-selectof bootstrap 5. - Update(multiple-sort): Fixed the modal cannot close after sorting.
- Update(print): Fixed missing print button for bootstrap 5.
- Update(print): Fixed
printPageBuilderoption cannot define in html attribute. - Update(toolbar): Fixed toolbar extension modal bug with bootstrap 5.
v1.19.1
Core
- Update: Fixed the CVE security problem.
- Update: Fixed cannot search for special characters when using
searchHighlight.
Extensions
- Update(auto-refresh): Updated the
showAutoRefreshoption as default. - Update(export): Fixed export with only one export type bug.
- Update(filter-control): Fixed filter-control cannot work bug.
- Update(filter-control): Prevent duplicated elements for filter-control.
v1.19.0
Core
- New: Added
onlyCurrentPageparam forcheckBy/uncheckBymethods. - New: Used
bootstrap iconsas default icons for bootstrap v5. - New: Added
regexSearchoption which allows to filter the table using regex. - New: Added support for allow importing stylesheets.
- New: Added
toggle-paginationevent. - New: Added
virtual-scrollevent. - Update: Fixed
vuecomponent cannot work. - Update: Fixed infinite loop error with wrong server-side pagination metadata.
- Update: Improved the behavior of
ajaxabort. - Update: Fixed click bug when paginationLoop is false.
- Update: Fixed the highlighting bug when using radio/checkboxes.
- Update: Fixed width bug caused by loading css.
- Update: Removed the
input-group-appendclass for bootstrap v5. - Update: Fixed duplicate definition
idbug. - Update: Fixed the comparison of search inputs.
- Update: Fixed broken page-list selector.
- Update: Fixed overwrite custom locale function bug.
- Update: Fixed bug with server side pagination and the page size
all. - Update: Fixed all checkbox not auto check after pagination changed.
- Update: Updated the
es-MXlocate.
Extensions
- New(cookie): Added
Multiple Sort orderstored in cookie extension. - New(cookie): Added
Card view statestored in cookie extension. - New(copy): Added
ignoreCopycolumn option to prevent copying the column data. - New(copy): Added
rawCopycolumn option to copy the raw value instead of the formatted value. - Update(cookie): Fixed
switchablecolumn bug with the cookie extension. - Update(export): Fixed the export dropdown cannot be closed bug.
- Update(filter-control): Updated
filterMultipleSelectOptionstofilterControlMultipleSelectOptionsoption. - Update(filter-control): Fixed bug with cookie deletion of none filter cookies.
- Update(filter-control): Fixed bug when using the
loadmethod. - Update(group-by): Fixed overwriting the column classes bug on group collapsed rows.
- Update(multiple-sort): Fixed hide/show column error with no sortPriority defined.
- Update(page-jump-to): Fixed jump-to display bug in bootstrap v3.
- Update(print): Fixed print formatter bug.
- Update(reorder-rows): Fixed
reorder-rowsnot work property. - Update(reorder-rows): Fixed the drag selector to prevent a checkbox bug on mobile.
- Update(resizable): Fixed the reinitialization after the table changed.
- Update(sticky-header): Fixed sticky-header not work property with group header.
- Update(treegrid): Fixed bug of treegrid from html.
v1.18.3
Core
- Update: Fixed negative number bug when searching with comparison.
- Update: Fixed non-conform HTML-Standard problems.
- Update: Fixed
tdwidth bug using card view. - Update: Fixed exact match problem when searching term with accent.
- Update: Update
pt-PTandfa-IRlocales.
Extensions
- New(page-jump-to): Added
showJumpToByPagesoption. - Update(auth-refresh): Fixed auto refresh not clear interval bug.
- Update(multiple-sort): Fixed multiple-sort cannot support iconSize bug.
- Update(sticky-header): Fixed
stickyHeaderOffsetYoption cannot work. - Update(sticky-header): Updated the stickyHeader
offsetoptions to number.
v1.18.2
Core
- Update: Fixed bootstrap5 cannot work bug.
- Update: Fixed checkbox display bug when using
formatter. - Update: Fixed search highlight bug.
- Update: Updated
ru-RUandde-DElocales.
Extensions
- New(filter-control): Added support for flat JSON.
- Update(cookie): Fixed not deleted cookie bug when the sort was reset.
- Update(export): Not export the detail view icon column.
- Update(filter-control): Fixed not working when using
filterControlContainer. - Update(multiple-sort): Fixed multiple-sort cannot work bug.
- Update(resizable): Fixed resizable cannot work in modal.
v1.18.1
Core
- New(locale): Added short locales based on ISO Language.
- Update: Updated
sk-SK,fr-FR,de-DE, andes-*locales. - Update: Fixed
toggleCheck,getSelectionsandremovebug. - Update: Fixed
buttonsoption bug using in data attribute. - Update: Fixed custom
iconsoption bug. - Update: Fixed
cellStylecolumn option not work in card view. - Update: Fixed getSelection bug when using search.
- Update: Fixed
pageListoption withalldisplay bug usingsmartDisplay. - Update: Fixed search highlight cannot work bug when data field is number.
- Update: Fixed
updateColumnTitleis undo bug after pagination. - Update: Fixed
multipleSelectRowoption bug. - Update: Fixed
icon-sizeoption bug with pagination.
Extensions
- New(page-jump-to): Added
min,maxand enter support for jump input. - Update(export): Fixed export cannot work with
materializeandfoundationthemes. - Update(filter-control): Updated
filterDatepickerOptionsto support datepicker option. - Update(filter-control): Fixed select bug when using
&in the value. - Update(fixed-columns): Fixed
toggleViewdisplay bug. - Update(group-by): Fixed not collapse detail view expanded row bug.
- Update(group-by): Fixed display error using
formattercolumn option. - Update(group-by): Fixed
groupByFormatteroption bug using in data attribute. - Update(multiple-sort): Fixed cannot work bug using in server
sidePagination. - Update(page-jump-to): Fixed page jump input and button bug with
icon-sizeoption. - Update(print): Fixed print with
rowspanorcolspan. - Update(reorder-columns): Fixed reorder column when a column is removed or added.
v1.18.0
Core
- New(option): Added
buttonsto add custom buttons to the button bar. - New(option): Added
footerFieldto supportserverside pagination. - New(option): Added new parameter
valuetofooterFormatter. - New(option): Added
searchHighlightandsearchHighlightFormatter. - New(option): Added
searchSelectorto custom the search input. - New(event): Added
BootstrapTableobject as last parameter to allevent. - New(css): Added CSS transitions for loading style.
- New: Added support for
styleattribute oftrortd. - New: Added ability to use
colspanin the footer. - Update: Updated search input type from
texttosearch. - Update: Fixed
normalizenot string bug when usingsearchAccentNeutralise. - Update: Fixed complex group header bug.
- Update: Fixed
resizeandscrollevent bug with multiple tables. - Update: Fixed
getScrollPositionbug when using group-by extension. - Update: Fixed
updateRowwithcustomSearchandsortResetbug. - Update: Fixed
colspanandmergeCellbug when usingdetailFormatter. - Update: Fixed
initbug when usingonPostBody. - Update: Fixed sort bug when the
fieldis set to0. - Update: Fixed
showFooterdisplay bug after resize table width. - Update: Fixed not update selected rows bug when using
checkAll/uncheckAll. - Update: Fixed
checkedproperty bug usingformatterwhen the field has a value. - Update: Fixed default data shared bug with multiple tables.
- Remove(method): Removed
getAllSelectionsmethod.
Extensions
- New(addrbar): Added support for
clientside pagination. - New(cookie): Added
cookieSameSiteoption to prevent breaking changes. - New(group-by): Added
groupByToggleandgroupByShowToggleIconoptions. - New(group-by): Added
groupByCollapsedGroupsoption to allow collapse groups. - Update(cookie): Fixed cookie size is too big bug when saving columns.
- Update(cookie): Fixed checkbox column disappears bug.
- Update(export): Fixed cannot export
alldata bug with pagination. - Update(group-by): Fixed
scrollTonot working properly bug. - Update(multiple-sort): Fixed cannot work bug.
- Update(sticky-header): Fixed vertical scroll cannot work bug.
v1.17.1
Core
- New: Added
bootstrap-tabletheme without any framework. - New: Added support for Bootstrap v5.
- New: Added
$indexfield forremovemethod. - New: Added
on-allevent for vue component. - New: Added
bg-BGlocale. - New: Added
loadingFontSizeoption. - New: Added
loadingTemplateoption. - New: Added
detailViewsupport forcardView. - New: Added the
searchablecolumns to the query params for server side. - New: Added
collapseRowByUniqueIdandexpandRowByUniqueIdmethods. - New: Added
detailViewAlignoption for the detail view icon. - New: Added tr
classsupport forthead. - New: Added
formattedparameter forgetDatamethod to get formatted data. - New: Added
paginationPartsoption instead ofonlyInfoPagination. - New: Added
sortResetoption to reset sort on third click. - New: Added support for auto merge the table body cells.
- Update: Fixed
updateByUniqueIdmethod cannot update multiple rows bug. - Update: Fixed
insertRownot write to source data array bug. - Update: Fixed events bug with
detailViewIconoption. - Update: Fixed server side pagination sort bug.
- Update: Fixed the
page-changeevent before init server. - Update: Fixed no records found
colspanerror. - Update: Fixed the
page-changeevent before init server. - Update: Fixed
font-sizeof the loading text. - Update: Fixed table
borderbug when table is hidden. - Update: Fixed
showRowmethod show all hidden rows bug. - Update: Fixed columnsSearch non-unique id warning.
- Remove: Removed the
onlyInfoPaginationoption. - Remove: Removed accent neutralise extension and moved it to core.
Extensions
- New(cookie): Added support for toggle all columns options.
- New(custom-view): Added
custom-viewextension. - New(editable): Added
alwaysUseFormatteroption. - New(export): Added
forceHidecolumn option. - New(filter-control): Added
filterOrderBycolumn option support order byserver. - New(filter-control): Added radio support for
filterControlContainer. - New(filter-control): Added support for array filter.
- New(filter-control): Added
filterControlVisibleoption andtoggleFilterControlmethod. - New(filter-control): Added
showFilterControlSwitchoption. - New(fixed-columns): Added support for sticky-header.
- New(pipeline): Added
pipelineextension. - New(print): Added support for print footer and merge cells.
- Update(accent-neutralise): Fixed comparison with arrays.
- Update(cookie): Updated cookie columns to always visible when
switchableisfalse. - Update(cookie): Fixed cookie value from existing options bug.
- Update(copy-rows): Fixed copy rows bug with fixed-column.
- Update(editable): Fixed not handle quotation marks bug.
- Update(editable): Updated
noeditFormattertonoEditFormatter. - Update(export): Fixed export error with
maintainMetaDataandclientSidePagination. - Update(filter-control): Fixed not work with
heightoption. - Update(filter-control): Fixed not work in multiple tables.
- Update(filter-control): Fixed ignore default search text bug.
- Update(filter-control): Fixed not work with html formatter.
- Update(filter-control): Fixed reset
filterBymethod bug. - Update(filter-control): Fixed issue with a custom filter control container.
- Update(filter-control): Fixed filter control disappear after column switched.
- Update(fixed-columns): Fixed loading message not hide bug.
- Update(group-by): Fixed params error of
checkAll/uncheckAll. - Update(multiple-sort): Fixed not working with multiple level field bug.
- Update(reorder-columns): Fixed cannot work bug.
- Update(reorder-rows): Fixed
thiscontext ofonPostBodyerror. - Update(treegrid): Fixed treegrid
destroybug.