20190929 release

This commit is contained in:
AllenFang
2019-09-29 17:29:03 +08:00
parent 31a2dcfd90
commit a93c6efe00

View File

@@ -0,0 +1,25 @@
---
title: New Release (2019-09-29)
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.2.1`
## Changelog
### Bug fixes
* Fixed select all broken if `keyField` is nested([1b9bd63](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/1109/commits/1b9bd6337090e938e6a438b29096fda6802fcc1a))
* Fixed can not configure `tabIndex` for header column([b2121fd](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/1109/commits/b2121fdf24b557de33068b8b13ba853f758bee02))
* Try to fix abnormal issue in `selection.js`([18caf0a](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/1109/commits/18caf0ac8df5dfdfe0a68ff19e244c9036820e2f))
### Features
N/A
### Enhancements
N/A