Releases: wenzhixin/bootstrap-table
Releases · wenzhixin/bootstrap-table
v1.25.0
Core
- Update: Added
aria-sortattribute on sortable headers. - Update: Fixed loading style display error in Bootstrap dark mode.
- Update: Fixed performance issues in the
resetRowsmethod when handling large datasets. - Update: Fixed bug where the table
heightoption caused duplicate headers when a caption was present. - Update: Fixed bug where CSS
!importantis ignored. - Update: Migrated site from Jekyll to Astro Framework.
Extensions
- Update(group-by-v2): Fixed a bug where rows were not grouped correctly when another column was sorted.
- Update(group-by-v2): Modernized the extension with ES6+ features.
v1.24.1
Core
- New: Add
lt-LTlocale. - Update: Fixed
filterBynot working bug after usingfilterAlgorithmoption. - Update: Fixed cookie extension throws js error bug.
- Update: Fixed icons prefix bugs in extensions.
- Update: Fix bug where totalRows is not integer in formatter.
- Update: Fixed bug of table is not destroyed after vue component is unmounted.
- Update: Fixed high severity vulnerability issue using
npm-run-all2instead.
v1.24.0
Core
- New: Added
card-view-fieldclass tocard-view. - Update: Fixed
idnot working bug inrowAttributes. - Update: Fixed
datafield attr not working bug. - Update: Fixed column is
undefinedbug inupdateFieldGroupwhen usingrefreshOptions. - Update: Fixed
post-headertrigger bug after table destroy. - Update: Fixed
strictSearchnot working bug. - Update: Fixed
insertRowbug after on the last row of the table. - Update: Fixed display error of total rows using load more pagination.
- Update: Updated Sass and refined the SCSS file.
- Update: Update Eslint and fix some lint errors.
Extensions
- Update(cookie): Fixed cookie columns display error after adding a column.
- Update(filter-control): Fixed select not working bug after an Ajax loaded.
v1.23.5
v1.23.3
Core
- New: Added support for column options
formatterandfooterFormattermethods returning typejQuery,HTMLElement. - New: Added
sortResetmethod to reset the current sort state. - New: Added a presentation role if no matching rows are found.
- Update: Fixed
refreshmethod doesn't reuse parameters provided as query bug. - Update: Fixed compatibility issues when
colspanis set as a string.
Extensions
- Update(fixed-columns): Fixed undefined error in some cases.
- Update(reorder-columns): Fixed incorrect column values order with detail view.
v1.23.2
Core
- New: Added
buttonsAttributeTitleoption to customize title attribute. - Update: Updated sort icons using SVG instead of PNG.
- Update: Fixed search highlight not working when it contains multiple HTML elements.
- Update: Fixed the
esbuildbundle error. - Update: Fixed insertRow, updateRow, and updateCell methods bugs.
- Update: Fixed
undefinederror when searching using the dotted field.
v1.23.1
Core
- Update: Improved vue component init twice without
setTimeout. - Update: Updated
af-ZA,fr-BE,fr-CH,fr-FR,fr-LU, andid-IDlocales.
Extensions
- Update(editable): Fixed editable display bug of select type.
- Update(sticky-header): Fixed issue if sticky-header extension is loaded but not enabled.
v1.23.0
Core
- New: Add support for vue3 instead of vue2.
- Update: Fixed
getDatawithformatteddata bug when a column is missing. - Update: Fixed the
toggleColumnexception when the field does not exist. - Update: Fixed vue component init twice when options and columns changed.
Extensions
- New(addrbar): Added
addrCustomParamsoption for custom parameters. - New(filter-control): Added
filterControlSearchClearoption to stop clearing the filters when using theshowSearchButtonoption. - Update(filter-control): Fixed error with clear filters button when not enabled cookie extension.
- Update(filter-control): Fixed bug with enabled cookie extension using
localStorage. - Update(multiple-sort): Fixed not trigger event bug when using server-side pagination.
v1.22.6
Extensions
- Update(cookie): Fixed cookie does not work bug with pagination ALL list.
- Update(editable): Fixed the
formatterfunction does not include thefieldparameter bug. - Update(toolbar): Fixed toolbar display bug when using an HTML title.
- Update(toolbar): Fixed toolbar does not update bug when column visible updated.
- Update(toolbar): Fixed toolbar does not update bug when the locale is changed.
v1.22.5
Core
- New: Added
sl-SIlocales. - New: Added support for HTML to the
updateColumnTitlemethod. - Update: Fixed the
getRowByUniqueIdbug whenuniqueIdis of mixed data formats. - Update: Fixed not triggering
sortevent bug using server-side pagination. - Update: Fixed custom
iconPrefixandiconsbugs. - Update: Fixed virtual scroll cannot work bug in modal.
Extensions
- Update(multiple-sort): Fixed the duplicated ID bug in the multiple-sort extension.