mirror of
https://github.com/gosticks/react-bootstrap-table2.git
synced 2025-10-16 11:55:39 +00:00
1.1 KiB
1.1 KiB
| title | author | authorURL |
|---|---|---|
| New Release (2018-08-12) | Allen Fang | https://twitter.com/allenfang_tw |
Changed Packages
This release bump following packages:
react-bootstrap-table-next@1.1.0react-bootstrap-table2-toolkit@1.0.1react-bootstrap-table2-paginator@1.0.1
Changelog
Bug fixes
- Fixed column.style and column.align will conflicts(#481)
- Fixed search will be clear if search the same text twice(#470)
- Fixed debounce bug(#468)
- Fixed
pagination.paginationTotalRenderergive wrongfromandtoargument(#467)
Features
- Export CSV allow to export current display data instead of whole list(#469)
Enhancements
- Performance improvment on cell level(#449)