From 12c41d31fb5f04484e4e88c4b87d0272dd0b82e8 Mon Sep 17 00:00:00 2001 From: AllenFang Date: Sun, 19 May 2019 21:11:37 +0800 Subject: [PATCH] 20190519 release --- website/blog/2019-05-19-version-bump.md | 28 +++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 website/blog/2019-05-19-version-bump.md diff --git a/website/blog/2019-05-19-version-bump.md b/website/blog/2019-05-19-version-bump.md new file mode 100644 index 0000000..b63cc0d --- /dev/null +++ b/website/blog/2019-05-19-version-bump.md @@ -0,0 +1,28 @@ +--- +title: New Release (2019-05-19) +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.1.3` +* `react-bootstrap-table2-toolkit@2.0.0` +* `react-bootstrap-table2-overlay@2.0.0` + + +## Changelog + +### Bug fixes +* Fix clicking on selection column will trigger row expand([2c6cc91](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/949/commits/2c6cc915f0285d62961a7b5b3cbf1348ac4fcbb0)) +* Fix file saver issue for IE([55eea6f](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/949/commits/55eea6f337c3cd14006c6d604fad94da821e7cda)) + +### Features +N/A + +### Enhancements +* Enhance Table header accessibility([a1457df](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/949/commits/a1457dfe5900bc6071d450ab58d60e1fa3bd8133)) +* Enhance Search input accessibility([7c259cd](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/949/commits/7c259cd1eef96cec8e69abaa4cfbfaa173f239d3)) +* Upgrade `react-loading-overlay` for `react-bootstrap-table2-overlay`([036c3fd](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/949/commits/036c3fdc3241af70c634cb104385115075685079)) \ No newline at end of file