20180715 release

This commit is contained in:
AllenFang
2018-07-15 14:53:17 +08:00
parent efe38dbd54
commit 40b98d24d4
2 changed files with 26 additions and 0 deletions

View File

@@ -20,6 +20,7 @@ title: BootstrapTable Props
* [id](#id-string)
* [classes](#classes-string)
* [wrapperClasses](#wrapperClasses-string)
* [headerClasses](#headerClasses-string)
* [cellEdit](#celledit-object)
* [selectRow](#selectrow-object)
* [rowStyle](#rowstyle-object-function)
@@ -118,6 +119,9 @@ Customize class on `table` element.
## wrapperClasses - [String]
Customize class on the outer element which wrap up the `table` element.
## headerClasses - [String]
Customize class on the header row(`tr`).
## cellEdit - [Object]
Makes table cells editable, please see [cellEdit definition](./cell-edit-props.html) for more detail.

View File

@@ -0,0 +1,22 @@
---
title: New Release (2018-07-15)
author: Allen Fang
authorURL: https://twitter.com/allenfang_tw
---
## Changed Packages
This release bump following packages:
* `react-bootstrap-table-next@0.1.15`
## Changelog
### Bug fixes
* Fixed Filter + Pagination returns empty rows([7a787bb](https://github.com/react-bootstrap-table/react-bootstrap-table2/commit/7a787bb1351170b3df6d8ad06a3c92ad34752985))
### Features
N/A
### Enhancements
* Custom the table header class via [`headerClasses`] prop on `BootstrapTable`([199bf8e](https://github.com/react-bootstrap-table/react-bootstrap-table2/pull/414/commits/199bf8eea3fdbeee1111536036cc8dec0f3205b0))