Skip to main content

New Release (2018-02-14)

· One min read
Allen Fang
Main Maintainer

Changed Packages

This release bump following packages:

  • react-bootstrap-table-next@0.1.3
  • react-bootstrap-table2-filter@0.1.3

Changelog

Bug fixes

  • Fixed TextFilter contains an input of type text with both value and defaultValue props(a0af964)

Features

  • Support Number Filter(#200)
  • Support caseSensitive on Text and Select filter(#201)
  • Support sort event listener(#202)

Enhancements

  • Text Filter right now is case insensitive which same as react-bootstrap-table#201
  • rowEvents.onClick will be wrapped so that funcation can recieve additional informatnion like: row and rowIndex(#187)