publish 1.5.13

This commit is contained in:
kvkens 2018-11-28 10:27:58 +08:00
parent 1962a0531d
commit f99ab2ded1
3 changed files with 15 additions and 4 deletions

View File

@ -1,3 +1,13 @@
<a name="1.5.13"></a>
## [1.5.13](https://github.com/tinper-bee/bee-table/compare/v1.5.12...v1.5.13) (2018-11-28)
<a name="1.5.12"></a>
## [1.5.12](https://github.com/tinper-bee/bee-table/compare/v1.5.11...v1.5.12) (2018-11-27)
<a name="1.5.11"></a>
## [1.5.11](https://github.com/tinper-bee/bee-table/compare/v1.5.10...v1.5.11) (2018-11-27)
@ -49,7 +59,7 @@
<a name="1.5.1"></a>
## [1.5.1](https://github.com/tinper-bee/bee-table/compare/v1.5.0...v1.5.1) (2018-11-19)
## [1.5.1](https://github.com/tinper-bee/bee-table/compare/v1.5.0...v1.5.1) (2018-11-18)

View File

@ -191,7 +191,8 @@ var FilterType = function (_Component) {
_react2["default"].createElement(_beeInputNumber2["default"], {
className: className,
value: _this.state.number,
onChange: _this.changeNumber
onChange: _this.changeNumber,
iconStyle: 'one'
}),
_react2["default"].createElement(_FilterDropDown2["default"], {
locale: locale,

View File

@ -1,6 +1,6 @@
{
"name": "bee-table",
"version": "1.5.12",
"version": "1.5.13",
"description": "Table ui component for react",
"keywords": [
"react",
@ -93,4 +93,4 @@
"react-addons-test-utils": "^15.5.0",
"react-dom": "^15.5.0"
}
}
}