From 26c184d966431b46e70f93a05ca0fe3d6c8dac1f Mon Sep 17 00:00:00 2001 From: AllenFang Date: Tue, 21 Aug 2018 16:54:37 +0800 Subject: [PATCH] 20180821 release --- website/blog/2018-08-21-version-bump.md | 27 +++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 website/blog/2018-08-21-version-bump.md 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