Skip to main content

New Release (2019-02-24)

· One min read
Allen Fang
Main Maintainer

Changed Packages

We got following package version bump in this release:

  • react-bootstrap-table-next@3.0.0
  • react-bootstrap-table2-filter@1.1.5
  • react-bootstrap-table2-toolkit@1.3.1

Changelog

Bug fixes

  • Fixed cell didn't rerender correctly when column.formatter defined and use row inside the column.formatter function.(bf0c5c4)
  • Fixed selection broken when call setState in selectRow.onSelect(c01f45a)
  • Fixed search and filter perform a abnormal behavor(#811)

Features

N/A

Enhancements

  • Allow to add custom className on Export CSV and Clear Search button(09f21e8)
  • Allow to operate on cell editing context via reacr refs(#815)