react-bootstrap-table2/website/blog/2018-02-14-version-bump.md
AllenFang 6c0b44c732 fix
2018-04-01 16:18:20 +08:00

1.2 KiB

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

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)