--- title: New Release (2018-04-01) author: Allen Fang authorURL: 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](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/274)) * Fixed empty table is missing the last cell when row seleciton is enable([#276](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/276)) ### Features * Allow to configure the default sort direction([#286](https://github.com/react-bootstrap-table/react-bootstrap-table2/issues/286)) * Allow to custom the cell editor's style and class([#268](https://github.com/react-bootstrap-table/react-bootstrap-table2/issues/268)) ### Enhancements * Don't render anything if `noDataIndication` is not given([#275](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/275))