From 7d77d191fa69e20a5c524dea9d4dbd6b400bec9f Mon Sep 17 00:00:00 2001 From: AllenFang Date: Sat, 10 Aug 2019 15:26:49 +0800 Subject: [PATCH] 20190810 release --- docs/basic-celledit.md | 6 +++++ website/blog/2019-08-10-version-bump.md | 30 +++++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 website/blog/2019-08-10-version-bump.md diff --git a/docs/basic-celledit.md b/docs/basic-celledit.md index 644f2dc..5514b3a 100644 --- a/docs/basic-celledit.md +++ b/docs/basic-celledit.md @@ -160,6 +160,12 @@ There are two case for `getOptions`: ``` +`getOptions` have two arguments: + +* `setOptions`: call it when you are ready to set the options asynchronous. +* `params`: An object which have `row` and `column` for current editing cell. + + ### Date Editor Date editor is use ``, the configuration is very simple: diff --git a/website/blog/2019-08-10-version-bump.md b/website/blog/2019-08-10-version-bump.md new file mode 100644 index 0000000..0c3c4c9 --- /dev/null +++ b/website/blog/2019-08-10-version-bump.md @@ -0,0 +1,30 @@ +--- +title: New Release (2019-08-10) +author: Allen Fang +authorURL: https://twitter.com/allenfang_tw +--- + +## Changed Packages + +We got following packages version bump in this release: + +* `react-bootstrap-table-next@3.1.8` +* `react-bootstrap-table2-editor@1.3.2` +* `react-bootstrap-table2-filter@1.1.11` +* `react-bootstrap-table2-paginator@2.0.9` + + +## Changelog + +### Bug fixes +* Fixed inconsistence filter logic in custom filtering([423769c](https://github.com/react-bootstrap-table/react-bootstrap-table2/commit/423769c1349034a5988e8a94b0b5b8831fd7cc2d)) +* Fixed column toggle will cancel the filter state([4de565b](https://github.com/react-bootstrap-table/react-bootstrap-table2/commit/4de565b75974eeaed581c692852bdefeb202ea0e)) +* Fixed wrong type convert when column didn't have specified type([08ec8a9](https://github.com/react-bootstrap-table/react-bootstrap-table2/commit/08ec8a9f65c2a7dbb00fc54b62359472b864e00c)) +* Fixed pagination elements not on same row/line([1a44ce0](https://github.com/react-bootstrap-table/react-bootstrap-table2/commit/1a44ce0ea61d90d140910b5464ae4bb9140c479c)) + + +### Features +N/A + +### Enhancements +* `column.editor.getOptions` recieve the second argument which contain `row` and `column`([856e63d](https://github.com/react-bootstrap-table/react-bootstrap-table2/commit/856e63d524736de350bd219c6c818d259cd3fed0)) \ No newline at end of file