From 56d2d8609732ed05b1d116d284dc9de2facdb7b2 Mon Sep 17 00:00:00 2001 From: AllenFang Date: Tue, 26 Mar 2019 20:24:28 +0800 Subject: [PATCH] 20190326 release --- docs/pagination-props.md | 3 ++- website/blog/2019-03-26-version-bump.md | 26 +++++++++++++++++++++++++ 2 files changed, 28 insertions(+), 1 deletion(-) create mode 100644 website/blog/2019-03-26-version-bump.md diff --git a/docs/pagination-props.md b/docs/pagination-props.md index fb24d02..99c90fa 100644 --- a/docs/pagination-props.md +++ b/docs/pagination-props.md @@ -97,7 +97,8 @@ Default size per page have **10**, **25**, **30**, **50**. You can assign a numb Default is `true`, you can disable it if you don't want to show the **"Go to first"** and **"Go to last"** page buttons. ## pagination.alwaysShowAllBtns - [Bool] -Default is `false`, which means `react-bootstrap-table2` will hide the next or previouse page button if unnecessary. Anyway, you can still show them always via `alwaysShowAllBtns` prop. +Default is `false`, which means `react-bootstrap-table2` will hide the next or previouse page button if unnecessary. Anyway, you can still show them always via `alwaysShowAllBtns` prop. +If you also enable `withFirstAndLast`, this prop also keep to show first and last page when you enable it. ## pagination.firstPageText - [Any] A quick way to specify the text on the first page button. diff --git a/website/blog/2019-03-26-version-bump.md b/website/blog/2019-03-26-version-bump.md new file mode 100644 index 0000000..c835869 --- /dev/null +++ b/website/blog/2019-03-26-version-bump.md @@ -0,0 +1,26 @@ +--- +title: New Release (2019-03-26) +author: Allen Fang +authorURL: https://twitter.com/allenfang_tw +--- + +## Changed Packages + +We got following package version bump in this release: + +* `react-bootstrap-table-next@3.0.3` +* `react-bootstrap-table2-paginator@2.0.5` + +## Changelog + +### Bug fixes +* Fixed cell won't be updated when `column.formatExtraData` change([196ae33](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/875/commits/196ae3329585ebb7e4623a21657293a18435e71c)) +* Fix `pagination.alwaysShowAllBtns` perform wrongly in some case([7f1b7a6](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/875/commits/7f1b7a6c9777159ba5957d1f2b6b3e8df3496ca2)) +* Fix column won't be updated when switch column order dynamically([a6ccafc](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/875/commits/a6ccafcc75b96e040dd4bc02bf9557f210935216)) + + +### Features +N/A + +### Enhancements +N/A \ No newline at end of file