Skip to main content

New Release (2019-01-06)

· One min read
Allen Fang
Main Maintainer

Changed Packages

We got following package version bump in this release:

  • react-bootstrap-table-next@2.0.1
  • react-bootstrap-table2-filter@1.1.1
  • react-bootstrap-table2-paginator@2.0.1
  • react-bootstrap-table2-toolkit@1.1.2

Changelog

Bug fixes

  • Fixed export csv error (TypeError: this.visibleRows is not a function)(#745)
  • Fixed typeError happened on export CSV after js file compression(#745)
  • Fixed column header hides but not columnBody or columnData(#741)
  • Fixed props type mismatch for SizePerPageOption component(#742)

Features

N/A

Enhancements

  • Support render expand column at the right side(#746)
  • Support column.onFilter hook function(#743)