react-bootstrap-table2/website/blog/2018-08-12-version-bump.md
2018-08-12 14:24:42 +08:00

1.1 KiB

title author authorURL
New Release (2018-08-12) Allen Fang https://twitter.com/allenfang_tw

Changed Packages

This release bump following packages:

  • react-bootstrap-table-next@1.1.0
  • react-bootstrap-table2-toolkit@1.0.1
  • react-bootstrap-table2-paginator@1.0.1

Changelog

Bug fixes

  • Fixed column.style and column.align will conflicts(#481)
  • Fixed search will be clear if search the same text twice(#470)
  • Fixed debounce bug(#468)
  • Fixed pagination.paginationTotalRenderer give wrong from and to argument(#467)

Features

  • Export CSV allow to export current display data instead of whole list(#469)

Enhancements

  • Performance improvment on cell level(#449)