diff --git a/website/blog/2018-08-21-version-bump.md b/website/blog/2018-08-21-version-bump.md new file mode 100644 index 0000000..abbd22e --- /dev/null +++ b/website/blog/2018-08-21-version-bump.md @@ -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