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

1.0 KiB

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

Changed Packages

This release bump following packages:

  • react-bootstrap-table-next@0.1.6
  • react-bootstrap-table2-editor@0.1.4
  • react-bootstrap-table2-filter@0.1.4

Changelog

Bug fixes

  • Fixed includes and find are not supported in IE(#274)
  • Fixed empty table is missing the last cell when row seleciton is enable(#276)

Features

  • Allow to configure the default sort direction(#286)
  • Allow to custom the cell editor's style and class(#268)

Enhancements

  • Don't render anything if noDataIndication is not given(#275)