20180821 release

This commit is contained in:
AllenFang
2018-08-21 16:54:37 +08:00
parent 33e29eb05e
commit 26c184d966

View File

@@ -0,0 +1,27 @@
---
title: New Release (2018-08-21)
author: Allen Fang
authorURL: https://twitter.com/allenfang_tw
---
## Changed Packages
This release bump following packages:
* `react-bootstrap-table-next@1.1.2`
* `react-bootstrap-table-toolkit@1.0.2`
* `react-bootstrap-table2-paginator@1.0.2`
## Changelog
### Bug fixes
* Fixed missing onChange prop for selection checkbox([#417](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/417))
* Fixed pagination calculation fails when data change([#474](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/474))
* [#488](https://github.com/react-bootstrap-table/react-bootstrap-table2/issues/488)
* [#495](https://github.com/react-bootstrap-table/react-bootstrap-table2/issues/495)
### Features
N/A
### Enhancements
* Fixed some wrong code in storybooks