Skip to content

Commit 7517fed

Browse files
committed
fix conflicts
2 parents 9f3c8a3 + 0b51921 commit 7517fed

19 files changed

+3169
-1536
lines changed

.babelrc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
{
2-
"stage": 0
2+
"presets": ["react", "es2015", "stage-0"],
3+
"plugins": [
4+
"react-hot-loader/babel"
5+
]
36
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
<a name="v2.5.9"></a>
2+
# [v2.5.9](https://github.com/AllenFang/react-bootstrap-table/compare/v2.5.8...v2.5.9) (2016-11-21)
3+
## Bug fixes
4+
* Fix npm 3 install fail[#797](https://github.com/AllenFang/react-bootstrap-table/issues/797)([3fea774](https://github.com/AllenFang/react-bootstrap-table/commit/3fea774b671419e613bf765c549c0ba4787814f8))
5+
* Fix cleanFiltered could not clear customerFilter([07b8560](https://github.com/AllenFang/react-bootstrap-table/commit/07b8560a9a00304f9fb3a3ef193b2c5b51df7f65))
6+
7+
## Enhancement
8+
* Throw errors instead of string literals([f32ba6f](https://github.com/AllenFang/react-bootstrap-table/commit/f32ba6fd141562de39a5904218142c9d1a803fab))
9+
110
<a name="v2.5.8"></a>
211
# [v2.5.8](https://github.com/AllenFang/react-bootstrap-table/compare/v2.5.7...v2.5.8) (2016-11-09)
312
## Bug fixes

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66

77
[![Dependency Status][deps-badge]][deps]
88
[![devDependency Status][dev-deps-badge]][dev-deps]
9-
[![peerDependency Status][peer-deps-badge]][peer-deps]
10-
9+
[![peerDependency Status][peer-deps-badge]][peer-deps]
1110
It's a [react.js](http://facebook.github.io/react/) table for bootstrap, named reactbsTable. It's a configurable, functional table component and make you build a Bootstrap Table more efficiency and easy in your React application, However ```react-bootstrap-table``` support these features:
1211

1312
- striped, borderless, condensed table

0 commit comments

Comments
 (0)