mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
1.0 KiB
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.6react-bootstrap-table2-editor@0.1.4react-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
noDataIndicationis not given(#275)